Command Summary#
| Command | Description |
/project "description" | Full pipeline execution |
/project:discover "description" | Stage 1: Discovery |
/project:specify "description" | Stage 2: Specification |
/project:plan | Stage 3: Planning |
/project:design | Stage 4: Design |
/project:epic | Stage 5: Epic Creation |
/project:develop --epic N | Stage 6: Development (Epic) |
/project:develop --issue N | Stage 6: Development (single issue) |
/project:launch | Stage 7: Launch |
/pipeline:status | Pipeline status inquiry |
Key Options#
# Full pipeline
/project --level 3 " description " # Specify level
/project --from specify " description " # From Specification
/project --from design " description " # From specific stage
/project --to epic " description " # Up to specific stage
# Discovery
/project:discover --depth deep # Deep exploration
/project:discover --focus user # Focus on user research
# Specification
/project:specify --skip-interview # Skip interview
/project:specify --depth 3 # Interview depth
# Planning
/project:plan --doc both # Both PRD + Tech Spec
/project:plan --bdd false # Skip BDD
# Design
/project:design --focus architecture # Architecture only
# Epic
/project:epic --sprint current # Assign to current sprint
# Development
/project:develop --epic 42 # Full Epic
/project:develop --issue 1810 # Single issue
/project:develop --epic 42 --parallel # Parallel development (Agent Teams)
# Status
/pipeline:status --all # All projects
/pipeline: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