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

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 (716) hide show
  1. package/.bmad/_cfg/agent-manifest.csv +11 -0
  2. package/{bmad → .bmad}/_cfg/files-manifest.csv +170 -157
  3. package/{bmad → .bmad}/_cfg/ides/claude-code.yaml +2 -2
  4. package/.bmad/_cfg/manifest.yaml +10 -0
  5. package/{bmad → .bmad}/_cfg/task-manifest.csv +1 -1
  6. package/{bmad → .bmad}/_cfg/workflow-manifest.csv +1 -1
  7. package/{bmad → .bmad}/bmb/agents/bmad-builder.md +12 -12
  8. package/.bmad/bmb/config.yaml +16 -0
  9. package/{bmad → .bmad}/bmb/workflows/audit-workflow/checklist.md +2 -2
  10. package/{bmad → .bmad}/bmb/workflows/audit-workflow/instructions.md +5 -5
  11. package/{bmad → .bmad}/bmb/workflows/audit-workflow/workflow.yaml +2 -2
  12. package/{bmad → .bmad}/bmb/workflows/convert-legacy/README.md +5 -5
  13. package/{bmad → .bmad}/bmb/workflows/convert-legacy/checklist.md +2 -2
  14. package/{bmad → .bmad}/bmb/workflows/convert-legacy/instructions.md +17 -17
  15. package/{bmad → .bmad}/bmb/workflows/convert-legacy/workflow.yaml +6 -6
  16. package/{bmad → .bmad}/bmb/workflows/create-agent/README.md +5 -5
  17. package/{bmad → .bmad}/bmb/workflows/create-agent/agent-architecture.md +15 -15
  18. package/{bmad → .bmad}/bmb/workflows/create-agent/agent-command-patterns.md +28 -28
  19. package/{bmad → .bmad}/bmb/workflows/create-agent/agent-types.md +15 -15
  20. package/{bmad → .bmad}/bmb/workflows/create-agent/checklist.md +3 -3
  21. package/{bmad → .bmad}/bmb/workflows/create-agent/instructions.md +34 -18
  22. package/{bmad → .bmad}/bmb/workflows/create-agent/workflow.yaml +6 -6
  23. package/{bmad → .bmad}/bmb/workflows/create-module/README.md +1 -1
  24. package/{bmad → .bmad}/bmb/workflows/create-module/checklist.md +1 -1
  25. package/{bmad → .bmad}/bmb/workflows/create-module/installer-templates/install-config.yaml +1 -1
  26. package/{bmad → .bmad}/bmb/workflows/create-module/instructions.md +7 -7
  27. package/{bmad → .bmad}/bmb/workflows/create-module/module-structure.md +36 -2
  28. package/{bmad → .bmad}/bmb/workflows/create-module/workflow.yaml +9 -9
  29. package/{bmad → .bmad}/bmb/workflows/create-workflow/README.md +4 -4
  30. package/{bmad → .bmad}/bmb/workflows/create-workflow/checklist.md +1 -1
  31. package/{bmad → .bmad}/bmb/workflows/create-workflow/instructions.md +29 -29
  32. package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-creation-guide.md +36 -36
  33. package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/instructions.md +2 -2
  34. package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/workflow.yaml +1 -1
  35. package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow.yaml +5 -5
  36. package/{bmad → .bmad}/bmb/workflows/edit-agent/checklist.md +1 -1
  37. package/{bmad → .bmad}/bmb/workflows/edit-agent/instructions.md +2 -2
  38. package/{bmad → .bmad}/bmb/workflows/edit-agent/workflow.yaml +8 -8
  39. package/{bmad → .bmad}/bmb/workflows/edit-module/README.md +2 -2
  40. package/{bmad → .bmad}/bmb/workflows/edit-module/checklist.md +2 -2
  41. package/{bmad → .bmad}/bmb/workflows/edit-module/instructions.md +4 -4
  42. package/{bmad → .bmad}/bmb/workflows/edit-module/workflow.yaml +10 -10
  43. package/{bmad → .bmad}/bmb/workflows/edit-workflow/instructions.md +4 -4
  44. package/{bmad → .bmad}/bmb/workflows/edit-workflow/workflow.yaml +5 -5
  45. package/{bmad → .bmad}/bmb/workflows/module-brief/README.md +2 -2
  46. package/{bmad → .bmad}/bmb/workflows/module-brief/instructions.md +2 -2
  47. package/{bmad → .bmad}/bmb/workflows/module-brief/workflow.yaml +4 -4
  48. package/{bmad → .bmad}/bmb/workflows/redoc/README.md +5 -5
  49. package/{bmad → .bmad}/bmb/workflows/redoc/instructions.md +1 -1
  50. package/{bmad → .bmad}/bmb/workflows/redoc/workflow.yaml +1 -1
  51. package/{bmad → .bmad}/bmm/agents/analyst.md +20 -12
  52. package/{bmad → .bmad}/bmm/agents/architect.md +19 -11
  53. package/{bmad → .bmad}/bmm/agents/dev.md +10 -10
  54. package/{bmad → .bmad}/bmm/agents/pm.md +23 -15
  55. package/{bmad → .bmad}/bmm/agents/sm.md +26 -18
  56. package/{bmad → .bmad}/bmm/agents/tea.md +25 -17
  57. package/{bmad → .bmad}/bmm/agents/tech-writer.md +16 -8
  58. package/{bmad → .bmad}/bmm/agents/ux-designer.md +18 -10
  59. package/{bmad → .bmad}/bmm/config.yaml +7 -7
  60. package/.bmad/bmm/docs/README.md +235 -0
  61. package/.bmad/bmm/docs/agents-guide.md +1056 -0
  62. package/.bmad/bmm/docs/brownfield-guide.md +754 -0
  63. package/.bmad/bmm/docs/enterprise-agentic-development.md +680 -0
  64. package/.bmad/bmm/docs/faq.md +587 -0
  65. package/.bmad/bmm/docs/glossary.md +320 -0
  66. package/.bmad/bmm/docs/party-mode.md +224 -0
  67. package/.bmad/bmm/docs/quick-spec-flow.md +652 -0
  68. package/.bmad/bmm/docs/quick-start.md +366 -0
  69. package/.bmad/bmm/docs/scale-adaptive-system.md +599 -0
  70. package/.bmad/bmm/docs/test-architecture.md +394 -0
  71. package/.bmad/bmm/docs/workflow-architecture-reference.md +371 -0
  72. package/.bmad/bmm/docs/workflow-document-project-reference.md +487 -0
  73. package/.bmad/bmm/docs/workflows-analysis.md +370 -0
  74. package/.bmad/bmm/docs/workflows-implementation.md +284 -0
  75. package/.bmad/bmm/docs/workflows-planning.md +601 -0
  76. package/.bmad/bmm/docs/workflows-solutioning.md +501 -0
  77. package/{bmad → .bmad}/bmm/tasks/daily-standup.xml +2 -2
  78. package/.bmad/bmm/teams/default-party.csv +19 -0
  79. package/{bmad → .bmad}/bmm/teams/team-fullstack.yaml +1 -0
  80. package/{bmad → .bmad}/bmm/workflows/1-analysis/brainstorm-project/instructions.md +1 -1
  81. package/{bmad → .bmad}/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +3 -3
  82. package/{bmad → .bmad}/bmm/workflows/1-analysis/domain-research/instructions.md +1 -1
  83. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +40 -0
  84. package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/instructions.md +1 -1
  85. package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/workflow.yaml +2 -2
  86. package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +2 -2
  87. package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-market.md +6 -6
  88. package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-router.md +1 -1
  89. package/{bmad → .bmad}/bmm/workflows/1-analysis/research/instructions-technical.md +4 -4
  90. package/{bmad → .bmad}/bmm/workflows/1-analysis/research/workflow.yaml +2 -2
  91. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -1
  92. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +3 -7
  93. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +3 -3
  94. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +2 -2
  95. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/instructions.md +6 -6
  96. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  97. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +1 -1
  98. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +5 -5
  99. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +6 -6
  100. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +2 -2
  101. package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  102. package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/instructions.md +6 -6
  103. package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/workflow.yaml +3 -2
  104. package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +2 -2
  105. package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +4 -4
  106. package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/instructions.md +2 -2
  107. package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -13
  108. package/{bmad → .bmad}/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
  109. package/{bmad → .bmad}/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
  110. package/{bmad → .bmad}/bmm/workflows/4-implementation/correct-course/workflow.yaml +2 -2
  111. package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/instructions.md +3 -3
  112. package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/workflow.yaml +3 -3
  113. package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +3 -3
  114. package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/instructions.md +2 -2
  115. package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
  116. package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/checklist.md +1 -1
  117. package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/instructions.md +2 -2
  118. package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +2 -2
  119. package/{bmad → .bmad}/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
  120. package/{bmad → .bmad}/bmm/workflows/4-implementation/retrospective/workflow.yaml +4 -4
  121. package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
  122. package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +3 -3
  123. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/checklist.md +1 -1
  124. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/context-template.xml +1 -1
  125. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/instructions.md +2 -2
  126. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-context/workflow.yaml +4 -4
  127. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-done/instructions.md +1 -1
  128. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-done/workflow.yaml +3 -3
  129. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-ready/instructions.md +1 -1
  130. package/{bmad → .bmad}/bmm/workflows/4-implementation/story-ready/workflow.yaml +3 -3
  131. package/{bmad → .bmad}/bmm/workflows/document-project/instructions.md +5 -5
  132. package/{bmad → .bmad}/bmm/workflows/document-project/workflow.yaml +2 -2
  133. package/{bmad → .bmad}/bmm/workflows/document-project/workflows/deep-dive.yaml +5 -5
  134. package/{bmad → .bmad}/bmm/workflows/document-project/workflows/full-scan.yaml +5 -5
  135. package/{bmad → .bmad}/bmm/workflows/testarch/atdd/instructions.md +2 -2
  136. package/{bmad → .bmad}/bmm/workflows/testarch/atdd/workflow.yaml +2 -2
  137. package/{bmad → .bmad}/bmm/workflows/testarch/automate/instructions.md +2 -2
  138. package/{bmad → .bmad}/bmm/workflows/testarch/automate/workflow.yaml +2 -2
  139. package/{bmad → .bmad}/bmm/workflows/testarch/ci/instructions.md +2 -2
  140. package/{bmad → .bmad}/bmm/workflows/testarch/ci/workflow.yaml +2 -2
  141. package/{bmad → .bmad}/bmm/workflows/testarch/framework/instructions.md +2 -2
  142. package/{bmad → .bmad}/bmm/workflows/testarch/framework/workflow.yaml +2 -2
  143. package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/instructions.md +1 -1
  144. package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/workflow.yaml +2 -2
  145. package/{bmad → .bmad}/bmm/workflows/testarch/test-design/instructions.md +2 -2
  146. package/{bmad → .bmad}/bmm/workflows/testarch/test-design/test-design-template.md +1 -1
  147. package/{bmad → .bmad}/bmm/workflows/testarch/test-design/workflow.yaml +2 -2
  148. package/{bmad → .bmad}/bmm/workflows/testarch/test-review/instructions.md +1 -1
  149. package/{bmad → .bmad}/bmm/workflows/testarch/test-review/workflow.yaml +2 -2
  150. package/{bmad → .bmad}/bmm/workflows/testarch/trace/instructions.md +9 -9
  151. package/{bmad → .bmad}/bmm/workflows/testarch/trace/workflow.yaml +2 -2
  152. package/{bmad → .bmad}/bmm/workflows/workflow-status/init/instructions.md +74 -23
  153. package/{bmad → .bmad}/bmm/workflows/workflow-status/init/workflow.yaml +4 -4
  154. package/{bmad → .bmad}/bmm/workflows/workflow-status/instructions.md +5 -4
  155. package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +18 -11
  156. package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +18 -11
  157. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +52 -0
  158. package/{bmad → .bmad}/bmm/workflows/workflow-status/project-levels.yaml +1 -1
  159. package/{bmad → .bmad}/bmm/workflows/workflow-status/workflow.yaml +2 -2
  160. package/{bmad → .bmad}/core/agents/bmad-master.md +7 -7
  161. package/{bmad → .bmad}/core/agents/bmad-web-orchestrator.agent.xml +8 -17
  162. package/{bmad → .bmad}/core/config.yaml +4 -2
  163. package/{bmad → .bmad}/core/tasks/adv-elicit.xml +5 -3
  164. package/{bmad → .bmad}/core/tasks/index-docs.xml +1 -1
  165. package/{bmad → .bmad}/core/tasks/validate-workflow.xml +1 -1
  166. package/{bmad → .bmad}/core/tasks/workflow.xml +1 -1
  167. package/{bmad → .bmad}/core/tools/shard-doc.xml +1 -1
  168. package/{bmad → .bmad}/core/workflows/brainstorming/README.md +2 -2
  169. package/{bmad → .bmad}/core/workflows/brainstorming/instructions.md +3 -3
  170. package/{bmad → .bmad}/core/workflows/brainstorming/workflow.yaml +8 -8
  171. package/{bmad → .bmad}/core/workflows/party-mode/instructions.md +2 -7
  172. package/.bmad/core/workflows/party-mode/workflow.yaml +27 -0
  173. package/.claude/commands/bmad/bmb/agents/bmad-builder.md +12 -12
  174. package/.claude/commands/bmad/bmm/agents/analyst.md +20 -12
  175. package/.claude/commands/bmad/bmm/agents/architect.md +19 -11
  176. package/.claude/commands/bmad/bmm/agents/dev.md +10 -10
  177. package/.claude/commands/bmad/bmm/agents/pm.md +23 -15
  178. package/.claude/commands/bmad/bmm/agents/sm.md +26 -18
  179. package/.claude/commands/bmad/bmm/agents/tea.md +25 -17
  180. package/.claude/commands/bmad/bmm/agents/tech-writer.md +16 -8
  181. package/.claude/commands/bmad/bmm/agents/ux-designer.md +18 -10
  182. package/.claude/commands/bmad/bmm/workflows/domain-research.md +15 -0
  183. package/.claude/commands/bmad/core/agents/bmad-master.md +7 -7
  184. package/.claude/commands/bmad/core/tasks/adv-elicit.md +9 -0
  185. package/.claude/settings.local.json +6 -5
  186. package/.github/workflows/{lint.yaml → quality.yaml} +19 -2
  187. package/.husky/pre-commit +4 -0
  188. package/.vscode/settings.json +2 -1
  189. package/README.md +59 -1
  190. package/docs/installers-bundlers/installers-modules-platforms-reference.md +61 -0
  191. package/package.json +5 -3
  192. package/src/core/_module-installer/install-config.yaml +15 -9
  193. package/src/core/_module-installer/installer.js +0 -8
  194. package/src/core/agents/bmad-master.agent.yaml +5 -5
  195. package/src/core/agents/bmad-web-orchestrator.agent.xml +8 -17
  196. package/src/core/tasks/adv-elicit.xml +5 -3
  197. package/src/core/tasks/index-docs.xml +1 -1
  198. package/src/core/tasks/validate-workflow.xml +1 -1
  199. package/src/core/tasks/workflow.xml +1 -1
  200. package/src/core/tools/shard-doc.xml +1 -1
  201. package/src/core/workflows/brainstorming/README.md +2 -2
  202. package/src/core/workflows/brainstorming/instructions.md +3 -3
  203. package/src/core/workflows/brainstorming/workflow.yaml +8 -8
  204. package/src/core/workflows/party-mode/instructions.md +2 -7
  205. package/src/core/workflows/party-mode/workflow.yaml +10 -6
  206. package/src/modules/bmb/_module-installer/install-config.yaml +9 -4
  207. package/src/modules/bmb/agents/bmad-builder.agent.yaml +11 -10
  208. package/src/modules/bmb/workflows/audit-workflow/checklist.md +2 -2
  209. package/src/modules/bmb/workflows/audit-workflow/instructions.md +5 -5
  210. package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +2 -2
  211. package/src/modules/bmb/workflows/convert-legacy/README.md +5 -5
  212. package/src/modules/bmb/workflows/convert-legacy/checklist.md +2 -2
  213. package/src/modules/bmb/workflows/convert-legacy/instructions.md +17 -17
  214. package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +6 -6
  215. package/src/modules/bmb/workflows/create-agent/README.md +5 -5
  216. package/src/modules/bmb/workflows/create-agent/agent-architecture.md +15 -15
  217. package/src/modules/bmb/workflows/create-agent/agent-command-patterns.md +28 -28
  218. package/src/modules/bmb/workflows/create-agent/agent-types.md +15 -15
  219. package/src/modules/bmb/workflows/create-agent/checklist.md +3 -3
  220. package/src/modules/bmb/workflows/create-agent/instructions.md +34 -18
  221. package/src/modules/bmb/workflows/create-agent/workflow.yaml +12 -12
  222. package/src/modules/bmb/workflows/create-module/README.md +1 -1
  223. package/src/modules/bmb/workflows/create-module/checklist.md +1 -1
  224. package/src/modules/bmb/workflows/create-module/installer-templates/install-config.yaml +1 -1
  225. package/src/modules/bmb/workflows/create-module/instructions.md +7 -7
  226. package/src/modules/bmb/workflows/create-module/module-structure.md +36 -2
  227. package/src/modules/bmb/workflows/create-module/workflow.yaml +9 -9
  228. package/src/modules/bmb/workflows/create-workflow/README.md +4 -4
  229. package/src/modules/bmb/workflows/create-workflow/checklist.md +1 -1
  230. package/src/modules/bmb/workflows/create-workflow/instructions.md +29 -29
  231. package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +42 -42
  232. package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +2 -2
  233. package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +12 -12
  234. package/src/modules/bmb/workflows/create-workflow/workflow.yaml +5 -5
  235. package/src/modules/bmb/workflows/edit-agent/checklist.md +1 -1
  236. package/src/modules/bmb/workflows/edit-agent/instructions.md +2 -2
  237. package/src/modules/bmb/workflows/edit-agent/workflow.yaml +8 -8
  238. package/src/modules/bmb/workflows/edit-module/README.md +2 -2
  239. package/src/modules/bmb/workflows/edit-module/checklist.md +2 -2
  240. package/src/modules/bmb/workflows/edit-module/instructions.md +4 -4
  241. package/src/modules/bmb/workflows/edit-module/workflow.yaml +10 -10
  242. package/src/modules/bmb/workflows/edit-workflow/instructions.md +4 -4
  243. package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +5 -5
  244. package/src/modules/bmb/workflows/module-brief/README.md +2 -2
  245. package/src/modules/bmb/workflows/module-brief/instructions.md +2 -2
  246. package/src/modules/bmb/workflows/module-brief/workflow.yaml +4 -4
  247. package/src/modules/bmb/workflows/redoc/README.md +5 -5
  248. package/src/modules/bmb/workflows/redoc/instructions.md +1 -1
  249. package/src/modules/bmb/workflows/redoc/workflow.yaml +1 -1
  250. package/src/modules/bmgd/README.md +208 -0
  251. package/src/modules/bmgd/_module-installer/install-config.yaml +67 -0
  252. package/src/modules/bmgd/agents/game-architect.agent.yaml +33 -0
  253. package/src/modules/bmgd/agents/game-designer.agent.yaml +40 -0
  254. package/src/modules/bmgd/agents/game-dev.agent.yaml +40 -0
  255. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +75 -0
  256. package/src/modules/bmgd/teams/default-party.csv +10 -0
  257. package/src/modules/{bmm → bmgd}/teams/team-gamedev.yaml +5 -1
  258. package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/instructions.md +1 -1
  259. package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/workflow.yaml +10 -10
  260. package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/instructions.md +1 -1
  261. package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/workflow.yaml +9 -9
  262. package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/instructions-gdd.md +8 -8
  263. package/src/modules/bmgd/workflows/2-design/gdd/workflow.yaml +81 -0
  264. package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/narrative/instructions-narrative.md +6 -6
  265. package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/narrative/workflow.yaml +6 -6
  266. package/src/modules/bmgd/workflows/3-technical/game-architecture/architecture-patterns.yaml +347 -0
  267. package/src/modules/bmgd/workflows/3-technical/game-architecture/architecture-template.md +103 -0
  268. package/src/modules/bmgd/workflows/3-technical/game-architecture/checklist.md +244 -0
  269. package/src/modules/bmgd/workflows/3-technical/game-architecture/decision-catalog.yaml +222 -0
  270. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +704 -0
  271. package/src/modules/bmgd/workflows/3-technical/game-architecture/pattern-categories.csv +13 -0
  272. package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.yaml +67 -0
  273. package/src/modules/bmgd/workflows/4-production/code-review/backlog_template.md +12 -0
  274. package/src/modules/bmgd/workflows/4-production/code-review/checklist.md +22 -0
  275. package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +420 -0
  276. package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +67 -0
  277. package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +279 -0
  278. package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +201 -0
  279. package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +45 -0
  280. package/src/modules/bmgd/workflows/4-production/create-story/checklist.md +240 -0
  281. package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +283 -0
  282. package/src/modules/bmgd/workflows/4-production/create-story/template.md +51 -0
  283. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +76 -0
  284. package/src/modules/bmgd/workflows/4-production/dev-story/AUDIT-REPORT.md +367 -0
  285. package/src/modules/bmgd/workflows/4-production/dev-story/checklist.md +38 -0
  286. package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +262 -0
  287. package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +28 -0
  288. package/src/modules/bmgd/workflows/4-production/epic-tech-context/checklist.md +17 -0
  289. package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +189 -0
  290. package/src/modules/bmgd/workflows/4-production/epic-tech-context/template.md +76 -0
  291. package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +60 -0
  292. package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +1460 -0
  293. package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +73 -0
  294. package/src/modules/bmgd/workflows/4-production/sprint-planning/checklist.md +33 -0
  295. package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +238 -0
  296. package/src/modules/bmgd/workflows/4-production/sprint-planning/sprint-status-template.yaml +55 -0
  297. package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +49 -0
  298. package/src/modules/bmgd/workflows/4-production/story-context/checklist.md +16 -0
  299. package/src/modules/bmgd/workflows/4-production/story-context/context-template.xml +34 -0
  300. package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +234 -0
  301. package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +59 -0
  302. package/src/modules/bmgd/workflows/4-production/story-done/instructions.md +111 -0
  303. package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +27 -0
  304. package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +117 -0
  305. package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +27 -0
  306. package/src/modules/bmm/_module-installer/install-config.yaml +10 -24
  307. package/src/modules/bmm/_module-installer/installer.js +2 -2
  308. package/src/modules/bmm/agents/analyst.agent.yaml +20 -15
  309. package/src/modules/bmm/agents/architect.agent.yaml +17 -12
  310. package/src/modules/bmm/agents/dev.agent.yaml +9 -12
  311. package/src/modules/bmm/agents/pm.agent.yaml +24 -23
  312. package/src/modules/bmm/agents/sm.agent.yaml +24 -19
  313. package/src/modules/bmm/agents/tea.agent.yaml +23 -17
  314. package/src/modules/bmm/agents/tech-writer.agent.yaml +14 -10
  315. package/src/modules/bmm/agents/ux-designer.agent.yaml +16 -11
  316. package/src/modules/bmm/docs/README.md +8 -9
  317. package/src/modules/bmm/docs/agents-guide.md +4 -5
  318. package/src/modules/bmm/docs/brownfield-guide.md +9 -13
  319. package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
  320. package/src/modules/bmm/docs/faq.md +5 -7
  321. package/src/modules/bmm/docs/glossary.md +0 -1
  322. package/src/modules/bmm/docs/party-mode.md +3 -3
  323. package/src/modules/bmm/docs/quick-spec-flow.md +4 -4
  324. package/src/modules/bmm/docs/quick-start.md +5 -5
  325. package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
  326. package/src/modules/bmm/docs/test-architecture.md +184 -119
  327. package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
  328. package/src/modules/bmm/docs/workflows-analysis.md +203 -539
  329. package/src/modules/bmm/docs/workflows-planning.md +326 -850
  330. package/src/modules/bmm/docs/workflows-solutioning.md +250 -505
  331. package/src/modules/bmm/sub-modules/claude-code/README.md +1 -1
  332. package/src/modules/bmm/sub-modules/claude-code/injections.yaml +22 -22
  333. package/src/modules/bmm/tasks/daily-standup.xml +2 -2
  334. package/src/modules/bmm/teams/default-party.csv +19 -0
  335. package/src/modules/bmm/teams/team-fullstack.yaml +1 -0
  336. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +1 -1
  337. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +8 -8
  338. package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +1 -1
  339. package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +65 -32
  340. package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +1 -1
  341. package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +12 -8
  342. package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +2 -2
  343. package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +6 -6
  344. package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +1 -1
  345. package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +4 -4
  346. package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +14 -14
  347. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -1
  348. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +36 -7
  349. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +3 -3
  350. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +6 -6
  351. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +6 -6
  352. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +21 -13
  353. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +1 -1
  354. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +5 -5
  355. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +6 -6
  356. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +2 -2
  357. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +15 -9
  358. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +6 -6
  359. package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +49 -2
  360. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +2 -2
  361. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +4 -4
  362. package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +38 -38
  363. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +6 -23
  364. package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
  365. package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
  366. package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +2 -2
  367. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +38 -40
  368. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +6 -19
  369. package/src/modules/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +3 -3
  370. package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +2 -2
  371. package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
  372. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +1 -1
  373. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +26 -28
  374. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +6 -18
  375. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +11 -11
  376. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +8 -11
  377. package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +6 -15
  378. package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +5 -4
  379. package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +1 -1
  380. package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +1 -1
  381. package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +8 -9
  382. package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +6 -14
  383. package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +1 -1
  384. package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +4 -4
  385. package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +1 -1
  386. package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +4 -4
  387. package/src/modules/bmm/workflows/document-project/instructions.md +5 -5
  388. package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -2
  389. package/src/modules/bmm/workflows/document-project/workflows/deep-dive.yaml +5 -5
  390. package/src/modules/bmm/workflows/document-project/workflows/full-scan.yaml +5 -5
  391. package/src/modules/bmm/workflows/testarch/atdd/instructions.md +2 -2
  392. package/src/modules/bmm/workflows/testarch/atdd/workflow.yaml +2 -2
  393. package/src/modules/bmm/workflows/testarch/automate/instructions.md +2 -2
  394. package/src/modules/bmm/workflows/testarch/automate/workflow.yaml +2 -2
  395. package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -2
  396. package/src/modules/bmm/workflows/testarch/ci/workflow.yaml +2 -2
  397. package/src/modules/bmm/workflows/testarch/framework/instructions.md +2 -2
  398. package/src/modules/bmm/workflows/testarch/framework/workflow.yaml +2 -2
  399. package/src/modules/bmm/workflows/testarch/nfr-assess/instructions.md +1 -1
  400. package/src/modules/bmm/workflows/testarch/nfr-assess/workflow.yaml +2 -2
  401. package/src/modules/bmm/workflows/testarch/test-design/instructions.md +2 -2
  402. package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +1 -1
  403. package/src/modules/bmm/workflows/testarch/test-design/workflow.yaml +2 -2
  404. package/src/modules/bmm/workflows/testarch/test-review/instructions.md +1 -1
  405. package/src/modules/bmm/workflows/testarch/test-review/workflow.yaml +2 -2
  406. package/src/modules/bmm/workflows/testarch/trace/instructions.md +9 -9
  407. package/src/modules/bmm/workflows/testarch/trace/workflow.yaml +2 -2
  408. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +78 -26
  409. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +5 -4
  410. package/src/modules/bmm/workflows/workflow-status/instructions.md +5 -4
  411. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +18 -11
  412. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +18 -11
  413. package/src/modules/bmm/workflows/workflow-status/paths/game-design.yaml +42 -65
  414. package/src/modules/bmm/workflows/workflow-status/project-levels.yaml +1 -1
  415. package/src/modules/bmm/workflows/workflow-status/workflow.yaml +2 -2
  416. package/src/modules/cis/README.md +1 -1
  417. package/src/modules/cis/_module-installer/install-config.yaml +6 -4
  418. package/src/modules/cis/agents/README.md +1 -1
  419. package/src/modules/cis/agents/brainstorming-coach.agent.yaml +13 -8
  420. package/src/modules/cis/agents/creative-problem-solver.agent.yaml +13 -8
  421. package/src/modules/cis/agents/design-thinking-coach.agent.yaml +13 -8
  422. package/src/modules/cis/agents/innovation-strategist.agent.yaml +13 -8
  423. package/src/modules/cis/agents/storyteller.agent.yaml +13 -8
  424. package/src/modules/cis/teams/creative-squad.yaml +1 -0
  425. package/src/modules/cis/teams/default-party.csv +11 -0
  426. package/src/modules/cis/workflows/README.md +1 -1
  427. package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
  428. package/src/modules/cis/workflows/design-thinking/workflow.yaml +7 -7
  429. package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
  430. package/src/modules/cis/workflows/innovation-strategy/workflow.yaml +7 -7
  431. package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
  432. package/src/modules/cis/workflows/problem-solving/workflow.yaml +7 -7
  433. package/src/modules/cis/workflows/storytelling/instructions.md +2 -2
  434. package/src/modules/cis/workflows/storytelling/workflow.yaml +7 -7
  435. package/src/utility/models/action-command-header.md +0 -0
  436. package/src/utility/models/agent-activation-ide.xml +3 -3
  437. package/src/utility/models/agent-activation-web.xml +4 -4
  438. package/src/utility/models/agent-command-header.md +1 -0
  439. package/src/utility/models/fragments/activation-steps.xml +3 -2
  440. package/src/utility/models/fragments/handler-validate-workflow.xml +1 -1
  441. package/src/utility/models/fragments/handler-workflow.xml +1 -1
  442. package/src/utility/models/fragments/web-bundle-activation-steps.xml +3 -3
  443. package/test/test-installation-components.js +214 -0
  444. package/tools/cli/bundlers/web-bundler.js +208 -20
  445. package/tools/cli/commands/install.js +1 -4
  446. package/tools/cli/installers/lib/core/config-collector.js +201 -28
  447. package/tools/cli/installers/lib/core/detector.js +62 -7
  448. package/tools/cli/installers/lib/core/installer.js +158 -23
  449. package/tools/cli/installers/lib/core/manifest-generator.js +26 -115
  450. package/tools/cli/installers/lib/ide/_base-ide.js +57 -3
  451. package/tools/cli/installers/lib/ide/auggie.js +81 -238
  452. package/tools/cli/installers/lib/ide/claude-code.js +47 -25
  453. package/tools/cli/installers/lib/ide/cline.js +15 -18
  454. package/tools/cli/installers/lib/ide/codex.js +17 -48
  455. package/tools/cli/installers/lib/ide/crush.js +14 -50
  456. package/tools/cli/installers/lib/ide/cursor.js +68 -8
  457. package/tools/cli/installers/lib/ide/gemini.js +87 -37
  458. package/tools/cli/installers/lib/ide/github-copilot.js +47 -35
  459. package/tools/cli/installers/lib/ide/iflow.js +13 -30
  460. package/tools/cli/installers/lib/ide/kilo.js +20 -16
  461. package/tools/cli/installers/lib/ide/manager.js +15 -0
  462. package/tools/cli/installers/lib/ide/opencode.js +16 -17
  463. package/tools/cli/installers/lib/ide/qwen.js +39 -11
  464. package/tools/cli/installers/lib/ide/roo.js +27 -62
  465. package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +90 -0
  466. package/tools/cli/installers/lib/ide/{task-tool-command-generator.js → shared/task-tool-command-generator.js} +1 -1
  467. package/tools/cli/installers/lib/ide/{workflow-command-generator.js → shared/workflow-command-generator.js} +11 -9
  468. package/tools/cli/installers/lib/ide/templates/agent-command-template.md +14 -0
  469. package/tools/cli/installers/lib/ide/templates/gemini-agent-command.toml +14 -0
  470. package/tools/cli/installers/lib/ide/templates/gemini-task-command.toml +12 -0
  471. package/tools/cli/installers/lib/ide/{workflow-command-template.md → templates/workflow-command-template.md} +3 -5
  472. package/tools/cli/installers/lib/ide/trae.js +20 -32
  473. package/tools/cli/installers/lib/ide/windsurf.js +18 -8
  474. package/tools/cli/installers/lib/modules/manager.js +207 -7
  475. package/tools/cli/lib/cli-utils.js +52 -50
  476. package/tools/cli/lib/ui.js +15 -8
  477. package/tools/cli/lib/yaml-xml-builder.js +9 -1
  478. package/tools/schema/agent.js +8 -3
  479. package/v6-open-items.md +3 -9
  480. package/web-bundles/bmgd/agents/game-architect.xml +664 -0
  481. package/web-bundles/bmgd/agents/game-designer.xml +5489 -0
  482. package/web-bundles/bmgd/agents/game-dev.xml +595 -0
  483. package/web-bundles/bmgd/agents/game-scrum-master.xml +699 -0
  484. package/web-bundles/bmgd/teams/team-gamedev.xml +6588 -0
  485. package/web-bundles/bmm/agents/analyst.xml +5263 -0
  486. package/web-bundles/bmm/agents/architect.xml +2378 -0
  487. package/web-bundles/bmm/agents/dev.xml +248 -0
  488. package/web-bundles/bmm/agents/pm.xml +4137 -0
  489. package/web-bundles/bmm/agents/sm.xml +708 -0
  490. package/web-bundles/bmm/agents/tea.xml +759 -0
  491. package/web-bundles/bmm/agents/tech-writer.xml +624 -0
  492. package/web-bundles/bmm/agents/ux-designer.xml +2492 -0
  493. package/web-bundles/bmm/teams/team-fullstack.xml +12369 -0
  494. package/web-bundles/cis/agents/brainstorming-coach.xml +1069 -0
  495. package/web-bundles/cis/agents/creative-problem-solver.xml +1060 -0
  496. package/web-bundles/cis/agents/design-thinking-coach.xml +955 -0
  497. package/web-bundles/cis/agents/innovation-strategist.xml +1108 -0
  498. package/web-bundles/cis/agents/storyteller.xml +598 -0
  499. package/web-bundles/cis/teams/creative-squad.xml +3449 -0
  500. package/.claude/agents/bmad-analysis/api-documenter.md +0 -102
  501. package/.claude/agents/bmad-analysis/codebase-analyzer.md +0 -82
  502. package/.claude/agents/bmad-analysis/data-analyst.md +0 -101
  503. package/.claude/agents/bmad-analysis/pattern-detector.md +0 -84
  504. package/.claude/agents/bmad-planning/dependency-mapper.md +0 -83
  505. package/.claude/agents/bmad-planning/epic-optimizer.md +0 -81
  506. package/.claude/agents/bmad-planning/requirements-analyst.md +0 -61
  507. package/.claude/agents/bmad-planning/technical-decisions-curator.md +0 -168
  508. package/.claude/agents/bmad-planning/trend-spotter.md +0 -115
  509. package/.claude/agents/bmad-planning/user-journey-mapper.md +0 -123
  510. package/.claude/agents/bmad-planning/user-researcher.md +0 -72
  511. package/.claude/agents/bmad-research/market-researcher.md +0 -51
  512. package/.claude/agents/bmad-research/tech-debt-auditor.md +0 -106
  513. package/.claude/agents/bmad-review/document-reviewer.md +0 -102
  514. package/.claude/agents/bmad-review/technical-evaluator.md +0 -68
  515. package/.claude/agents/bmad-review/test-coverage-analyzer.md +0 -108
  516. package/.claude/commands/bmad/bmb/workflows/README.md +0 -67
  517. package/.claude/commands/bmad/bmm/workflows/README.md +0 -132
  518. package/.claude/commands/bmad/bmm/workflows/narrative.md +0 -15
  519. package/.claude/commands/bmad/cis/agents/README.md +0 -104
  520. package/.claude/commands/bmad/cis/agents/brainstorming-coach.md +0 -62
  521. package/.claude/commands/bmad/cis/agents/creative-problem-solver.md +0 -62
  522. package/.claude/commands/bmad/cis/agents/design-thinking-coach.md +0 -62
  523. package/.claude/commands/bmad/cis/agents/innovation-strategist.md +0 -62
  524. package/.claude/commands/bmad/cis/agents/storyteller.md +0 -59
  525. package/.claude/commands/bmad/cis/workflows/README.md +0 -37
  526. package/.claude/commands/bmad/cis/workflows/design-thinking.md +0 -15
  527. package/.claude/commands/bmad/cis/workflows/innovation-strategy.md +0 -15
  528. package/.claude/commands/bmad/cis/workflows/problem-solving.md +0 -15
  529. package/.claude/commands/bmad/cis/workflows/storytelling.md +0 -15
  530. package/.claude/commands/bmad/core/workflows/README.md +0 -27
  531. package/bmad/_cfg/agent-manifest.csv +0 -11
  532. package/bmad/_cfg/manifest.yaml +0 -10
  533. package/bmad/bmb/config.yaml +0 -14
  534. package/bmad/bmm/teams/team-gamedev.yaml +0 -14
  535. package/bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -36
  536. package/bmad/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +0 -608
  537. package/bmad/bmm/workflows/2-plan-workflows/narrative/workflow.yaml +0 -29
  538. package/bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -75
  539. package/bmad/core/workflows/party-mode/workflow.yaml +0 -23
  540. package/bmd/README.md +0 -193
  541. package/bmd/agents/cli-chief-sidecar/instructions.md +0 -102
  542. package/bmd/agents/cli-chief-sidecar/knowledge/README.md +0 -68
  543. package/bmd/agents/cli-chief-sidecar/knowledge/cli-reference.md +0 -123
  544. package/bmd/agents/cli-chief-sidecar/memories.md +0 -53
  545. package/bmd/agents/cli-chief.agent.yaml +0 -126
  546. package/bmd/agents/doc-keeper-sidecar/instructions.md +0 -177
  547. package/bmd/agents/doc-keeper-sidecar/knowledge/README.md +0 -81
  548. package/bmd/agents/doc-keeper-sidecar/memories.md +0 -88
  549. package/bmd/agents/doc-keeper.agent.yaml +0 -137
  550. package/bmd/agents/release-chief-sidecar/instructions.md +0 -164
  551. package/bmd/agents/release-chief-sidecar/knowledge/README.md +0 -82
  552. package/bmd/agents/release-chief-sidecar/memories.md +0 -73
  553. package/bmd/agents/release-chief.agent.yaml +0 -127
  554. package/bmd/bmad-custom-module-installer-plan.md +0 -1176
  555. package/bmd/config.yaml +0 -12
  556. package/src/modules/bmm/agents/game-architect.agent.yaml +0 -35
  557. package/src/modules/bmm/agents/game-designer.agent.yaml +0 -47
  558. package/src/modules/bmm/agents/game-dev.agent.yaml +0 -35
  559. package/src/modules/bmm/docs/troubleshooting.md +0 -680
  560. package/src/modules/bmm/workflows/2-plan-workflows/gdd/workflow.yaml +0 -81
  561. package/src/modules/bmm/workflows/2-plan-workflows/narrative/checklist.md +0 -139
  562. package/src/modules/bmm/workflows/2-plan-workflows/narrative/narrative-template.md +0 -195
  563. package/test/fixtures/agent-schema/invalid/persona/principles-as-string.agent.yaml +0 -23
  564. /package/{bmad → .bmad}/_cfg/agents/bmb-bmad-builder.customize.yaml +0 -0
  565. /package/{bmad → .bmad}/_cfg/agents/bmm-analyst.customize.yaml +0 -0
  566. /package/{bmad → .bmad}/_cfg/agents/bmm-architect.customize.yaml +0 -0
  567. /package/{bmad → .bmad}/_cfg/agents/bmm-dev.customize.yaml +0 -0
  568. /package/{bmad → .bmad}/_cfg/agents/bmm-pm.customize.yaml +0 -0
  569. /package/{bmad → .bmad}/_cfg/agents/bmm-sm.customize.yaml +0 -0
  570. /package/{bmad → .bmad}/_cfg/agents/bmm-tea.customize.yaml +0 -0
  571. /package/{bmad → .bmad}/_cfg/agents/bmm-tech-writer.customize.yaml +0 -0
  572. /package/{bmad → .bmad}/_cfg/agents/bmm-ux-designer.customize.yaml +0 -0
  573. /package/{bmad → .bmad}/_cfg/agents/core-bmad-master.customize.yaml +0 -0
  574. /package/{bmad → .bmad}/_cfg/tool-manifest.csv +0 -0
  575. /package/{bmad → .bmad}/bmb/README.md +0 -0
  576. /package/{bmad → .bmad}/bmb/workflows/audit-workflow/template.md +0 -0
  577. /package/{bmad → .bmad}/bmb/workflows/create-agent/brainstorm-context.md +0 -0
  578. /package/{bmad → .bmad}/bmb/workflows/create-agent/communication-styles.md +0 -0
  579. /package/{bmad → .bmad}/bmb/workflows/create-module/brainstorm-context.md +0 -0
  580. /package/{bmad → .bmad}/bmb/workflows/create-module/installer-templates/installer.js +0 -0
  581. /package/{bmad → .bmad}/bmb/workflows/create-workflow/brainstorm-context.md +0 -0
  582. /package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -0
  583. /package/{bmad → .bmad}/bmb/workflows/create-workflow/workflow-template/template.md +0 -0
  584. /package/{bmad → .bmad}/bmb/workflows/edit-agent/README.md +0 -0
  585. /package/{bmad → .bmad}/bmb/workflows/edit-workflow/README.md +0 -0
  586. /package/{bmad → .bmad}/bmb/workflows/edit-workflow/checklist.md +0 -0
  587. /package/{bmad → .bmad}/bmb/workflows/module-brief/checklist.md +0 -0
  588. /package/{bmad → .bmad}/bmb/workflows/module-brief/template.md +0 -0
  589. /package/{bmad → .bmad}/bmb/workflows/redoc/checklist.md +0 -0
  590. /package/{bmad → .bmad}/bmm/README.md +0 -0
  591. /package/{bmad → .bmad}/bmm/testarch/knowledge/ci-burn-in.md +0 -0
  592. /package/{bmad → .bmad}/bmm/testarch/knowledge/component-tdd.md +0 -0
  593. /package/{bmad → .bmad}/bmm/testarch/knowledge/contract-testing.md +0 -0
  594. /package/{bmad → .bmad}/bmm/testarch/knowledge/data-factories.md +0 -0
  595. /package/{bmad → .bmad}/bmm/testarch/knowledge/email-auth.md +0 -0
  596. /package/{bmad → .bmad}/bmm/testarch/knowledge/error-handling.md +0 -0
  597. /package/{bmad → .bmad}/bmm/testarch/knowledge/feature-flags.md +0 -0
  598. /package/{bmad → .bmad}/bmm/testarch/knowledge/fixture-architecture.md +0 -0
  599. /package/{bmad → .bmad}/bmm/testarch/knowledge/network-first.md +0 -0
  600. /package/{bmad → .bmad}/bmm/testarch/knowledge/nfr-criteria.md +0 -0
  601. /package/{bmad → .bmad}/bmm/testarch/knowledge/playwright-config.md +0 -0
  602. /package/{bmad → .bmad}/bmm/testarch/knowledge/probability-impact.md +0 -0
  603. /package/{bmad → .bmad}/bmm/testarch/knowledge/risk-governance.md +0 -0
  604. /package/{bmad → .bmad}/bmm/testarch/knowledge/selective-testing.md +0 -0
  605. /package/{bmad → .bmad}/bmm/testarch/knowledge/selector-resilience.md +0 -0
  606. /package/{bmad → .bmad}/bmm/testarch/knowledge/test-healing-patterns.md +0 -0
  607. /package/{bmad → .bmad}/bmm/testarch/knowledge/test-levels-framework.md +0 -0
  608. /package/{bmad → .bmad}/bmm/testarch/knowledge/test-priorities-matrix.md +0 -0
  609. /package/{bmad → .bmad}/bmm/testarch/knowledge/test-quality.md +0 -0
  610. /package/{bmad → .bmad}/bmm/testarch/knowledge/timing-debugging.md +0 -0
  611. /package/{bmad → .bmad}/bmm/testarch/knowledge/visual-debugging.md +0 -0
  612. /package/{bmad → .bmad}/bmm/testarch/tea-index.csv +0 -0
  613. /package/{bmad → .bmad}/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -0
  614. /package/{bmad → .bmad}/bmm/workflows/1-analysis/domain-research/template.md +0 -0
  615. /package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/checklist.md +0 -0
  616. /package/{bmad → .bmad}/bmm/workflows/1-analysis/product-brief/template.md +0 -0
  617. /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -0
  618. /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/checklist-technical.md +0 -0
  619. /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/checklist.md +0 -0
  620. /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -0
  621. /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -0
  622. /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/template-market.md +0 -0
  623. /package/{bmad → .bmad}/bmm/workflows/1-analysis/research/template-technical.md +0 -0
  624. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -0
  625. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -0
  626. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -0
  627. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +0 -0
  628. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -0
  629. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -0
  630. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -0
  631. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -0
  632. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -0
  633. /package/{bmad → .bmad}/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -0
  634. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -0
  635. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -0
  636. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/checklist.md +0 -0
  637. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -0
  638. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -0
  639. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +0 -0
  640. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/template.md +0 -0
  641. /package/{bmad → .bmad}/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -0
  642. /package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -0
  643. /package/{bmad → .bmad}/bmm/workflows/4-implementation/code-review/checklist.md +0 -0
  644. /package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/checklist.md +0 -0
  645. /package/{bmad → .bmad}/bmm/workflows/4-implementation/create-story/template.md +0 -0
  646. /package/{bmad → .bmad}/bmm/workflows/4-implementation/dev-story/checklist.md +0 -0
  647. /package/{bmad → .bmad}/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -0
  648. /package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -0
  649. /package/{bmad → .bmad}/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -0
  650. /package/{bmad → .bmad}/bmm/workflows/document-project/checklist.md +0 -0
  651. /package/{bmad → .bmad}/bmm/workflows/document-project/documentation-requirements.csv +0 -0
  652. /package/{bmad → .bmad}/bmm/workflows/document-project/templates/deep-dive-template.md +0 -0
  653. /package/{bmad → .bmad}/bmm/workflows/document-project/templates/index-template.md +0 -0
  654. /package/{bmad → .bmad}/bmm/workflows/document-project/templates/project-overview-template.md +0 -0
  655. /package/{bmad → .bmad}/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -0
  656. /package/{bmad → .bmad}/bmm/workflows/document-project/templates/source-tree-template.md +0 -0
  657. /package/{bmad → .bmad}/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -0
  658. /package/{bmad → .bmad}/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -0
  659. /package/{bmad → .bmad}/bmm/workflows/techdoc/documentation-standards.md +0 -0
  660. /package/{bmad → .bmad}/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -0
  661. /package/{bmad → .bmad}/bmm/workflows/testarch/atdd/checklist.md +0 -0
  662. /package/{bmad → .bmad}/bmm/workflows/testarch/automate/checklist.md +0 -0
  663. /package/{bmad → .bmad}/bmm/workflows/testarch/ci/checklist.md +0 -0
  664. /package/{bmad → .bmad}/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -0
  665. /package/{bmad → .bmad}/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -0
  666. /package/{bmad → .bmad}/bmm/workflows/testarch/framework/checklist.md +0 -0
  667. /package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/checklist.md +0 -0
  668. /package/{bmad → .bmad}/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -0
  669. /package/{bmad → .bmad}/bmm/workflows/testarch/test-design/checklist.md +0 -0
  670. /package/{bmad → .bmad}/bmm/workflows/testarch/test-review/checklist.md +0 -0
  671. /package/{bmad → .bmad}/bmm/workflows/testarch/test-review/test-review-template.md +0 -0
  672. /package/{bmad → .bmad}/bmm/workflows/testarch/trace/checklist.md +0 -0
  673. /package/{bmad → .bmad}/bmm/workflows/testarch/trace/trace-template.md +0 -0
  674. /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -0
  675. /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -0
  676. /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -0
  677. /package/{bmad → .bmad}/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -0
  678. /package/{bmad → .bmad}/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -0
  679. /package/{bmad → .bmad}/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -0
  680. /package/{bmad → .bmad}/core/tasks/adv-elicit-methods.csv +0 -0
  681. /package/{bmad → .bmad}/core/workflows/brainstorming/brain-methods.csv +0 -0
  682. /package/{bmad → .bmad}/core/workflows/brainstorming/template.md +0 -0
  683. /package/{bmad → .bmad}/docs/claude-code-instructions.md +0 -0
  684. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/game-brain-methods.csv +0 -0
  685. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/brainstorm-game/game-context.md +0 -0
  686. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/checklist.md +0 -0
  687. /package/src/modules/{bmm/workflows/1-analysis → bmgd/workflows/1-preproduction}/game-brief/template.md +0 -0
  688. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/checklist.md +0 -0
  689. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/action-platformer.md +0 -0
  690. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/adventure.md +0 -0
  691. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/card-game.md +0 -0
  692. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/fighting.md +0 -0
  693. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/horror.md +0 -0
  694. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/idle-incremental.md +0 -0
  695. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/metroidvania.md +0 -0
  696. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/moba.md +0 -0
  697. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/party-game.md +0 -0
  698. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/puzzle.md +0 -0
  699. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/racing.md +0 -0
  700. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/rhythm.md +0 -0
  701. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/roguelike.md +0 -0
  702. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/rpg.md +0 -0
  703. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/sandbox.md +0 -0
  704. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/shooter.md +0 -0
  705. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/simulation.md +0 -0
  706. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/sports.md +0 -0
  707. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/strategy.md +0 -0
  708. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/survival.md +0 -0
  709. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/text-based.md +0 -0
  710. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/tower-defense.md +0 -0
  711. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/turn-based-tactics.md +0 -0
  712. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types/visual-novel.md +0 -0
  713. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/game-types.csv +0 -0
  714. /package/src/modules/{bmm/workflows/2-plan-workflows → bmgd/workflows/2-design}/gdd/gdd-template.md +0 -0
  715. /package/{bmad/bmm/workflows/2-plan-workflows → src/modules/bmgd/workflows/2-design}/narrative/checklist.md +0 -0
  716. /package/{bmad/bmm/workflows/2-plan-workflows → src/modules/bmgd/workflows/2-design}/narrative/narrative-template.md +0 -0
