Full Pipeline#
╔═══════════════════════════════════════════════════════════════════════════╗
║ PROJECT PIPELINE (7 stages) ║
║ /project " description " ║
╚═══════════════════════════════════════════════════════════════════════════╝
Stage 1 Stage 2 Stage 3
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ DISCOVERY │────▶│SPECIFICATION │────▶│ PLANNING │
│ /project: │ │ /project: │ │ /project: │
│ discover │ │ specify │ │ plan │
│ │ │ │ │ │
│ cc-pm-disc. │ │ cc-spec- │ │ cc-bmad │
│ cc-pm-strat. │ │ clarity │ │ cc-pm-strat. │
│ cc-bmad │ │ │ │ │
└──────────────┘ └──────┬───────┘ └──────┬───────┘
Skip: L0-1 Skip: L0-1 │
Specification Gate Analysis Gate
Stage 4 Stage 5 Stage 6 Stage 7
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ DESIGN │────▶│ EPIC CREATION│────▶│ DEVELOPMENT │────▶│ LAUNCH │
│ /project: │ │ /project: │ │ /project: │ │ /project: │
│ design │ │ epic │ │ develop │ │ launch │
│ │ │ │ │ │ │ │
│ cc-bmad │ │ cc-dev-cycle │ │ cc-dev-cycle │ │ cc-pm-gtm │
│ │ │ cc-bmad │ │ cc-bmad │ │ cc-pm-anal. │
└──────┬───────┘ └──────┬───────┘ └──────┬───────┘ └──────────────┘
│ │ │ Skip: L0-1
Solutioning Gate Planning Gate Implementation
Gate
Source Plugin Mapping by Stage#
Discovery Specification Planning Design
┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐
│pm-discovery│ │spec-clarity│ │ bmad │ │ bmad │
│ ├interview │ │ ├interview │ │ ├prod-brief│ │ ├architect.│
│ ├assumption│ │ ├seed │ │ ├prd │ │ ├ux-design │
│ └experiment│ │ ├ambiguity │ │ ├tech-spec │ │ ├Architect │
│pm-strategy │ │ ├evaluate │ │ └Analyst │ │ └UX Design.│
│ ├competitive│ │ ├contrarian│ │pm-strategy │ └────────────┘
│ └vision │ │ └simplifier│ │ └biz-model │
│bmad │ └────────────┘ └────────────┘
│ ├research │
│ └brainstorm│
└────────────┘
Epic Creation Development Launch
┌────────────┐ ┌────────────┐ ┌────────────┐
│dev-cycle │ │dev-cycle │ │pm-gtm │
│ └zenhub: │ │ └/dev:run │ │ ├gtm-motion│
│ epic │ │ {issue} │ │ ├icp-def. │
│bmad │ │bmad │ │ └messaging │
│ ├create- │ │ ├dev-story │ │pm-analytics│
│ │ story │ │ ├Flutter │ │ ├ab-testing│
│ ├sprint- │ │ │ Dev │ │ └cohort │
│ │ planning │ │ └Backend │ └────────────┘
│ └PM persona│ │ Dev │
└────────────┘ └────────────┘
Gate Details#
Specification Gate Analysis Gate
┌───────────────────┐ ┌───────────────────┐
│ □ ambiguity_score │ │ □ requirement_ │
│ (≤ 0.2) │ │ clarity │
│ □ convergence │ │ □ scope_ │
│ (≥ 0.95) │ │ appropriateness │
│ □ contrarian_ │ │ □ ac_testability │
│ resolved (0) │ │ │
│ □ consensus │ │ │
│ (3/3 unanimous) │ │ │
└───────────────────┘ └───────────────────┘
Solutioning Gate Planning Gate
┌───────────────────────────────┐ ┌───────────────────┐
│ Architect UX Designer │ │ □ epic_story_ │
│ □ clean_arch. □ coui_comp. │ │ structure │
│ □ di_structure □ layout │ │ □ story_point │
│ □ api_design □ interaction │ │ □ labeling │
│ □ security □ a11y │ │ □ dependencies │
└───────────────────────────────┘ └───────────────────┘
Implementation Gate
┌───────────────────┐
│ □ lint_pass │
│ □ test_pass │
│ □ code_review │
│ □ branch_naming │
└───────────────────┘
Execution Path by BMAD Level#
Level 0 (Hotfix):
──── Planning ──── Development ────
Level 1 (Minor):
──── Planning ──── Design ──── Epic ──── Development ────
Level 2-3 (Feature):
──── Discovery ──── Specification ──── Planning ──── Design ──── Epic ──── Development ──── Launch ────
Level 4 (New Project):
──── Discovery* ──── Specification ──── Planning ──── Design ──── Epic ──── Development ──── Launch ────
(* deep mode)