Process Phases¶
Step-by-step guides for each phase of Document-Driven Development
The Process Flow¶
Phase 0: Planning & Alignment → Shared understanding
↓
Phase 1: Documentation Retcon → All docs updated
↓
Phase 2: Approval Gate ←────┐
↓ │ Iterate until right
├─────────────────────────┘
↓
Phase 3: Implementation Planning → Detailed plan
↓
Phase 4: Code Implementation → Code matches docs
↓
Phase 5: Testing & Verification → Verify matches docs
↓
Phase 6: Cleanup & Push → Clean and push
Phase Guides¶
- Phase 0: Planning & Alignment - Achieve shared understanding
- Phase 1: Documentation Retcon - Update all docs to target state
- Phase 2: Approval Gate - Human review and iteration
- Phase 3: Implementation Planning - Create detailed plan
- Phase 4: Code Implementation - Code matches docs
- Phase 5: Testing & Verification - Test as user would
- Phase 6: Cleanup & Push - Finalize and push
Return to Main Index