@@ -1,83 +1,118 @@
1
1
  # BMM Solutioning Workflows (Phase 3)
2
2
 
3
+ **Reading Time:** ~8 minutes
4
+
3
5
  ## Overview
4
6
 
5
- Phase 3 (Solutioning) workflows translate **what** to build (from Planning) into **how** to build it (technical design). This phase is **required for Levels 3-4** and **optional for Level 2** projects.
7
+ Phase 3 (Solutioning) workflows translate **what** to build (from Planning) into **how** to build it (technical design). This phase prevents agent conflicts in multi-epic projects by documenting architectural decisions before implementation begins.
8
+
9
+ **Key principle:** Make technical decisions explicit and documented so all agents implement consistently. Prevent one agent choosing REST while another chooses GraphQL.
10
+
11
+ **Required for:** BMad Method (complex projects), Enterprise Method
6
12
 
7
- **Key principle:** Prevent agent conflicts by making architectural decisions explicit and documented before implementation begins.
13
+ **Optional for:** BMad Method (simple projects), Quick Flow (skip entirely)
8
14
 
9
15
  ---
10
16
 
11
- ## Phase 3 Solutioning Flow
17
+ ## Phase 3 Solutioning Workflow Map
12
18
 
13
19
  ```mermaid
14
20
  %%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#fff','primaryTextColor':'#000','primaryBorderColor':'#000','lineColor':'#000','fontSize':'16px','fontFamily':'arial'}}}%%
15
21
  graph TB
16
- FromPRD["<b>FROM Phase 2</b><br/>PRD/GDD/Narrative/UX complete"]
22
+ FromPlanning["<b>FROM Phase 2 Planning</b><br/>PRD/GDD/Tech-Spec complete"]
17
23
 
18
- subgraph Solutioning["<b>PHASE 3: SOLUTIONING</b>"]
24
+ subgraph QuickFlow["<b>QUICK FLOW PATH</b>"]
19
25
  direction TB
20
- Architecture["<b>Architect: architecture</b><br/>Technical design and decisions"]
21
- GateCheck["<b>Architect: solutioning-gate-check</b><br/>Validation before implementation"]
26
+ SkipArch["<b>Skip Phase 3</b><br/>Go directly to Implementation"]
27
+ end
28
+
29
+ subgraph BMadEnterprise["<b>BMAD METHOD + ENTERPRISE (Same Start)</b>"]
30
+ direction TB
31
+ Architecture["<b>Architect: architecture</b><br/>System design + ADRs"]
32
+
33
+ subgraph Optional["<b>ENTERPRISE ADDITIONS (Optional)</b>"]
34
+ direction LR
35
+ SecArch["<b>Architect: security-architecture</b><br/>(Future)"]
36
+ DevOps["<b>Architect: devops-strategy</b><br/>(Future)"]
37
+ end
38
+
39
+ GateCheck["<b>Architect: solutioning-gate-check</b><br/>Validation before Phase 4"]
40
+
41
+ Architecture -.->|Enterprise only| Optional
42
+ Architecture --> GateCheck
43
+ Optional -.-> GateCheck
22
44
  end
23
45
 
24
- subgraph Optional["<b>OPTIONAL PATHS</b>"]
46
+ subgraph Result["<b>GATE CHECK RESULTS</b>"]
25
47
  direction LR
26
- Level2Skip["<b>Level 2:</b><br/>Skip if straightforward"]
48
+ Pass["✅ PASS<br/>Proceed to Phase 4"]
49
+ Concerns["⚠️ CONCERNS<br/>Proceed with caution"]
50
+ Fail["❌ FAIL<br/>Resolve issues first"]
27
51
  end
28
52
 
29
- FromPRD --> Architecture
30
- Architecture --> GateCheck
31
- GateCheck -->|PASS| Phase4["<b>Phase 4: Implementation</b>"]
32
- GateCheck -->|CONCERNS/FAIL| Architecture
33
- FromPRD -.->|Level 2 only| Level2Skip
34
- Level2Skip -.-> Phase4
53
+ FromPlanning -->|Quick Flow| QuickFlow
54
+ FromPlanning -->|BMad Method<br/>or Enterprise| Architecture
35
55
 
36
- style FromPRD fill:#e1bee7,stroke:#6a1b9a,stroke-width:2px,color:#000
37
- style Solutioning fill:#90caf9,stroke:#0d47a1,stroke-width:3px,color:#000
38
- style Optional fill:#fff9c4,stroke:#f57f17,stroke-width:3px,color:#000
56
+ QuickFlow --> Phase4["<b>Phase 4: Implementation</b>"]
57
+ GateCheck --> Result
58
+ Pass --> Phase4
59
+ Concerns --> Phase4
60
+ Fail -.->|Fix issues| Architecture
61
+
62
+ style FromPlanning fill:#e1bee7,stroke:#6a1b9a,stroke-width:2px,color:#000
63
+ style QuickFlow fill:#c5e1a5,stroke:#33691e,stroke-width:3px,color:#000
64
+ style BMadEnterprise fill:#90caf9,stroke:#0d47a1,stroke-width:3px,color:#000
65
+ style Optional fill:#ffcdd2,stroke:#c62828,stroke-width:3px,color:#000
66
+ style Result fill:#fff9c4,stroke:#f57f17,stroke-width:3px,color:#000
39
67
  style Phase4 fill:#ffcc80,stroke:#e65100,stroke-width:2px,color:#000
40
68
 
41
- style Architecture fill:#64b5f6,stroke:#0d47a1,stroke-width:2px,color:#000
42
- style GateCheck fill:#64b5f6,stroke:#0d47a1,stroke-width:2px,color:#000
43
- style Level2Skip fill:#fff59d,stroke:#f57f17,stroke-width:2px,color:#000
69
+ style SkipArch fill:#aed581,stroke:#1b5e20,stroke-width:2px,color:#000
70
+ style Architecture fill:#42a5f5,stroke:#0d47a1,stroke-width:2px,color:#000
71
+ style SecArch fill:#ef9a9a,stroke:#c62828,stroke-width:2px,color:#000
72
+ style DevOps fill:#ef9a9a,stroke:#c62828,stroke-width:2px,color:#000
73
+ style GateCheck fill:#42a5f5,stroke:#0d47a1,stroke-width:2px,color:#000
74
+ style Pass fill:#81c784,stroke:#388e3c,stroke-width:2px,color:#000
75
+ style Concerns fill:#ffb74d,stroke:#f57f17,stroke-width:2px,color:#000
76
+ style Fail fill:#e57373,stroke:#d32f2f,stroke-width:2px,color:#000
44
77
  ```
