Skip to content

Plugins

Catalyst comes as separate Claude Code plugins. Install only what you need, so Claude stays fast.

PluginWhat it doesContext costSkillsAgents
catalyst-devCore dev workflow — research, plan, build, verify, ship~3.5K509
catalyst-pmProduct strategy — PRDs, priorities, release planningMinimal121
catalyst-pm-opsPM work — cycle health, backlog, cadence, SlackMinimal124
catalyst-metaFind, build, and manage workflowsMinimal6
catalyst-analyticsProduct analytics with PostHog~40K3
catalyst-debuggingError tracking with Sentry~20K3

“Context cost” is how much space the plugin takes up when it’s on.

Terminal window
# Add the marketplace
/plugin marketplace add coalesce-labs/catalyst
# Install plugins (catalyst-dev is required; the rest are optional)
/plugin install catalyst-dev
/plugin install catalyst-pm
/plugin install catalyst-pm-ops
/plugin install catalyst-analytics
/plugin install catalyst-debugging
/plugin install catalyst-meta

Keep heavy plugins off until you need them

Section titled “Keep heavy plugins off until you need them”

The analytics and debugging plugins load big tools. Turn one on for the task, then off again:

Terminal window
/plugin enable catalyst-analytics # +40K context
# do your analysis...
/plugin disable catalyst-analytics # -40K context

Most sessions run with just catalyst-dev.

The dev plugin adds three hooks that run on their own in Claude Code:

  • inject-plan-template — adds Catalyst’s plan layout when you enter plan mode
  • sync-plan-to-thoughts — saves your plan to thoughts/shared/plans/ when you leave plan mode
  • update-workflow-context — records what you wrote so the next step can find it

Claude Code updates plugins when a session starts. Restart to load a new one, or force it now with /plugins update. Check versions with /plugins. See the changelogs for what’s new.