All versions since 5.2.1 (2026-04-06)
5.2.1 (2026-04-06)
Bug Fixes
5.2.2 (2026-04-06)
Bug Fixes
5.2.3 (2026-04-06)
Bug Fixes
6.0.0 (2026-04-10)
⚠ BREAKING CHANGES
- dev: migrate workflow state from .claude/ to .catalyst/ (#63)
Features
6.0.1 (2026-04-13)
Bug Fixes
- dev: add fully-qualified plugin prefixes to skill references (#69) (f9e69f2)
- dev: initialize workflow context and OTEL ticket early (#73) (3406c30)
6.0.2 (2026-04-13)
Bug Fixes
6.0.3 (2026-04-13)
Bug Fixes
6.1.0
Apr 25, 2026
AI-Native Estimation Signal Schema
Foundation data contract for ticket estimation across all PM plugins. Every estimation skill now reads and writes the same estimation: YAML block with standardized fields for scope, confidence, methodology, and uncertainty modeling. Linear primitives (Issue.estimate, labels) mirror the schema for native filtering and burndown while YAML frontmatter remains the source of truth.
PRs
[7.0.0] — 2026-05-11
⚠ BREAKING CHANGES
catalyst-pm is now a focused strategy and definition plugin with 12 skills. 30 skills have moved to companion plugins:
- 12 skills → catalyst-pm-ops:
analyze-cycle,analyze-milestone,groom-backlog,create-tickets,sync-prs,daily-plan,weekly-plan,weekly-review,report-daily,status-update,slack-message,connect-mcps - 4 skills → catalyst-meeting-hygiene:
meeting-agenda,meeting-notes,meeting-cleanup,meeting-feedback - 14 skills → catalyst-discovery:
user-interview,user-research-synthesis,interview-guide,journey-map,competitor-analysis,retention-analysis,activation-analysis,feature-metrics,experiment-metrics,experiment-decision,metrics-framework,prototype,prototype-feedback,napkin-sketch
The following skills are permanently removed (not moved):
generate-ai-prototype— subsumed byprototypein catalyst-discoveryinterview-prep— PM job-search tool, out of scope for project pluginsinterview-feedback— PM job-search tool, out of scope for project pluginscontext-daily— incomplete; dependencies (github-metrics,thoughts-metrics,context-analyzer) do not exist
7 support agents removed (only linear-research remains): context-analyzer, github-metrics, thoughts-metrics, calendar-analyzer, health-scorer, code-classifier, linear-metrics.
Skills retained in catalyst-pm (12): prd-draft, prd-review-panel, ralph-wiggum, define-north-star, impact-sizing, prioritize, write-prod-strategy, expansion-strategy, strategy-sprint, decision-doc, launch-checklist, feature-results
Upgrade path
Install the companion plugins to restore moved skills:
/plugin install catalyst-pm-ops/plugin install catalyst-meeting-hygiene/plugin install catalyst-discovery7.0.0
May 11, 2026
Plugin Restructure & Meeting Hygiene
The bloated catalyst-pm plugin splits into four focused tools: catalyst-pm (12 strategy/PRD skills), catalyst-pm-ops (Linear integration and cadence), catalyst-meeting-hygiene (agenda through feedback workflows), and catalyst-discovery (research and prototyping). Skills moved to new plugin paths like /catalyst-pm-ops:daily-plan and /catalyst-meeting-hygiene:meeting-notes, so update any hardcoded references in your workflows.
PRs
- pm: shrink catalyst-pm to 12 strategy/PRD skills (CTL-322) (#543)
- pm: extract meeting workflow skills into catalyst-meeting-hygiene plugin (CTL-320) (#541)
- pm-ops: extract Linear/cadence/comms skills from catalyst-pm (CTL-319) (#537)
- pm-ops: extract Linear/cadence/comms skills from catalyst-pm (CTL-319) (#537) (5a9c582)
- pm: extract meeting workflow skills into catalyst-meeting-hygiene plugin (CTL-320) (#541) (ba0c12a)
- pm: shrink catalyst-pm to 12 strategy/PRD skills (CTL-322) (#543) (43b1c89)