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
@@ -0,0 +1,120 @@
1
+ # BMad Enterprise Method - Brownfield
2
+ # Extended enterprise planning for complex brownfield with security/devops/test (30+ stories typically)
3
+
4
+ method_name: "BMad Enterprise Method"
5
+ track: "enterprise"
6
+ field_type: "brownfield"
7
+ description: "Enterprise-grade planning for complex brownfield additions with extended requirements"
8
+
9
+ phases:
10
+ - prerequisite: true
11
+ name: "Documentation"
12
+ conditional: "if_undocumented"
13
+ note: "NOT a phase - prerequisite for brownfield without docs (nearly mandatory for enterprise)"
14
+ workflows:
15
+ - id: "document-project"
16
+ required: true
17
+ agent: "analyst"
18
+ command: "document-project"
19
+ output: "Comprehensive project documentation"
20
+ purpose: "Understand existing codebase - critical for enterprise brownfield"
21
+
22
+ - phase: 0
23
+ name: "Discovery (Required)"
24
+ required: true
25
+ note: "Analysis phase required for enterprise projects"
26
+ workflows:
27
+ - id: "brainstorm-project"
28
+ optional: true
29
+ agent: "analyst"
30
+ command: "brainstorm-project"
31
+ included_by: "user_choice"
32
+
33
+ - id: "research"
34
+ recommended: true
35
+ agent: "analyst"
36
+ command: "research"
37
+ included_by: "user_choice"
38
+ note: "Highly recommended - compliance, integration, risk research"
39
+
40
+ - id: "product-brief"
41
+ optional: true
42
+ agent: "analyst"
43
+ command: "product-brief"
44
+ included_by: "user_choice"
45
+ note: "Optional for brownfield enterprise"
46
+
47
+ - phase: 1
48
+ name: "Planning"
49
+ required: true
50
+ workflows:
51
+ - id: "prd"
52
+ required: true
53
+ agent: "pm"
54
+ command: "prd"
55
+ output: "Enterprise PRD with compliance requirements"
56
+ note: "Must address existing system constraints and migration strategy"
57
+
58
+ - id: "validate-prd"
59
+ recommended: true
60
+ agent: "pm"
61
+ command: "validate-prd"
62
+
63
+ - id: "create-design"
64
+ recommended: true
65
+ agent: "ux-designer"
66
+ command: "create-design"
67
+ note: "Recommended - must integrate with existing UX patterns"
68
+
69
+ - phase: 2
70
+ name: "Solutioning"
71
+ required: true
72
+ workflows:
73
+ - id: "create-architecture"
74
+ required: true
75
+ agent: "architect"
76
+ command: "create-architecture"
77
+ output: "Integration architecture with enterprise considerations"
78
+ note: "Distills brownfield context + adds security/scalability/compliance design"
79
+
80
+ - id: "create-security-architecture"
81
+ required: true
82
+ agent: "architect"
83
+ command: "create-security-architecture"
84
+ output: "Security architecture for brownfield integration"
85
+ note: "Future workflow - threat model, auth integration, audit requirements"
86
+
87
+ - id: "create-devops-strategy"
88
+ required: true
89
+ agent: "architect"
90
+ command: "create-devops-strategy"
91
+ output: "DevOps strategy for brownfield deployment"
92
+ note: "Future workflow - CI/CD integration, deployment strategy, monitoring"
93
+
94
+ - id: "create-test-strategy"
95
+ required: true
96
+ agent: "tea"
97
+ command: "create-test-strategy"
98
+ output: "Test strategy including regression testing"
99
+ note: "Future workflow - critical for brownfield to prevent breaking existing functionality"
100
+
101
+ - id: "validate-architecture"
102
+ optional: true
103
+ agent: "architect"
104
+ command: "validate-architecture"
105
+
106
+ - id: "solutioning-gate-check"
107
+ required: true
108
+ agent: "architect"
109
+ command: "solutioning-gate-check"
110
+ note: "Critical gate - validates all planning before touching production system"
111
+
112
+ - phase: 3
113
+ name: "Implementation"
114
+ required: true
115
+ workflows:
116
+ - id: "sprint-planning"
117
+ required: true
118
+ agent: "sm"
119
+ command: "sprint-planning"
120
+ note: "Enterprise brownfield requires careful phasing and feature flags"
@@ -0,0 +1,108 @@
1
+ # BMad Enterprise Method - Greenfield
2
+ # Extended enterprise planning with security/devops/test for greenfield (30+ stories typically)
3
+
4
+ method_name: "BMad Enterprise Method"
5
+ track: "enterprise"
6
+ field_type: "greenfield"
7
+ description: "Complete enterprise-grade planning with security, devops, and test strategy"
8
+
9
+ phases:
10
+ - phase: 0
11
+ name: "Discovery (Required)"
12
+ required: true
13
+ note: "Analysis phase required for enterprise projects"
14
+ workflows:
15
+ - id: "brainstorm-project"
16
+ optional: true
17
+ agent: "analyst"
18
+ command: "brainstorm-project"
19
+ included_by: "user_choice"
20
+
21
+ - id: "research"
22
+ recommended: true
23
+ agent: "analyst"
24
+ command: "research"
25
+ included_by: "user_choice"
26
+ note: "Highly recommended for enterprise - domain and compliance research"
27
+
28
+ - id: "product-brief"
29
+ recommended: true
30
+ agent: "analyst"
31
+ command: "product-brief"
32
+ included_by: "user_choice"
33
+ note: "Recommended for strategic alignment"
34
+
35
+ - phase: 1
36
+ name: "Planning"
37
+ required: true
38
+ workflows:
39
+ - id: "prd"
40
+ required: true
41
+ agent: "pm"
42
+ command: "prd"
43
+ output: "Comprehensive Product Requirements Document"
44
+ note: "Enterprise-level requirements with compliance considerations"
45
+
46
+ - id: "validate-prd"
47
+ recommended: true
48
+ agent: "pm"
49
+ command: "validate-prd"
50
+
51
+ - id: "create-design"
52
+ recommended: true
53
+ agent: "ux-designer"
54
+ command: "create-design"
55
+ note: "Highly recommended for enterprise - design system and patterns"
56
+
57
+ - phase: 2
58
+ name: "Solutioning"
59
+ required: true
60
+ workflows:
61
+ - id: "create-architecture"
62
+ required: true
63
+ agent: "architect"
64
+ command: "create-architecture"
65
+ output: "Enterprise-grade system architecture"
66
+ note: "Includes scalability, multi-tenancy, integration architecture"
67
+
68
+ - id: "create-security-architecture"
69
+ required: true
70
+ agent: "architect"
71
+ command: "create-security-architecture"
72
+ output: "Security architecture and threat model"
73
+ note: "Future workflow - security design, auth, compliance"
74
+
75
+ - id: "create-devops-strategy"
76
+ required: true
77
+ agent: "architect"
78
+ command: "create-devops-strategy"
79
+ output: "DevOps pipeline and infrastructure plan"
80
+ note: "Future workflow - CI/CD, deployment, monitoring"
81
+
82
+ - id: "create-test-strategy"
83
+ required: true
84
+ agent: "tea"
85
+ command: "create-test-strategy"
86
+ output: "Comprehensive test strategy"
87
+ note: "Future workflow - test approach, automation, quality gates"
88
+
89
+ - id: "validate-architecture"
90
+ optional: true
91
+ agent: "architect"
92
+ command: "validate-architecture"
93
+
94
+ - id: "solutioning-gate-check"
95
+ required: true
96
+ agent: "architect"
97
+ command: "solutioning-gate-check"
98
+ note: "Validates all planning artifacts align before implementation"
99
+
100
+ - phase: 3
101
+ name: "Implementation"
102
+ required: true
103
+ workflows:
104
+ - id: "sprint-planning"
105
+ required: true
106
+ agent: "sm"
107
+ command: "sprint-planning"
108
+ note: "Creates sprint plan - enterprise projects may require phased rollout"
@@ -1,43 +1,49 @@
1
- # Brownfield Level 3 - Complex Integration with Existing System
2
- # Major feature addition requiring architectural integration
1
+ # BMad Method - Brownfield
2
+ # Full product + architecture planning for complex brownfield additions (10-50+ stories typically)
3
3
 
