LogoSkills

Quick Reference — cc-pipeline

| Command | Description |

Command Summary#

CommandDescription
/project "description"Full pipeline execution
/project:discover "description"Stage 1: Discovery
/project:specify "description"Stage 2: Specification
/project:planStage 3: Planning
/project:designStage 4: Design
/project:epicStage 5: Epic Creation
/project:develop --epic NStage 6: Development (Epic)
/project:develop --issue NStage 6: Development (single issue)
/project:launchStage 7: Launch
/pipeline:statusPipeline 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#

LevelNameSkipped Stages
0HotfixDiscovery, Specification, Design, Epic, Launch
1MinorDiscovery, Specification, Launch
2FeatureNone
3MajorNone
4New ProjectNone (Discovery in deep mode)

Gates#

GateLocationKey Checks
Specification Specification → Planning Ambiguity ≤ 0.2, Convergence ≥ 0.95, Contrarian 0, Consensus 3/3
AnalysisPlanning → DesignRequirements, scope, Acceptance Criteria
SolutioningDesign → EpicArchitecture, UX
PlanningEpic → DevelopmentStory structure, points
ImplementationDevelopment (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