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

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 (539) hide show
  1. package/.github/ISSUE_TEMPLATE/idea_submission.md +1 -1
  2. package/.github/workflows/bundle-latest.yaml +277 -0
  3. package/.github/workflows/manual-release.yaml +55 -16
  4. package/CHANGELOG.md +439 -1
  5. package/README.md +12 -4
  6. package/docs/BUNDLE_DISTRIBUTION_SETUP.md +95 -0
  7. package/docs/agent-customization-guide.md +208 -0
  8. package/docs/ide-info/crush.md +1 -1
  9. package/docs/ide-info/cursor.md +7 -7
  10. package/docs/ide-info/iflow.md +3 -3
  11. package/docs/ide-info/opencode.md +1 -1
  12. package/docs/index.md +3 -1
  13. package/docs/installers-bundlers/ide-injections.md +2 -2
  14. package/docs/installers-bundlers/installers-modules-platforms-reference.md +23 -23
  15. package/docs/v4-to-v6-upgrade.md +12 -12
  16. package/docs/web-bundles-gemini-gpt-guide.md +473 -0
  17. package/package.json +1 -1
  18. package/src/core/_module-installer/install-config.yaml +2 -1
  19. package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
  20. package/src/core/tasks/{adv-elicit.xml → advanced-elicitation.xml} +3 -3
  21. package/src/core/tasks/workflow.xml +124 -10
  22. package/src/core/tools/shard-doc.xml +44 -0
  23. package/src/core/workflows/brainstorming/README.md +5 -15
  24. package/src/core/workflows/brainstorming/instructions.md +4 -3
  25. package/src/core/workflows/brainstorming/template.md +4 -0
  26. package/src/modules/bmb/workflows/audit-workflow/checklist.md +3 -4
  27. package/src/modules/bmb/workflows/convert-legacy/README.md +1 -1
  28. package/src/modules/bmb/workflows/convert-legacy/checklist.md +1 -1
  29. package/src/modules/bmb/workflows/convert-legacy/instructions.md +2 -2
  30. package/src/modules/bmb/workflows/create-agent/agent-architecture.md +0 -4
  31. package/src/modules/bmb/workflows/create-agent/instructions.md +13 -16
  32. package/src/modules/bmb/workflows/create-module/checklist.md +0 -9
  33. package/src/modules/bmb/workflows/create-module/instructions.md +5 -10
  34. package/src/modules/bmb/workflows/create-module/module-structure.md +3 -3
  35. package/src/modules/bmb/workflows/create-workflow/instructions.md +1 -1
  36. package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -2
  37. package/src/modules/bmb/workflows/module-brief/checklist.md +2 -2
  38. package/src/modules/bmgd/_module-installer/install-config.yaml +4 -17
  39. package/src/modules/bmgd/agents/game-architect.agent.yaml +2 -2
  40. package/src/modules/bmgd/agents/game-designer.agent.yaml +2 -2
  41. package/src/modules/bmgd/agents/game-dev.agent.yaml +2 -2
  42. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +2 -2
  43. package/src/modules/bmgd/workflows/2-design/gdd/instructions-gdd.md +1 -6
  44. package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +0 -5
  45. package/src/modules/bmgd/workflows/3-technical/game-architecture/architecture-patterns.yaml +0 -26
  46. package/src/modules/bmgd/workflows/3-technical/game-architecture/checklist.md +2 -6
  47. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -6
  48. package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +21 -43
  49. package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +11 -21
  50. package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +5 -0
  51. package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +29 -22
  52. package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +18 -45
  53. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +14 -22
  54. package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +6 -1
  55. package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +28 -3
  56. package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +8 -33
  57. package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +14 -22
  58. package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +16 -34
  59. package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +13 -34
  60. package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +9 -13
  61. package/src/modules/bmgd/workflows/4-production/sprint-planning/sprint-status-template.yaml +1 -1
  62. package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +6 -5
  63. package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +18 -43
  64. package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +13 -15
  65. package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +3 -2
  66. package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +5 -5
  67. package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +3 -5
  68. package/src/modules/bmm/_module-installer/install-config.yaml +3 -8
  69. package/src/modules/bmm/_module-installer/installer.js +2 -2
  70. package/src/modules/bmm/agents/analyst.agent.yaml +2 -2
  71. package/src/modules/bmm/agents/architect.agent.yaml +2 -2
  72. package/src/modules/bmm/agents/pm.agent.yaml +2 -2
  73. package/src/modules/bmm/agents/sm.agent.yaml +2 -2
  74. package/src/modules/bmm/agents/tea.agent.yaml +2 -2
  75. package/src/modules/bmm/agents/tech-writer.agent.yaml +3 -3
  76. package/src/modules/bmm/agents/ux-designer.agent.yaml +2 -2
  77. package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -13
  78. package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +9 -11
  79. package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +4 -0
  80. package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +2 -2
  81. package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +2 -2
  82. package/src/modules/bmm/workflows/1-analysis/research/checklist.md +2 -2
  83. package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -2
  84. package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +1 -6
  85. package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -5
  86. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +6 -1
  87. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +6 -0
  88. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +8 -12
  89. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +28 -0
  90. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +145 -22
  91. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +1 -3
  92. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +151 -34
  93. package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +2 -2
  94. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +6 -2
  95. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +12 -9
  96. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -6
  97. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +434 -0
  98. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +128 -265
  99. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +13 -35
  100. package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -26
  101. package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +3 -7
  102. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +29 -37
  103. package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +9 -27
  104. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +7 -13
  105. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +55 -58
  106. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +8 -8
  107. package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +10 -32
  108. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +11 -13
  109. package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +5 -0
  110. package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +29 -22
  111. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +12 -37
  112. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +12 -7
  113. package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +6 -1
  114. package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +28 -3
  115. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +7 -30
  116. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +13 -9
  117. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +8 -26
  118. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +13 -31
  119. package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +5 -0
  120. package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +1 -1
  121. package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +6 -6
  122. package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +12 -36
  123. package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +12 -6
  124. package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +3 -2
  125. package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +5 -5
  126. package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +3 -5
  127. package/src/modules/bmm/workflows/document-project/checklist.md +1 -1
  128. package/src/modules/bmm/workflows/document-project/workflows/deep-dive-instructions.md +4 -4
  129. package/src/modules/bmm/workflows/document-project/workflows/full-scan-instructions.md +13 -13
  130. package/src/modules/bmm/workflows/testarch/ci/checklist.md +4 -4
  131. package/src/modules/bmm/workflows/testarch/framework/checklist.md +4 -4
  132. package/src/modules/bmm/workflows/testarch/test-design/checklist.md +4 -4
  133. package/src/modules/bmm/workflows/testarch/test-design/instructions.md +173 -12
  134. package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +3 -3
  135. package/src/modules/bmm/workflows/testarch/test-design/workflow.yaml +5 -1
  136. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +9 -9
  137. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
  138. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +9 -16
  139. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +11 -18
  140. package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +8 -1
  141. package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +9 -2
  142. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +2 -9
  143. package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -2
  144. package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -2
  145. package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -2
  146. package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -2
  147. package/src/modules/cis/agents/storyteller.agent.yaml +2 -2
  148. package/tools/cli/README.md +50 -32
  149. package/tools/cli/bundlers/web-bundler.js +1 -1
  150. package/tools/cli/installers/lib/core/installer.js +17 -10
  151. package/tools/cli/lib/ui.js +14 -4
  152. package/tools/cli/lib/yaml-xml-builder.js +20 -2
  153. package/.bmad/_cfg/agent-manifest.csv +0 -11
  154. package/.bmad/_cfg/agents/bmb-bmad-builder.customize.yaml +0 -42
  155. package/.bmad/_cfg/agents/bmm-analyst.customize.yaml +0 -42
  156. package/.bmad/_cfg/agents/bmm-architect.customize.yaml +0 -42
  157. package/.bmad/_cfg/agents/bmm-dev.customize.yaml +0 -42
  158. package/.bmad/_cfg/agents/bmm-pm.customize.yaml +0 -42
  159. package/.bmad/_cfg/agents/bmm-sm.customize.yaml +0 -42
  160. package/.bmad/_cfg/agents/bmm-tea.customize.yaml +0 -42
  161. package/.bmad/_cfg/agents/bmm-tech-writer.customize.yaml +0 -42
  162. package/.bmad/_cfg/agents/bmm-ux-designer.customize.yaml +0 -42
  163. package/.bmad/_cfg/agents/core-bmad-master.customize.yaml +0 -42
  164. package/.bmad/_cfg/files-manifest.csv +0 -289
  165. package/.bmad/_cfg/ides/claude-code.yaml +0 -7
  166. package/.bmad/_cfg/manifest.yaml +0 -10
  167. package/.bmad/_cfg/task-manifest.csv +0 -6
  168. package/.bmad/_cfg/tool-manifest.csv +0 -2
  169. package/.bmad/_cfg/workflow-manifest.csv +0 -44
  170. package/.bmad/bmb/README.md +0 -194
  171. package/.bmad/bmb/agents/bmad-builder.md +0 -70
  172. package/.bmad/bmb/config.yaml +0 -16
  173. package/.bmad/bmb/workflows/audit-workflow/checklist.md +0 -143
  174. package/.bmad/bmb/workflows/audit-workflow/instructions.md +0 -341
  175. package/.bmad/bmb/workflows/audit-workflow/template.md +0 -118
  176. package/.bmad/bmb/workflows/audit-workflow/workflow.yaml +0 -23
  177. package/.bmad/bmb/workflows/convert-legacy/README.md +0 -262
  178. package/.bmad/bmb/workflows/convert-legacy/checklist.md +0 -205
  179. package/.bmad/bmb/workflows/convert-legacy/instructions.md +0 -377
  180. package/.bmad/bmb/workflows/convert-legacy/workflow.yaml +0 -32
  181. package/.bmad/bmb/workflows/create-agent/README.md +0 -203
  182. package/.bmad/bmb/workflows/create-agent/agent-architecture.md +0 -419
  183. package/.bmad/bmb/workflows/create-agent/agent-command-patterns.md +0 -759
  184. package/.bmad/bmb/workflows/create-agent/agent-types.md +0 -292
  185. package/.bmad/bmb/workflows/create-agent/brainstorm-context.md +0 -174
  186. package/.bmad/bmb/workflows/create-agent/checklist.md +0 -62
  187. package/.bmad/bmb/workflows/create-agent/communication-styles.md +0 -202
  188. package/.bmad/bmb/workflows/create-agent/instructions.md +0 -459
  189. package/.bmad/bmb/workflows/create-agent/workflow.yaml +0 -37
  190. package/.bmad/bmb/workflows/create-module/README.md +0 -229
  191. package/.bmad/bmb/workflows/create-module/brainstorm-context.md +0 -137
  192. package/.bmad/bmb/workflows/create-module/checklist.md +0 -244
  193. package/.bmad/bmb/workflows/create-module/installer-templates/install-config.yaml +0 -92
  194. package/.bmad/bmb/workflows/create-module/installer-templates/installer.js +0 -231
  195. package/.bmad/bmb/workflows/create-module/instructions.md +0 -581
  196. package/.bmad/bmb/workflows/create-module/module-structure.md +0 -400
  197. package/.bmad/bmb/workflows/create-module/workflow.yaml +0 -42
  198. package/.bmad/bmb/workflows/create-workflow/README.md +0 -277
  199. package/.bmad/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
  200. package/.bmad/bmb/workflows/create-workflow/checklist.md +0 -94
  201. package/.bmad/bmb/workflows/create-workflow/instructions.md +0 -724
  202. package/.bmad/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1308
  203. package/.bmad/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
  204. package/.bmad/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -13
  205. package/.bmad/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
  206. package/.bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -39
  207. package/.bmad/bmb/workflows/create-workflow/workflow.yaml +0 -40
  208. package/.bmad/bmb/workflows/edit-agent/README.md +0 -112
  209. package/.bmad/bmb/workflows/edit-agent/checklist.md +0 -112
  210. package/.bmad/bmb/workflows/edit-agent/instructions.md +0 -290
  211. package/.bmad/bmb/workflows/edit-agent/workflow.yaml +0 -33
  212. package/.bmad/bmb/workflows/edit-module/README.md +0 -187
  213. package/.bmad/bmb/workflows/edit-module/checklist.md +0 -165
  214. package/.bmad/bmb/workflows/edit-module/instructions.md +0 -339
  215. package/.bmad/bmb/workflows/edit-module/workflow.yaml +0 -34
  216. package/.bmad/bmb/workflows/edit-workflow/README.md +0 -119
  217. package/.bmad/bmb/workflows/edit-workflow/checklist.md +0 -70
  218. package/.bmad/bmb/workflows/edit-workflow/instructions.md +0 -342
  219. package/.bmad/bmb/workflows/edit-workflow/workflow.yaml +0 -27
  220. package/.bmad/bmb/workflows/module-brief/README.md +0 -264
  221. package/.bmad/bmb/workflows/module-brief/checklist.md +0 -116
  222. package/.bmad/bmb/workflows/module-brief/instructions.md +0 -267
  223. package/.bmad/bmb/workflows/module-brief/template.md +0 -275
  224. package/.bmad/bmb/workflows/module-brief/workflow.yaml +0 -29
  225. package/.bmad/bmb/workflows/redoc/README.md +0 -87
  226. package/.bmad/bmb/workflows/redoc/checklist.md +0 -99
  227. package/.bmad/bmb/workflows/redoc/instructions.md +0 -265
  228. package/.bmad/bmb/workflows/redoc/workflow.yaml +0 -32
  229. package/.bmad/bmm/README.md +0 -128
  230. package/.bmad/bmm/agents/analyst.md +0 -75
  231. package/.bmad/bmm/agents/architect.md +0 -80
  232. package/.bmad/bmm/agents/dev.md +0 -69
  233. package/.bmad/bmm/agents/pm.md +0 -84
  234. package/.bmad/bmm/agents/sm.md +0 -93
  235. package/.bmad/bmm/agents/tea.md +0 -80
  236. package/.bmad/bmm/agents/tech-writer.md +0 -90
  237. package/.bmad/bmm/agents/ux-designer.md +0 -79
  238. package/.bmad/bmm/config.yaml +0 -18
  239. package/.bmad/bmm/docs/README.md +0 -235
  240. package/.bmad/bmm/docs/agents-guide.md +0 -1056
  241. package/.bmad/bmm/docs/brownfield-guide.md +0 -754
  242. package/.bmad/bmm/docs/enterprise-agentic-development.md +0 -680
  243. package/.bmad/bmm/docs/faq.md +0 -587
  244. package/.bmad/bmm/docs/glossary.md +0 -320
  245. package/.bmad/bmm/docs/party-mode.md +0 -224
  246. package/.bmad/bmm/docs/quick-spec-flow.md +0 -652
  247. package/.bmad/bmm/docs/quick-start.md +0 -366
  248. package/.bmad/bmm/docs/scale-adaptive-system.md +0 -599
  249. package/.bmad/bmm/docs/test-architecture.md +0 -394
  250. package/.bmad/bmm/docs/workflow-architecture-reference.md +0 -371
  251. package/.bmad/bmm/docs/workflow-document-project-reference.md +0 -487
  252. package/.bmad/bmm/docs/workflows-analysis.md +0 -370
  253. package/.bmad/bmm/docs/workflows-implementation.md +0 -284
  254. package/.bmad/bmm/docs/workflows-planning.md +0 -601
  255. package/.bmad/bmm/docs/workflows-solutioning.md +0 -501
  256. package/.bmad/bmm/tasks/daily-standup.xml +0 -85
  257. package/.bmad/bmm/teams/default-party.csv +0 -19
  258. package/.bmad/bmm/teams/team-fullstack.yaml +0 -12
  259. package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
  260. package/.bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
  261. package/.bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
  262. package/.bmad/bmm/testarch/knowledge/data-factories.md +0 -500
  263. package/.bmad/bmm/testarch/knowledge/email-auth.md +0 -721
  264. package/.bmad/bmm/testarch/knowledge/error-handling.md +0 -725
  265. package/.bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
  266. package/.bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
  267. package/.bmad/bmm/testarch/knowledge/network-first.md +0 -486
  268. package/.bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
  269. package/.bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
  270. package/.bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
  271. package/.bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
  272. package/.bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
  273. package/.bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
  274. package/.bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
  275. package/.bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
  276. package/.bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
  277. package/.bmad/bmm/testarch/knowledge/test-quality.md +0 -664
  278. package/.bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
  279. package/.bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
  280. package/.bmad/bmm/testarch/tea-index.csv +0 -22
  281. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -110
  282. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  283. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  284. package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -423
  285. package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  286. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -40
  287. package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  288. package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  289. package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  290. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  291. package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  292. package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  293. package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  294. package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  295. package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -439
  296. package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -679
  297. package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -133
  298. package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -538
  299. package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  300. package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  301. package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  302. package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  303. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  304. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1301
  305. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -145
  306. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -60
  307. package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -350
  308. package/.bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +0 -52
  309. package/.bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +0 -169
  310. package/.bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +0 -45
  311. package/.bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -13
  312. package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -408
  313. package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -237
  314. package/.bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -11
  315. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -46
  316. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -214
  317. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -80
  318. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +0 -200
  319. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +0 -451
  320. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -1115
  321. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  322. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
  323. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
  324. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -347
  325. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
  326. package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -244
  327. package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
  328. package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -704
  329. package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
  330. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -68
  331. package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +0 -175
  332. package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +0 -305
  333. package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/template.md +0 -146
  334. package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -189
  335. package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +0 -64
  336. package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
  337. package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
  338. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -420
  339. package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -65
  340. package/.bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
  341. package/.bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -201
  342. package/.bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -43
  343. package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -240
  344. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -283
  345. package/.bmad/bmm/workflows/4-implementation/create-story/template.md +0 -51
  346. package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -74
  347. package/.bmad/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +0 -367
  348. package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -38
  349. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -262
  350. package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -26
  351. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
  352. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -189
  353. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
  354. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
  355. package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1460
  356. package/.bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -71
  357. package/.bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
  358. package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -238
  359. package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
  360. package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -47
  361. package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
  362. package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
  363. package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -234
  364. package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -57
  365. package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
  366. package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -25
  367. package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
  368. package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
  369. package/.bmad/bmm/workflows/document-project/checklist.md +0 -245
  370. package/.bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
  371. package/.bmad/bmm/workflows/document-project/instructions.md +0 -222
  372. package/.bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
  373. package/.bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
  374. package/.bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
  375. package/.bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
  376. package/.bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
  377. package/.bmad/bmm/workflows/document-project/workflow.yaml +0 -34
  378. package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
  379. package/.bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  380. package/.bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
  381. package/.bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  382. package/.bmad/bmm/workflows/techdoc/documentation-standards.md +0 -262
  383. package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -363
  384. package/.bmad/bmm/workflows/testarch/atdd/checklist.md +0 -373
  385. package/.bmad/bmm/workflows/testarch/atdd/instructions.md +0 -785
  386. package/.bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -52
  387. package/.bmad/bmm/workflows/testarch/automate/checklist.md +0 -580
  388. package/.bmad/bmm/workflows/testarch/automate/instructions.md +0 -1303
  389. package/.bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -61
  390. package/.bmad/bmm/workflows/testarch/ci/checklist.md +0 -246
  391. package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -165
  392. package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -128
  393. package/.bmad/bmm/workflows/testarch/ci/instructions.md +0 -517
  394. package/.bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -53
  395. package/.bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
  396. package/.bmad/bmm/workflows/testarch/framework/instructions.md +0 -455
  397. package/.bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -53
  398. package/.bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -405
  399. package/.bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
  400. package/.bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -443
  401. package/.bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -56
  402. package/.bmad/bmm/workflows/testarch/test-design/checklist.md +0 -234
  403. package/.bmad/bmm/workflows/testarch/test-design/instructions.md +0 -621
  404. package/.bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -285
  405. package/.bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -52
  406. package/.bmad/bmm/workflows/testarch/test-review/checklist.md +0 -470
  407. package/.bmad/bmm/workflows/testarch/test-review/instructions.md +0 -608
  408. package/.bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -388
  409. package/.bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -53
  410. package/.bmad/bmm/workflows/testarch/trace/checklist.md +0 -654
  411. package/.bmad/bmm/workflows/testarch/trace/instructions.md +0 -1045
  412. package/.bmad/bmm/workflows/testarch/trace/trace-template.md +0 -673
  413. package/.bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -66
  414. package/.bmad/bmm/workflows/workflow-status/init/instructions.md +0 -822
  415. package/.bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -27
  416. package/.bmad/bmm/workflows/workflow-status/instructions.md +0 -387
  417. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -127
  418. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -115
  419. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
  420. package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -97
  421. package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -88
  422. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  423. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  424. package/.bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
  425. package/.bmad/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -49
  426. package/.bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -31
  427. package/.bmad/bmm/workflows/workflow-status/workflow.yaml +0 -28
  428. package/.bmad/core/agents/bmad-master.md +0 -71
  429. package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +0 -113
  430. package/.bmad/core/config.yaml +0 -11
  431. package/.bmad/core/tasks/adv-elicit-methods.csv +0 -39
  432. package/.bmad/core/tasks/adv-elicit.xml +0 -106
  433. package/.bmad/core/tasks/index-docs.xml +0 -65
  434. package/.bmad/core/tasks/validate-workflow.xml +0 -89
  435. package/.bmad/core/tasks/workflow.xml +0 -156
  436. package/.bmad/core/tools/shard-doc.xml +0 -65
  437. package/.bmad/core/workflows/brainstorming/README.md +0 -271
  438. package/.bmad/core/workflows/brainstorming/brain-methods.csv +0 -36
  439. package/.bmad/core/workflows/brainstorming/instructions.md +0 -314
  440. package/.bmad/core/workflows/brainstorming/template.md +0 -102
  441. package/.bmad/core/workflows/brainstorming/workflow.yaml +0 -43
  442. package/.bmad/core/workflows/party-mode/instructions.md +0 -183
  443. package/.bmad/core/workflows/party-mode/workflow.yaml +0 -27
  444. package/.bmad/docs/claude-code-instructions.md +0 -25
  445. package/.claude/commands/bmad/bmb/agents/bmad-builder.md +0 -70
  446. package/.claude/commands/bmad/bmb/workflows/audit-workflow.md +0 -15
  447. package/.claude/commands/bmad/bmb/workflows/convert-legacy.md +0 -15
  448. package/.claude/commands/bmad/bmb/workflows/create-agent.md +0 -15
  449. package/.claude/commands/bmad/bmb/workflows/create-module.md +0 -15
  450. package/.claude/commands/bmad/bmb/workflows/create-workflow.md +0 -15
  451. package/.claude/commands/bmad/bmb/workflows/edit-agent.md +0 -15
  452. package/.claude/commands/bmad/bmb/workflows/edit-module.md +0 -15
  453. package/.claude/commands/bmad/bmb/workflows/edit-workflow.md +0 -15
  454. package/.claude/commands/bmad/bmb/workflows/module-brief.md +0 -15
  455. package/.claude/commands/bmad/bmb/workflows/redoc.md +0 -15
  456. package/.claude/commands/bmad/bmm/agents/analyst.md +0 -75
  457. package/.claude/commands/bmad/bmm/agents/architect.md +0 -80
  458. package/.claude/commands/bmad/bmm/agents/dev.md +0 -69
  459. package/.claude/commands/bmad/bmm/agents/pm.md +0 -84
  460. package/.claude/commands/bmad/bmm/agents/sm.md +0 -93
  461. package/.claude/commands/bmad/bmm/agents/tea.md +0 -80
  462. package/.claude/commands/bmad/bmm/agents/tech-writer.md +0 -90
  463. package/.claude/commands/bmad/bmm/agents/ux-designer.md +0 -79
  464. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -15
  465. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -15
  466. package/.claude/commands/bmad/bmm/workflows/code-review.md +0 -15
  467. package/.claude/commands/bmad/bmm/workflows/correct-course.md +0 -15
  468. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -15
  469. package/.claude/commands/bmad/bmm/workflows/create-story.md +0 -15
  470. package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +0 -15
  471. package/.claude/commands/bmad/bmm/workflows/dev-story.md +0 -15
  472. package/.claude/commands/bmad/bmm/workflows/document-project.md +0 -15
  473. package/.claude/commands/bmad/bmm/workflows/domain-research.md +0 -15
  474. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -15
  475. package/.claude/commands/bmad/bmm/workflows/prd.md +0 -15
  476. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -15
  477. package/.claude/commands/bmad/bmm/workflows/research.md +0 -15
  478. package/.claude/commands/bmad/bmm/workflows/retrospective.md +0 -15
  479. package/.claude/commands/bmad/bmm/workflows/solutioning-gate-check.md +0 -15
  480. package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +0 -15
  481. package/.claude/commands/bmad/bmm/workflows/story-context.md +0 -15
  482. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -15
  483. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -15
  484. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -15
  485. package/.claude/commands/bmad/bmm/workflows/workflow-init.md +0 -15
  486. package/.claude/commands/bmad/bmm/workflows/workflow-status.md +0 -15
  487. package/.claude/commands/bmad/core/agents/bmad-master.md +0 -71
  488. package/.claude/commands/bmad/core/tasks/adv-elicit.md +0 -9
  489. package/.claude/commands/bmad/core/tasks/index-docs.md +0 -9
  490. package/.claude/commands/bmad/core/tools/shard-doc.md +0 -9
  491. package/.claude/commands/bmad/core/workflows/brainstorming.md +0 -15
  492. package/.claude/commands/bmad/core/workflows/party-mode.md +0 -15
  493. package/.claude/settings.local.json +0 -16
  494. package/src/modules/bmgd/workflows/4-production/dev-story/AUDIT-REPORT.md +0 -367
  495. package/src/modules/bmm/sub-modules/claude-code/README.md +0 -87
  496. package/src/modules/bmm/sub-modules/claude-code/config.yaml +0 -5
  497. package/src/modules/bmm/sub-modules/claude-code/injections.yaml +0 -242
  498. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/api-documenter.md +0 -102
  499. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/codebase-analyzer.md +0 -82
  500. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/data-analyst.md +0 -101
  501. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/pattern-detector.md +0 -84
  502. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/dependency-mapper.md +0 -83
  503. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/epic-optimizer.md +0 -81
  504. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/requirements-analyst.md +0 -61
  505. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/technical-decisions-curator.md +0 -168
  506. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/trend-spotter.md +0 -115
  507. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/user-journey-mapper.md +0 -123
  508. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/user-researcher.md +0 -72
  509. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-research/market-researcher.md +0 -51
  510. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-research/tech-debt-auditor.md +0 -106
  511. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/document-reviewer.md +0 -102
  512. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/technical-evaluator.md +0 -68
  513. package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/test-coverage-analyzer.md +0 -108
  514. package/src/modules/bmm/tasks/daily-standup.xml +0 -85
  515. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +0 -200
  516. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +0 -451
  517. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -189
  518. package/src/modules/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +0 -367
  519. package/src/modules/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -49
  520. package/web-bundles/bmgd/agents/game-architect.xml +0 -664
  521. package/web-bundles/bmgd/agents/game-designer.xml +0 -5489
  522. package/web-bundles/bmgd/agents/game-dev.xml +0 -595
  523. package/web-bundles/bmgd/agents/game-scrum-master.xml +0 -699
  524. package/web-bundles/bmgd/teams/team-gamedev.xml +0 -6588
  525. package/web-bundles/bmm/agents/analyst.xml +0 -5263
  526. package/web-bundles/bmm/agents/architect.xml +0 -2378
  527. package/web-bundles/bmm/agents/dev.xml +0 -248
  528. package/web-bundles/bmm/agents/pm.xml +0 -4137
  529. package/web-bundles/bmm/agents/sm.xml +0 -708
  530. package/web-bundles/bmm/agents/tea.xml +0 -759
  531. package/web-bundles/bmm/agents/tech-writer.xml +0 -624
  532. package/web-bundles/bmm/agents/ux-designer.xml +0 -2492
  533. package/web-bundles/bmm/teams/team-fullstack.xml +0 -12369
  534. package/web-bundles/cis/agents/brainstorming-coach.xml +0 -1069
  535. package/web-bundles/cis/agents/creative-problem-solver.xml +0 -1060
  536. package/web-bundles/cis/agents/design-thinking-coach.xml +0 -955
  537. package/web-bundles/cis/agents/innovation-strategist.xml +0 -1108
  538. package/web-bundles/cis/agents/storyteller.xml +0 -598
  539. package/web-bundles/cis/teams/creative-squad.xml +0 -3449