4
- project_type: "software"
5
- level: 3
4
+ method_name: "BMad Method"
5
+ track: "method"
6
6
  field_type: "brownfield"
7
- description: "Complex integration with existing system architecture"
7
+ description: "Complete product and system design for complex brownfield work"
8
8
 
9
9
  phases:
10
10
  - prerequisite: true
11
11
  name: "Documentation"
12
12
  conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
13
+ note: "NOT a phase - prerequisite for brownfield without docs"
14
14
  workflows:
15
15
  - id: "document-project"
16
16
  required: true
17
17
  agent: "analyst"
18
18
  command: "document-project"
19
19
  output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
20
+ purpose: "Understand existing codebase before planning"
21
21
 
22
- - phase: 1
23
- name: "Analysis"
24
- recommended: true
22
+ - phase: 0
23
+ name: "Discovery (Optional)"
24
+ optional: true
25
+ note: "User-selected during workflow-init"
25
26
  workflows:
26
27
  - id: "brainstorm-project"
27
28
  optional: true
28
29
  agent: "analyst"
29
30
  command: "brainstorm-project"
31
+ included_by: "user_choice"
32
+
30
33
  - id: "research"
31
- recommended: true
34
+ optional: true
32
35
  agent: "analyst"
33
36
  command: "research"
