bmad-method 6.0.0-alpha.19 → 6.0.0-alpha.20

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