bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  2. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  3. package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
  4. package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
  5. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  6. package/.claude/commands/bmad/core/workflows/README.md +10 -0
  7. package/.claude/settings.local.json +4 -8
  8. package/CHANGELOG.md +305 -0
  9. package/README.md +88 -39
  10. package/bmad/_cfg/agent-manifest.csv +2 -1
  11. package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
  12. package/bmad/_cfg/files-manifest.csv +40 -62
  13. package/bmad/_cfg/ides/claude-code.yaml +1 -1
  14. package/bmad/_cfg/manifest.yaml +4 -3
  15. package/bmad/_cfg/task-manifest.csv +4 -1
  16. package/bmad/_cfg/tool-manifest.csv +1 -0
  17. package/bmad/_cfg/workflow-manifest.csv +3 -1
  18. package/bmad/bmb/config.yaml +2 -2
  19. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  20. package/bmad/bmm/README.md +79 -120
  21. package/bmad/bmm/README.md.bak +169 -0
  22. package/bmad/bmm/agents/analyst.md.bak +67 -0
  23. package/bmad/bmm/agents/architect.md +0 -1
  24. package/bmad/bmm/agents/architect.md.bak +73 -0
  25. package/bmad/bmm/agents/dev.md.bak +69 -0
  26. package/bmad/bmm/agents/pm.md.bak +76 -0
  27. package/bmad/bmm/agents/sm.md +1 -1
  28. package/bmad/bmm/agents/sm.md.bak +85 -0
  29. package/bmad/bmm/agents/tea.md.bak +72 -0
  30. package/bmad/bmm/agents/tech-writer.md +82 -0
  31. package/bmad/bmm/agents/ux-designer.md.bak +71 -0
  32. package/bmad/bmm/config.yaml +2 -2
  33. package/bmad/bmm/docs/README.md +235 -0
  34. package/bmad/bmm/docs/agents-guide.md +1057 -0
  35. package/bmad/bmm/docs/brownfield-guide.md +471 -972
  36. package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
  37. package/bmad/bmm/docs/faq.md +589 -0
  38. package/bmad/bmm/docs/glossary.md +321 -0
  39. package/bmad/bmm/docs/party-mode.md +224 -0
  40. package/bmad/bmm/docs/quick-spec-flow.md +64 -57
  41. package/bmad/bmm/docs/quick-start.md +72 -47
  42. package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
  43. package/bmad/bmm/docs/troubleshooting.md +680 -0
  44. package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
  45. package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
  46. package/bmad/bmm/docs/workflows-analysis.md +670 -0
  47. package/bmad/bmm/docs/workflows-implementation.md +1758 -0
  48. package/bmad/bmm/docs/workflows-planning.md +1086 -0
  49. package/bmad/bmm/docs/workflows-solutioning.md +726 -0
  50. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
  52. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  53. package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
  54. package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
  55. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  56. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
  57. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  58. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  59. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  60. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  61. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  62. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  63. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  64. package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
  65. package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
  66. package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
  67. package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
  68. package/bmad/cis/agents/storyteller.md.bak +59 -0
  69. package/bmad/cis/config.yaml +2 -2
  70. package/bmad/core/agents/bmad-master.md.bak +15 -13
  71. package/bmad/core/config.yaml +2 -2
  72. package/bmad/core/tasks/workflow.xml +1 -11
  73. package/package.json +1 -1
  74. package/src/core/tasks/workflow.xml +1 -11
  75. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  76. package/src/modules/bmm/README.md +1 -1
  77. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  78. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  79. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  80. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  81. package/src/modules/bmm/docs/README.md +9 -9
  82. package/src/modules/bmm/docs/agents-guide.md +46 -98
  83. package/src/modules/bmm/docs/brownfield-guide.md +211 -90
  84. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  85. package/src/modules/bmm/docs/faq.md +10 -10
  86. package/src/modules/bmm/docs/glossary.md +36 -42
  87. package/src/modules/bmm/docs/party-mode.md +110 -1122
  88. package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
  89. package/src/modules/bmm/docs/quick-start.md +29 -29
  90. package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
  91. package/src/modules/bmm/docs/troubleshooting.md +1 -1
  92. package/src/modules/bmm/docs/workflows-implementation.md +20 -21
  93. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
  111. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  112. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  114. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  115. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  116. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  117. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  118. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  119. package/bmad/bmm/tasks/retrospective.xml +0 -104
  120. package/bmad/bmm/testarch/README.md +0 -311
  121. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  122. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  123. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  124. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  125. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  126. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  127. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  128. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  129. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  130. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  131. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  132. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  133. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  134. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  135. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  136. package/bmad/bmm/workflows/README.md +0 -256
  137. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  138. package/bmad/bmm/workflows/testarch/README.md +0 -26
  139. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  140. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  141. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  142. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  143. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  144. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  145. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  146. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  147. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  148. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  149. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  150. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  151. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  152. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  153. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  154. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  155. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  156. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  157. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  158. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  159. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  160. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  161. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  162. /package/bmad/bmm/agents/{paige.md → paige.md.bak} +0 -0