34
- note: "Research existing architecture patterns"
37
+ included_by: "user_choice"
38
+
35
39
  - id: "product-brief"
36
- recommended: true
40
+ optional: true
37
41
  agent: "analyst"
38
42
  command: "product-brief"
43
+ included_by: "user_choice"
44
+ note: "Optional for brownfield, less common than greenfield"
39
45
 
40
- - phase: 2
46
+ - phase: 1
41
47
  name: "Planning"
42
48
  required: true
43
49
  workflows:
@@ -45,46 +51,42 @@ phases:
45
51
  required: true
46
52
  agent: "pm"
47
53
  command: "prd"
48
- output: "Requirements with integration points"
54
+ output: "PRD focused on new features/changes"
55
+ note: "Must consider existing system constraints"
56
+
49
57
  - id: "validate-prd"
50
58
  optional: true
51
59
  agent: "pm"
52
60
  command: "validate-prd"
61
+
53
62
  - id: "create-design"
54
63
  conditional: "if_has_ui"
55
64
  agent: "ux-designer"
56
65
  command: "create-design"
57
- note: "Must align with existing UI patterns"
58
66
 
59
- - phase: 3
67
+ - phase: 2
60
68
  name: "Solutioning"
61
69
  required: true
62
70
  workflows:
63
- - id: "architecture-review"
64
- required: true
65
- agent: "architect"
66
- command: "architecture-review"
67
- note: "Review existing architecture first"
68
- - id: "integration-planning"
69
- required: true
70
- agent: "architect"
71
- command: "integration-planning"
72
- output: "Integration strategy document"
73
71
  - id: "create-architecture"
74
- required: true
72
+ recommended: true
75
73
  agent: "architect"
76
74
  command: "create-architecture"
77
- note: "Extension of existing architecture"
75
+ output: "Integration architecture - solution design for THIS project"
76
+ note: "HIGHLY RECOMMENDED: Distills massive brownfield context into focused solution design. Prevents agent confusion."
77
+
78
78
  - id: "validate-architecture"
79
79
  optional: true
80
80
  agent: "architect"
81
81
  command: "validate-architecture"
82
+
82
83
  - id: "solutioning-gate-check"
83
84
  required: true
84
85
  agent: "architect"
85
86
  command: "solutioning-gate-check"
87
+ note: "Validates PRD + UX + Architecture (if created) cohesion"
86
88
 
87
- - phase: 4
89
+ - phase: 3
88
90
  name: "Implementation"
89
91
  required: true
90
92
  workflows:
