Command Summary#
| Command | Description |
/product "description" | Full pipeline execution |
/product:discover "description" | Stage 1: Discovery |
/product:specify "description" | Stage 2: Specification |
/product:plan | Stage 3: Planning |
/product:design | Stage 4: Design |
/product:epic | Stage 5: Epic Creation |
/product:develop --epic N | Stage 6: Development (Epic) |
/product:develop --issue N | Stage 6: Development (single issue) |
/product:launch | Stage 7: Launch |
/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 epic " description " # Up to specific stage
# Discovery
/product:discover --depth deep # Deep exploration
/product:discover --focus user # Focus on user research
# Specification
/product:specify --skip-interview # Skip interview
/product:specify --depth 3 # Interview depth
# Planning
/product:plan --doc both # Both PRD + Tech Spec
/product:plan --bdd false # Skip BDD
# Design
/product:design --focus architecture # Architecture only
# Epic
/product:epic --sprint current # Assign to current sprint
# Development
/product:develop --epic 42 # Full Epic
/product:develop --issue 1810 # Single issue
/product:develop --epic 42 --parallel # Parallel development (Agent Teams)
# Status
/product:status --all # All projects
/product:status --detail # Detailed info
BMAD Levels & Skips#
| Level | Name | Skipped Stages |
| 0 | Hotfix | Discovery, Specification, Design, Epic, 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 โ Epic | Architecture, UX |
| Planning | Epic โ Development | Story 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