How to Run Implementation Readiness
Use the implementation-readiness workflow to validate that planning and solutioning are complete and aligned before Phase 4 implementation.
When to Use This
Section titled âWhen to Use Thisâ- 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
When to Skip This
Section titled âWhen to Skip Thisâ- Quick Flow (no solutioning phase)
- BMad Method Simple (no gate check required)
Prerequisites
Section titled âPrerequisitesâ- BMad Method installed
- Architect agent available
- PRD, Architecture, and Epics completed
1. Load the Architect Agent
Section titled â1. Load the Architect AgentâStart a fresh chat and load the Architect agent.
2. Run the Workflow
Section titled â2. Run the Workflowâ*implementation-readiness3. Let the Agent Validate
Section titled â3. Let the Agent ValidateâThe workflow systematically checks:
- PRD completeness
- Architecture completeness
- Epic/Story completeness
- Alignment between all documents
4. Review the Gate Decision
Section titled â4. Review the Gate DecisionâThe agent produces a gate decision with rationale.
Gate Decision Outcomes
Section titled âGate Decision Outcomesââ PASS
Section titled ââ PASSâ- All critical criteria met
- Minor gaps acceptable with documented plan
- Action: Proceed to Phase 4
â ď¸ CONCERNS
Section titled ââ ď¸ CONCERNSâ- Some criteria not met but not blockers
- Gaps identified with clear resolution path
- Action: Proceed with caution, address gaps in parallel
â FAIL
Section titled ââ FAILâ- Critical gaps or contradictions
- Architecture missing key decisions
- Epics conflict with PRD/architecture
- Action: BLOCK Phase 4, resolve issues first
What Gets Checked
Section titled âWhat Gets CheckedâPRD/GDD Completeness
Section titled âPRD/GDD Completenessâ- 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
Architecture Completeness
Section titled âArchitecture Completenessâ- System architecture defined
- Data architecture specified
- API architecture decided
- Key ADRs documented
- Security architecture addressed
- FR/NFR-specific guidance provided
- Standards and conventions defined
Epic/Story Completeness
Section titled âEpic/Story Completenessâ- All PRD features mapped to stories
- Stories have acceptance criteria
- Stories prioritized (P0/P1/P2/P3)
- Dependencies identified
- Story sequencing logical
Alignment Checks
Section titled âAlignment Checksâ- Architecture addresses all PRD FRs/NFRs
- Epics align with architecture decisions
- No contradictions between epics
- NFRs have technical approach
- Integration points clear
What You Get
Section titled âWhat You GetâAn implementation-readiness.md document containing:
- Executive Summary (PASS/CONCERNS/FAIL)
- Completeness Assessment (scores for PRD, Architecture, Epics)
- Alignment Assessment (PRDâArchitecture, ArchitectureâEpics)
- Quality Assessment (story quality, dependencies, risks)
- Gaps and Recommendations (critical/minor gaps, remediation)
- Gate Decision with rationale
- Next Steps
Example
Section titled âExampleâ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
Related
Section titled âRelatedâ- Create Architecture - Architecture workflow
- Create Epics and Stories - Work breakdown
- Run Sprint Planning - Start implementation