@@ -1,258 +0,0 @@
1
- ---
2
- last-redoc-date: 2025-10-01
3
- ---
4
-
5
- # Project Planning Workflow (Phase 2)
6
-
7
- The Phase 2 Planning workflow is **scale-adaptive**, meaning it automatically determines the right level of planning documentation based on project complexity (Levels 0-4). This ensures planning overhead matches project value—from minimal tech specs for bug fixes to comprehensive PRDs for enterprise platforms.
8
-
9
- ## Scale-Adaptive Flow (Levels 0-4)
10
-
11
- The workflow routes to different planning approaches based on project level:
12
-
13
- ### Level 0 - Single File Change / Bug Fix
14
-
15
- **Planning:** Tech-spec only (lightweight implementation plan)
16
- **Output:** `tech-spec.md` with single story
17
- **Next Phase:** Direct to implementation (Phase 4)
18
-
19
- ### Level 1 - Small Feature (1-3 files, 2-5 stories)
20
-
21
- **Planning:** Tech-spec only (implementation-focused)
22
- **Output:** `tech-spec.md` with epic breakdown and stories
23
- **Next Phase:** Direct to implementation (Phase 4)
24
-
25
- ### Level 2 - Feature Set / Small Project (5-15 stories, 1-2 epics)
26
-
27
- **Planning:** PRD (product-focused) + Tech-spec (technical planning)
28
- **Output:** `PRD.md`, `epics.md`, `tech-spec.md`
29
- **Next Phase:** Tech-spec workflow (lightweight solutioning), then implementation (Phase 4)
30
- **Note:** Level 2 uses tech-spec instead of full architecture to keep planning lightweight
31
-
32
- ### Level 3 - Medium Project (15-40 stories, 2-5 epics)
33
-
34
- **Planning:** PRD (strategic product document)
35
- **Output:** `PRD.md`, `epics.md`
36
- **Next Phase:** create-architecture workflow (Phase 3), then implementation (Phase 4)
37
-
38
- ### Level 4 - Large/Enterprise Project (40-100+ stories, 5-10 epics)
39
-
40
- **Planning:** PRD (comprehensive product specification)
41
- **Output:** `PRD.md`, `epics.md`
42
- **Next Phase:** create-architecture workflow (Phase 3), then implementation (Phase 4)
43
-
44
- **Critical Distinction:**
45
-
46
- - **Levels 0-1:** No PRD, tech-spec only
47
- - **Level 2:** PRD + tech-spec (skips full architecture)
48
- - **Levels 3-4:** PRD → full create-architecture workflow
49
-
50
- Critical to v6's flow improvement is this workflow's integration with the bmm-workflow-status.md tracking document, which maintains project state across sessions, tracks which agents participate in each phase, and provides continuity for multi-session planning efforts. The workflow can resume from any point, intelligently detecting existing artifacts and determining next steps without redundant work. For UX-heavy projects, it can generate standalone UX specifications or AI frontend prompts from existing specs.
51
-
52
- ## Key Features
53
-
54
- - **Scale-adaptive planning** - Automatically determines output based on project complexity
55
- - **Intelligent routing** - Uses router system to load appropriate instruction sets
56
- - **Continuation support** - Can resume from previous sessions and handle incremental work
57
- - **Multi-level outputs** - Supports 5 project levels (0-4) with appropriate artifacts
58
- - **Input integration** - Leverages product briefs and market research when available
59
- - **Template-driven** - Uses validated templates for consistent output structure
60
-
61
- ### Configuration
62
-
63
- The workflow adapts automatically based on project assessment, but key configuration options include:
64
-
65
- - **scale_parameters**: Defines story/epic counts for each project level
66
- - **output_folder**: Where all generated documents are stored
67
- - **project_name**: Used in document names and templates
68
-
69
- ## Workflow Structure
70
-
71
- ### Files Included
72
-
73
- ```
74
- 2-plan-workflows/
75
- ├── README.md # Overview and usage details
76
- ├── checklist.md # Shared validation criteria
77
- ├── prd/
78
- │ ├── epics-template.md # Epic breakdown template
79
- │ ├── instructions.md # Level 2-4 PRD instructions
80
- │ ├── prd-template.md # Product Requirements Document template
81
- │ └── workflow.yaml
82
- ├── tech-spec/
83
- │ ├── epics-template.md # Epic-to-story handoff template
84
- │ ├── instructions-level0-story.md
85
- │ ├── instructions-level1-stories.md
86
- │ ├── instructions.md # Level 0-1 tech-spec instructions
87
- │ ├── tech-spec-template.md # Technical Specification template
88
- │ ├── user-story-template.md # Story template for Level 0/1
89
- │ └── workflow.yaml
90
- ├── gdd/
91
- │ ├── instructions-gdd.md # Game Design Document instructions
92
- │ ├── gdd-template.md # GDD template
93
- │ ├── game-types.csv # Genre catalog
94
- │ ├── game-types/ # Genre-specific templates
95
- │ └── workflow.yaml
96
- ├── narrative/
97
- │ ├── instructions-narrative.md # Narrative design instructions
98
- │ ├── narrative-template.md # Narrative planning template
99
- │ └── workflow.yaml
100
- └── create-ux-design/
101
- ├── instructions.md # UX design instructions
102
- ├── ux-design-template.md # UX design template
103
- ├── checklist.md # UX design validation checklist
104
- └── workflow.yaml
105
- ```
106
-
107
- ## Workflow Process
108
-
109
- ### Phase 1: Assessment and Routing (Steps 1-5)
110
-
111
- - **Project Analysis**: Determines project type (greenfield/brownfield/legacy)
112
- - **Scope Assessment**: Classifies into 5 levels based on complexity
113
- - **Document Discovery**: Identifies existing inputs and documentation
114
- - **Workflow Routing**: Loads appropriate instruction set based on level
115
- - **Continuation Handling**: Resumes from previous work when applicable
116
-
117
- ### Phase 2: Level-Specific Planning (Steps vary by level)
118
-
119
- **Level 0 (Single File Change / Bug Fix)**:
120
-
121
- - Tech-spec only workflow
122
- - Single story implementation plan
123
- - Direct to Phase 4 (implementation)
124
-
125
- **Level 1 (Small Feature)**:
126
-
127
- - Tech-spec only workflow
128
- - Epic breakdown with 2-5 stories
129
- - Direct to Phase 4 (implementation)
130
-
131
- **Level 2 (Feature Set / Small Project)**:
132
-
133
- - PRD workflow (strategic product document)
134
- - Generates `PRD.md` and `epics.md`
135
- - Then runs tech-spec workflow (lightweight solutioning)
136
- - Then to Phase 4 (implementation)
137
-
138
- **Level 3-4 (Medium to Enterprise Projects)**:
139
-
140
- - PRD workflow (comprehensive product specification)
141
- - Generates `PRD.md` and `epics.md`
142
- - Hands off to Phase 3 (create-architecture workflow)
143
- - Full architecture design before implementation
144
-
145
- ### Phase 3: Validation and Handoff (Final steps)
146
-
147
- - **Document Review**: Validates outputs against checklists
148
- - **Architect Preparation**: For Level 3-4, prepares handoff materials
149
- - **Next Steps**: Provides guidance for development phase
150
-
151
- ## Output
152
-
153
- ### Generated Files
154
-
155
- - **Primary output**: PRD.md (except Level 0), tech-spec.md, bmm-workflow-status.md
156
- - **Supporting files**: epics.md (Level 2-4), PRD-validation-report.md (if validation run)
157
-
158
- ### Output Structure by Level
159
-
160
- **Level 0 - Tech Spec Only**:
161
-
162
- - `tech-spec.md` - Single story implementation plan
163
- - Direct to implementation
164
-
165
- **Level 1 - Tech Spec with Epic Breakdown**:
166
-
167
- - `tech-spec.md` - Epic breakdown with 2-5 stories
168
- - Direct to implementation
169
-
170
- **Level 2 - PRD + Tech Spec**:
171
-
172
- - `PRD.md` - Strategic product document (goals, requirements, user journeys, UX principles, UI goals, epic list, scope)
173
- - `epics.md` - Tactical implementation roadmap (detailed story breakdown)
174
- - `tech-spec.md` - Lightweight technical planning (generated after PRD)
175
- - Then to implementation
176
-
177
- **Level 3-4 - PRD + Full Architecture**:
178
-
179
- - `PRD.md` - Comprehensive product specification
180
- - `epics.md` - Complete epic/story breakdown
181
- - Hands off to create-architecture workflow (Phase 3)
182
- - `architecture.md` - Generated by architect workflow
183
- - Then to implementation
184
-
185
- ## Requirements
186
-
187
- - **Input Documents**: Product brief and/or market research (recommended but not required)
188
- - **Project Configuration**: Valid config.yaml with project_name and output_folder
189
- - **Assessment Readiness**: Clear understanding of project scope and objectives
190
-
191
- ## Best Practices
192
-
193
- ### Before Starting
194
-
195
- 1. **Gather Context**: Collect any existing product briefs, market research, or requirements
196
- 2. **Define Scope**: Have a clear sense of project boundaries and complexity
197
- 3. **Prepare Stakeholders**: Ensure key stakeholders are available for input if needed
198
-
199
- ### During Execution
200
-
201
- 1. **Be Honest About Scope**: Accurate assessment ensures appropriate planning depth
202
- 2. **Leverage Existing Work**: Reference previous documents and avoid duplication
203
- 3. **Think Incrementally**: Remember that planning can evolve - start with what you know
204
-
205
- ### After Completion
206
-
207
- 1. **Validate Against Checklist**: Use included validation criteria to ensure completeness
208
- 2. **Share with Stakeholders**: Distribute appropriate documents to relevant team members
209
- 3. **Prepare for Architecture**: For Level 3-4 projects, ensure architect has complete context
210
-
211
- ## Troubleshooting
212
-
213
- ### Common Issues
214
-
215
- **Issue**: Workflow creates wrong level of documentation
216
-
217
- - **Solution**: Review project assessment and restart with correct scope classification
218
- - **Check**: Verify the bmm-workflow-status.md reflects actual project complexity
219
-
220
- **Issue**: Missing input documents cause incomplete planning
221
-
222
- - **Solution**: Gather recommended inputs or proceed with manual context gathering
223
- - **Check**: Ensure critical business context is captured even without formal documents
224
-
225
- **Issue**: Continuation from previous session fails
226
-
227
- - **Solution**: Check for existing bmm-workflow-status.md and ensure output folder is correct
228
- - **Check**: Verify previous session completed at a valid checkpoint
229
-
230
- ## Customization
231
-
232
- To customize this workflow:
233
-
234
- 1. **Modify Assessment Logic**: Update instructions-router.md to adjust level classification
235
- 2. **Adjust Templates**: Customize PRD, tech-spec, or epic templates for organizational needs
236
- 3. **Add Validation**: Extend checklist.md with organization-specific quality criteria
237
- 4. **Configure Outputs**: Modify workflow.yaml to change file naming or structure
238
-
239
- ## Version History
240
-
241
- - **v6.0.0** - Scale-adaptive architecture with intelligent routing
242
- - Multi-level project support (0-4)
243
- - Continuation and resumption capabilities
244
- - Template-driven output generation
245
- - Input document integration
246
-
247
- ## Support
248
-
249
- For issues or questions:
250
-
251
- - Review the workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
252
- - Validate output using `checklist.md`
253
- - Consult project assessment in `bmm-workflow-status.md`
254
- - Check continuation status in existing output documents
255
-
256
- ---
257
-
258
- _Part of the BMad Method v6 - BMM (Method) Module_
@@ -1 +0,0 @@
1
- New Doc Incoming...
@@ -1,177 +0,0 @@
1
- # Implementation Ready Check Workflow
2
-
3
- ## Overview
4
-
5
- The Implementation Ready Check workflow provides a systematic validation of all planning and solutioning artifacts before transitioning from Phase 3 (Solutioning) to Phase 4 (Implementation) in the BMad Method. This workflow ensures that PRDs, architecture documents, and story breakdowns are properly aligned with no critical gaps or contradictions.
6
-
7
- ## Purpose
8
-
9
- This workflow is designed to:
10
-
11
- - **Validate Completeness**: Ensure all required planning documents exist and are complete
12
- - **Verify Alignment**: Check that PRD, architecture, and stories are cohesive and aligned
13
- - **Identify Gaps**: Detect missing stories, unaddressed requirements, or sequencing issues
14
- - **Assess Risks**: Find contradictions, conflicts, or potential implementation blockers
15
- - **Provide Confidence**: Give teams confidence that planning is solid before starting development
16
-
17
- ## When to Use
18
-
19
- This workflow should be invoked:
20
-
21
- - At the end of Phase 3 (Solutioning) for Level 2-4 projects
22
- - Before beginning Phase 4 (Implementation)
23
- - After significant planning updates or architectural changes
24
- - When validating readiness for Level 0-1 projects (simplified validation)
25
-
26
- ## Project Level Adaptations
27
-
28
- The workflow adapts its validation based on project level:
29
-
30
- ### Level 0-1 Projects
31
-
32
- - Validates tech spec and simple stories only
33
- - Checks internal consistency and basic coverage
34
- - Lighter validation appropriate for simple projects
35
-
36
- ### Level 2 Projects
37
-
38
- - Validates PRD, tech spec (with embedded architecture), and stories
39
- - Ensures PRD requirements are fully covered
40
- - Verifies technical approach aligns with business goals
41
-
42
- ### Level 3-4 Projects
43
-
44
- - Full validation of PRD, architecture document, and comprehensive stories
45
- - Deep cross-reference checking across all artifacts
46
- - Validates architectural decisions don't introduce scope creep
47
- - Checks UX artifacts if applicable
48
-
49
- ## How to Invoke
50
-
51
- ### Via Scrum Master Agent
52
-
53
- ```
54
- *solutioning-gate-check
55
- ```
56
-
57
- ### Direct Workflow Invocation
58
-
59
- ```
60
- workflow solutioning-gate-check
61
- ```
62
-
63
- ## Expected Inputs
64
-
65
- The workflow will automatically search your project's output folder for:
66
-
67
- - Product Requirements Documents (PRD)
68
- - Architecture documents
69
- - Technical Specifications
70
- - Epic and Story breakdowns
71
- - UX artifacts (if applicable)
72
-
73
- No manual input file specification needed - the workflow discovers documents automatically.
74
-
75
- ## Generated Output
76
-
77
- The workflow produces a comprehensive **Implementation Readiness Report** containing:
78
-
79
- 1. **Executive Summary** - Overall readiness status
80
- 2. **Document Inventory** - What was found and reviewed
81
- 3. **Alignment Validation** - Cross-reference analysis results
82
- 4. **Gap Analysis** - Missing items and risks identified
83
- 5. **Findings by Severity** - Critical, High, Medium, Low issues
84
- 6. **Recommendations** - Specific actions to address issues
85
- 7. **Readiness Decision** - Ready, Ready with Conditions, or Not Ready
86
-
87
- Output Location: `{output_folder}/implementation-readiness-report-{date}.md`
88
-
89
- ## Workflow Steps
90
-
91
- 1. **Initialize** - Get current workflow status and project level
92
- 2. **Document Discovery** - Find all planning artifacts
93
- 3. **Deep Analysis** - Extract requirements, decisions, and stories
94
- 4. **Cross-Reference Validation** - Check alignment between all documents
95
- 5. **Gap and Risk Analysis** - Identify issues and conflicts
96
- 6. **UX Validation** (optional) - Verify UX concerns are addressed
97
- 7. **Generate Report** - Compile comprehensive readiness assessment
98
- 8. **Status Update** (optional) - Offer to advance workflow to next phase
99
-
100
- ## Validation Criteria
101
-
102
- The workflow uses systematic validation rules adapted to each project level:
103
-
104
- - **Document completeness and quality**
105
- - **Requirement to story traceability**
106
- - **Architecture to implementation alignment**
107
- - **Story sequencing and dependencies**
108
- - **Greenfield project setup coverage**
109
- - **Risk identification and mitigation**
110
-
111
- For projects using the new architecture workflow (decision-architecture.md), additional validations include:
112
-
113
- - **Implementation patterns defined for consistency**
114
- - **Technology versions verified and current**
115
- - **Starter template initialization as first story**
116
- - **UX specification alignment (if provided)**
117
-
118
- ## Special Features
119
-
120
- ### Intelligent Adaptation
121
-
122
- - Automatically adjusts validation based on project level
123
- - Recognizes when UX workflow is active
124
- - Handles greenfield vs. brownfield projects differently
125
-
126
- ### Comprehensive Coverage
127
-
128
- - Validates not just presence but quality and alignment
129
- - Checks for both gaps and gold-plating
130
- - Ensures logical story sequencing
131
-
132
- ### Actionable Output
133
-
134
- - Provides specific, actionable recommendations
135
- - Categorizes issues by severity
136
- - Includes positive findings and commendations
137
-
138
- ## Integration with BMad Method
139
-
140
- This workflow integrates seamlessly with the BMad Method workflow system:
141
-
142
- - Uses workflow-status to understand project context
143
- - Can update workflow status to advance to next phase
144
- - Follows standard BMad document naming conventions
145
- - Searches standard output folders automatically
146
-
147
- ## Troubleshooting
148
-
149
- ### Documents Not Found
150
-
151
- - Ensure documents are in the configured output folder
152
- - Check that document names follow BMad conventions
153
- - Verify workflow-status is properly configured
154
-
155
- ### Validation Too Strict
156
-
157
- - The workflow adapts to project level automatically
158
- - Level 0-1 projects get lighter validation
159
- - Consider if your project level is set correctly
160
-
161
- ### Report Too Long
162
-
163
- - Focus on Critical and High priority issues first
164
- - Use the executive summary for quick decisions
165
- - Review detailed findings only for areas of concern
166
-
167
- ## Support
168
-
169
- For issues or questions about this workflow:
170
-
171
- - Consult the BMad Method documentation
172
- - Check the SM agent for workflow guidance
173
- - Review validation-criteria.yaml for detailed rules
174
-
175
- ---
176
-
177
- _This workflow is part of the BMad Method v6-alpha suite of planning and solutioning tools_
@@ -1,221 +0,0 @@
1
- # Phase 4: Implementation
2
-
3
- ## Overview
4
-
5
- Phase 4 is where planning transitions into actual development. This phase manages the iterative implementation of stories defined in the epic files, tracking their progress through a well-defined status workflow.
6
-
7
- ## Status Definitions
8
-
9
- ### Epic Status
10
-
11
- Epics progress through a simple two-state flow:
12
-
13
- | Status | Description | Next Status |
14
- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
15
- | **backlog** | Epic exists in epic file but technical context has not been created | contexted |
16
- | **contexted** | Epic technical context has been created via `epic-tech-context` workflow. This is a prerequisite before any stories in the epic can be drafted. | - |
17
-
18
- **File Indicators:**
19
-
20
- - `backlog`: No `epic-{n}-context.md` file exists
21
- - `contexted`: `{output_folder}/epic-{n}-context.md` file exists
22
-
23
- ### Story Status
24
-
25
- Stories progress through a six-state flow representing their journey from idea to implementation:
26
-
27
- | Status | Description | Set By | Next Status |
28
- | ----------------- | ---------------------------------------------------------------------------------- | ------------- | ------------- |
29
- | **backlog** | Story only exists in the epic file, no work has begun | Initial state | drafted |
30
- | **drafted** | Story file has been created via `create-story` workflow | SM Agent | ready-for-dev |
31
- | **ready-for-dev** | Story has been drafted, approved, and context created via `story-context` workflow | SM Agent | in-progress |
32
- | **in-progress** | Developer is actively implementing the story | Dev Agent | review |
33
- | **review** | Implementation complete, under SM review via `code-review` workflow | Dev Agent | done |
34
- | **done** | Story has been reviewed and completed | Dev Agent | - |
35
-
36
- **File Indicators:**
37
-
38
- - `backlog`: No story file exists
39
- - `drafted`: `{story_dir}/{story-key}.md` file exists (e.g., `1-1-user-auth.md`)
40
- - `ready-for-dev`: Both story file and context exist (e.g., `1-1-user-auth-context.md`)
41
- - `in-progress`, `review`, `done`: Manual status updates in sprint-status.yaml
42
-
43
- ### Retrospective Status
44
-
45
- Optional retrospectives can be completed after an epic:
46
-
47
- | Status | Description |
48
- | ------------- | -------------------------------------------------- |
49
- | **optional** | Retrospective can be completed but is not required |
50
- | **completed** | Retrospective has been completed |
51
-
52
- ## Status Transitions
53
-
54
- ### Epic Flow
55
-
56
- ```mermaid
57
- graph LR
58
- backlog --> contexted[contexted via epic-tech-context]
59
- ```
60
-
61
- ### Story Flow
62
-
63
- ```mermaid
64
- graph LR
65
- backlog --> drafted[drafted via create-story]
66
- drafted --> ready[ready-for-dev via story-context]
67
- ready --> progress[in-progress - dev starts]
68
- progress --> review[review via code-review]
69
- review --> done[done - dev completes]
70
- ```
71
-
72
- ## Sprint Status Management
73
-
74
- The `sprint-status.yaml` file is the single source of truth for tracking all work items. It contains:
75
-
76
- - All epics with their current status
77
- - All stories with their current status
78
- - Retrospective placeholders for each epic
79
- - Clear documentation of status definitions
80
-
81
- ### Example Sprint Status File
82
-
83
- ```yaml
84
- development_status:
85
- epic-1: contexted
86
- 1-1-project-foundation: done
87
- 1-2-app-shell: done
88
- 1-3-user-authentication: in-progress
89
- 1-4-plant-data-model: ready-for-dev
90
- 1-5-add-plant-manual: drafted
91
- 1-6-photo-identification: backlog
92
- 1-7-plant-naming: backlog
93
- epic-1-retrospective: optional
94
-
95
- epic-2: backlog
96
- 2-1-personality-system: backlog
97
- 2-2-chat-interface: backlog
98
- 2-3-llm-integration: backlog
99
- epic-2-retrospective: optional
100
- ```
101
-
102
- ## Workflows in Phase 4
103
-
104
- ### Core Workflows
105
-
106
- | Workflow | Purpose | Updates Status |
107
- | --------------------- | -------------------------------------------------- | ----------------------------------- |
108
- | **sprint-planning** | Generate/update sprint-status.yaml from epic files | Auto-detects file-based statuses |
109
- | **epic-tech-context** | Create technical context for an epic | epic: backlog → contexted |
110
- | **create-story** | Draft a story from epics/PRD | story: backlog → drafted |
111
- | **story-context** | Add implementation context to story | story: drafted → ready-for-dev |
112
- | **dev-story** | Developer implements the story | story: ready-for-dev → in-progress |
113
- | **code-review** | SM reviews implementation | story: in-progress → review |
114
- | **retrospective** | Conduct epic retrospective | retrospective: optional → completed |
115
- | **correct-course** | Course correction when needed | Various status updates |
116
-
117
- ### Sprint Planning Workflow
118
-
119
- The `sprint-planning` workflow is the foundation of Phase 4. It:
120
-
121
- 1. **Parses all epic files** (`epic*.md` or `epics.md`)
122
- 2. **Extracts all epics and stories** maintaining their order
123
- 3. **Auto-detects current status** based on existing files:
124
- - Checks for epic context files
125
- - Checks for story files
126
- - Checks for story context files
127
- 4. **Generates sprint-status.yaml** with current reality
128
- 5. **Preserves manual status updates** (won't downgrade statuses)
129
-
130
- Run this workflow:
131
-
132
- - Initially after Phase 3 completion
133
- - After creating epic contexts
134
- - Periodically to sync file-based status
135
- - To verify current project state
136
-
137
- ### Workflow Guidelines
138
-
139
- 1. **Epic Context First**: Epics should be contexted before drafting their stories
140
- 2. **Flexible Parallelism**: Multiple stories can be in-progress based on team capacity
141
- 3. **Sequential Default**: Stories within an epic are typically worked in order
142
- 4. **Learning Transfer**: SM drafts next story after previous is done, incorporating learnings
143
- 5. **Review Flow**: Dev moves to review, SM reviews, Dev moves to done
144
-
145
- ## Agent Responsibilities
146
-
147
- ### SM (Scrum Master) Agent
148
-
149
- - Run `sprint-planning` to generate initial status
150
- - Create epic contexts (`epic-tech-context`)
151
- - Draft stories (`create-story`)
152
- - Create story contexts (`story-context`)
153
- - Review completed work (`code-review`)
154
- - Update status in sprint-status.yaml
155
-
156
- ### Developer Agent
157
-
158
- - Check sprint-status.yaml for `ready-for-dev` stories
159
- - Update status to `in-progress` when starting
160
- - Implement stories (`dev-story`)
161
- - Move to `review` when complete
162
- - Address review feedback
163
- - Update to `done` after approval
164
-
165
- ### Test Architect
166
-
167
- - Monitor stories entering `review` status
168
- - Track epic progress
169
- - Identify when retrospectives needed
170
- - Validate implementation quality
171
-
172
- ## Best Practices
173
-
174
- 1. **Always run sprint-planning first** to establish current state
175
- 2. **Update status immediately** as work progresses
176
- 3. **Check sprint-status.yaml** before starting any work
177
- 4. **Preserve learning** by drafting stories sequentially when possible
178
- 5. **Document decisions** in story and context files
179
-
180
- ## Naming Conventions
181
-
182
- ### Story File Naming
183
-
184
- - Format: `{epic}-{story}-{kebab-title}.md`
185
- - Example: `1-1-user-authentication.md`
186
- - Avoids YAML float parsing issues (1.1 vs 1.10)
187
- - Makes files self-descriptive
188
-
189
- ### Git Branch Naming
190
-
191
- - Format: `feat/{epic}-{story}-{kebab-title}`
192
- - Example: `feat/1-1-user-authentication`
193
- - Consistent with story file naming
194
- - Clean for branch management
195
-
196
- ## File Structure
197
-
198
- ```
199
- {output_folder}/
200
- ├── sprint-status.yaml # Sprint status tracking
201
- ├── epic*.md or epics.md # Epic definitions
202
- ├── epic-1-context.md # Epic technical contexts
203
- ├── epic-2-context.md
204
- └── stories/
205
- ├── 1-1-user-authentication.md # Story drafts
206
- ├── 1-1-user-authentication-context.md # Story contexts
207
- ├── 1-2-account-management.md
208
- ├── 1-2-account-management-context.md
209
- └── ...
210
- ```
211
-
212
- ## Next Steps
213
-
214
- After Phase 4 implementation, projects typically move to:
215
-
216
- - Deployment and release
217
- - User acceptance testing
218
- - Production monitoring
219
- - Maintenance and updates
220
-
221
- The sprint-status.yaml file provides a complete audit trail of the development process and can be used for project reporting and retrospectives.