45
78
 
46
79
  ---
47
80
 
48
81
  ## Quick Reference
49
82
 
50
- | Workflow | Project Levels | Purpose |
51
- | -------------------------- | -------------- | ------------------------------------------- |
52
- | **architecture** | 2-4 | Technical architecture and design decisions |
53
- | **solutioning-gate-check** | 3-4 | Validate planning/solutioning completeness |
83
+ | Workflow | Agent | Track | Purpose |
84
+ | -------------------------- | --------- | ------------------------ | ------------------------------------------- |
85
+ | **architecture** | Architect | BMad Method, Enterprise | Technical architecture and design decisions |
86
+ | **solutioning-gate-check** | Architect | BMad Complex, Enterprise | Validate planning/solutioning completeness |
54
87
 
55
88
  **When to Skip Solutioning:**
56
89
 
57
- - **Level 0-1**: Simple changes don't need architecture → Skip to Phase 4 (Implementation)
58
- - **Level 2**: Optional - use if technically complex, skip if straightforward
90
+ - **Quick Flow:** Simple changes don't need architecture → Skip to Phase 4
59
91
 
60
92
  **When Solutioning is Required:**
61
93
 
62
- - **Level 3-4**: Multi-epic, multi-agent projects Architecture prevents conflicts
94
+ - **BMad Method:** Multi-epic projects need architecture to prevent conflicts
95
+ - **Enterprise:** Same as BMad Method, plus optional extended workflows (test architecture, security architecture, devops strategy) added AFTER architecture but BEFORE gate check
63
96
 
