Skip to content

catalyst-dev

The core plugin that powers all Catalyst development workflows. Always install this one.

  • 10 research agents for codebase and infrastructure analysis
  • 22 commands covering the full development lifecycle
  • 3 skills for browser automation, code prototyping, and Linear CLI reference
  • Automatic workflow context tracking via hooks
  • ~3.5K context footprint (lightweight MCPs: DeepWiki, Context7)
CommandDescription
/research-codebaseParallel codebase research with specialized agents
/create-planInteractive implementation planning
/iterate-planRevise existing plans with feedback
/implement-planExecute plans with validation
/validate-planVerify implementation completeness
/oneshotAll-in-one: research, plan, and implement with context isolation
CommandDescription
/commitConventional commits with Linear integration
/ci-commitCI-aware commits with pre-flight checks
/create-prPull requests with auto-description
/describe-prGenerate/update PR descriptions
/ci-describe-prCI-aware PR descriptions
/merge-prSafe merge with verification
CommandDescription
/create-handoffSave session context for later
/resume-handoffResume from a handoff document
CommandDescription
/linearTicket management and workflow
/create-worktreeIsolated workspace creation
AgentPurposeModel
codebase-locatorFind files and patternsHaiku
codebase-analyzerDeep code analysisSonnet
codebase-pattern-finderFind reusable patternsSonnet
thoughts-locatorSearch thoughts repositoryHaiku
thoughts-analyzerAnalyze documentationSonnet
external-researchExternal repos and docsSonnet

The plugin includes Claude Code hooks that automatically track documents written to thoughts/shared/:

  • Research documents → tracked as research type
  • Plans → tracked as plans type
  • Handoffs → tracked as handoffs type
  • PR descriptions → tracked as prs type

Ticket numbers are auto-extracted from filenames and directory names.

Terminal window
/plugin marketplace add coalesce-labs/catalyst
/plugin install catalyst-dev
  • Required: HumanLayer CLI (thoughts system)
  • Optional: Linearis CLI (npm install -g linearis)
  • Optional: GitHub CLI (gh)