Skip to content

Command Reference

CommandDescriptionModel
/research-codebaseParallel codebase research with specialized agentsOpus
/create-planInteractive implementation planningOpus
/iterate-planRevise existing plans with feedbackOpus
/implement-planExecute plans with phase-by-phase validationOpus
/validate-planVerify implementation against success criteriaOpus
/oneshotEnd-to-end: research, plan, implement in one invocationOpus
CommandDescriptionModel
/commitConventional commits with Linear integrationSonnet
/ci-commitCI-aware commits (non-interactive)Sonnet
/create-prPull request creation with auto-descriptionSonnet
/describe-prGenerate/update PR descriptionsSonnet
/ci-describe-prCI-aware PR descriptions (non-interactive)Sonnet
/merge-prSafe merge with verification and Linear integrationSonnet
CommandDescriptionModel
/create-handoffSave session state for resumptionSonnet
/resume-handoffResume from a handoff documentSonnet
CommandDescriptionModel
/linearTicket management and workflow automationSonnet
/create-worktreeCreate git worktree for parallel developmentSonnet
CommandDescriptionModel
/pm:analyze-cycleCycle health report with recommendationsOpus
/pm:analyze-milestoneMilestone progress toward target datesOpus
/pm:report-dailyDaily standup summarySonnet
/pm:groom-backlogBacklog health analysis and cleanupSonnet
/pm:sync-prsGitHub-Linear PR correlationSonnet
/pm:context-dailyContext engineering adoption dashboardSonnet
CommandDescriptionModel
/analytics:analyze-user-behaviorUser behavior patternsSonnet
/analytics:segment-analysisSegment and cohort analysisSonnet
/analytics:product-metricsProduct KPIs and conversion ratesSonnet
CommandDescriptionModel
/discover-workflowsResearch external repos for workflow patternsOpus
/import-workflowImport and adapt external workflowsOpus
/create-workflowCreate new agents or commandsOpus
/validate-frontmatterCheck frontmatter consistencySonnet
/workflow-helpInteractive workflow guidanceSonnet

The /ci-commit and /ci-describe-pr commands are designed for CI pipelines:

  • Non-interactive (no user prompts)
  • Follow the same conventions (conventional commits, PR templates)
  • Never commit sensitive files
  • No Claude attribution