64
97
  ---
65
98
 
66
- ## Understanding the Solutioning Phase
67
-
68
- ### Why Solutioning Matters
99
+ ## Why Solutioning Matters
69
100
 
70
- **Problem Without Solutioning:**
101
+ ### The Problem Without Solutioning
71
102
 
72
- 1. DEV agent implements Epic 1 using REST API
73
- 2. DEV agent implements Epic 2 using GraphQL
74
- 3. **Conflict**: Inconsistent API design, integration nightmare
103
+ ```
104
+ Agent 1 implements Epic 1 using REST API
105
+ Agent 2 implements Epic 2 using GraphQL
106
+ Result: Inconsistent API design, integration nightmare
107
+ ```
75
108
 
76
- **Solution With Solutioning:**
109
+ ### The Solution With Solutioning
77
110
 
78
- 1. **architecture** workflow decides: "Use GraphQL for all APIs"
79
- 2. All DEV agents follow architecture decisions
80
- 3. **Result**: Consistent implementation, no conflicts
111
+ ```
112
+ architecture workflow decides: "Use GraphQL for all APIs"
113
+ All agents follow architecture decisions
114
+ Result: Consistent implementation, no conflicts
115
+ ```
81
116
 
82
117
  ### Solutioning vs Planning
83
118
 
