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
@@ -0,0 +1,589 @@
1
+ # BMM Frequently Asked Questions
2
+
3
+ Quick answers to common questions about the BMad Method Module.
4
+
5
+ ---
6
+
7
+ ## Table of Contents
8
+
9
+ - [Getting Started](#getting-started)
10
+ - [Choosing the Right Level](#choosing-the-right-level)
11
+ - [Workflows & Phases](#workflows--phases)
12
+ - [Planning Documents](#planning-documents)
13
+ - [Implementation](#implementation)
14
+ - [Brownfield Development](#brownfield-development)
15
+ - [Tools & Technical](#tools--technical)
16
+
17
+ ---
18
+
19
+ ## Getting Started
20
+
21
+ ### Q: Do I always need to run workflow-init?
22
+
23
+ **A:** No, once you learn the flow you can go directly to workflows. However, workflow-init is helpful because it:
24
+
25
+ - Determines your project's appropriate level automatically
26
+ - Creates the tracking status file
27
+ - Routes you to the correct starting workflow
28
+
29
+ For experienced users: use the [Quick Reference](./quick-start.md#quick-reference-agent--document-mapping) to go directly to the right agent/workflow.
30
+
31
+ ### Q: Why do I need fresh chats for each workflow?
32
+
33
+ **A:** Context-intensive workflows (like brainstorming, PRD creation, architecture design) can cause AI hallucinations if run in sequence within the same chat. Starting fresh ensures the agent has maximum context capacity for each workflow. This is particularly important for:
34
+
35
+ - Planning workflows (PRD, architecture)
36
+ - Analysis workflows (brainstorming, research)
37
+ - Complex story implementation
38
+
39
+ Quick workflows like status checks can reuse chats safely.
40
+
41
+ ### Q: Can I skip workflow-status and just start working?
42
+
43
+ **A:** Yes, if you already know your project level and which workflow comes next. workflow-status is mainly useful for:
44
+
45
+ - New projects (guides initial setup)
46
+ - When you're unsure what to do next
47
+ - After breaks in work (reminds you where you left off)
48
+ - Checking overall progress
49
+
50
+ ### Q: What's the minimum I need to get started?
51
+
52
+ **A:** For the fastest path:
53
+
54
+ 1. Install BMad Method: `npx bmad-method@alpha install`
55
+ 2. For small changes: Load PM agent → run tech-spec → implement
56
+ 3. For larger projects: Load PM agent → run prd → architect → implement
57
+
58
+ ### Q: How do I know if I'm in Phase 1, 2, 3, or 4?
59
+
60
+ **A:** Check your `bmm-workflow-status.md` file (created by workflow-init). It shows your current phase and progress. If you don't have this file, you can also tell by what you're working on:
61
+
62
+ - **Phase 1** - Brainstorming, research, product brief (optional)
63
+ - **Phase 2** - Creating either a PRD or tech-spec (always required)
64
+ - **Phase 3** - Architecture design (Level 2-4 only)
65
+ - **Phase 4** - Actually writing code, implementing stories
66
+
67
+ ---
68
+
69
+ ## Choosing the Right Level
70
+
71
+ ### Q: How do I know which level my project is?
72
+
73
+ **A:** Use workflow-init for automatic detection, or self-assess using these keywords:
74
+
75
+ - **Level 0:** "fix", "bug", "typo", "small change", "patch" → 1 story
76
+ - **Level 1:** "simple", "basic", "small feature", "add" → 2-10 stories
77
+ - **Level 2:** "dashboard", "several features", "admin panel" → 5-15 stories
78
+ - **Level 3:** "platform", "integration", "complex", "system" → 12-40 stories
79
+ - **Level 4:** "enterprise", "multi-tenant", "multiple products" → 40+ stories
80
+
81
+ When in doubt, start smaller. You can always run create-prd later if needed.
82
+
83
+ ### Q: Can I change levels mid-project?
84
+
85
+ **A:** Yes! If you started at Level 1 but realize it's Level 2, you can run create-prd to add proper planning docs. The system is flexible - your initial level choice isn't permanent.
86
+
87
+ ### Q: What if workflow-init suggests the wrong level?
88
+
89
+ **A:** You can override it! workflow-init suggests a level but always asks for confirmation. If you disagree, just say so and choose the level you think is appropriate. Trust your judgment.
90
+
91
+ ### Q: Do I always need architecture for Level 2?
92
+
93
+ **A:** No, architecture is **optional** for Level 2. Only create architecture if you need system-level design. Many Level 2 projects work fine with just PRD + epic-tech-context created during implementation.
94
+
95
+ ### Q: What's the difference between Level 1 and Level 2?
96
+
97
+ **A:**
98
+
99
+ - **Level 1:** 1-10 stories, uses tech-spec (simpler, faster), no architecture
100
+ - **Level 2:** 5-15 stories, uses PRD (product-focused), optional architecture
101
+
102
+ The overlap (5-10 stories) is intentional. Choose based on:
103
+
104
+ - Need product-level planning? → Level 2
105
+ - Just need technical plan? → Level 1
106
+ - Multiple epics? → Level 2
107
+ - Single epic? → Level 1
108
+
109
+ ---
110
+
111
+ ## Workflows & Phases
112
+
113
+ ### Q: What's the difference between workflow-status and workflow-init?
114
+
115
+ **A:**
116
+
117
+ - **workflow-status:** Checks existing status and tells you what's next (use when continuing work)
118
+ - **workflow-init:** Creates new status file and sets up project (use when starting new project)
119
+
120
+ If status file exists, use workflow-status. If not, use workflow-init.
121
+
122
+ ### Q: Can I skip Phase 1 (Analysis)?
123
+
124
+ **A:** Yes! Phase 1 is optional for all levels, though recommended for complex projects. Skip if:
125
+
126
+ - Requirements are clear
127
+ - No research needed
128
+ - Time-sensitive work
129
+ - Small changes (Level 0-1)
130
+
131
+ ### Q: When is Phase 3 (Architecture) required?
132
+
133
+ **A:**
134
+
135
+ - **Level 0-1:** Never (skip entirely)
136
+ - **Level 2:** Optional (only if system design needed)
137
+ - **Level 3-4:** Required (comprehensive architecture mandatory)
138
+
139
+ ### Q: What happens if I skip a recommended workflow?
140
+
141
+ **A:** Nothing breaks! Workflows are guidance, not enforcement. However, skipping recommended workflows (like architecture for Level 3) may cause:
142
+
143
+ - Integration issues during implementation
144
+ - Rework due to poor planning
145
+ - Conflicting design decisions
146
+ - Longer development time overall
147
+
148
+ ### Q: How do I know when Phase 3 is complete and I can start Phase 4?
149
+
150
+ **A:** For Level 3-4, run the solutioning-gate-check workflow. It validates that PRD, architecture, and UX (if applicable) are cohesive before implementation. Pass the gate check = ready for Phase 4.
151
+
152
+ ### Q: Can I run workflows in parallel or do they have to be sequential?
153
+
154
+ **A:** Most workflows must be sequential within a phase:
155
+
156
+ - Phase 1: brainstorm → research → product-brief (optional order)
157
+ - Phase 2: PRD must complete before moving forward
158
+ - Phase 3: architecture → validate → gate-check (sequential)
159
+ - Phase 4: Stories within an epic should generally be sequential, but stories in different epics can be parallel if you have capacity
160
+
161
+ ---
162
+
163
+ ## Planning Documents
164
+
165
+ ### Q: What's the difference between tech-spec and epic-tech-context?
166
+
167
+ **A:**
168
+
169
+ - **Tech-spec (Level 0-1):** Created upfront in Planning Phase, serves as primary/only planning document, a combination of enough technical and planning information to drive a single or multiple files
170
+ - **Epic-tech-context (Level 2-4):** Created during Implementation Phase per epic, supplements PRD + Architecture
171
+
172
+ Think of it as: tech-spec is for small projects (replaces PRD and architecture), epic-tech-context is for large projects (supplements PRD).
173
+
174
+ ### Q: Why no tech-spec at Level 2+?
175
+
176
+ **A:** Level 2+ projects need product-level planning (PRD) and system-level design (Architecture), which tech-spec doesn't provide. Tech-spec is too narrow for coordinating multiple features. Instead, Level 2-4 uses:
177
+
178
+ - PRD (product vision, requirements, epics)
179
+ - Architecture (system design)
180
+ - Epic-tech-context (detailed implementation per epic, created just-in-time)
181
+
182
+ ### Q: When do I create epic-tech-context?
183
+
184
+ **A:** In Phase 4, right before implementing each epic. Don't create all epic-tech-context upfront - that's over-planning. Create them just-in-time using the epic-tech-context workflow as you're about to start working on that epic.
185
+
186
+ **Why just-in-time?** You'll learn from earlier epics, and those learnings improve later epic-tech-context.
187
+
188
+ ### Q: Do I need a PRD for a bug fix?
189
+
190
+ **A:** No! Bug fixes are typically Level 0 (single atomic change). Use Quick Spec Flow:
191
+
192
+ - Load PM agent
193
+ - Run tech-spec workflow
194
+ - Implement immediately
195
+
196
+ PRDs are for Level 2-4 projects with multiple features requiring product-level coordination.
197
+
198
+ ### Q: Can I skip the product brief?
199
+
200
+ **A:** Yes, product brief is always optional. It's most valuable for:
201
+
202
+ - Level 3-4 projects needing strategic direction
203
+ - Projects with stakeholders requiring alignment
204
+ - Novel products needing market research
205
+ - When you want to explore solution space before committing
206
+
207
+ ---
208
+
209
+ ## Implementation
210
+
211
+ ### Q: Do I need story-context for every story?
212
+
213
+ **A:** Technically no, but it's recommended. story-context provides implementation-specific guidance, references existing patterns, and injects expertise. Skip it only if:
214
+
215
+ - Very simple story (self-explanatory)
216
+ - You're already expert in the area
217
+ - Time is extremely limited
218
+
219
+ For Level 0-1 using tech-spec, story-context is less critical because tech-spec is already comprehensive.
220
+
221
+ ### Q: What if I don't create epic-tech-context before drafting stories?
222
+
223
+ **A:** You can proceed without it, but you'll miss:
224
+
225
+ - Epic-level technical direction
226
+ - Architecture guidance for this epic
227
+ - Integration strategy with other epics
228
+ - Common patterns to follow across stories
229
+
230
+ epic-tech-context helps ensure stories within an epic are cohesive.
231
+
232
+ ### Q: How do I mark a story as done?
233
+
234
+ **A:** You have two options:
235
+
236
+ **Option 1: Use story-done workflow (Recommended)**
237
+
238
+ 1. Load SM agent
239
+ 2. Run `story-done` workflow
240
+ 3. Workflow automatically updates `sprint-status.yaml` (created by sprint-planning at Phase 4 start)
241
+ 4. Moves story from current status → `DONE`
242
+ 5. Advances the story queue
243
+
244
+ **Option 2: Manual update**
245
+
246
+ 1. After dev-story completes and code-review passes
247
+ 2. Open `sprint-status.yaml` (created by sprint-planning)
248
+ 3. Change the story status from `review` to `done`
249
+ 4. Save the file
250
+
251
+ The story-done workflow is faster and ensures proper status file updates.
252
+
253
+ ### Q: Can I work on multiple stories at once?
254
+
255
+ **A:** Yes, if you have capacity! Stories within different epics can be worked in parallel. However, stories within the same epic are usually sequential because they build on each other.
256
+
257
+ ### Q: What if my story takes longer than estimated?
258
+
259
+ **A:** That's normal! Stories are estimates. If implementation reveals more complexity:
260
+
261
+ 1. Continue working until DoD is met
262
+ 2. Consider if story should be split
263
+ 3. Document learnings in retrospective
264
+ 4. Adjust future estimates based on this learning
265
+
266
+ ### Q: When should I run retrospective?
267
+
268
+ **A:** After completing all stories in an epic (when epic is done). Retrospectives capture:
269
+
270
+ - What went well
271
+ - What could improve
272
+ - Technical insights
273
+ - Input for next epic-tech-context
274
+
275
+ Don't wait until project end - run after each epic for continuous improvement.
276
+
277
+ ---
278
+
279
+ ## Brownfield Development
280
+
281
+ ### Q: What is brownfield vs greenfield?
282
+
283
+ **A:**
284
+
285
+ - **Greenfield:** New project, starting from scratch, clean slate
286
+ - **Brownfield:** Existing project, working with established codebase and patterns
287
+
288
+ ### Q: Do I have to run document-project for brownfield?
289
+
290
+ **A:** Highly recommended, especially if:
291
+
292
+ - No existing documentation
293
+ - Documentation is outdated
294
+ - AI agents need context about existing code
295
+ - Level 2-4 complexity
296
+
297
+ You can skip it if you have comprehensive, up-to-date documentation including `docs/index.md`.
298
+
299
+ ### Q: What if I forget to run document-project on brownfield?
300
+
301
+ **A:** Workflows will lack context about existing code. You may get:
302
+
303
+ - Suggestions that don't match existing patterns
304
+ - Integration approaches that miss existing APIs
305
+ - Architecture that conflicts with current structure
306
+
307
+ Run document-project and restart planning with proper context.
308
+
309
+ ### Q: Can I use Quick Spec Flow for brownfield projects?
310
+
311
+ **A:** Yes! Quick Spec Flow works great for brownfield. It will:
312
+
313
+ - Auto-detect your existing stack
314
+ - Analyze brownfield code patterns
315
+ - Detect conventions and ask for confirmation
316
+ - Generate context-rich tech-spec that respects existing code
317
+
318
+ Perfect for bug fixes and small features in existing codebases.
319
+
320
+ ### Q: How does workflow-init handle brownfield with old planning docs?
321
+
322
+ **A:** workflow-init asks about YOUR current work first, then uses old artifacts as context:
323
+
324
+ 1. Shows what it found (old PRD, epics, etc.)
325
+ 2. Asks: "Is this work in progress, previous effort, or proposed work?"
326
+ 3. If previous effort: Asks you to describe your NEW work
327
+ 4. Determines level based on YOUR work, not old artifacts
328
+
329
+ This prevents old Level 3 PRDs from forcing Level 3 workflow for new Level 0 bug fix.
330
+
331
+ ### Q: What if my existing code doesn't follow best practices?
332
+
333
+ **A:** Quick Spec Flow detects your conventions and asks: "Should I follow these existing conventions?" You decide:
334
+
335
+ - **Yes** → Maintain consistency with current codebase
336
+ - **No** → Establish new standards (document why in tech-spec)
337
+
338
+ BMM respects your choice - it won't force modernization, but it will offer it.
339
+
340
+ ---
341
+
342
+ ## Tools & Technical
343
+
344
+ ### Q: Why are my Mermaid diagrams not rendering?
345
+
346
+ **A:** Common issues:
347
+
348
+ 1. Missing language tag: Use ` ```mermaid` not just ` ``` `
349
+ 2. Syntax errors in diagram (validate at mermaid.live)
350
+ 3. Tool doesn't support Mermaid (check your Markdown renderer)
351
+
352
+ All BMM docs use valid Mermaid syntax that should render in GitHub, VS Code, and most IDEs.
353
+
354
+ ### Q: Can I use BMM with GitHub Copilot / Cursor / other AI tools?
355
+
356
+ **A:** Yes! BMM is complementary. BMM handles:
357
+
358
+ - Project planning and structure
359
+ - Workflow orchestration
360
+ - Agent Personas and expertise
361
+ - Documentation generation
362
+ - Quality gates
363
+
364
+ Your AI coding assistant handles:
365
+
366
+ - Line-by-line code completion
367
+ - Quick refactoring
368
+ - Test generation
369
+
370
+ Use them together for best results.
371
+
372
+ ### Q: What IDEs/tools support BMM?
373
+
374
+ **A:** BMM requires tools with **agent mode** and access to **high-quality LLM models** that can load and follow complex workflows, then properly implement code changes.
375
+
376
+ **Recommended Tools:**
377
+
378
+ - **Claude Code** ⭐ **Best choice**
379
+ - Sonnet 4.5 (excellent workflow following, coding, reasoning)
380
+ - Opus (maximum context, complex planning)
381
+ - Native agent mode designed for BMM workflows
382
+
383
+ - **Cursor**
384
+ - Supports Anthropic (Claude) and OpenAI models
385
+ - Agent mode with composer
386
+ - Good for developers who prefer Cursor's UX
387
+
388
+ - **Windsurf**
389
+ - Multi-model support
390
+ - Agent capabilities
391
+ - Suitable for BMM workflows
392
+
393
+ **What Matters:**
394
+
395
+ 1. **Agent mode** - Can load long workflow instructions and maintain context
396
+ 2. **High-quality LLM** - Models ranked high on SWE-bench (coding benchmarks)
397
+ 3. **Model selection** - Access to Claude Sonnet 4.5, Opus, or GPT-4o class models
398
+ 4. **Context capacity** - Can handle large planning documents and codebases
399
+
400
+ **Why model quality matters:** BMM workflows require LLMs that can follow multi-step processes, maintain context across phases, and implement code that adheres to specifications. Tools with weaker models will struggle with workflow adherence and code quality.
401
+
402
+ See [IDE Setup Guides](../../../docs/ide-info/) for configuration specifics.
403
+
404
+ ### Q: Can I customize agents?
405
+
406
+ **A:** Yes! Agents are installed as markdown files with XML-style content (optimized for LLMs, readable by any model). Create customization files in `bmad/_cfg/agents/[agent-name].customize.yaml` to override default behaviors while keeping core functionality intact. See agent documentation for customization options.
407
+
408
+ **Note:** While source agents in this repo are YAML, they install as `.md` files with XML-style tags - a format any LLM can read and follow.
409
+
410
+ ### Q: What happens to my planning docs after implementation?
411
+
412
+ **A:** Keep them! They serve as:
413
+
414
+ - Historical record of decisions
415
+ - Onboarding material for new team members
416
+ - Reference for future enhancements
417
+ - Audit trail for compliance
418
+
419
+ For enterprise projects (Level 4), consider archiving completed planning artifacts to keep workspace clean.
420
+
421
+ ### Q: Can I use BMM for non-software projects?
422
+
423
+ **A:** BMM is optimized for software development, but the methodology principles (scale-adaptive planning, just-in-time design, context injection) can apply to other complex project types. You'd need to adapt workflows and agents for your domain.
424
+
425
+ ---
426
+
427
+ ## Advanced Questions
428
+
429
+ ### Q: What if my project grows from Level 1 to Level 3?
430
+
431
+ **A:** Totally fine! When you realize scope has grown:
432
+
433
+ 1. Run create-prd to add product-level planning
434
+ 2. Run create-architecture for system design
435
+ 3. Use existing tech-spec as input for PRD
436
+ 4. Continue with updated level
437
+
438
+ The system is flexible - growth is expected.
439
+
440
+ ### Q: Can I mix greenfield and brownfield approaches?
441
+
442
+ **A:** Yes! Common scenario: adding new greenfield feature to brownfield codebase. Approach:
443
+
444
+ 1. Run document-project for brownfield context
445
+ 2. Use greenfield workflows for new feature planning
446
+ 3. Explicitly document integration points between new and existing
447
+ 4. Test integration thoroughly
448
+
449
+ ### Q: How do I handle urgent hotfixes during a sprint?
450
+
451
+ **A:** Use correct-course workflow or just:
452
+
453
+ 1. Save your current work state
454
+ 2. Load PM agent → quick tech-spec for hotfix
455
+ 3. Implement hotfix (Level 0 flow)
456
+ 4. Deploy hotfix
457
+ 5. Return to original sprint work
458
+
459
+ Level 0 Quick Spec Flow is perfect for urgent fixes.
460
+
461
+ ### Q: What if I disagree with the workflow's recommendations?
462
+
463
+ **A:** Workflows are guidance, not enforcement. If a workflow recommends something that doesn't make sense for your context:
464
+
465
+ - Explain your reasoning to the agent
466
+ - Ask for alternative approaches
467
+ - Skip the recommendation if you're confident
468
+ - Document why you deviated (for future reference)
469
+
470
+ Trust your expertise - BMM supports your decisions.
471
+
472
+ ### Q: Can multiple developers work on the same BMM project?
473
+
474
+ **A:** Yes! But the paradigm is fundamentally different from traditional agile teams.
475
+
476
+ **Key Difference:**
477
+
478
+ - **Traditional:** Multiple devs work on stories within one epic (months)
479
+ - **Agentic:** Each dev owns complete epics (days)
480
+
481
+ **In traditional agile:** A team of 5 devs might spend 2-3 months on a single epic, with each dev owning different stories.
482
+
483
+ **With BMM + AI agents:** A single dev can complete an entire epic in 1-3 days. What used to take months now takes days.
484
+
485
+ **Team Work Distribution:**
486
+
487
+ - **Recommended:** Split work by **epic** (not story)
488
+ - Each developer owns complete epics end-to-end
489
+ - Parallel work happens at epic level
490
+ - Minimal coordination needed
491
+
492
+ **For full-stack apps:**
493
+
494
+ - Frontend and backend can be separate epics (unusual in traditional agile)
495
+ - Frontend dev owns all frontend epics
496
+ - Backend dev owns all backend epics
497
+ - Works because delivery is so fast
498
+
499
+ **Enterprise Considerations:**
500
+
501
+ - Use **git submodules** for BMM installation (not .gitignore)
502
+ - Allows personal configurations without polluting main repo
503
+ - Teams may use different AI tools (Claude Code, Cursor, etc.)
504
+ - Developers may follow different methods or create custom agents/workflows
505
+
506
+ **Quick Tips:**
507
+
508
+ - Share `sprint-status.yaml` (single source of truth)
509
+ - Assign entire epics to developers (not individual stories)
510
+ - Coordinate at epic boundaries, not story level
511
+ - Use git submodules for BMM in enterprise settings
512
+
513
+ **For comprehensive coverage of enterprise team collaboration, work distribution strategies, git submodule setup, and velocity expectations, see:**
514
+
515
+ 👉 **[Enterprise Agentic Development Guide](./enterprise-agentic-development.md)**
516
+
517
+ ### Q: What is party mode and when should I use it?
518
+
519
+ **A:** Party mode is a unique multi-agent collaboration feature where ALL your installed agents (19+ from BMM, CIS, BMB, custom modules) discuss your challenges together in real-time.
520
+
521
+ **How it works:**
522
+
523
+ 1. Run `/bmad:core:workflows:party-mode` (or `*party-mode` from any agent)
524
+ 2. Introduce your topic
525
+ 3. BMad Master selects 2-3 most relevant agents per message
526
+ 4. Agents cross-talk, debate, and build on each other's ideas
527
+
528
+ **Best for:**
529
+
530
+ - Strategic decisions with trade-offs (architecture choices, tech stack, scope)
531
+ - Creative brainstorming (game design, product innovation, UX ideation)
532
+ - Cross-functional alignment (epic kickoffs, retrospectives, phase transitions)
533
+ - Complex problem-solving (multi-faceted challenges, risk assessment)
534
+
535
+ **Example parties:**
536
+
537
+ - **Product Strategy:** PM + Innovation Strategist (CIS) + Analyst
538
+ - **Technical Design:** Architect + Creative Problem Solver (CIS) + Game Architect
539
+ - **User Experience:** UX Designer + Design Thinking Coach (CIS) + Storyteller (CIS)
540
+
541
+ **Why it's powerful:**
542
+
543
+ - Diverse perspectives (technical, creative, strategic)
544
+ - Healthy debate reveals blind spots
545
+ - Emergent insights from agent interaction
546
+ - Natural collaboration across modules
547
+
548
+ **For complete documentation:**
549
+
550
+ 👉 **[Party Mode Guide](./party-mode.md)** - How it works, when to use it, example compositions, best practices
551
+
552
+ ---
553
+
554
+ ## Getting Help
555
+
556
+ ### Q: Where do I get help if my question isn't answered here?
557
+
558
+ **A:**
559
+
560
+ 1. Check [Troubleshooting Guide](./troubleshooting.md) for common issues
561
+ 2. Search [Complete Documentation](./README.md) for related topics
562
+ 3. Ask in [Discord Community](https://discord.gg/gk8jAdXWmj) (#general-dev)
563
+ 4. Open a [GitHub Issue](https://github.com/bmad-code-org/BMAD-METHOD/issues)
564
+ 5. Watch [YouTube Tutorials](https://www.youtube.com/@BMadCode)
565
+
566
+ ### Q: How do I report a bug or request a feature?
567
+
568
+ **A:** Open a GitHub issue at: https://github.com/bmad-code-org/BMAD-METHOD/issues
569
+
570
+ Please include:
571
+
572
+ - BMM version (check your installed version)
573
+ - Steps to reproduce (for bugs)
574
+ - Expected vs actual behavior
575
+ - Relevant workflow or agent involved
576
+
577
+ ---
578
+
579
+ ## Related Documentation
580
+
581
+ - [Quick Start Guide](./quick-start.md) - Get started with BMM
582
+ - [Glossary](./glossary.md) - Terminology reference
583
+ - [Troubleshooting](./troubleshooting.md) - Problem resolution
584
+ - [Scale Adaptive System](./scale-adaptive-system.md) - Understanding levels
585
+ - [Brownfield Guide](./brownfield-guide.md) - Existing codebase workflows
586
+
587
+ ---
588
+
589
+ **Have a question not answered here?** Please [open an issue](https://github.com/bmad-code-org/BMAD-METHOD/issues) or ask in [Discord](https://discord.gg/gk8jAdXWmj) so we can add it!