@@ -92,4 +94,4 @@ phases:
92
94
  required: true
93
95
  agent: "sm"
94
96
  command: "sprint-planning"
95
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
97
+ note: "Creates sprint plan with stories"
@@ -1,31 +1,38 @@
1
- # Greenfield Level 2 - Medium Project
2
- # Multiple epics with 10+ stories total
1
+ # BMad Method - Greenfield
2
+ # Full product + architecture planning for greenfield projects (10-50+ stories typically)
3
3
 
4
- project_type: "software"
5
- level: 2
4
+ method_name: "BMad Method"
5
+ track: "method"
6
6
  field_type: "greenfield"
7
- description: "Medium project - multiple epics, 10+ stories"
7
+ description: "Complete product and system design methodology for greenfield projects"
8
8
 
9
9
  phases:
10
- - phase: 1
11
- name: "Analysis"
10
+ - phase: 0
11
+ name: "Discovery (Optional)"
12
12
  optional: true
13
+ note: "User-selected during workflow-init"
13
14
  workflows:
14
15
  - id: "brainstorm-project"
15
16
  optional: true
16
17
  agent: "analyst"
17
18
  command: "brainstorm-project"
19
+ included_by: "user_choice"
20
+
18
21
  - id: "research"
19
22
  optional: true
20
23
  agent: "analyst"
21
24
  command: "research"
22
- note: "Can have multiple research docs"
25
+ included_by: "user_choice"
26
+ note: "Can have multiple research workflows"
27
+
23
28
  - id: "product-brief"
24
- recommended: true
29
+ optional: true
25
30
  agent: "analyst"
26
31
  command: "product-brief"
32
+ included_by: "user_choice"
33
+ note: "Recommended for greenfield Method projects"
27
34
 
28
- - phase: 2
35
+ - phase: 1
29
36
  name: "Planning"
30
37
  required: true
31
38
  workflows:
@@ -33,22 +40,21 @@ phases:
33
40
  required: true
34
41
  agent: "pm"
35
42
  command: "prd"
36
- output: "Creates PRD with epics.md and story list"
43
+ output: "Product Requirements Document with epics and stories"
44
+
37
45
  - id: "validate-prd"
38
46
  optional: true
39
47
  agent: "pm"
40
48
  command: "validate-prd"
49
+ note: "Quality check for PRD completeness"
50
+
41
51
  - id: "create-design"
42
52
  conditional: "if_has_ui"
43
53
  agent: "ux-designer"
44
54
  command: "create-design"
45
- - id: "tech-spec"
46
- optional: true
47
- agent: "pm"
48
- command: "tech-spec"
49
- note: "Lightweight Technical Specification planning"
55
+ note: "Determined after PRD - user/agent decides if needed"
50
56
 
51
- - phase: 3
57
+ - phase: 2
52
58
  name: "Solutioning"
53
59
  required: true
54
60
  workflows:
@@ -56,18 +62,22 @@ phases:
56
62
  required: true
57
63
  agent: "architect"
58
64
  command: "create-architecture"
59
- output: "System-wide architecture document"
65
+ output: "System architecture document"
66
+ note: "Complete system design for greenfield projects"
67
+
60
68
  - id: "validate-architecture"
61
69
  optional: true
62
70
  agent: "architect"
63
71
  command: "validate-architecture"
72
+ note: "Quality check for architecture completeness"
73
+
64
74
  - id: "solutioning-gate-check"
65
75
  required: true
66
76
  agent: "architect"
67
77
  command: "solutioning-gate-check"
68
- note: "Validate PRD + UX + architecture cohesion before implementation"
78
+ note: "Validates PRD + UX + Architecture cohesion before implementation"
69
79
 
70
- - phase: 4
80
+ - phase: 3
71
81
  name: "Implementation"
72
82
  required: true
73
83
  workflows:
@@ -75,4 +85,4 @@ phases:
75
85
  required: true
76
86
  agent: "sm"
77
87
  command: "sprint-planning"