@@ -90,221 +125,81 @@ graph TB
90
125
  | Document | PRD/GDD | Architecture + Tech Spec |
91
126
  | Level | Business logic | Implementation detail |
92
127
 
93
- ### Scale-Adaptive Solutioning
94
-
95
- **Level 0-1 (Skip Solutioning):**
96
-
97
- - Planning: Quick Spec (tech-spec workflow)
98
- - Solutioning: **None**
99
- - Implementation: dev-story directly
100
-
101
- **Level 2 (Optional Solutioning):**
102
-
103
- - Planning: Lightweight PRD
104
- - Solutioning: **Optional** architecture
105
- - Implementation: dev-story with or without architecture
106
-
107
- **Level 3-4 (Required Solutioning):**
108
-
109
- - Planning: Standard/Comprehensive PRD
110
- - Solutioning: **Required** architecture + epic-tech-context
111
- - Gate Check: **Required** solutioning-gate-check
112
- - Implementation: dev-story guided by architecture
113
-
114
128
  ---
115
129
 
116
- ## architecture
130
+ ## Workflow Descriptions
117
131
 
118
- ### Purpose
132
+ ### architecture
119
133
 
120
- Collaborative architectural decision facilitation that produces a decision-focused architecture document optimized for preventing agent conflicts. Replaces template-driven architecture with intelligent, adaptive conversation.
134
+ **Purpose:** Make technical decisions explicit to prevent agent conflicts. Produces decision-focused architecture document optimized for AI consistency.
121
135
 
