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

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 (225) hide show
  1. package/.claude/agents/bmad-analysis/api-documenter.md +102 -0
  2. package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
  3. package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
  4. package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
  5. package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
  6. package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
  7. package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
  8. package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
  9. package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
  10. package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
  11. package/.claude/agents/bmad-planning/user-researcher.md +72 -0
  12. package/.claude/agents/bmad-research/market-researcher.md +51 -0
  13. package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
  14. package/.claude/agents/bmad-review/document-reviewer.md +102 -0
  15. package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
  16. package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
  17. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  18. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  19. package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  20. package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
  21. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  22. package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
  23. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
  24. package/.claude/settings.local.json +3 -8
  25. package/CHANGELOG.md +305 -0
  26. package/CONTRIBUTING.md +1 -13
  27. package/README.md +88 -39
  28. package/bmad/_cfg/agent-manifest.csv +1 -6
  29. package/bmad/_cfg/files-manifest.csv +40 -114
  30. package/bmad/_cfg/ides/claude-code.yaml +4 -3
  31. package/bmad/_cfg/manifest.yaml +3 -4
  32. package/bmad/_cfg/task-manifest.csv +0 -1
  33. package/bmad/_cfg/workflow-manifest.csv +3 -7
  34. package/bmad/bmb/config.yaml +2 -2
  35. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  36. package/bmad/bmm/README.md +79 -120
  37. package/bmad/bmm/agents/architect.md +0 -1
  38. package/bmad/bmm/agents/sm.md +1 -1
  39. package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  40. package/bmad/bmm/config.yaml +4 -3
  41. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  42. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  43. package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  44. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  45. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  46. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  47. package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  48. package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
  49. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  50. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  52. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  53. package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  54. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  55. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  56. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  57. package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
  58. package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  59. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  60. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  61. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  62. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  63. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  64. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  65. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  66. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  67. package/bmad/core/config.yaml +2 -2
  68. package/bmad/core/tasks/workflow.xml +1 -11
  69. package/package.json +1 -1
  70. package/src/core/tasks/workflow.xml +1 -11
  71. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  72. package/src/modules/bmm/README.md +1 -1
  73. package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
  74. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  75. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  76. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  77. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  78. package/src/modules/bmm/docs/README.md +19 -18
  79. package/src/modules/bmm/docs/agents-guide.md +47 -99
  80. package/src/modules/bmm/docs/brownfield-guide.md +216 -96
  81. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  82. package/src/modules/bmm/docs/faq.md +16 -16
  83. package/src/modules/bmm/docs/glossary.md +44 -50
  84. package/src/modules/bmm/docs/party-mode.md +110 -1122
  85. package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
  86. package/src/modules/bmm/docs/quick-start.md +34 -34
  87. package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
  88. package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
  89. package/src/modules/bmm/docs/troubleshooting.md +7 -7
  90. package/src/modules/bmm/docs/workflows-analysis.md +64 -28
  91. package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
  92. package/src/modules/bmm/docs/workflows-planning.md +74 -35
  93. package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
  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 +25 -2
  111. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  112. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  114. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  115. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  116. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  117. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  118. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  119. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  120. package/tools/cli/installers/lib/core/config-collector.js +39 -11
  121. package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
  122. package/tools/cli/installers/lib/core/installer.js +20 -9
  123. package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
  124. package/tools/cli/installers/lib/core/manifest.js +6 -2
  125. package/tools/cli/installers/lib/modules/manager.js +6 -0
  126. package/tools/cli/lib/config.js +3 -1
  127. package/tools/cli/lib/ui.js +5 -5
  128. package/tools/cli/lib/yaml-format.js +2 -1
  129. package/tools/schema/agent.js +2 -0
  130. package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
  131. package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
  132. package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
  133. package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
  134. package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
  135. package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
  136. package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
  137. package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
  138. package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
  139. package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
  140. package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
  141. package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
  142. package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
  143. package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
  144. package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
  145. package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
  146. package/bmad/bmm/docs/brownfield-guide.md +0 -1260
  147. package/bmad/bmm/docs/quick-spec-flow.md +0 -645
  148. package/bmad/bmm/docs/quick-start.md +0 -341
  149. package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
  150. package/bmad/bmm/tasks/retrospective.xml +0 -104
  151. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  152. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  153. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  154. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  155. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  156. package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
  157. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  158. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  159. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  160. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  161. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  162. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  163. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  164. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  165. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  166. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  167. package/bmad/bmm/workflows/README.md +0 -256
  168. package/bmad/bmm/workflows/document-project/README.md +0 -444
  169. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  170. package/bmad/bmm/workflows/testarch/README.md +0 -26
  171. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  172. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  173. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  174. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  175. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  176. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  177. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  178. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  179. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  180. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  181. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  182. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  183. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  184. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  185. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  186. package/bmad/cis/README.md +0 -153
  187. package/bmad/cis/agents/README.md +0 -104
  188. package/bmad/cis/agents/brainstorming-coach.md +0 -62
  189. package/bmad/cis/agents/creative-problem-solver.md +0 -62
  190. package/bmad/cis/agents/design-thinking-coach.md +0 -62
  191. package/bmad/cis/agents/innovation-strategist.md +0 -62
  192. package/bmad/cis/agents/storyteller.md +0 -59
  193. package/bmad/cis/config.yaml +0 -10
  194. package/bmad/cis/teams/creative-squad.yaml +0 -6
  195. package/bmad/cis/workflows/README.md +0 -139
  196. package/bmad/cis/workflows/design-thinking/README.md +0 -56
  197. package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  198. package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
  199. package/bmad/cis/workflows/design-thinking/template.md +0 -111
  200. package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
  201. package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
  202. package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  203. package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
  204. package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
  205. package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
  206. package/bmad/cis/workflows/problem-solving/README.md +0 -56
  207. package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
  208. package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  209. package/bmad/cis/workflows/problem-solving/template.md +0 -165
  210. package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
  211. package/bmad/cis/workflows/storytelling/README.md +0 -58
  212. package/bmad/cis/workflows/storytelling/instructions.md +0 -291
  213. package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
  214. package/bmad/cis/workflows/storytelling/template.md +0 -113
  215. package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
  216. package/bmad/core/agents/bmad-master.md.bak +0 -69
  217. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  218. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  219. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  220. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  221. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  222. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  223. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  224. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  225. /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
