Command Summary#
| Command | Description |
/product "description" | Full pipeline execution |
/cc-product:discover "description" | Stage 1: Discovery |
/cc-product:specify "description" | Stage 2: Specification |
/cc-product:plan | Stage 3: Planning |
/cc-product:design | Stage 4: Design |
/cc-product:breakdown | Stage 5: Issue Breakdown |
/cc-product:develop N |
Stage 6: Development (level auto-detected: Initiative/Project/Epic/Story) |
/cc-product:develop --issue N |
Stage 6: Development (force single issue, skip level detection) |
/cc-product:launch | Stage 7: Launch |
/cc-product:status | Pipeline status inquiry |
Key Options#
# Full pipeline
/product --level 3 " description " # Specify level
/product --from specify " description " # From Specification
/product --from design " description " # From specific stage
/product --to breakdown " description " # Up to specific stage
# Discovery
/cc-product:discover --depth deep # Deep exploration
/cc-product:discover --focus user # Focus on user research
# Specification
/cc-product:specify --skip-interview # Skip interview
/cc-product:specify --depth 3 # Interview depth
# Planning
/cc-product:plan --doc both # Both PRD + Tech Spec
/cc-product:plan --bdd false # Skip BDD
# Design
/cc-product:design --focus architecture # Architecture only
# Breakdown
/cc-product:breakdown --sprint current # Assign to current sprint
# Development
/cc-product:develop 42 # Level auto-detected (Initiative/Project/Epic/Story)
/cc-product:develop --issue 1810 # Force single issue (skip level detection)
/cc-product:develop 42 --parallel # Parallel development (Epic/Story level, Agent Teams)
# Status
/cc-product:status --all # All projects
/cc-product:status --detail # Detailed info
BMAD Levels & Skips#
| Level | Name | Skipped Stages |
| 0 | Hotfix | Discovery, Specification, Design, Breakdown, Launch |
| 1 | Minor | Discovery, Specification, Launch |
| 2 | Feature | None |
| 3 | Major | None |
| 4 | New Project | None (Discovery in deep mode) |
Gates#
| Gate | Location | Key Checks |
| Specification |
Specification โ Planning |
Ambiguity โค 0.2, Convergence โฅ 0.95, Contrarian 0, Consensus 3/3 |
| Analysis | Planning โ Design | Requirements, scope, Acceptance Criteria |
| Solutioning | Design โ Breakdown | Architecture, UX |
| Planning | Breakdown โ Development | Issue hierarchy structure, points |
| Implementation | Development (per Story) | Lint, tests, review |
Artifact Paths#
docs/discovery-{slug}.md # Discovery
docs/socratic-discovery-{slug}.md # Specification (Socratic)
docs/seed-spec-{slug}.md # Specification (Seed spec)
docs/decision-log-{slug}.md # Specification (Decision log)
docs/spec-evaluation-{slug}.md # Specification (Evaluation result)
docs/prd-{slug}.md # Planning (PRD)
docs/tech-spec-{slug}.md # Planning (Tech Spec)
docs/bdd-{slug}.md # Planning (BDD)
docs/architecture-{slug}.md # Design
docs/ux-spec-{slug}.md # Design
docs/gtm-{slug}.md # Launch
docs/analytics-plan-{slug}.md # Launch
.pipeline/{slug}.yaml # State file