122
136
  **Agent:** Architect
123
- **Phase:** 3 (Solutioning)
124
- **Project Levels:** 2-4
125
- **Required:** Level 3-4, Optional Level 2
126
137
 
127
- ### When to Use
138
+ **When to Use:**
128
139
 
129
- - Multi-epic projects (Level 3-4)
140
+ - Multi-epic projects (BMad Complex, Enterprise)
130
141
  - Cross-cutting technical concerns
131
- - Multiple agents will implement different parts
142
+ - Multiple agents implementing different parts
132
143
  - Integration complexity exists
133
144
  - Technology choices need alignment
134
145
 
135
146
  **When to Skip:**
136
147
 
137
- - Level 0-1 (simple changes)
138
- - Level 2 with straightforward tech stack
148
+ - Quick Flow (simple changes)
149
+ - BMad Method Simple with straightforward tech stack
139
150
  - Single epic with clear technical approach
140
151
 
141
- ### Adaptive Conversation Approach
152
+ **Adaptive Conversation Approach:**
142
153
 
143
- **This is NOT a template filler.** The architecture workflow:
154
+ This is NOT a template filler. The architecture workflow:
144
155
 
145
- 1. **Discovers** your technical needs through conversation
156
+ 1. **Discovers** technical needs through conversation
146
157
  2. **Proposes** architectural options with trade-offs
147
158
  3. **Documents** decisions that prevent agent conflicts
148
159
  4. **Focuses** on decision points, not exhaustive documentation
149
160
 
150
- ### Process Overview
151
-
152
- **Phase 1: Context Discovery (Steps 1-3)**
153
-
154
- - Load PRD/GDD for requirements
155
- - Understand project level and complexity
156
- - Identify technical constraints
157
- - Determine existing architecture (if brownfield)
158
-
159
- **Phase 2: Architecture Definition (Steps 4-10)**
160
-
161
- - System architecture (monolith, microservices, etc.)
162
- - Data architecture (database, state management)
163
- - API design (REST, GraphQL, gRPC)
164
- - Frontend architecture (if applicable)
165
- - Integration patterns
166
- - Security architecture
167
- - Deployment architecture
168
-
169
- **Phase 3: Decision Documentation (Steps 11-13)**
170
-
171
- - Architecture Decision Records (ADRs)
172
- - Trade-off analysis
173
- - Technology selections with rationale
174
- - Non-negotiable standards
175
-
176
- **Phase 4: Implementation Guidance (Step 14)**
177
-
178
- - Epic-specific technical notes
179
- - Directory structure
180
- - Coding standards
181
- - Testing strategy
182
-
183
- ### Inputs
184
-
185
- Required:
186
-
187
- - **PRD.md** or **GDD.md** (from Phase 2)
188
- - **epics.md** (epic breakdown)
161
+ **Key Outputs:**
189
162
 
190
- Optional:
163
+ **architecture.md** containing:
191
164
 
192
- - Existing architecture documentation (brownfield)
193
- - Technical constraints document
194
- - Infrastructure requirements
195
- - Security requirements
165
+ 1. **Architecture Overview** - System context, principles, style
166
+ 2. **System Architecture** - High-level diagram, component interactions, communication patterns
167
+ 3. **Data Architecture** - Database design, state management, caching, data flow
168
+ 4. **API Architecture** - API style (REST/GraphQL/gRPC), auth, versioning, error handling
169
+ 5. **Frontend Architecture** (if applicable) - Framework, state management, component architecture, routing
170
+ 6. **Integration Architecture** - Third-party integrations, message queuing, event-driven patterns
171
+ 7. **Security Architecture** - Auth/authorization, data protection, security boundaries
172
+ 8. **Deployment Architecture** - Deployment model, CI/CD, environment strategy, monitoring
173
+ 9. **Architecture Decision Records (ADRs)** - Key decisions with context, options, trade-offs, rationale
174
+ 10. **Epic-Specific Guidance** - Technical notes per epic, implementation priorities, dependencies
175
+ 11. **Standards and Conventions** - Directory structure, naming conventions, code organization, testing
196
176
 
197
- ### Outputs
198
-
199
- **Primary Output:** `architecture-{project-name}-{date}.md`
200
-
201
- **Document Structure:**
202
-
203
- **1. Architecture Overview**
204
-
205
- - System context
206
- - Key principles
207
- - Architectural style
208
-
209
- **2. System Architecture**
210
-
211
- - High-level system diagram
212
- - Component interactions
213
- - Communication patterns
214
-
215
- **3. Data Architecture**
216
-
217
- - Database design approach
218
- - State management
219
- - Caching strategy
220
- - Data flow
221
-
222
- **4. API Architecture**
223
-
224
- - API style (REST/GraphQL/gRPC)
225
- - Authentication/authorization
226
- - Versioning strategy
227
- - Error handling patterns
228
-
229
- **5. Frontend Architecture** (if applicable)
230
-
231
- - Framework selection
232
- - State management
233
- - Component architecture
234
- - Routing approach
235
-
236
- **6. Integration Architecture**
237
-
238
- - Third-party integrations
239
- - Message queuing
240
- - Event-driven patterns
241
- - API gateways
242
-
243
- **7. Security Architecture**
244
-
245
- - Authentication/authorization
246
- - Data protection
247
- - Security boundaries
248
- - Compliance requirements
249
-
250
- **8. Deployment Architecture**
251
-
252
- - Deployment model
253
- - CI/CD pipeline
254
- - Environment strategy
255
- - Monitoring and observability
256
-
257
- **9. Architecture Decision Records (ADRs)**
258
-
259
- - Key decisions with context
260
- - Options considered
261
- - Trade-off analysis
262
- - Rationale for choices
263
-
264
- **10. Epic-Specific Guidance**
265
-
266
- - Technical notes per epic
267
- - Implementation priorities
268
- - Dependency sequencing
269
-
270
- **11. Standards and Conventions**
271
-
272
- - Directory structure
273
- - Naming conventions
274
- - Code organization
275
- - Testing requirements
276
-
277
- ### Architecture Decision Records (ADRs)
278
-
279
- **Purpose:** Document **why** decisions were made, not just what was decided.
280
-
281
- **ADR Template:**
177
+ **ADR Format (Brief):**
282
178
 
283
179
  ```markdown
284
180
  ## ADR-001: Use GraphQL for All APIs
285
181
 
286
- **Status:** Accepted
287
- **Date:** 2025-11-02
182
+ **Status:** Accepted | **Date:** 2025-11-02
183
+
288
184
  **Context:** PRD requires flexible querying across multiple epics
289
185
 
290
186
  **Decision:** Use GraphQL for all client-server communication
291
187
 
292
188
  **Options Considered:**
293
189
 
294
- 1. REST API - Familiar, well-understood, but requires multiple endpoints
295
- 2. GraphQL - Flexible querying, single endpoint, learning curve
296
- 3. gRPC - High performance, but poor browser support
190
+ 1. REST - Familiar but requires multiple endpoints
191
+ 2. GraphQL - Flexible querying, learning curve
192
+ 3. gRPC - High performance, poor browser support
297
193
 
298
194
  **Rationale:**
299
195
 
300
- - PRD requires flexible data fetching (Epic 1, Epic 3)
196
+ - PRD requires flexible data fetching (Epic 1, 3)
301
197
  - Mobile app needs bandwidth optimization (Epic 2)
302
- - Team has GraphQL experience from previous project
303
- - Allows frontend flexibility without backend changes
198
+ - Team has GraphQL experience
304
199
 
305
200
  **Consequences:**
306
201
 
307
- - Positive: Flexible querying, reduced API versioning
202
+ - Positive: Flexible querying, reduced versioning
308
203
  - Negative: Caching complexity, N+1 query risk
309
204
  - Mitigation: Use DataLoader for batching
310
205
 
@@ -312,93 +207,40 @@ Optional:
312
207
 
313
208
  - Epic 1: User Management → GraphQL mutations
314
209
  - Epic 2: Mobile App → Optimized queries
315
- - Epic 3: Admin Dashboard → Complex nested queries
316
210
  ```
317
211
 
318
- ### Example: Level 3 Architecture for E-Commerce Platform
319
-
320
- **System Architecture:**
321
-
322
- - Monolith (early stage, < 50K users)
323
- - PostgreSQL database
324
- - Redis for caching and sessions
325
- - Next.js for frontend
326
- - Deployed on Vercel + Railway
327
-
328
- **Key ADRs:**
329
-
330
- 1. **ADR-001**: Use Next.js (vs React + Express)
331
- - Rationale: SEO critical, SSR needed, unified codebase
332
- 2. **ADR-002**: Use GraphQL (vs REST)
333
- - Rationale: Flexible querying for dashboard, mobile optimization
334
- 3. **ADR-003**: Use Stripe (vs PayPal + Stripe)
335
- - Rationale: Simpler integration, lower fees, better UX
336
-
337
- **Epic Guidance:**
212
+ **Example:** E-commerce platform Monolith + PostgreSQL + Redis + Next.js + GraphQL, with ADRs explaining each choice and epic-specific guidance.
338
213
 