@@ -1,1056 +0,0 @@
1
- # BMad Method Agents Guide
2
-
3
- **Complete reference for all BMM agents, their roles, workflows, and collaboration**
4
-
5
- **Reading Time:** ~45 minutes
6
-
7
- ---
8
-
9
- ## Table of Contents
10
-
11
- - [Overview](#overview)
12
- - [Core Development Agents](#core-development-agents)
13
- - [Game Development Agents](#game-development-agents)
14
- - [Special Purpose Agents](#special-purpose-agents)
15
- - [Party Mode: Multi-Agent Collaboration](#party-mode-multi-agent-collaboration)
16
- - [Workflow Access](#workflow-access)
17
- - [Agent Customization](#agent-customization)
18
- - [Best Practices](#best-practices)
19
- - [Agent Reference Table](#agent-reference-table)
20
-
21
- ---
22
-
23
- ## Overview
24
-
25
- The BMad Method Module (BMM) provides a comprehensive team of specialized AI agents that guide you through the complete software development lifecycle. Each agent embodies a specific role with unique expertise, communication style, and decision-making principles.
26
-
27
- **Philosophy:** AI agents act as expert collaborators, not code monkeys. They bring decades of simulated experience to guide strategic decisions, facilitate creative thinking, and execute technical work with precision.
28
-
29
- ### All BMM Agents
30
-
31
- **Core Development (8 agents):**
32
-
33
- - PM (Product Manager)
34
- - Analyst (Business Analyst)
35
- - Architect (System Architect)
36
- - SM (Scrum Master)
37
- - DEV (Developer)
38
- - TEA (Test Architect)
39
- - UX Designer
40
- - Technical Writer
41
-
42
- **Game Development (3 agents):**
43
-
44
- - Game Designer
45
- - Game Developer
46
- - Game Architect
47
-
48
- **Meta (1 core agent):**
49
-
50
- - BMad Master (Orchestrator)
51
-
52
- **Total:** 12 agents + cross-module party mode support
53
-
54
- ---
55
-
56
- ## Core Development Agents
57
-
58
- ### PM (Product Manager) - John 📋
59
-
60
- **Role:** Investigative Product Strategist + Market-Savvy PM
61
-
62
- **When to Use:**
63
-
64
- - Creating Product Requirements Documents (PRD) for Level 2-4 projects
65
- - Creating technical specifications for small projects (Level 0-1)
66
- - Breaking down requirements into epics and stories
67
- - Validating planning documents
68
- - Course correction during implementation
69
-
70
- **Primary Phase:** Phase 2 (Planning)
71
-
72
- **Workflows:**
73
-
74
- - `workflow-status` - Check what to do next
75
- - `create-prd` - Create PRD for Level 2-4 projects
76
- - `tech-spec` - Quick spec for Level 0-1 projects
77
- - `create-epics-and-stories` - Break PRD into implementable pieces
78
- - `validate-prd` - Validate PRD + Epics completeness
79
- - `validate-tech-spec` - Validate Technical Specification
80
- - `correct-course` - Handle mid-project changes
81
- - `workflow-init` - Initialize workflow tracking
82
-
83
- **Communication Style:** Direct and analytical. Asks probing questions to uncover root causes. Uses data to support recommendations. Precise about priorities and trade-offs.
84
-
85
- **Expertise:**
86
-
87
- - Market research and competitive analysis
88
- - User behavior insights
89
- - Requirements translation
90
- - MVP prioritization
91
- - Scale-adaptive planning (Levels 0-4)
92
-
93
- ---
94
-
95
- ### Analyst (Business Analyst) - Mary 📊
96
-
97
- **Role:** Strategic Business Analyst + Requirements Expert
98
-
99
- **When to Use:**
100
-
101
- - Project brainstorming and ideation
102
- - Creating product briefs for strategic planning
103
- - Conducting research (market, technical, competitive)
104
- - Documenting existing projects (brownfield)
105
- - Phase 0 documentation needs
106
-
107
- **Primary Phase:** Phase 1 (Analysis)
108
-
109
- **Workflows:**
110
-
111
- - `workflow-status` - Check what to do next
112
- - `brainstorm-project` - Ideation and solution exploration
113
- - `product-brief` - Define product vision and strategy
114
- - `research` - Multi-type research system
115
- - `document-project` - Brownfield comprehensive documentation
116
- - `workflow-init` - Initialize workflow tracking
117
-
118
- **Communication Style:** Analytical and systematic. Presents findings with data support. Asks questions to uncover hidden requirements. Structures information hierarchically.
119
-
120
- **Expertise:**
121
-
122
- - Requirements elicitation
123
- - Market and competitive analysis
124
- - Strategic consulting
125
- - Data-driven decision making
126
- - Brownfield codebase analysis
127
-
128
- ---
129
-
130
- ### Architect - Winston 🏗️
131
-
132
- **Role:** System Architect + Technical Design Leader
133
-
134
- **When to Use:**
135
-
136
- - Creating system architecture for Level 2-4 projects
137
- - Making technical design decisions
138
- - Validating architecture documents
139
- - Solutioning gate checks (Phase 3→4 transition)
140
- - Course correction during implementation
141
-
142
- **Primary Phase:** Phase 3 (Solutioning)
143
-
144
- **Workflows:**
145
-
146
- - `workflow-status` - Check what to do next
147
- - `create-architecture` - Produce a Scale Adaptive Architecture
148
- - `validate-architecture` - Validate architecture document
149
- - `solutioning-gate-check` - Validate readiness for Phase 4
150
-
151
- **Communication Style:** Comprehensive yet pragmatic. Uses architectural metaphors. Balances technical depth with accessibility. Connects decisions to business value.
152
-
153
- **Expertise:**
154
-
155
- - Distributed systems design
156
- - Cloud infrastructure (AWS, Azure, GCP)
157
- - API design and RESTful patterns
158
- - Microservices and monoliths
159
- - Performance optimization
160
- - System migration strategies
161
-
162
- **See Also:** [Architecture Workflow Reference](./workflow-architecture-reference.md) for detailed architecture workflow capabilities.
163
-
164
- ---
165
-
166
- ### SM (Scrum Master) - Bob 🏃
167
-
168
- **Role:** Technical Scrum Master + Story Preparation Specialist
169
-
170
- **When to Use:**
171
-
172
- - Sprint planning and tracking initialization
173
- - Creating user stories
174
- - Assembling dynamic story context
175
- - Epic-level technical context (optional)
176
- - Marking stories ready for development
177
- - Sprint retrospectives
178
-
179
- **Primary Phase:** Phase 4 (Implementation)
180
-
181
- **Workflows:**
182
-
183
- - `workflow-status` - Check what to do next
184
- - `sprint-planning` - Initialize `sprint-status.yaml` tracking
185
- - `epic-tech-context` - Optional epic-specific technical context
186
- - `validate-epic-tech-context` - Validate epic technical context
187
- - `create-story` - Draft next story from epic
188
- - `validate-create-story` - Independent story validation
189
- - `story-context` - Assemble dynamic technical context XML
190
- - `validate-story-context` - Validate story context
191
- - `story-ready-for-dev` - Mark story ready without context generation
192
- - `epic-retrospective` - Post-epic review
193
- - `correct-course` - Handle changes during implementation
194
-
195
- **Communication Style:** Task-oriented and efficient. Direct and eliminates ambiguity. Focuses on clear handoffs and developer-ready specifications.
196
-
197
- **Expertise:**
198
-
199
- - Agile ceremonies
200
- - Story preparation and context injection
201
- - Development coordination
202
- - Process integrity
203
- - Just-in-time design
204
-
205
- ---
206
-
207
- ### DEV (Developer) - Amelia 💻
208
-
209
- **Role:** Senior Implementation Engineer
210
-
211
- **When to Use:**
212
-
213
- - Implementing stories with tests
214
- - Performing code reviews on completed stories
215
- - Marking stories complete after Definition of Done met
216
-
217
- **Primary Phase:** Phase 4 (Implementation)
218
-
219
- **Workflows:**
220
-
221
- - `workflow-status` - Check what to do next
222
- - `develop-story` - Implement story with:
223
- - Task-by-task iteration
224
- - Test-driven development
225
- - Multi-run capability (initial + fixes)
226
- - Strict file boundary enforcement
227
- - `code-review` - Senior developer-level review with:
228
- - Story context awareness
229
- - Epic-tech-context alignment
230
- - Repository docs reference
231
- - MCP server best practices
232
- - Web search fallback
233
- - `story-done` - Mark story complete and advance queue
234
-
235
- **Communication Style:** Succinct and checklist-driven. Cites file paths and acceptance criteria IDs. Only asks questions when inputs are missing.
236
-
237
- **Critical Principles:**
238
-
239
- - Story Context XML is single source of truth
240
- - Never start until story Status == Approved
241
- - All acceptance criteria must be satisfied
242
- - Tests must pass 100% before completion
243
- - No cheating or lying about test results
244
- - Multi-run support for fixing issues post-review
245
-
246
- **Expertise:**
247
-
248
- - Full-stack implementation
249
- - Test-driven development (TDD)
250
- - Code quality and design patterns
251
- - Existing codebase integration
252
- - Performance optimization
253
-
254
- ---
255
-
256
- ### TEA (Master Test Architect) - Murat 🧪
257
-
258
- **Role:** Master Test Architect with Knowledge Base
259
-
260
- **When to Use:**
261
-
262
- - Initializing test frameworks for projects
263
- - ATDD test-first approach (before implementation)
264
- - Test automation and coverage
265
- - Designing comprehensive test scenarios
266
- - Quality gates and traceability
267
- - CI/CD pipeline setup
268
- - NFR (Non-Functional Requirements) assessment
269
- - Test quality reviews
270
-
271
- **Primary Phase:** Testing & QA (All phases)
272
-
273
- **Workflows:**
274
-
275
- - `workflow-status` - Check what to do next
276
- - `framework` - Initialize production-ready test framework:
277
- - Smart framework selection (Playwright vs Cypress)
278
- - Fixture architecture
279
- - Auto-cleanup patterns
280
- - Network-first approaches
281
- - `atdd` - Generate E2E tests first, before implementation
282
- - `automate` - Comprehensive test automation
283
- - `test-design` - Create test scenarios with risk-based approach
284
- - `trace` - Requirements-to-tests traceability mapping (Phase 1 + Phase 2 quality gate)
285
- - `nfr-assess` - Validate non-functional requirements
286
- - `ci` - Scaffold CI/CD quality pipeline
287
- - `test-review` - Quality review using knowledge base
288
-
289
- **Communication Style:** Data-driven advisor. Strong opinions, weakly held. Pragmatic about trade-offs.
290
-
291
- **Principles:**
292
-
293
- - Risk-based testing (depth scales with impact)
294
- - Tests mirror actual usage patterns
295
- - Testing is feature work, not overhead
296
- - Prioritize unit/integration over E2E
297
- - Flakiness is critical technical debt
298
- - ATDD tests first, AI implements, suite validates
299
-
300
- **Special Capabilities:**
301
-
302
- - **Knowledge Base Access:** Consults comprehensive testing best practices from `testarch/knowledge/` directory
303
- - **Framework Selection:** Smart framework selection (Playwright vs Cypress) with fixture architecture
304
- - **Cross-Platform Testing:** Supports testing across web, mobile, and API layers
305
-
306
- ---
307
-
308
- ### UX Designer - Sally 🎨
309
-
310
- **Role:** User Experience Designer + UI Specialist
311
-
312
- **When to Use:**
313
-
314
- - UX-heavy projects (Level 2-4)
315
- - Design thinking workshops
316
- - Creating user specifications and design artifacts
317
- - Validating UX designs
318
-
319
- **Primary Phase:** Phase 2 (Planning)
320
-
321
- **Workflows:**
322
-
323
- - `workflow-status` - Check what to do next
324
- - `create-design` - Conduct design thinking workshop to define UX specification with:
325
- - Visual exploration and generation
326
- - Collaborative decision-making
327
- - AI-assisted design tools (v0, Lovable)
328
- - Accessibility considerations
329
- - `validate-design` - Validate UX specification and design artifacts
330
-
331
- **Communication Style:** Empathetic and user-focused. Uses storytelling to explain design decisions. Creative yet data-informed. Advocates for user needs over technical convenience.
332
-
333
- **Expertise:**
334
-
335
- - User research and personas
336
- - Interaction design patterns
337
- - AI-assisted design generation
338
- - Accessibility (WCAG compliance)
339
- - Design systems and component libraries
340
- - Cross-functional collaboration
341
-
342
- ---
343
-
344
- ### Technical Writer - Paige 📚
345
-
346
- **Role:** Technical Documentation Specialist + Knowledge Curator
347
-
348
- **When to Use:**
349
-
350
- - Documenting brownfield projects (Phase 0)
351
- - Creating API documentation
352
- - Generating architecture documentation
353
- - Writing user guides and tutorials
354
- - Reviewing documentation quality
355
- - Creating Mermaid diagrams
356
- - Improving README files
357
- - Explaining technical concepts
358
-
359
- **Primary Phase:** All phases (documentation support)
360
-
361
- **Workflows:**
362
-
363
- - `document-project` - Comprehensive project documentation with:
364
- - Three scan levels (Quick, Deep, Exhaustive)
365
- - Multi-part project detection
366
- - Resumability (interrupt and continue)
367
- - Write-as-you-go architecture
368
- - Deep-dive mode for targeted analysis
369
-
370
- **Actions:**
371
-
372
- - `generate-diagram` - Create Mermaid diagrams (architecture, sequence, flow, ER, class, state)
373
- - `validate-doc` - Check documentation against standards
374
- - `improve-readme` - Review and improve README files
375
- - `explain-concept` - Create clear technical explanations with examples
376
- - `standards-guide` - Show BMAD documentation standards reference
377
- - `create-api-docs` - OpenAPI/Swagger documentation (TODO)
378
- - `create-architecture-docs` - Architecture docs with diagrams and ADRs (TODO)
379
- - `create-user-guide` - User-facing guides and tutorials (TODO)
380
- - `audit-docs` - Documentation quality review (TODO)
381
-
382
- **Communication Style:** Patient teacher who makes documentation approachable. Uses examples and analogies. Balances technical precision with accessibility.
383
-
384
- **Critical Standards:**
385
-
386
- - Zero tolerance for CommonMark violations
387
- - Valid Mermaid syntax (mentally validates before output)
388
- - Follows Google Developer Docs Style Guide
389
- - Microsoft Manual of Style for technical writing
390
- - Task-oriented writing approach
391
-
392
- **See Also:** [Document Project Workflow Reference](./workflow-document-project-reference.md) for detailed brownfield documentation capabilities.
393
-
394
- ---
395
-
396
- ## Game Development Agents
397
-
398
- ### Game Designer - Samus Shepard 🎲
399
-
400
- **Role:** Lead Game Designer + Creative Vision Architect
401
-
402
- **When to Use:**
403
-
404
- - Game brainstorming and ideation
405
- - Creating game briefs for vision and strategy
406
- - Game Design Documents (GDD) for Level 2-4 game projects
407
- - Narrative design for story-driven games
408
- - Game market research
409
-
410
- **Primary Phase:** Phase 1-2 (Analysis & Planning - Games)
411
-
412
- **Workflows:**
413
-
414
- - `workflow-init` - Initialize workflow tracking
415
- - `workflow-status` - Check what to do next
416
- - `brainstorm-game` - Game-specific ideation
417
- - `create-game-brief` - Game vision and strategy
418
- - `create-gdd` - Complete Game Design Document with:
419
- - Game-type-specific injection (24+ game types)
420
- - Universal template structure
421
- - Platform vs game type separation
422
- - Gameplay-first philosophy
423
- - `narrative` - Narrative design document for story-driven games
424
- - `research` - Game market research
425
-
426
- **Communication Style:** Enthusiastic and player-focused. Frames challenges as design problems to solve. Celebrates creative breakthroughs.
427
-
428
- **Principles:**
429
-
430
- - Understand what players want to feel, not just do
431
- - Rapid prototyping and playtesting
432
- - Every mechanic must serve the core experience
433
- - Meaningful choices create engagement
434
-
435
- **Expertise:**
436
-
437
- - Core gameplay loops
438
- - Progression systems
439
- - Game economy and balance
440
- - Player psychology
441
- - Multi-genre game design
442
-
443
- ---
444
-
445
- ### Game Developer - Link Freeman 🕹️
446
-
447
- **Role:** Senior Game Developer + Technical Implementation Specialist
448
-
449
- **When to Use:**
450
-
451
- - Implementing game stories
452
- - Game code reviews
453
- - Sprint retrospectives for game development
454
-
455
- **Primary Phase:** Phase 4 (Implementation - Games)
456
-
457
- **Workflows:**
458
-
459
- - `workflow-status` - Check what to do next
460
- - `develop-story` - Execute Dev Story workflow, implementing tasks and tests
461
- - `story-done` - Mark story done after DoD complete
462
- - `code-review` - Perform thorough clean context QA code review on a story
463
-
464
- **Communication Style:** Direct and energetic. Execution-focused. Breaks down complex game challenges into actionable steps. Celebrates performance wins.
465
-
466
- **Expertise:**
467
-
468
- - Unity, Unreal, Godot, Phaser, custom engines
469
- - Gameplay programming
470
- - Physics and collision systems
471
- - AI and pathfinding
472
- - Performance optimization
473
- - Cross-platform development
474
-
475
- ---
476
-
477
- ### Game Architect - Cloud Dragonborn 🏛️
478
-
479
- **Role:** Principal Game Systems Architect + Technical Director
480
-
481
- **When to Use:**
482
-
483
- - Game system architecture
484
- - Technical foundation design for games
485
- - Solutioning gate checks for game projects
486
- - Course correction during game development
487
-
488
- **Primary Phase:** Phase 3 (Solutioning - Games)
489
-
490
- **Workflows:**
491
-
492
- - `workflow-status` - Check what to do next
493
- - `create-architecture` - Game systems architecture
494
- - `solutioning-gate-check` - Validate Phase 3→4 transition
495
- - `correct-course` - Handle technical changes
496
-
497
- **Communication Style:** Calm and measured. Systematic thinking about complex systems. Uses chess metaphors and military strategy. Emphasizes balance and elegance.
498
-
499
- **Expertise:**
500
-
501
- - Multiplayer architecture (dedicated servers, P2P, hybrid)
502
- - Engine architecture and design
503
- - Asset pipeline optimization
504
- - Platform-specific optimization (console, PC, mobile)
505
- - Technical leadership and mentorship
506
-
507
- ---
508
-
509
- ## Special Purpose Agents
510
-
511
- ### BMad Master 🧙
512
-
513
- **Role:** BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator
514
-
515
- **When to Use:**
516
-
517
- - Listing all available tasks and workflows
518
- - Facilitating multi-agent party mode discussions
519
- - Meta-level orchestration across modules
520
- - Understanding BMad Core capabilities
521
-
522
- **Primary Phase:** Meta (all phases)
523
-
524
- **Workflows:**
525
-
526
- - `party-mode` - Group chat with all agents (see Party Mode section below)
527
-
528
- **Actions:**
529
-
530
- - `list-tasks` - Show all available tasks from task-manifest.csv
531
- - `list-workflows` - Show all available workflows from workflow-manifest.csv
532
-
533
- **Communication Style:** Direct and comprehensive. Refers to himself in third person ("BMad Master recommends..."). Expert-level communication focused on efficient execution. Presents information systematically using numbered lists.
534
-
535
- **Principles:**
536
-
537
- - Load resources at runtime, never pre-load
538
- - Always present numbered lists for user choices
539
- - Resource-driven execution (tasks, workflows, agents from manifests)
540
-
541
- **Special Role:**
542
-
543
- - **Party Mode Orchestrator:** Loads agent manifest, applies customizations, moderates discussions, summarizes when conversations become circular
544
- - **Knowledge Custodian:** Maintains awareness of all installed modules, agents, workflows, and tasks
545
- - **Workflow Facilitator:** Guides users to appropriate workflows based on current project state
546
-
547
- **Learn More:** See [Party Mode Guide](./party-mode.md) for complete documentation on multi-agent collaboration.
548
-
549
- ---
550
-
551
- ## Party Mode: Multi-Agent Collaboration
552
-
553
- Get all your installed agents in one conversation for multi-perspective discussions, retrospectives, and collaborative decision-making.
554
-
555
- **Quick Start:**
556
-
557
- ```bash
558
- /bmad:core:workflows:party-mode
559
- # OR from any agent: *party-mode
560
- ```
561
-
562
- **What happens:** BMad Master orchestrates 2-3 relevant agents per message. They discuss, debate, and collaborate in real-time.
563
-
564
- **Best for:** Strategic decisions, creative brainstorming, post-mortems, sprint retrospectives, complex problem-solving.
565
-
566
- **Current BMM uses:** Powers `epic-retrospective` workflow, sprint planning discussions.
567
-
568
- **Future:** Advanced elicitation workflows will officially leverage party mode.
569
-
570
- 👉 **[Party Mode Guide](./party-mode.md)** - Complete guide with fun examples, tips, and troubleshooting
571
-
572
- ---
573
-
574
- ## Workflow Access
575
-
576
- ### How to Run Workflows
577
-
578
- **From IDE (Claude Code, Cursor, Windsurf):**
579
-
580
- 1. Load the agent using agent reference (e.g., type `@pm` in Claude Code)
581
- 2. Wait for agent menu to appear in chat
582
- 3. Type the workflow trigger with `*` prefix (e.g., `*create-prd`)
583
- 4. Follow the workflow prompts
584
-
585
- **Agent Menu Structure:**
586
- Each agent displays their available workflows when loaded. Look for:
587
-
588
- - `*` prefix indicates workflow trigger
589
- - Grouped by category or phase
590
- - START HERE indicators for recommended entry points
591
-
592
- ### Universal Workflows
593
-
594
- Some workflows are available to multiple agents:
595
-
596
- | Workflow | Agents | Purpose |
597
- | ------------------ | --------------------------------- | ------------------------------------------- |
598
- | `workflow-status` | ALL agents | Check current state and get recommendations |
599
- | `workflow-init` | PM, Analyst, Game Designer | Initialize workflow tracking |
600
- | `correct-course` | PM, Architect, SM, Game Architect | Change management during implementation |
601
- | `document-project` | Analyst, Technical Writer | Brownfield documentation |
602
-
603
- ### Validation Actions
604
-
605
- Many workflows have optional validation workflows that perform independent review:
606
-
607
- | Validation | Agent | Validates |
608
- | ---------------------------- | ----------- | ---------------------------------- |
609
- | `validate-prd` | PM | PRD + Epics + Stories completeness |
610
- | `validate-tech-spec` | PM | Technical specification quality |
611
- | `validate-architecture` | Architect | Architecture document |
612
- | `validate-design` | UX Designer | UX specification and artifacts |
613
- | `validate-epic-tech-context` | SM | Epic technical context |
614
- | `validate-create-story` | SM | Story draft |
615
- | `validate-story-context` | SM | Story context XML |
616
-
617
- **When to use validation:**
618
-
619
- - Before phase transitions
620
- - For critical documents
621
- - When learning BMM
622
- - For high-stakes projects
623
-
624
- ---
625
-
626
- ## Agent Customization
627
-
628
- You can customize any agent's personality without modifying core agent files.
629
-
630
- ### Location
631
-
632
- **Customization Directory:** `{project-root}/.bmad/_cfg/agents/`
633
-
634
- **Naming Convention:** `{module}-{agent-name}.customize.yaml`
635
-
636
- **Examples:**
637
-
638
- ```
639
- .bmad/_cfg/agents/
640
- ├── bmm-pm.customize.yaml
641
- ├── bmm-dev.customize.yaml
642
- ├── cis-storyteller.customize.yaml
643
- └── bmb-bmad-builder.customize.yaml
644
- ```
645
-
646
- ### Override Structure
647
-
648
- **File Format:**
649
-
650
- ```yaml
651
- agent:
652
- persona:
653
- displayName: 'Custom Name' # Optional: Override display name
654
- communicationStyle: 'Custom style description' # Optional: Override style
655
- principles: # Optional: Add or replace principles
656
- - 'Custom principle for this project'
657
- - 'Another project-specific guideline'
658
- ```
659
-
660
- ### Override Behavior
661
-
662
- **Precedence:** Customization > Manifest
663
-
664
- **Merge Rules:**
665
-
666
- - If field specified in customization, it replaces manifest value
667
- - If field NOT specified, manifest value used
668
- - Additional fields are added to agent personality
669
- - Changes apply immediately when agent loaded
670
-
671
- ### Use Cases
672
-
673
- **Adjust Formality:**
674
-
675
- ```yaml
676
- agent:
677
- persona:
678
- communicationStyle: 'Formal and corporate-focused. Uses business terminology. Structured responses with executive summaries.'
679
- ```
680
-
681
- **Add Domain Expertise:**
682
-
683
- ```yaml
684
- agent:
685
- persona:
686
- identity: |
687
- Expert Product Manager with 15 years experience in healthcare SaaS.
688
- Deep understanding of HIPAA compliance, EHR integrations, and clinical workflows.
689
- Specializes in balancing regulatory requirements with user experience.
690
- ```
691
-
692
- **Modify Principles:**
693
-
694
- ```yaml
695
- agent:
696
- persona:
697
- principles:
698
- - 'HIPAA compliance is non-negotiable'
699
- - 'Prioritize patient safety over feature velocity'
700
- - 'Every feature must have clinical validation'
701
- ```
702
-
703
- **Change Personality:**
704
-
705
- ```yaml
706
- agent:
707
- persona:
708
- displayName: 'Alex' # Change from default "Amelia"
709
- communicationStyle: 'Casual and friendly. Uses emojis. Explains technical concepts in simple terms.'
710
- ```
711
-
712
- ### Party Mode Integration
713
-
714
- Customizations automatically apply in party mode:
715
-
716
- 1. Party mode reads manifest
717
- 2. Checks for customization files
718
- 3. Merges customizations with manifest
719
- 4. Agents respond with customized personalities
720
-
721
- **Example:**
722
-
723
- ```
724
- You customize PM with healthcare expertise.
725
- In party mode, PM now brings healthcare knowledge to discussions.
726
- Other agents collaborate with PM's specialized perspective.
727
- ```
728
-
729
- ### Applying Customizations
730
-
731
- **IMPORTANT:** Customizations don't take effect until you rebuild the agents.
732
-
733
- **Complete Process:**
734
-
735
- **Step 1: Create/Modify Customization File**
736
-
737
- ```bash
738
- # Create customization file at:
739
- # {project-root}/.bmad/_cfg/agents/{module}-{agent-name}.customize.yaml
740
-
741
- # Example: .bmad/_cfg/agents/bmm-pm.customize.yaml
742
- ```
743
-
744
- **Step 2: Regenerate Agent Manifest**
745
-
746
- After modifying customization files, you must regenerate the agent manifest and rebuild agents:
747
-
748
- ```bash
749
- # Run the installer to apply customizations
750
- npx bmad-method install
751
-
752
- # The installer will:
753
- # 1. Read all customization files
754
- # 2. Regenerate agent-manifest.csv with merged data
755
- # 3. Rebuild agent .md files with customizations applied
756
- ```
757
-
758
- **Step 3: Verify Changes**
759
-
760
- Load the customized agent and verify the changes are reflected in its behavior and responses.
761
-
762
- **Why This is Required:**
763
-
764
- - Customization files are just configuration - they don't change agents directly
765
- - The agent manifest must be regenerated to merge customizations
766
- - Agent .md files must be rebuilt with the merged data
767
- - Party mode and all workflows load agents from the rebuilt files
768
-
769
- ### Best Practices
770
-
771
- 1. **Keep it project-specific:** Customize for your domain, not general changes
772
- 2. **Don't break character:** Keep customizations aligned with agent's core role
773
- 3. **Test in party mode:** See how customizations interact with other agents
774
- 4. **Document why:** Add comments explaining customization purpose
775
- 5. **Share with team:** Customizations survive updates, can be version controlled
776
- 6. **Rebuild after changes:** Always run installer after modifying customization files
777
-
778
- ---
779
-
780
- ## Best Practices
781
-
782
- ### Agent Selection
783
-
784
- **1. Start with workflow-status**
785
-
786
- - When unsure where you are, load any agent and run `*workflow-status`
787
- - Agent will analyze current project state and recommend next steps
788
- - Works across all phases and all agents
789
-
790
- **2. Match phase to agent**
791
-
792
- - **Phase 1 (Analysis):** Analyst, Game Designer
793
- - **Phase 2 (Planning):** PM, UX Designer, Game Designer
794
- - **Phase 3 (Solutioning):** Architect, Game Architect
795
- - **Phase 4 (Implementation):** SM, DEV, Game Developer
796
- - **Testing:** TEA (all phases)
797
- - **Documentation:** Technical Writer (all phases)
798
-
799
- **3. Use specialists**
800
-
801
- - **Testing:** TEA for comprehensive quality strategy
802
- - **Documentation:** Technical Writer for technical writing
803
- - **Games:** Game Designer/Developer/Architect for game-specific needs
804
- - **UX:** UX Designer for user-centered design
805
-
806
- **4. Try party mode for:**
807
-
808
- - Strategic decisions with trade-offs
809
- - Creative brainstorming sessions
810
- - Cross-functional alignment
811
- - Complex problem solving
812
-
813
- ### Working with Agents
814
-
815
- **1. Trust their expertise**
816
-
817
- - Agents embody decades of simulated experience
818
- - Their questions uncover critical issues
819
- - Their recommendations are data-informed
820
- - Their warnings prevent costly mistakes
821
-
822
- **2. Answer their questions**
823
-
824
- - Agents ask for important reasons
825
- - Incomplete answers lead to assumptions
826
- - Detailed responses yield better outcomes
827
- - "I don't know" is a valid answer
828
-
829
- **3. Follow workflows**
830
-
831
- - Structured processes prevent missed steps
832
- - Workflows encode best practices
833
- - Sequential workflows build on each other
834
- - Validation workflows catch errors early
835
-
836
- **4. Customize when needed**
837
-
838
- - Adjust agent personalities for your project
839
- - Add domain-specific expertise
840
- - Modify communication style for team preferences
841
- - Keep customizations project-specific
842
-
843
- ### Common Workflows Patterns
844
-
845
- **Starting a New Project (Greenfield):**
846
-
847
- ```
848
- 1. PM or Analyst: *workflow-init
849
- 2. Analyst: *brainstorm-project or *product-brief (optional)
850
- 3. PM: *create-prd (Level 2-4) or *tech-spec (Level 0-1)
851
- 4. Architect: *create-architecture (Level 3-4 only)
852
- 5. SM: *sprint-planning
853
- ```
854
-
855
- **Starting with Existing Code (Brownfield):**
856
-
857
- ```
858
- 1. Analyst or Technical Writer: *document-project
859
- 2. PM or Analyst: *workflow-init
860
- 3. PM: *create-prd or *tech-spec
861
- 4. Architect: *create-architecture (if needed)
862
- 5. SM: *sprint-planning
863
- ```
864
-
865
- **Story Development Cycle:**
866
-
867
- ```
868
- 1. SM: *epic-tech-context (optional, once per epic)
869
- 2. SM: *create-story
870
- 3. SM: *story-context
871
- 4. DEV: *develop-story
872
- 5. DEV: *code-review
873
- 6. DEV: *story-done
874
- 7. Repeat steps 2-6 for next story
875
- ```
876
-
877
- **Testing Strategy:**
878
-
879
- ```
880
- 1. TEA: *framework (once per project, early)
881
- 2. TEA: *atdd (before implementing features)
882
- 3. DEV: *develop-story (includes tests)
883
- 4. TEA: *automate (comprehensive test suite)
884
- 5. TEA: *trace (quality gate)
885
- 6. TEA: *ci (pipeline setup)
886
- ```
887
-
888
- **Game Development:**
889
-
890
- ```
891
- 1. Game Designer: *brainstorm-game
892
- 2. Game Designer: *create-gdd
893
- 3. Game Architect: *create-architecture
894
- 4. SM: *sprint-planning
895
- 5. Game Developer: *create-story
896
- 6. Game Developer: *dev-story
897
- 7. Game Developer: *code-review
898
- ```
899
-
900
- ### Navigation Tips
901
-
902
- **Lost? Run workflow-status**
903
-
904
- ```
905
- Load any agent → *workflow-status
906
- Agent analyzes project state → recommends next workflow
907
- ```
908
-
909
- **Phase transitions:**
910
-
911
- ```
912
- Each phase has validation gates:
913
- - Phase 2→3: validate-prd, validate-tech-spec
914
- - Phase 3→4: solutioning-gate-check
915
- Run validation before advancing
916
- ```
917
-
918
- **Course correction:**
919
-
920
- ```
921
- If priorities change mid-project:
922
- Load PM, Architect, or SM → *correct-course
923
- ```
924
-
925
- **Testing integration:**
926
-
927
- ```
928
- TEA can be invoked at any phase:
929
- - Phase 1: Test strategy planning
930
- - Phase 2: Test scenarios in PRD
931
- - Phase 3: Architecture testability review
932
- - Phase 4: Test automation and CI
933
- ```
934
-
935
- ---
936
-
937
- ## Agent Reference Table
938
-
939
- Quick reference for agent selection:
940
-
941
- | Agent | Icon | Primary Phase | Key Workflows | Best For |
942
- | ----------------------- | ---- | ------------------ | --------------------------------------------- | ------------------------------------- |
943
- | **Analyst** | 📊 | 1 (Analysis) | brainstorm, brief, research, document-project | Discovery, requirements, brownfield |
944
- | **PM** | 📋 | 2 (Planning) | prd, tech-spec, epics-stories | Planning, requirements docs |
945
- | **UX Designer** | 🎨 | 2 (Planning) | create-design, validate-design | UX-heavy projects, design |
946
- | **Architect** | 🏗️ | 3 (Solutioning) | architecture, gate-check | Technical design, architecture |
947
- | **SM** | 🏃 | 4 (Implementation) | sprint-planning, create-story, story-context | Story management, sprint coordination |
948
- | **DEV** | 💻 | 4 (Implementation) | develop-story, code-review, story-done | Implementation, coding |
949
- | **TEA** | 🧪 | All Phases | framework, atdd, automate, trace, ci | Testing, quality assurance |
950
- | **Paige (Tech Writer)** | 📚 | All Phases | document-project, diagrams, validation | Documentation, diagrams |
951
- | **Game Designer** | 🎲 | 1-2 (Games) | brainstorm-game, gdd, narrative | Game design, creative vision |
952
- | **Game Developer** | 🕹️ | 4 (Games) | develop-story, story-done, code-review | Game implementation |
953
- | **Game Architect** | 🏛️ | 3 (Games) | architecture, gate-check | Game systems architecture |
954
- | **BMad Master** | 🧙 | Meta | party-mode, list tasks/workflows | Orchestration, multi-agent |
955
-
956
- ### Agent Capabilities Summary
957
-
958
- **Planning Agents (3):**
959
-
960
- - PM: Requirements and planning docs
961
- - UX Designer: User experience design
962
- - Game Designer: Game design and narrative
963
-
964
- **Architecture Agents (2):**
965
-
966
- - Architect: System architecture
967
- - Game Architect: Game systems architecture
968
-
969
- **Implementation Agents (3):**
970
-
971
- - SM: Story management and coordination
972
- - DEV: Software development
973
- - Game Developer: Game development
974
-
975
- **Quality Agents (2):**
976
-
977
- - TEA: Testing and quality assurance
978
- - DEV: Code review
979
-
980
- **Support Agents (2):**
981
-
982
- - Analyst: Research and discovery
983
- - Technical Writer: Documentation and diagrams
984
-
985
- **Meta Agent (1):**
986
-
987
- - BMad Master: Orchestration and party mode
988
-
989
- ---
990
-
991
- ## Additional Resources
992
-
993
- **Workflow Documentation:**
994
-
995
- - [Phase 1: Analysis Workflows](./workflows-analysis.md)
996
- - [Phase 2: Planning Workflows](./workflows-planning.md)
997
- - [Phase 3: Solutioning Workflows](./workflows-solutioning.md)
998
- - [Phase 4: Implementation Workflows](./workflows-implementation.md)
999
- <!-- Testing & QA Workflows documentation to be added -->
1000
-
1001
- **Advanced References:**
1002
-
1003
- - [Architecture Workflow Reference](./workflow-architecture-reference.md) - Decision architecture details
1004
- - [Document Project Workflow Reference](./workflow-document-project-reference.md) - Brownfield documentation
1005
-
1006
- **Getting Started:**
1007
-
1008
- - [Quick Start Guide](./quick-start.md) - Step-by-step tutorial
1009
- - [Scale Adaptive System](./scale-adaptive-system.md) - Understanding project levels
1010
- - [Brownfield Guide](./brownfield-guide.md) - Working with existing code
1011
-
1012
- **Other Guides:**
1013
-
1014
- - [Enterprise Agentic Development](./enterprise-agentic-development.md) - Team collaboration
1015
- - [FAQ](./faq.md) - Common questions
1016
- - [Glossary](./glossary.md) - Terminology reference
1017
-
1018
- ---
1019
-
1020
- ## Quick Start Checklist
1021
-
1022
- **First Time with BMM:**
1023
-
1024
- - [ ] Read [Quick Start Guide](./quick-start.md)
1025
- - [ ] Understand [Scale Adaptive System](./scale-adaptive-system.md)
1026
- - [ ] Load an agent in your IDE
1027
- - [ ] Run `*workflow-status`
1028
- - [ ] Follow recommended workflow
1029
-
1030
- **Starting a Project:**
1031
-
1032
- - [ ] Determine project type (greenfield vs brownfield)
1033
- - [ ] If brownfield: Run `*document-project` (Analyst or Technical Writer)
1034
- - [ ] Load PM or Analyst → `*workflow-init`
1035
- - [ ] Follow phase-appropriate workflows
1036
- - [ ] Try `*party-mode` for strategic decisions
1037
-
1038
- **Implementing Stories:**
1039
-
1040
- - [ ] SM: `*sprint-planning` (once)
1041
- - [ ] SM: `*create-story`
1042
- - [ ] SM: `*story-context`
1043
- - [ ] DEV: `*develop-story`
1044
- - [ ] DEV: `*code-review`
1045
- - [ ] DEV: `*story-done`
1046
-
1047
- **Testing Strategy:**
1048
-
1049
- - [ ] TEA: `*framework` (early in project)
1050
- - [ ] TEA: `*atdd` (before features)
1051
- - [ ] TEA: `*test-design` (comprehensive scenarios)
1052
- - [ ] TEA: `*ci` (pipeline setup)
1053
-
1054
- ---
1055
-
1056
- _Welcome to the team. Your AI agents are ready to collaborate._