78
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
88
+ note: "Creates sprint plan - subsequent work tracked there"
@@ -1,38 +1,42 @@
1
- # Brownfield Level 1 - Small Feature in Existing Codebase
2
- # 1-10 stories adding to existing system
1
+ # BMad Quick Flow - Brownfield
2
+ # Fast implementation path for existing codebases (1-15 stories typically)
3
3
 
4
- project_type: "software"
5
- level: 1
4
+ method_name: "BMad Quick Flow"
5
+ track: "quick-flow"
6
6
  field_type: "brownfield"
7
- description: "Small feature addition to existing codebase"
7
+ description: "Fast tech-spec based implementation for brownfield projects"
8
8
 
9
9
  phases:
10
10
  - prerequisite: true
11
11
  name: "Documentation"
12
12
  conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
13
+ note: "NOT a phase - prerequisite for brownfield without docs"
14
14
  workflows:
15
15
  - id: "document-project"
16
16
  required: true
17
17
  agent: "analyst"
18
18
  command: "document-project"
19
19
  output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
20
+ purpose: "Understand existing codebase before planning"
21
21
 
22
- - phase: 1
23
- name: "Analysis"
22
+ - phase: 0
23
+ name: "Discovery (Optional)"
24
24
  optional: true
25
+ note: "User-selected during workflow-init"
25
26
  workflows:
26
27
  - id: "brainstorm-project"
27
28
  optional: true
28
29
  agent: "analyst"
29
30
  command: "brainstorm-project"
31
+ included_by: "user_choice"
32
+
30
33
  - id: "research"
31
34
  optional: true
32
35
  agent: "analyst"
33
36
  command: "research"
37
+ included_by: "user_choice"
34
38
 
35
- - phase: 2
39
+ - phase: 1
36
40
  name: "Planning"
37
41
  required: true
38
42
  workflows:
@@ -40,14 +44,10 @@ phases:
40
44
  required: true
41
45
  agent: "pm"
42
46
  command: "tech-spec"
43
- output: "Creates story files for feature"
44
- note: "Must integrate with existing architecture"
45
-
46
- - phase: 3
47
- name: "Solutioning"
48
- skip: true
47
+ output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
48
+ note: "Integrates with existing codebase patterns from document-project"
49
49
 
50
- - phase: 4
50
+ - phase: 2
51
51
  name: "Implementation"
52
52
  required: true
53
53
  workflows:
@@ -55,4 +55,4 @@ phases:
55
55
  required: true
56
56
  agent: "sm"
57
57
  command: "sprint-planning"
58
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
58
+ note: "Creates sprint plan with all stories"
@@ -1,30 +1,31 @@
1
- # Greenfield Level 1 - Small Feature
2
- # Coherent feature with 2-3 stories in a single epic
1
+ # BMad Quick Flow - Greenfield
2
+ # Fast implementation path with tech-spec planning (1-15 stories typically)
3
3
 
4
- project_type: "software"
5
- level: 1
4
+ method_name: "BMad Quick Flow"
5
+ track: "quick-flow"
6
6
  field_type: "greenfield"
7
- description: "Small coherent feature - 2-3 stories, single epic"
7
+ description: "Fast tech-spec based implementation for greenfield projects"
8
8
 
9
9
  phases:
10
- - phase: 1
11
- name: "Analysis"
10
+ - phase: 0
11
+ name: "Discovery (Optional)"
12
12
  optional: true
13
+ note: "User-selected during workflow-init"
13
14
  workflows:
14
15
  - id: "brainstorm-project"
15
16
  optional: true
16
17
  agent: "analyst"
17
18
  command: "brainstorm-project"
19
+ included_by: "user_choice"
20
+
18
21
  - id: "research"
19
22
  optional: true
20
23
  agent: "analyst"
21
24
  command: "research"
22
- - id: "product-brief"
23
- optional: true
24
- agent: "analyst"
25
- command: "product-brief"
25
+ included_by: "user_choice"
26
+ note: "Can have multiple research workflows"
26
27
 
27
- - phase: 2
28
+ - phase: 1
28
29
  name: "Planning"
29
30
  required: true