339
- - **Epic 1 (Auth)**: NextAuth.js with PostgreSQL adapter
340
- - **Epic 2 (Products)**: GraphQL with DataLoader for categories
341
- - **Epic 3 (Cart)**: Redis for session-based cart (no DB writes)
342
- - **Epic 4 (Checkout)**: Stripe webhooks for payment confirmation
343
-
344
- **Standards:**
345
-
346
- ```
347
- Directory Structure:
348
- /pages - Next.js routes
349
- /components - Reusable UI components
350
- /lib - Business logic
351
- /graphql - GraphQL schema and resolvers
352
- /db - Prisma models and migrations
353
- /services - Third-party integrations
354
- /tests - Test files mirror /lib
355
- ```
356
-
357
- ### Related Workflows
358
-
359
- - **prd/gdd** (Phase 2) - Requirements input
360
- - **solutioning-gate-check** (Phase 3) - Validate completeness
361
- - **tech-spec** (Phase 3) - Epic-level specifications (optional)
362
- - **sprint-planning** (Phase 4) - Implementation tracking
214
+ **Integration:** Feeds into Phase 4 (Implementation). All dev agents reference architecture during implementation.
363
215
 
364
216
  ---
365
217
 
366
- ## solutioning-gate-check
367
-
368
- ### Purpose
369
-
370
- Systematically validate that all planning and solutioning phases are complete and properly aligned before transitioning to Phase 4 implementation. Ensures PRD, architecture, and stories are cohesive with no gaps or contradictions.
371
-
372
- **Agent:** SM (Scrum Master)
373
- **Phase:** 3 (Solutioning)
374
- **Project Levels:** 3-4
375
- **Required:** Level 3-4 only
218
+ ### solutioning-gate-check
376
219
 
377
- ### When to Use
220
+ **Purpose:** Systematically validate that planning and solutioning are complete and aligned before Phase 4 implementation. Ensures PRD, architecture, and stories are cohesive with no gaps.
378
221
 
379
- **Always run before starting Phase 4** for Level 3-4 projects.
222
+ **Agent:** Architect
380
223
 
381
- **Trigger Points:**
224
+ **When to Use:**
382
225
 
226
+ - **Always** before Phase 4 for BMad Complex and Enterprise projects
383
227
  - After architecture workflow completes
384
228
  - Before sprint-planning workflow
385
229
  - When stakeholders request readiness check
386
- - Before kicking off implementation
387
230
 
388
- **Skip if:**
231
+ **When to Skip:**
389
232
 
390
- - Level 0-2 (no solutioning phase)
391
- - Exploratory prototype (no formal planning)
233
+ - Quick Flow (no solutioning)
234
+ - BMad Simple (no gate check required)
392
235
 
393
- ### Purpose of Gate Check
236
+ **Purpose of Gate Check:**
394
237
 
395
- **Prevents Common Issues:**
238
+ **Prevents:**
396
239
 
397
240
  - ❌ Architecture doesn't address all epics
398
241
  - ❌ Stories conflict with architecture decisions
399
242
  - ❌ Requirements ambiguous or contradictory
400
243
  - ❌ Missing critical dependencies
401
- - ❌ Unclear success criteria
402
244
 
403
245
  **Ensures:**
404
246
 
@@ -406,268 +248,151 @@ Systematically validate that all planning and solutioning phases are complete an
406
248
  - ✅ All epics have clear technical approach
407
249
  - ✅ No contradictions or gaps
408
250
  - ✅ Team ready to implement
409
- - ✅ Stakeholders aligned
410
-
411
- ### Process Overview
412
-
413
- **Phase 1: Document Loading (Step 1)**
414
-
415
- - Load PRD/GDD
416
- - Load architecture document
417
- - Load epic files
418
- - Load story files (if created)
419
-
420
- **Phase 2: Completeness Check (Steps 2-4)**
421
-
422
- - **PRD Completeness**: All required sections present
423
- - **Architecture Completeness**: All technical areas addressed
424
- - **Epic Completeness**: All epics from PRD have stories
425
-
426
- **Phase 3: Alignment Check (Steps 5-7)**
427
251
 
428
- - **PRD ↔ Architecture**: Architecture addresses all requirements
429
- - **Architecture ↔ Epics**: Epics align with architecture decisions
430
- - **Cross-Epic**: No contradictions between epics
431
-
432
- **Phase 4: Quality Check (Steps 8-10)**
433
-
434
- - **Acceptance Criteria**: All stories have clear AC
435
- - **Dependencies**: Dependencies identified and sequenced
436
- - **Risks**: High-risk items have mitigation plans
437
-
438
- **Phase 5: Reporting (Step 11)**
439
-
440
- - Generate gate check report
441
- - List gaps and blockers
442
- - Provide recommendations
443
- - Issue PASS/CONCERNS/FAIL decision
444
-
445
- ### Gate Check Criteria
252
+ **Check Criteria:**
446
253
 
447
254
  **PRD/GDD Completeness:**
448
255
 
449
- - [ ] Problem statement clear and evidence-based
450
- - [ ] Success metrics defined
451
- - [ ] User personas identified
452
- - [ ] Feature requirements complete
453
- - [ ] All epics defined with objectives
454
- - [ ] Non-functional requirements (NFRs) specified
455
- - [ ] Risks and assumptions documented
256
+ - Problem statement clear and evidence-based
257
+ - Success metrics defined
258
+ - User personas identified
259
+ - Feature requirements complete
260
+ - All epics defined with objectives
261
+ - Non-functional requirements (NFRs) specified
262
+ - Risks and assumptions documented
456
263
 
457
264
  **Architecture Completeness:**
458
265
 
459
- - [ ] System architecture defined
460
- - [ ] Data architecture specified
461
- - [ ] API architecture decided
462
- - [ ] Key ADRs documented
463
- - [ ] Security architecture addressed
464
- - [ ] Epic-specific guidance provided
465
- - [ ] Standards and conventions defined
266
+ - System architecture defined
267
+ - Data architecture specified
268
+ - API architecture decided
269
+ - Key ADRs documented
270
+ - Security architecture addressed
271
+ - Epic-specific guidance provided
272
+ - Standards and conventions defined
466
273
 
467
274
  **Epic/Story Completeness:**
468
275
 
469
- - [ ] All PRD features mapped to stories
470
- - [ ] Stories have acceptance criteria
471
- - [ ] Stories prioritized (P0/P1/P2/P3)
472
- - [ ] Dependencies identified
473
- - [ ] Story sequencing logical
276
+ - All PRD features mapped to stories
277
+ - Stories have acceptance criteria
278
+ - Stories prioritized (P0/P1/P2/P3)
279
+ - Dependencies identified
280
+ - Story sequencing logical
474
281
 
475
282
  **Alignment Checks:**
476
283
 
477
- - [ ] Architecture addresses all PRD requirements
478
- - [ ] Stories align with architecture decisions
479
- - [ ] No contradictions between epics
480
- - [ ] NFRs have technical approach
481
- - [ ] Integration points clear
482
-
483
- **Quality Checks:**
284
+ - Architecture addresses all PRD requirements
285
+ - Stories align with architecture decisions
286
+ - No contradictions between epics
287
+ - NFRs have technical approach
288
+ - Integration points clear
484
289
 
485
- - [ ] Acceptance criteria testable
486
- - [ ] Stories appropriately sized (<5 days)
487
- - [ ] High-risk items have mitigation
488
- - [ ] Success metrics measurable
290
+ **Gate Decision Logic:**
489
291
 
490
- ### Gate Decision Logic
292
+ **✅ PASS**
491
293
 
492
- **PASS**
493
-
494
- - All critical criteria met (PRD, Architecture, Epic completeness)
294
+ - All critical criteria met
495
295
  - Minor gaps acceptable with documented plan
496
- - **Action**: Proceed to Phase 4 (Implementation)
296
+ - **Action:** Proceed to Phase 4
497
297
 
498
- **CONCERNS** ⚠️
298
+ **⚠️ CONCERNS**
499
299
 
500
300
  - Some criteria not met but not blockers
501
301
  - Gaps identified with clear resolution path
502
- - Risks documented with mitigation
503
- - **Action**: Proceed with caution, address gaps in parallel
302
+ - **Action:** Proceed with caution, address gaps in parallel
504
303
 
505
- **FAIL**
304
+ **❌ FAIL**
506
305
 
507
306
  - Critical gaps or contradictions
508
307
  - Architecture missing key decisions
509
308
  - Stories conflict with PRD/architecture
510
- - **Action**: BLOCK Phase 4, resolve issues first
511
-
512
- ### Inputs
309
+ - **Action:** BLOCK Phase 4, resolve issues first
513
310
 
514
- Required:
311
+ **Key Outputs:**
515
312
 
516
- - PRD.md or GDD.md
517
- - architecture.md
518
- - epics.md
519
- - Epic files (epic-1-_.md, epic-2-_.md, etc.)
520
-
521
- Optional:
522
-
523
- - Story files (if already created)
524
- - Tech spec documents
525
-
526
- ### Outputs
527
-
528
- **Primary Output:** `solutioning-gate-check-{date}.md`
529
-
530
- **Document Structure:**
313
+ **solutioning-gate-check.md** containing:
531
314
 
532
315
  1. Executive Summary (PASS/CONCERNS/FAIL)
533
- 2. Completeness Assessment
534
- - PRD/GDD Score
535
- - Architecture Score
536
- - Epic/Story Score
537
- 3. Alignment Assessment
538
- - PRD ↔ Architecture alignment
539
- - Architecture ↔ Epic alignment
540
- - Cross-epic consistency
541
- 4. Quality Assessment
542
- - Story quality
543
- - Dependency clarity
544
- - Risk mitigation
545
- 5. Gaps and Recommendations
546
- - Critical gaps (blockers)
547
- - Minor gaps (address in parallel)
548
- - Recommendations for remediation
549
- 6. Gate Decision (PASS/CONCERNS/FAIL)
316
+ 2. Completeness Assessment (scores for PRD, Architecture, Epics)
317
+ 3. Alignment Assessment (PRD↔Architecture, Architecture↔Epics, cross-epic consistency)
318
+ 4. Quality Assessment (story quality, dependencies, risks)
319
+ 5. Gaps and Recommendations (critical/minor gaps, remediation)
320
+ 6. Gate Decision with rationale
550
321
  7. Next Steps
551
322
 
552
- ### Example: Gate Check for E-Commerce Platform
553
-
554
- **Result:** CONCERNS ⚠️
555
-
556
- **Completeness:**
557
-
558
- - ✅ PRD complete (18/18 criteria)
559
- - ⚠️ Architecture missing security section (15/18 criteria)
560
- - ✅ Epics complete (24/24 criteria)
561
-
562
- **Alignment:**
563
-
564
- - ✅ PRD ↔ Architecture aligned
565
- - ⚠️ Epic 4 (Checkout) has payment gateway undefined in architecture
566
- - ✅ No cross-epic contradictions
567
-
568
- **Quality:**
569
-
570
- - ✅ Stories have acceptance criteria
571
- - ⚠️ Epic 2, Story 3 is too large (10 day estimate)
572
- - ✅ Dependencies identified
573
-
574
- **Gaps Identified:**
575
-
576
- 1. **Critical**: Architecture missing security architecture section
577
- - **Impact**: Epic 1 (Auth) and Epic 4 (Checkout) lack security guidance
578
- - **Recommendation**: Complete security architecture
579
-
580
- 2. **High**: Payment gateway not selected
581
- - **Impact**: Epic 4 (Checkout) cannot proceed
582
- - **Recommendation**: Add ADR for payment gateway selection
583
-
584
- 3. **Medium**: Epic 2, Story 3 too large
585
- - **Impact**: Risk of story scope creep
586
- - **Recommendation**: Split into 2 stories
587
-
588
- **Gate Decision:** CONCERNS ⚠️
589
-
590
- - **Rationale**: Critical and high gaps block Epic 1 and Epic 4
591
- - **Action**: Resolve gaps #1 and #2 before starting implementation
592
-
593
- **Next Steps:**
594
-
595
- 1. Complete security architecture section
596
- 2. Document payment gateway ADR
597
- 3. Split Epic 2, Story 3
598
- 4. Re-run solutioning-gate-check
599
- 5. If PASS → Proceed to sprint-planning
600
-
601
- ### Related Workflows
602
-
603
- - **architecture** (Phase 3) - Must complete before gate check
604
- - **prd/gdd** (Phase 2) - Input to gate check
605
- - **sprint-planning** (Phase 4) - Runs after PASS decision
323
+ **Example:** E-commerce platform → CONCERNS ⚠️ due to missing security architecture and undefined payment gateway. Recommendation: Complete security section and add payment gateway ADR before proceeding.
606
324
 