@@ -14,44 +14,62 @@ last-redoc-date: 2025-10-14
14
14
 
15
15
  TEA integrates across the entire BMad development lifecycle, providing quality assurance at every phase:
16
16
 
17
- ```
18
- ┌──────────────────────────────────────────────────────────┐
19
- │ BMM Phase 2: PLANNING │
20
- │ │
21
- PM: *prd
22
- │ ↓ │
23
- TEA: *framework ──→ *ci ──→ *test-design │
24
- │ └─────────┬─────────────┘ │
25
- │ │ (Setup once per project) │
26
- └─────────────────┼──────────────────────────────────────────┘
27
-
28
- ┌──────────────────────────────────────────────────────────┐
29
- │ BMM Phase 4: IMPLEMENTATION │
30
- │ (Per Story Cycle) │
31
- │ │
32
- │ ┌─→ SM: *create-story │
33
- │ │ ↓ │
34
- │ │ TEA: *atdd (optional, before dev)
35
- │ │ ↓ │
36
- │ │ DEV: implements story │
37
- │ │ ↓ │
38
- │ │ TEA: *automate ──→ *test-review (optional)
39
- │ │ ↓ │
40
- │ │ TEA: *trace (refresh coverage) │
41
- │ │ ↓ │
42
- │ └───[next story] │
43
- └─────────────────┼──────────────────────────────────────────┘
44
-
45
- ┌──────────────────────────────────────────────────────────┐
46
- │ EPIC/RELEASE GATE │
47
- │ │
48
- │ TEA: *nfr-assess (if not done earlier) │
49
- │ ↓ │
50
- TEA: *test-review (final audit, optional)
51
- │ ↓ │
52
- │ TEA: *trace (Phase 2: Gate) ──→ PASS | CONCERNS | FAIL | WAIVED │
53
- │ │
54
- └──────────────────────────────────────────────────────────┘
17
+ ```mermaid
18
+ %%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#fff','primaryTextColor':'#000','primaryBorderColor':'#000','lineColor':'#000','secondaryColor':'#fff','tertiaryColor':'#fff','fontSize':'16px','fontFamily':'arial'}}}%%
19
+ graph TB
20
+ subgraph Phase2["<b>Phase 2: PLANNING</b>"]
21
+ PM["<b>PM: *prd</b>"]
22
+ Framework["<b>TEA: *framework</b>"]
23
+ CI["<b>TEA: *ci</b>"]
24
+ TestDesign["<b>TEA: *test-design</b>"]
25
+ PM --> Framework
26
+ Framework --> CI
27
+ CI --> TestDesign
28
+ SetupNote["<b>Setup once per project</b>"]
29
+ TestDesign -.-> SetupNote
30
+ end
31
+
32
+ subgraph Phase4["<b>Phase 4: IMPLEMENTATION - Per Story Cycle</b>"]
33
+ CreateStory["<b>SM: *create-story</b>"]
34
+ ATDD["<b>TEA: *atdd (optional, before dev)</b>"]
35
+ DevImpl["<b>DEV: implements story</b>"]
36
+ Automate["<b>TEA: *automate</b>"]
37
+ TestReview1["<b>TEA: *test-review (optional)</b>"]
38
+ Trace1["<b>TEA: *trace (refresh coverage)</b>"]
39
+
40
+ CreateStory --> ATDD
41
+ ATDD --> DevImpl
42
+ DevImpl --> Automate
43
+ Automate --> TestReview1
44
+ TestReview1 --> Trace1
45
+ Trace1 -.->|next story| CreateStory
46
+ end
47
+
48
+ subgraph Gate["<b>EPIC/RELEASE GATE</b>"]
49
+ NFR["<b>TEA: *nfr-assess (if not done earlier)</b>"]
50
+ TestReview2["<b>TEA: *test-review (final audit, optional)</b>"]
51
+ TraceGate["<b>TEA: *trace - Phase 2: Gate</b>"]
52
+ GateDecision{"<b>Gate Decision</b>"}
53
+
54
+ NFR --> TestReview2
55
+ TestReview2 --> TraceGate
56
+ TraceGate --> GateDecision
57
+ GateDecision -->|PASS| Pass["<b>PASS ✅</b>"]
58
+ GateDecision -->|CONCERNS| Concerns["<b>CONCERNS ⚠️</b>"]
59
+ GateDecision -->|FAIL| Fail["<b>FAIL ❌</b>"]
60
+ GateDecision -->|WAIVED| Waived["<b>WAIVED ⏭️</b>"]
61
+ end
62
+
63
+ Phase2 --> Phase4
64
+ Phase4 --> Gate
65
+
66
+ style Phase2 fill:#bbdefb,stroke:#0d47a1,stroke-width:3px,color:#000
67
+ style Phase4 fill:#e1bee7,stroke:#4a148c,stroke-width:3px,color:#000
68
+ style Gate fill:#ffe082,stroke:#f57c00,stroke-width:3px,color:#000
69
+ style Pass fill:#4caf50,stroke:#1b5e20,stroke-width:3px,color:#000
70
+ style Concerns fill:#ffc107,stroke:#f57f17,stroke-width:3px,color:#000
71
+ style Fail fill:#f44336,stroke:#b71c1c,stroke-width:3px,color:#000
72
+ style Waived fill:#9c27b0,stroke:#4a148c,stroke-width:3px,color:#000
55
73
  ```
56
74
 
57
75
  ### TEA Integration with BMad v6 Workflow
@@ -30,18 +30,18 @@ flowchart TD
30
30
 
31
31
  ## Table of Contents
32
32
 
33
- - [Setup & Installation Issues](#setup--installation-issues)
33
+ - [Setup and Installation Issues](#setup-and-installation-issues)
34
34
  - [Level Detection Problems](#level-detection-problems)
35
35
  - [Workflow Issues](#workflow-issues)
36
- - [Context & Documentation Issues](#context--documentation-issues)
36
+ - [Context and Documentation Issues](#context-and-documentation-issues)
37
37
  - [Implementation Issues](#implementation-issues)
38
- - [File & Path Issues](#file--path-issues)
38
+ - [File and Path Issues](#file-and-path-issues)
39
39
  - [Agent Behavior Issues](#agent-behavior-issues)
40
40
  - [Integration Issues (Brownfield)](#integration-issues-brownfield)
41
41
 
42
42
  ---
43
43
 
44
- ## Setup & Installation Issues
44
+ ## Setup and Installation Issues
45
45
 
46
46
  ### Problem: BMM not found after installation
47
47
 
@@ -238,7 +238,7 @@ workflow-init asks: "Is this work in progress or previous effort?"
238
238
 
239
239
  ---
240
240
 
241
- ## Context & Documentation Issues
241
+ ## Context and Documentation Issues
242
242
 
243
243
  ### Problem: AI agents lack codebase understanding (Brownfield)
244
244
 
@@ -393,7 +393,7 @@ For most brownfield projects, **Deep scan is sufficient**.
393
393
 
394
394
  ---
395
395
 
396
- ## File & Path Issues
396
+ ## File and Path Issues
397
397
 
398
398
  ### Problem: Output files in wrong location
399
399
 
@@ -545,7 +545,7 @@ To change locations, edit config.yaml then re-run workflows.
545
545
  - Read docs/architecture.md (from document-project)
546
546
  - Understand current system design
547
547
  3. **For Level 3-4**:
548
- - Run architecture-review workflow before planning
548
+ - Run validate-architecture workflow before planning
549
549
  - Use integration-planning workflow
550
550
  4. **Explicitly document integration strategy** in architecture:
551
551
  - How new components fit existing structure
@@ -1,7 +1,5 @@
1
1
  # BMM Analysis Workflows (Phase 1)
2
2
 
3
- **Reading Time:** ~12 minutes
4
-
5
3
  ## Overview
6
4
 
7
5
  Phase 1 (Analysis) workflows are **optional** exploration and discovery tools that help you understand your project space before committing to detailed planning. These workflows facilitate creative thinking, market validation, and strategic alignment.
@@ -17,17 +15,61 @@ Phase 1 (Analysis) workflows are **optional** exploration and discovery tools th
17
15
 
18
16
  - Continuing an existing project with clear requirements
19
17
  - Working on well-defined features with known solutions
20
- - Operating under strict time constraints where discovery is complete
18
+ - Working under strict constraints where discovery is complete
19
+
20
+ ---
21
+
22
+ ## Phase 1 Workflow Map
23
+
24
+ ```mermaid
25
+ %%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#fff','primaryTextColor':'#000','primaryBorderColor':'#000','lineColor':'#000','fontSize':'16px','fontFamily':'arial'}}}%%
26
+ graph TB
27
+ subgraph Creative["<b>CREATIVE EXPLORATION</b>"]
28
+ direction TB
29
+ BrainstormProject["<b>Analyst: brainstorm-project</b><br/>Multi-track solution exploration"]
30
+ BrainstormGame["<b>Analyst: brainstorm-game</b><br/>Game concept generation"]
31
+ end
32
+
33
+ subgraph Strategic["<b>STRATEGIC PLANNING</b>"]
34
+ direction TB
35
+ ProductBrief["<b>Analyst: product-brief</b><br/>Product vision and strategy"]
36
+ GameBrief["<b>Game Designer: game-brief</b><br/>Game vision capture"]
37
+ end
38
+
39
+ subgraph Research["<b>RESEARCH AND INVESTIGATION</b>"]
40
+ direction TB
41
+ ResearchWF["<b>Analyst: research</b><br/>Market, technical, competitive analysis"]
42
+ end
43
+
44
+ Creative -.->|Software projects| ProductBrief
45
+ Creative -.->|Game projects| GameBrief
46
+ BrainstormProject -.->|May inform| ResearchWF
47
+ BrainstormGame -.->|May inform| ResearchWF
48
+ ResearchWF -.->|Feeds into| ProductBrief
49
+ ResearchWF -.->|Feeds into| GameBrief
50
+
51
+ style Creative fill:#e1f5fe,stroke:#01579b,stroke-width:3px,color:#000
52
+ style Strategic fill:#f3e5f5,stroke:#4a148c,stroke-width:3px,color:#000
53
+ style Research fill:#fff9c4,stroke:#f57f17,stroke-width:3px,color:#000
54
+
55
+ style BrainstormProject fill:#81d4fa,stroke:#0277bd,stroke-width:2px,color:#000
56
+ style BrainstormGame fill:#81d4fa,stroke:#0277bd,stroke-width:2px,color:#000
57
+ style ProductBrief fill:#ce93d8,stroke:#6a1b9a,stroke-width:2px,color:#000
58
+ style GameBrief fill:#ce93d8,stroke:#6a1b9a,stroke-width:2px,color:#000
59
+ style ResearchWF fill:#fff59d,stroke:#f57f17,stroke-width:2px,color:#000
60
+ ```
61
+
62
+ ---
21
63
 
22
64
  ## Quick Reference
23
65
 
24
- | Workflow | Agent | Duration | Required | Purpose |
25
- | ------------------ | ------- | --------- | ----------- | ----------------------------------------------------------- |
26
- | brainstorm-project | Analyst | 30-60 min | No | Explore solution approaches and architectures |
27
- | brainstorm-game | Analyst | 45-90 min | No | Generate game concepts using creative techniques |
28
- | product-brief | PM | 60-90 min | Recommended | Define product vision and strategy |
29
- | game-brief | PM | 60-90 min | Recommended | Capture game vision before GDD |
30
- | research | Analyst | Varies | No | Multi-type research system (market, technical, competitive) |
66
+ | Workflow | Agent | Required | Purpose |
67
+ | ------------------ | ------------- | ----------- | ----------------------------------------------------------- |
68
+ | brainstorm-project | Analyst | No | Explore solution approaches and architectures |
69
+ | brainstorm-game | Analyst | No | Generate game concepts using creative techniques |
70
+ | product-brief | Analyst | Recommended | Define product vision and strategy |
71
+ | game-brief | Game Designer | Recommended | Capture game vision before GDD |
72
+ | research | Analyst | No | Multi-type research system (market, technical, competitive) |
31
73
 
32
74
  ---
33
75
 
@@ -40,7 +82,6 @@ Generate multiple solution approaches for software projects through parallel ide
40
82
  **Agent:** Analyst
41
83
  **Phase:** 1 (Analysis)
42
84
  **Required:** No
43
- **Typical Duration:** 30-60 minutes
44
85
 
45
86
  ### When to Use
46
87
 
@@ -125,7 +166,6 @@ Generate and refine game concepts through systematic creative exploration using
125
166
  **Agent:** Analyst
126
167
  **Phase:** 1 (Analysis)
127
168
  **Required:** No
128
- **Typical Duration:** 45-90 minutes
129
169
 
130
170
  ### When to Use
131
171
 
@@ -196,10 +236,9 @@ Each method generates distinct artifacts that are then evaluated against design
196
236
 
197
237
  Interactive product brief creation that guides users through defining their product vision with multiple input sources and conversational collaboration.
198
238
 
199
- **Agent:** PM
239
+ **Agent:** Analyst
200
240
  **Phase:** 1 (Analysis)
201
241
  **Required:** Recommended (skip only if PRD already exists)
202
- **Typical Duration:** 60-90 minutes (Interactive), 20-30 minutes (YOLO)
203
242
 
204
243
  ### When to Use
205
244
 
@@ -222,13 +261,13 @@ Interactive product brief creation that guides users through defining their prod
222
261
  - Step-by-step collaborative development
223
262
  - Probing questions to refine thinking
224
263
  - Deep exploration of problem/solution fit
225
- - 60-90 minutes with high-quality output
264
+ - High-quality output with thorough exploration
226
265
 
227
266
  **YOLO Mode**:
228
267
 
229
268
  - AI generates complete draft from initial context
230
269
  - User reviews and refines sections iteratively
231
- - 20-30 minutes for rapid draft
270
+ - Faster for rapid draft generation
232
271
  - Best for time-constrained situations or when you have clear vision
233
272
 
234
273
  ### Process Overview
@@ -317,10 +356,9 @@ Interactive product brief creation that guides users through defining their prod
317
356
 
318
357
  Lightweight, interactive brainstorming and planning session that captures game vision before diving into detailed Game Design Documents.
319
358
 
320
- **Agent:** PM
359
+ **Agent:** Game Designer
321
360
  **Phase:** 1 (Analysis)
322
361
  **Required:** Recommended for game projects
323
- **Typical Duration:** 60-90 minutes
324
362
 
325
363
  ### When to Use
326
364
 
@@ -338,15 +376,14 @@ Lightweight, interactive brainstorming and planning session that captures game v
338
376
 
339
377
  ### Comparison: Game Brief vs GDD
340
378
 
341
- | Aspect | Game Brief | GDD |
342
- | --------------- | --------------------------- | ------------------------- |
343
- | Purpose | Validate concept | Design for implementation |
344
- | Detail Level | High-level vision | Detailed specifications |
345
- | Time Investment | 1-2 hours | 4-10 hours |
346
- | Audience | Self, team, stakeholders | Development team |
347
- | Scope | Concept validation | Implementation roadmap |
348
- | Format | Conversational, exploratory | Structured, comprehensive |
349
- | Output | 3-5 pages | 10-30+ pages |
379
+ | Aspect | Game Brief | GDD |
380
+ | ------------ | --------------------------- | ------------------------- |
381
+ | Purpose | Validate concept | Design for implementation |
382
+ | Detail Level | High-level vision | Detailed specifications |
383
+ | Audience | Self, team, stakeholders | Development team |
384
+ | Scope | Concept validation | Implementation roadmap |
385
+ | Format | Conversational, exploratory | Structured, comprehensive |
386
+ | Output | Concise vision document | Comprehensive design doc |
350
387
 
351
388
  ### Comparison: Game Brief vs Product Brief
352
389
 
@@ -441,7 +478,6 @@ Comprehensive, adaptive multi-type research system that consolidates various res
441
478
  **Agent:** Analyst
442
479
  **Phase:** 1 (Analysis)
443
480
  **Required:** No
444
- **Typical Duration:** Varies by type (Quick: 30-60 min, Standard: 2-4 hours, Comprehensive: 4-8 hours)
445
481
 
446
482
  ### Research Types
447
483