Skip to content
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.

How to Run Implementation Readiness

Use the implementation-readiness workflow to validate that planning and solutioning are complete and aligned before Phase 4 implementation.


  • Always before Phase 4 for BMad Method and Enterprise projects
  • After create-epics-and-stories workflow completes
  • Before sprint-planning workflow
  • When stakeholders request readiness check

  • Quick Flow (no solutioning phase)
  • BMad Method Simple (no gate check required)

  • BMad Method installed
  • Architect agent available
  • PRD, Architecture, and Epics completed

Start a fresh chat and load the Architect agent.

*implementation-readiness

The workflow systematically checks:

  • PRD completeness
  • Architecture completeness
  • Epic/Story completeness
  • Alignment between all documents

The agent produces a gate decision with rationale.


  • All critical criteria met
  • Minor gaps acceptable with documented plan
  • Action: Proceed to Phase 4
  • Some criteria not met but not blockers
  • Gaps identified with clear resolution path
  • Action: Proceed with caution, address gaps in parallel
  • Critical gaps or contradictions
  • Architecture missing key decisions
  • Epics conflict with PRD/architecture
  • Action: BLOCK Phase 4, resolve issues first

  • Problem statement clear and evidence-based
  • Success metrics defined
  • User personas identified
  • Functional requirements (FRs) complete
  • Non-functional requirements (NFRs) specified
  • Risks and assumptions documented
  • System architecture defined
  • Data architecture specified
  • API architecture decided
  • Key ADRs documented
  • Security architecture addressed
  • FR/NFR-specific guidance provided
  • Standards and conventions defined
  • All PRD features mapped to stories
  • Stories have acceptance criteria
  • Stories prioritized (P0/P1/P2/P3)
  • Dependencies identified
  • Story sequencing logical
  • Architecture addresses all PRD FRs/NFRs
  • Epics align with architecture decisions
  • No contradictions between epics
  • NFRs have technical approach
  • Integration points clear

An implementation-readiness.md document containing:

  1. Executive Summary (PASS/CONCERNS/FAIL)
  2. Completeness Assessment (scores for PRD, Architecture, Epics)
  3. Alignment Assessment (PRD↔Architecture, Architecture↔Epics)
  4. Quality Assessment (story quality, dependencies, risks)
  5. Gaps and Recommendations (critical/minor gaps, remediation)
  6. Gate Decision with rationale
  7. Next Steps

E-commerce platform → CONCERNS ⚠️

Gaps identified:

  • Missing security architecture section
  • Undefined payment gateway

Recommendation:

  • Complete security section
  • Add payment gateway ADR

Action: Proceed with caution, address before payment epic.


  • Run this before every Phase 4 start
  • Take FAIL decisions seriously - fix issues first
  • Use CONCERNS as a checklist for parallel work
  • Document why you proceed despite concerns