607
325
  ---
608
326
 
609
- ## Integration with Phase 2 (Planning) and Phase 4 (Implementation)
327
+ ## Integration with Planning and Implementation
610
328
 
611
329
  ### Planning → Solutioning Flow
612
330
 
613
- **Level 0-1:**
331
+ **Quick Flow:**
614
332
 
615
333
  ```
616
- Planning (tech-spec Quick Spec)
334
+ Planning (tech-spec by PM)
617
335
  → Skip Solutioning
618
- Implementation (dev-story)
336
+ Phase 4 (Implementation)
619
337
  ```
620
338
 
621
- **Level 2:**
339
+ **BMad Method:**
622
340
 
623
341
  ```
624
- Planning (prd Lightweight)
625
- Optional: architecture (if complex)
626
- Implementation (sprint-planning → dev-story)
342
+ Planning (prd by PM)
343
+ → architecture (Architect)
344
+ solutioning-gate-check (Architect)
345
+ → Phase 4 (Implementation)
627
346
  ```
628
347
 
629
- **Level 3-4:**
348
+ **Enterprise:**
630
349
 
631
350
  ```
632
- Planning (prd Standard/Comprehensive)
633
- → architecture (Required)
634
- solutioning-gate-check (Required)
635
- Implementation (sprint-planning dev-story)
351
+ Planning (prd by PM - same as BMad Method)
352
+ → architecture (Architect)
353
+ Optional: security-architecture (Architect, future)
354
+ Optional: devops-strategy (Architect, future)
355
+ → solutioning-gate-check (Architect)
356
+ → Phase 4 (Implementation)
636
357
  ```
637
358
 
359
+ **Note on TEA (Test Architect):** TEA is fully operational with 8 workflows across all phases. TEA validates architecture testability during Phase 3 reviews but does not have a dedicated solutioning workflow. TEA's primary setup occurs in Phase 2 (`*framework`, `*ci`, `*test-design`) and testing execution in Phase 4 (`*atdd`, `*automate`, `*test-review`, `*trace`, `*nfr-assess`).
360
+
361
+ **Note:** Enterprise uses the same planning and architecture as BMad Method. The only difference is optional extended workflows added AFTER architecture but BEFORE gate check.
362
+
638
363
  ### Solutioning → Implementation Handoff
639
364
 
640
365
  **Documents Produced:**
641
366
 
642
- 1. `architecture.md` → Guides all dev-story workflows
643
- 2. `ADRs` (in architecture) → Referenced by agents during implementation
644
- 3. `solutioning-gate-check.md` → Confirms readiness
367
+ 1. **architecture.md** → Guides all dev agents during implementation
368
+ 2. **ADRs** (in architecture) → Referenced by agents for technical decisions
369
+ 3. **solutioning-gate-check.md** → Confirms readiness for Phase 4
645
370
 
646
371
  **How Implementation Uses Solutioning:**
647
372
 
648
- - **sprint-planning**: Loads architecture for epic sequencing
649
- - **dev-story**: References architecture decisions and ADRs
650
- - **code-review**: Validates code follows architectural standards
373
+ - **sprint-planning** - Loads architecture for epic sequencing
374
+ - **dev-story** - References architecture decisions and ADRs
375
+ - **code-review** - Validates code follows architectural standards
651
376
 
652
377
  ---
653
378
 
654
- ## Best Practices for Phase 3
379
+ ## Best Practices
655
380
 
656
381
  ### 1. Make Decisions Explicit
657
382
 
658
- Don't leave technology choices implicit. Document decisions with rationale so future agents understand context.
383
+ Don't leave technology choices implicit. Document decisions with rationale in ADRs so agents understand context.
659
384
 
660
385
  ### 2. Focus on Agent Conflicts
661
386
 
662
- Architecture's primary job is preventing conflicting implementations by different agents. Focus on cross-cutting concerns.
387
+ Architecture's primary job is preventing conflicting implementations. Focus on cross-cutting concerns.
663
388
 
664
389
  ### 3. Use ADRs for Key Decisions
665
390
 
666
- Every significant technology choice should have an ADR explaining the "why", not just the "what".
391
+ Every significant technology choice should have an ADR explaining "why", not just "what".
667
392
 
668
393
  ### 4. Keep It Practical
669
394
 
670
- Don't over-architect Level 2 projects. Simple projects need simple architecture.
395
+ Don't over-architect simple projects. BMad Simple projects need simple architecture.
671
396
 
672
397
  ### 5. Run Gate Check Before Implementation
673
398
 
@@ -679,78 +404,98 @@ Architecture documents are living. Update them as you learn during implementatio
679
404
 
680
405
  ---
681
406
 
407
+ ## Decision Guide
408
+
409
+ ### Quick Flow
410
+
411
+ - **Planning:** tech-spec (PM)
412
+ - **Solutioning:** Skip entirely
413
+ - **Implementation:** sprint-planning → dev-story
414
+
415
+ ### BMad Method
416
+
417
+ - **Planning:** prd (PM)
418
+ - **Solutioning:** architecture (Architect) → solutioning-gate-check (Architect)
419
+ - **Implementation:** sprint-planning → epic-tech-context → dev-story
420
+
421
+ ### Enterprise
422
+
423
+ - **Planning:** prd (PM) - same as BMad Method
424
+ - **Solutioning:** architecture (Architect) → Optional extended workflows (security-architecture, devops-strategy) → solutioning-gate-check (Architect)
425
+ - **Implementation:** sprint-planning → epic-tech-context → dev-story
426
+
427
+ **Key Difference:** Enterprise adds optional extended workflows AFTER architecture but BEFORE gate check. Everything else is identical to BMad Method.
428
+
429
+ **Note:** TEA (Test Architect) operates across all phases and validates architecture testability but is not a Phase 3-specific workflow. See [Test Architecture Guide](./test-architecture.md) for TEA's full lifecycle integration.
430
+
431
+ ---
432
+
682
433
  ## Common Anti-Patterns
683
434
 
684
- ### ❌ Skipping Architecture for Level 3-4
435
+ ### ❌ Skipping Architecture for Complex Projects
685
436
 
686
437
  "Architecture slows us down, let's just start coding."
687
- **Result**: Agent conflicts, inconsistent design, rework
438
+ **Result:** Agent conflicts, inconsistent design, massive rework
688
439
 
689
- ### ❌ Over-Architecting Level 2
440
+ ### ❌ Over-Engineering Simple Projects
690
441
 
691
442
  "Let me design this simple feature like a distributed system."
692
- **Result**: Wasted time, over-engineering
443
+ **Result:** Wasted time, over-engineering, analysis paralysis
693
444
 
694
445
  ### ❌ Template-Driven Architecture
695
446
 
696
447
  "Fill out every section of this architecture template."
697
- **Result**: Documentation theater, no real decisions made
448
+ **Result:** Documentation theater, no real decisions made
698
449
 
699
450
  ### ❌ Skipping Gate Check
700
451
 
701
452
  "PRD and architecture look good enough, let's start."
702
- **Result**: Gaps discovered mid-sprint, wasted implementation time
453
+ **Result:** Gaps discovered mid-sprint, wasted implementation time
703
454
 
704
455
  ### ✅ Correct Approach
705
456
 
706
- - Use architecture for Level 3-4 (required)
707
- - Keep Level 2 architecture simple (if used)
457
+ - Use architecture for BMad Method and Enterprise (both required)
708
458
  - Focus on decisions, not documentation volume
459
+ - Enterprise: Add optional extended workflows (test/security/devops) after architecture
709
460
  - Always run gate check before implementation
710
461
 
711
462
  ---
712
463
 
713
- ## Decision Guide: When to Use Solutioning Workflows
714
-
715
- ### Level 0-1 Projects
464
+ ## Related Documentation
716
465
 
717
- - **Planning**: tech-spec (Quick Spec)
718
- - **Solutioning**: **Skip entirely**
719
- - **Implementation**: dev-story directly
466
+ - [Phase 2: Planning Workflows](./workflows-planning.md) - Previous phase
467
+ - [Phase 4: Implementation Workflows](./workflows-implementation.md) - Next phase
468
+ - [Scale Adaptive System](./scale-adaptive-system.md) - Understanding tracks
469
+ - [Agents Guide](./agents-guide.md) - Complete agent reference
720
470
 
721
- ### Level 2 Projects (Simple)
722
-
723
- - **Planning**: prd (Lightweight)
724
- - **Solutioning**: **Skip** if straightforward tech
725
- - **Implementation**: sprint-planning → dev-story
471
+ ---
726
472
 
727
- ### Level 2 Projects (Technically Complex)
473
+ ## Troubleshooting
728
474
 
729
- - **Planning**: prd (Lightweight)
730
- - **Solutioning**: architecture (simplified)
731
- - **Gate Check**: Optional
732
- - **Implementation**: sprint-planning → dev-story
475
+ **Q: Do I always need architecture?**
476
+ A: No. Quick Flow skips it. BMad Method and Enterprise both require it.
733
477
 
734
- ### Level 3-4 Projects
478
+ **Q: How do I know if I need architecture?**
479
+ A: If you chose BMad Method or Enterprise track in planning (workflow-init), you need architecture to prevent agent conflicts.
735
480
 
736
- - **Planning**: prd/gdd (Standard/Comprehensive)
737
- - **Solutioning**: architecture (comprehensive) **Required**
738
- - **Gate Check**: solutioning-gate-check → **Required**
739
- - **Implementation**: sprint-planning → epic-tech-context → dev-story
481
+ **Q: What's the difference between architecture and tech-spec?**
482
+ A: Tech-spec is implementation-focused for simple changes. Architecture is system design for complex multi-epic projects.
740
483
 
741
- ---
484
+ **Q: Can I skip gate check?**
485
+ A: Only for Quick Flow. BMad Method and Enterprise both require gate check before Phase 4.
742
486
 
743
- ## Summary
487
+ **Q: What if gate check fails?**
488
+ A: Resolve the identified gaps (missing architecture sections, conflicting requirements) and re-run gate check.
744
489
 
745
- Phase 3 Solutioning workflows bridge planning and implementation:
490
+ **Q: How long should architecture take?**
491
+ A: BMad Method: 1-2 days for architecture. Enterprise: 2-3 days total (1-2 days architecture + 0.5-1 day optional extended workflows). If taking longer, you may be over-documenting.
746
492
 
747
- | Workflow | Purpose | When Required |
748
- | -------------------------- | ------------------------------------- | ---------------------------------------- |
749
- | **architecture** | Make technical decisions explicit | Level 3-4 (required), Level 2 (optional) |
750
- | **solutioning-gate-check** | Validate readiness for implementation | Level 3-4 only |
493
+ **Q: Do ADRs need to be perfect?**
494
+ A: No. ADRs capture key decisions with rationale. They should be concise (1 page max per ADR).
751
495
 
752
- **Key Takeaway:** Solutioning prevents agent conflicts in multi-epic projects by documenting architectural decisions before implementation begins.
496
+ **Q: Can I update architecture during implementation?**
497
+ A: Yes! Architecture is living. Update it as you learn. Use `correct-course` workflow for significant changes.
753
498
 
754
- **Next Phase:** Implementation (Phase 4) - Sprint-based story development
499
+ ---
755
500
 
756
- See: [workflows-implementation.md](./workflows-implementation.md)
501
+ _Phase 3 Solutioning - Technical decisions before implementation._