30
31
  workflows:
@@ -32,13 +33,10 @@ phases:
32
33
  required: true
33
34
  agent: "pm"
34
35
  command: "tech-spec"
35
- output: "Creates Technical Specification with an epic and 2-3 story files"
36
+ output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
37
+ note: "Quick Spec Flow - implementation-focused planning"
36
38
 
37
- - phase: 3
38
- name: "Solutioning"
39
- skip: true
40
-
41
- - phase: 4
39
+ - phase: 2
42
40
  name: "Implementation"
43
41
  required: true
44
42
  workflows:
@@ -1,11 +1,11 @@
1
1
  # Workflow Status Template
2
- # This tracks progress through phases 1-3 of the BMM methodology
3
- # Phase 4 (Implementation) is tracked separately in sprint-status.yaml
2
+ # This tracks progress through BMM methodology phases
3
+ # Phase 3/4 (Implementation) is tracked separately in sprint-status.yaml
4
4
 
5
5
  # generated: {{generated}}
6
6
  # project: {{project_name}}
7
7
  # project_type: {{project_type}}
8
- # project_level: {{project_level}}
8
+ # selected_track: {{selected_track}}
9
9
  # field_type: {{field_type}}
10
10
  # workflow_path: {{workflow_path_file}}
11
11
 
@@ -24,7 +24,7 @@
24
24
  generated: "{{generated}}"
25
25
  project: "{{project_name}}"
26
26
  project_type: "{{project_type}}"
27
- project_level: "{{project_level}}"
27
+ selected_track: "{{selected_track}}"
28
28
  field_type: "{{field_type}}"
29
29
  workflow_path: "{{workflow_path_file}}"
30
30
 
@@ -1,7 +1,7 @@
1
1
  # CORE Module Configuration
2
2
  # Generated by BMAD installer
3
- # Version: 6.0.0-alpha.3
4
- # Date: 2025-11-02T21:29:37.673Z
3
+ # Version: 6.0.0-alpha.5
4
+ # Date: 2025-11-05T04:14:53.511Z
5
5
 
6
6
  user_name: BMad
7
7
  communication_language: English
@@ -13,8 +13,7 @@
13
13
  <rule n="1">Steps execute in exact numerical order (1, 2, 3...)</rule>
14
14
  <rule n="2">Optional steps: Ask user unless #yolo mode active</rule>
15
15
  <rule n="3">Template-output tags: Save content → Show user → Get approval before continuing</rule>
16
- <rule n="4">Elicit tags: Execute immediately unless #yolo mode (which skips ALL elicitation)</rule>
17
- <rule n="5">User must approve each major section before continuing UNLESS #yolo mode active</rule>
16
+ <rule n="4">User must approve each major section before continuing UNLESS #yolo mode active</rule>
18
17
  </WORKFLOW-RULES>
19
18
 
20
19
  <flow>
@@ -75,14 +74,6 @@
75
74
  <action>Display generated content</action>
76
75
  <ask>Continue [c] or Edit [e]? WAIT for response</ask>
77
76
  </if>
78
-
79
- <if tag="elicit-required">
80
- <mandate critical="true">YOU MUST READ the file at {project-root}/bmad/core/tasks/adv-elicit.xml using Read tool BEFORE presenting
81
- any elicitation menu</mandate>
82
- <action>Load and run task {project-root}/bmad/core/tasks/adv-elicit.xml with current context</action>
83
- <action>Show elicitation menu 5 relevant options (list 1-5 options, Continue [c] or Reshuffle [r])</action>
84
- <mandate>HALT and WAIT for user selection</mandate>
85
- </if>
86
77
  </substep>
87
78
 
88
79
  <substep n="2d" title="Step Completion">
@@ -123,7 +114,6 @@
123
114
  </execution>
124
115
  <output>
125
116
  <tag>template-output - Save content checkpoint</tag>
126
- <tag>elicit-required - Trigger enhancement</tag>
127
117
  <tag>critical - Cannot be skipped</tag>
128
118
  <tag>example - Show example output</tag>
129
119
  </output>