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

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 (521) hide show
  1. package/.vscode/settings.json +1 -0
  2. package/CHANGELOG.md +250 -0
  3. package/README.md +29 -37
  4. package/docs/bmad-core-concepts/agents.md +93 -0
  5. package/docs/{agent-customization-guide.md → bmad-core-concepts/bmad-customization/agents.md} +6 -4
  6. package/docs/bmad-core-concepts/bmad-customization/index.md +26 -0
  7. package/docs/bmad-core-concepts/bmad-customization/workflows.md +30 -0
  8. package/docs/bmad-core-concepts/index.md +37 -0
  9. package/docs/bmad-core-concepts/installing/index.md +77 -0
  10. package/docs/bmad-core-concepts/installing/upgrading.md +144 -0
  11. package/docs/bmad-core-concepts/modules.md +76 -0
  12. package/docs/bmad-core-concepts/web-bundles/index.md +34 -0
  13. package/docs/bmad-core-concepts/workflows.md +89 -0
  14. package/docs/index.md +60 -92
  15. package/docs/modules/bmb-bmad-builder/agent-creation-guide.md +166 -0
  16. package/docs/{custom-content-installation.md → modules/bmb-bmad-builder/custom-content-installation.md} +7 -7
  17. package/docs/{custom-content.md → modules/bmb-bmad-builder/custom-content.md} +4 -5
  18. package/{src/modules/bmb/docs/agents → docs/modules/bmb-bmad-builder}/index.md +7 -2
  19. package/docs/modules/bmb-bmad-builder/workflow-vendoring-customization-inheritance.md +42 -0
  20. package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/glossary.md +0 -1
  21. package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/index.md +0 -5
  22. package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflows-guide.md +6 -6
  23. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/brownfield-guide.md +0 -1
  24. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/faq.md +0 -2
  25. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/index.md +12 -50
  26. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/party-mode.md +5 -115
  27. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-spec-flow.md +4 -20
  28. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-start.md +2 -5
  29. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/test-architecture.md +19 -23
  30. package/docs/modules/bmm-bmad-method/troubleshooting.md +3 -0
  31. package/docs/modules/bmm-bmad-method/workflow-document-project-reference.md +71 -0
  32. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-analysis.md +8 -75
  33. package/docs/modules/bmm-bmad-method/workflows-planning.md +89 -0
  34. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-solutioning.md +4 -4
  35. package/docs/modules/core/advanced-elicitation.md +105 -0
  36. package/docs/modules/core/brainstorming.md +100 -0
  37. package/docs/modules/core/core-tasks.md +64 -0
  38. package/docs/modules/core/core-workflows.md +30 -0
  39. package/docs/modules/core/document-sharding-guide.md +133 -0
  40. package/docs/modules/core/global-core-config.md +11 -0
  41. package/docs/modules/core/index.md +15 -0
  42. package/docs/modules/core/party-mode.md +50 -0
  43. package/package.json +2 -2
  44. package/samples/sample-custom-modules/README.md +1 -1
  45. package/samples/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +1 -1
  46. package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -5
  47. package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +1 -1
  48. package/src/core/agents/bmad-master.agent.yaml +4 -8
  49. package/src/core/tasks/workflow.xml +1 -1
  50. package/src/core/{tasks/advanced-elicitation.xml → workflows/advanced-elicitation/workflow.xml} +3 -2
  51. package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +1 -0
  52. package/src/core/workflows/brainstorming/steps/step-01b-continue.md +1 -0
  53. package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +1 -0
  54. package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +2 -1
  55. package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +1 -0
  56. package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +1 -0
  57. package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +1 -0
  58. package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +1 -0
  59. package/src/core/workflows/brainstorming/workflow.md +1 -1
  60. package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +1 -0
  61. package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +1 -0
  62. package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +1 -0
  63. package/src/core/workflows/party-mode/workflow.md +1 -1
  64. package/src/modules/bmb/agents/agent-builder.agent.yaml +36 -0
  65. package/src/modules/bmb/agents/module-builder.agent.yaml +48 -0
  66. package/src/modules/bmb/agents/workflow-builder.agent.yaml +40 -0
  67. package/src/modules/bmb/docs/workflows/architecture.md +1 -1
  68. package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +1 -1
  69. package/src/modules/bmb/docs/workflows/step-file-rules.md +469 -0
  70. package/src/modules/bmb/docs/workflows/templates/step-file.md +1 -1
  71. package/src/modules/bmb/docs/workflows/templates/step-template.md +1 -1
  72. package/src/modules/bmb/docs/workflows/terms.md +1 -1
  73. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -0
  74. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -0
  75. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +2 -1
  76. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +2 -1
  77. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +3 -2
  78. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +3 -2
  79. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +3 -2
  80. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -0
  81. package/src/modules/bmb/workflows/agent/data/agent-compilation.md +273 -0
  82. package/src/modules/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
  83. package/src/modules/bmb/workflows/agent/data/agent-metadata.md +208 -0
  84. package/src/modules/bmb/workflows/{create-agent → agent}/data/brainstorm-context.md +3 -10
  85. package/src/modules/bmb/workflows/{create-agent → agent}/data/communication-presets.csv +1 -1
  86. package/src/modules/bmb/workflows/agent/data/critical-actions.md +120 -0
  87. package/src/modules/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
  88. package/src/modules/bmb/workflows/agent/data/expert-agent-validation.md +173 -0
  89. package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +124 -0
  90. package/src/modules/bmb/workflows/agent/data/persona-properties.md +266 -0
  91. package/src/modules/bmb/workflows/agent/data/principles-crafting.md +292 -0
  92. package/src/modules/bmb/workflows/agent/data/reference/expert-examples/journal-keeper/journal-keeper-sidecar/entries/yy-mm-dd-entry-template.md +17 -0
  93. package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper.agent.yaml +20 -19
  94. package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +31 -0
  95. package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
  96. package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/security-engineer.agent.yaml +8 -13
  97. package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +10 -14
  98. package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/simple-examples/commit-poet.agent.yaml +15 -15
  99. package/src/modules/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
  100. package/src/modules/bmb/workflows/agent/data/simple-agent-validation.md +132 -0
  101. package/src/modules/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
  102. package/src/modules/bmb/workflows/{create-agent/steps → agent/steps-c}/step-01-brainstorm.md +6 -25
  103. package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +168 -0
  104. package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +294 -0
  105. package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +210 -0
  106. package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +176 -0
  107. package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +275 -0
  108. package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +185 -0
  109. package/src/modules/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
  110. package/src/modules/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
  111. package/src/modules/bmb/workflows/agent/steps-c/step-08a-plan-traceability.md +203 -0
  112. package/src/modules/bmb/workflows/agent/steps-c/step-08b-metadata-validation.md +135 -0
  113. package/src/modules/bmb/workflows/agent/steps-c/step-08c-persona-validation.md +161 -0
  114. package/src/modules/bmb/workflows/agent/steps-c/step-08d-menu-validation.md +158 -0
  115. package/src/modules/bmb/workflows/agent/steps-c/step-08e-structure-validation.md +306 -0
  116. package/src/modules/bmb/workflows/agent/steps-c/step-08f-sidecar-validation.md +462 -0
  117. package/src/modules/bmb/workflows/agent/steps-c/step-09-celebrate.md +244 -0
  118. package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +214 -0
  119. package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +191 -0
  120. package/src/modules/bmb/workflows/agent/steps-e/e-03a-validate-metadata.md +78 -0
  121. package/src/modules/bmb/workflows/agent/steps-e/e-03b-validate-persona.md +76 -0
  122. package/src/modules/bmb/workflows/agent/steps-e/e-03c-validate-menu.md +75 -0
  123. package/src/modules/bmb/workflows/agent/steps-e/e-03d-validate-structure.md +75 -0
  124. package/src/modules/bmb/workflows/agent/steps-e/e-03e-validate-sidecar.md +78 -0
  125. package/src/modules/bmb/workflows/agent/steps-e/e-03f-validation-summary.md +119 -0
  126. package/src/modules/bmb/workflows/agent/steps-e/e-04-type-metadata.md +122 -0
  127. package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +132 -0
  128. package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +120 -0
  129. package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +122 -0
  130. package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +134 -0
  131. package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +117 -0
  132. package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +120 -0
  133. package/src/modules/bmb/workflows/agent/steps-e/e-09a-validate-metadata.md +70 -0
  134. package/src/modules/bmb/workflows/agent/steps-e/e-09b-validate-persona.md +70 -0
  135. package/src/modules/bmb/workflows/agent/steps-e/e-09c-validate-menu.md +69 -0
  136. package/src/modules/bmb/workflows/agent/steps-e/e-09d-validate-structure.md +69 -0
  137. package/src/modules/bmb/workflows/agent/steps-e/e-09e-validate-sidecar.md +70 -0
  138. package/src/modules/bmb/workflows/agent/steps-e/e-09f-validation-summary.md +111 -0
  139. package/src/modules/bmb/workflows/agent/steps-e/e-10-celebrate.md +150 -0
  140. package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +128 -0
  141. package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +73 -0
  142. package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +72 -0
  143. package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +71 -0
  144. package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +71 -0
  145. package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +76 -0
  146. package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +100 -0
  147. package/src/modules/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
  148. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/instructions.md.template +20 -0
  149. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/memories.md.template +18 -0
  150. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +76 -0
  151. package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +71 -0
  152. package/src/modules/bmb/workflows/agent/workflow.md +123 -0
  153. package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +2 -1
  154. package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +2 -1
  155. package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +2 -1
  156. package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +2 -1
  157. package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +2 -1
  158. package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +2 -1
  159. package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +2 -1
  160. package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +2 -1
  161. package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +2 -1
  162. package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +2 -1
  163. package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +2 -1
  164. package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +3 -2
  165. package/src/modules/bmb/workflows/create-module/workflow.md +1 -0
  166. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-02-profile.md +1 -1
  167. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-03-assessment.md +1 -1
  168. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-04-strategy.md +2 -2
  169. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-05-shopping.md +2 -2
  170. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-06-prep-schedule.md +2 -2
  171. package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +1 -0
  172. package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +2 -1
  173. package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +2 -1
  174. package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +2 -1
  175. package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +2 -1
  176. package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +4 -3
  177. package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +16 -1
  178. package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +2 -1
  179. package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +1 -0
  180. package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -0
  181. package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +5 -5
  182. package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +2 -1
  183. package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +2 -1
  184. package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +2 -1
  185. package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +1 -0
  186. package/src/modules/bmb/workflows/edit-workflow/workflow.md +2 -1
  187. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +1 -0
  188. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -0
  189. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +2 -1
  190. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +1 -0
  191. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +1 -0
  192. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +1 -0
  193. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +1 -0
  194. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +1 -0
  195. package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -0
  196. package/src/modules/bmgd/agents/game-architect.agent.yaml +8 -17
  197. package/src/modules/bmgd/agents/game-designer.agent.yaml +21 -33
  198. package/src/modules/bmgd/agents/game-dev.agent.yaml +13 -17
  199. package/src/modules/bmgd/agents/game-qa.agent.yaml +17 -21
  200. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +17 -21
  201. package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +15 -19
  202. package/src/modules/bmgd/module.yaml +1 -1
  203. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -0
  204. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +1 -0
  205. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +2 -1
  206. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -0
  207. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +1 -0
  208. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +1 -0
  209. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +1 -0
  210. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +2 -1
  211. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +2 -1
  212. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +2 -1
  213. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +2 -1
  214. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +2 -1
  215. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +2 -1
  216. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +1 -0
  217. package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.md +1 -0
  218. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +1 -0
  219. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +1 -0
  220. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +2 -1
  221. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +2 -1
  222. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +2 -1
  223. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +2 -1
  224. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +2 -1
  225. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +2 -1
  226. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +2 -1
  227. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +2 -1
  228. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +2 -1
  229. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +2 -1
  230. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +2 -1
  231. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +2 -1
  232. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +1 -0
  233. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +1 -0
  234. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +1 -0
  235. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +2 -1
  236. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +2 -1
  237. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +2 -1
  238. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +2 -1
  239. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +2 -1
  240. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +2 -1
  241. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +2 -1
  242. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +2 -1
  243. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +2 -1
  244. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -0
  245. package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +1 -0
  246. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -1
  247. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +1 -0
  248. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +1 -0
  249. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +2 -1
  250. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +2 -1
  251. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +2 -1
  252. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +2 -1
  253. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +4 -3
  254. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +2 -1
  255. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +4 -3
  256. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +1 -0
  257. package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +1 -0
  258. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +2 -1
  259. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +2 -1
  260. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +1 -0
  261. package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +1 -0
  262. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +1 -1
  263. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
  264. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
  265. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
  266. package/src/modules/bmm/_module-installer/installer.js +0 -34
  267. package/src/modules/bmm/agents/analyst.agent.yaml +10 -22
  268. package/src/modules/bmm/agents/architect.agent.yaml +6 -23
  269. package/src/modules/bmm/agents/dev.agent.yaml +2 -6
  270. package/src/modules/bmm/agents/pm.agent.yaml +15 -22
  271. package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +7 -3
  272. package/src/modules/bmm/agents/sm.agent.yaml +12 -24
  273. package/src/modules/bmm/agents/tea.agent.yaml +20 -25
  274. package/src/modules/bmm/agents/tech-writer.agent.yaml +18 -31
  275. package/src/modules/bmm/agents/ux-designer.agent.yaml +8 -20
  276. package/src/modules/bmm/module.yaml +3 -3
  277. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +22 -32
  278. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +1 -0
  279. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -1
  280. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -1
  281. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -1
  282. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -1
  283. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -0
  284. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +1 -0
  285. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +1 -0
  286. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +1 -0
  287. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +1 -0
  288. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +1 -0
  289. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +1 -0
  290. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +1 -0
  291. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +1 -0
  292. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +1 -0
  293. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +1 -0
  294. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +1 -0
  295. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +1 -0
  296. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +1 -0
  297. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +1 -0
  298. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +1 -0
  299. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +1 -0
  300. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +1 -0
  301. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +1 -0
  302. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +1 -0
  303. package/src/modules/bmm/workflows/1-analysis/research/workflow.md +1 -1
  304. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +20 -44
  305. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +1 -0
  306. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +3 -2
  307. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -4
  308. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -4
  309. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +5 -4
  310. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -4
  311. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -4
  312. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -4
  313. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +6 -5
  314. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -4
  315. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -4
  316. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -4
  317. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -4
  318. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +6 -4
  319. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -16
  320. package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -5
  321. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +23 -69
  322. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +3 -2
  323. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +5 -4
  324. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +7 -6
  325. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +7 -6
  326. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +7 -6
  327. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +7 -6
  328. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +7 -6
  329. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +7 -6
  330. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +7 -6
  331. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +7 -6
  332. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +6 -43
  333. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +3 -1
  334. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +9 -8
  335. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +2 -1
  336. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -0
  337. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +3 -2
  338. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -0
  339. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -0
  340. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -0
  341. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +25 -54
  342. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +1 -0
  343. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -3
  344. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +4 -3
  345. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -3
  346. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -3
  347. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -3
  348. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -3
  349. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +7 -6
  350. package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -0
  351. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +4 -3
  352. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +2 -1
  353. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +2 -1
  354. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +2 -1
  355. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -0
  356. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +9 -12
  357. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +13 -12
  358. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
  359. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +11 -10
  360. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
  361. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
  362. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
  363. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
  364. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
  365. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
  366. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +1 -1
  367. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +1 -1
  368. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +3 -2
  369. package/src/modules/bmm/workflows/document-project/checklist.md +2 -2
  370. package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +1 -0
  371. package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -1
  372. package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +1 -0
  373. package/src/modules/bmm/workflows/generate-project-context/workflow.md +1 -0
  374. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +6 -6
  375. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -1
  376. package/src/modules/bmm/workflows/workflow-status/instructions.md +4 -4
  377. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +44 -63
  378. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +44 -54
  379. package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +38 -41
  380. package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +26 -22
  381. package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -11
  382. package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -11
  383. package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -11
  384. package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -11
  385. package/src/modules/cis/agents/presentation-master.agent.yaml +14 -23
  386. package/src/modules/cis/agents/storyteller/storyteller.agent.yaml +2 -11
  387. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +6 -6
  388. package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +8 -8
  389. package/test/fixtures/agent-schema/{invalid → valid}/metadata/core-agent-with-module.agent.yaml +4 -7
  390. package/test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml +22 -0
  391. package/test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml +23 -0
  392. package/test/test-installation-components.js +1 -1
  393. package/tools/cli/bmad-cli.js +18 -0
  394. package/tools/cli/commands/install.js +8 -12
  395. package/tools/cli/installers/install-messages.yaml +14 -8
  396. package/tools/cli/installers/lib/core/config-collector.js +1 -1
  397. package/tools/cli/installers/lib/core/detector.js +5 -115
  398. package/tools/cli/installers/lib/core/installer.js +49 -80
  399. package/tools/cli/installers/lib/ide/antigravity.js +3 -3
  400. package/tools/cli/installers/lib/ide/claude-code.js +3 -3
  401. package/tools/cli/installers/lib/ide/codex.js +1 -1
  402. package/tools/cli/installers/lib/ide/github-copilot.js +1 -1
  403. package/tools/cli/lib/agent/compiler.js +4 -7
  404. package/tools/cli/lib/ui.js +1 -1
  405. package/tools/docs/index.md +2 -0
  406. package/tools/platform-codes.yaml +13 -1
  407. package/tools/schema/agent.js +30 -52
  408. package/website/sidebars.js +1 -19
  409. package/website/src/pages/downloads.md +0 -15
  410. package/docs/document-sharding-guide.md +0 -449
  411. package/docs/getting-started/installation.md +0 -76
  412. package/docs/ide-info/auggie.md +0 -31
  413. package/docs/ide-info/claude-code.md +0 -25
  414. package/docs/ide-info/cline.md +0 -31
  415. package/docs/ide-info/codex.md +0 -21
  416. package/docs/ide-info/crush.md +0 -30
  417. package/docs/ide-info/cursor.md +0 -25
  418. package/docs/ide-info/gemini.md +0 -25
  419. package/docs/ide-info/github-copilot.md +0 -26
  420. package/docs/ide-info/iflow.md +0 -33
  421. package/docs/ide-info/index.md +0 -24
  422. package/docs/ide-info/kilo.md +0 -24
  423. package/docs/ide-info/opencode.md +0 -24
  424. package/docs/ide-info/qwen.md +0 -25
  425. package/docs/ide-info/roo.md +0 -27
  426. package/docs/ide-info/rovo-dev.md +0 -22
  427. package/docs/ide-info/trae.md +0 -25
  428. package/docs/ide-info/windsurf.md +0 -22
  429. package/docs/v4-to-v6-upgrade.md +0 -227
  430. package/docs/web-bundles-gemini-gpt-guide.md +0 -21
  431. package/src/modules/bmb/agents/bmad-builder.agent.yaml +0 -94
  432. package/src/modules/bmb/docs/agents/agent-compilation.md +0 -340
  433. package/src/modules/bmb/docs/agents/agent-menu-patterns.md +0 -523
  434. package/src/modules/bmb/docs/agents/expert-agent-architecture.md +0 -363
  435. package/src/modules/bmb/docs/agents/kb.csv +0 -0
  436. package/src/modules/bmb/docs/agents/simple-agent-architecture.md +0 -257
  437. package/src/modules/bmb/docs/agents/understanding-agent-types.md +0 -184
  438. package/src/modules/bmb/docs/index.md +0 -247
  439. package/src/modules/bmb/docs/workflows/index.md +0 -45
  440. package/src/modules/bmb/docs/workflows/kb.csv +0 -0
  441. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +0 -242
  442. package/src/modules/bmb/reference/agents/module-examples/README.md +0 -49
  443. package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +0 -53
  444. package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +0 -57
  445. package/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml +0 -126
  446. package/src/modules/bmb/workflows/create-agent/data/agent-validation-checklist.md +0 -174
  447. package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +0 -29
  448. package/src/modules/bmb/workflows/create-agent/data/reference/README.md +0 -3
  449. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +0 -242
  450. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -24
  451. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -108
  452. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -46
  453. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -39
  454. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +0 -152
  455. package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +0 -48
  456. package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +0 -223
  457. package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +0 -305
  458. package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +0 -206
  459. package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +0 -260
  460. package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +0 -237
  461. package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +0 -232
  462. package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +0 -186
  463. package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +0 -234
  464. package/src/modules/bmb/workflows/create-agent/steps/step-08-celebrate.md +0 -218
  465. package/src/modules/bmb/workflows/create-agent/templates/agent-plan.template.md +0 -3
  466. package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +0 -364
  467. package/src/modules/bmb/workflows/create-agent/templates/simple-agent.template.md +0 -257
  468. package/src/modules/bmb/workflows/create-agent/workflow.md +0 -58
  469. package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +0 -134
  470. package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +0 -202
  471. package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +0 -157
  472. package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +0 -150
  473. package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +0 -150
  474. package/src/modules/bmb/workflows/edit-agent/workflow.md +0 -58
  475. package/src/modules/bmm/README.md +0 -127
  476. package/src/modules/bmm/docs/enterprise-agentic-development.md +0 -686
  477. package/src/modules/bmm/docs/scale-adaptive-system.md +0 -618
  478. package/src/modules/bmm/docs/troubleshooting.md +0 -661
  479. package/src/modules/bmm/docs/workflow-architecture-reference.md +0 -366
  480. package/src/modules/bmm/docs/workflow-document-project-reference.md +0 -489
  481. package/src/modules/bmm/docs/workflows-planning.md +0 -451
  482. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +0 -115
  483. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +0 -28
  484. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +0 -24
  485. package/test/fixtures/agent-schema/invalid/metadata/module-agent-missing-module.agent.yaml +0 -25
  486. package/test/fixtures/agent-schema/invalid/metadata/wrong-module-value.agent.yaml +0 -26
  487. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/agents-guide.md +0 -0
  488. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/game-types-guide.md +0 -0
  489. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-flow-guide.md +0 -0
  490. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-start.md +0 -0
  491. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/troubleshooting.md +0 -0
  492. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflow-overview.jpg +0 -0
  493. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/agents-guide.md +0 -0
  494. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/bmad-quick-flow.md +0 -0
  495. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/glossary.md +0 -0
  496. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/README.md +0 -0
  497. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.excalidraw +0 -0
  498. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.svg +0 -0
  499. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-flow-solo-dev.md +0 -0
  500. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-implementation.md +0 -0
  501. /package/{src/modules/cis/docs → docs/modules/cis-creative-intelligence-suite}/index.md +0 -0
  502. /package/src/core/{tools → tasks}/shard-doc.xml +0 -0
  503. /package/src/core/{tasks/advanced-elicitation-methods.csv → workflows/advanced-elicitation/methods.csv} +0 -0
  504. /package/src/modules/bmb/reference/{README.md → readme.md} +0 -0
  505. /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -0
  506. /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -0
  507. /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -0
  508. /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -0
  509. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/dietary-restrictions.csv +0 -0
  510. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/macro-calculator.csv +0 -0
  511. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/recipe-database.csv +0 -0
  512. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01-init.md +0 -0
  513. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01b-continue.md +0 -0
  514. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/assessment-section.md +0 -0
  515. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/nutrition-plan.md +0 -0
  516. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/prep-schedule-section.md +0 -0
  517. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/profile-section.md +0 -0
  518. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/shopping-section.md +0 -0
  519. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/strategy-section.md +0 -0
  520. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/workflow.md +0 -0
  521. /package/{docs → tools/docs}/BUNDLE_DISTRIBUTION_SETUP.md +0 -0
@@ -0,0 +1,166 @@
1
+ # Agent Creation Guide
2
+
3
+ Create your own custom agents using the BMAD Builder workflow.
4
+
5
+ ## Overview
6
+
7
+ The BMAD Builder (BMB) module provides an interactive workflow that guides you through creating a custom agent from concept to completion. You define the agent's purpose, personality, capabilities, and menu - then the workflow generates a complete, ready-to-use agent file.
8
+
9
+ ## Before You Start
10
+
11
+ **Prerequisites:**
12
+ - BMAD installed with the BMB module
13
+ - An idea for what you want your agent to do
14
+ - About 15-30 minutes for your first agent
15
+
16
+ **Know Before You Go:**
17
+ - What problem should your agent solve?
18
+ - Who will use this agent?
19
+ - What should the agent be able to do?
20
+
21
+ ## Quick Start
22
+
23
+ ### 1. Start the Workflow
24
+
25
+ In your IDE (Claude Code, Cursor, etc.), invoke the create-agent workflow:
26
+
27
+ ```
28
+ "Run the BMAD Builder create-agent workflow"
29
+ ```
30
+
31
+ Or trigger it via the BMAD Master menu.
32
+
33
+ ### 2. Follow the Steps
34
+
35
+ The workflow guides you through:
36
+
37
+ | Step | What You'll Do |
38
+ |------|----------------|
39
+ | **Brainstorm** (optional) | Explore ideas with creative techniques |
40
+ | **Discovery** | Define the agent's purpose and goals |
41
+ | **Type & Metadata** | Choose Simple or Expert, name your agent |
42
+ | **Persona** | Craft the agent's personality and principles |
43
+ | **Commands** | Define what the agent can do |
44
+ | **Activation** | Set up autonomous behaviors (optional) |
45
+ | **Build** | Generate the agent file |
46
+ | **Validation** | Review and verify everything works |
47
+
48
+ ### 3. Install Your Agent
49
+
50
+ Once created, package your agent for installation:
51
+
52
+ ```
53
+ my-custom-stuff/
54
+ ├── module.yaml # Contains: unitary: true
55
+ ├── agents/
56
+ │ └── {agent-name}/
57
+ │ ├── {agent-name}.agent.yaml
58
+ │ └── _memory/ # Expert agents only
59
+ │ └── {sidecar-folder}/
60
+ └── workflows/ # Optional: custom workflows
61
+ ```
62
+
63
+ See [Custom Content Installation](./custom-content-installation.md) for details.
64
+
65
+ ## Choosing Your Agent Type
66
+
67
+ The workflow will help you decide, but here's the quick reference:
68
+
69
+ ### Choose Simple Agent When:
70
+
71
+ - Task is well-defined and focused
72
+ - Don't need persistent memory
73
+ - Want fast setup and deployment
74
+ - Single-purpose assistant (e.g., commit messages, code review)
75
+
76
+ **Example:** A "Code Commenter" that reads files and adds helpful comments.
77
+
78
+ ### Choose Expert Agent When:
79
+
80
+ - Domain requires specialized knowledge
81
+ - Need persistent memory across sessions
82
+ - Agent coordinates complex workflows
83
+ - Building ongoing project infrastructure
84
+
85
+ **Example:** A "Security Architect" that remembers your design decisions and maintains security standards across the project.
86
+
87
+ ### Choose Module Agent When:
88
+
89
+ - Agent builds other agents or workflows
90
+ - Need integration with module system
91
+ - Creating professional tooling
92
+
93
+ **Example:** A "Team Builder" that helps set up agents for new team members.
94
+
95
+ ## The Persona System
96
+
97
+ Your agent's personality is defined by four fields:
98
+
99
+ | Field | Purpose | Example |
100
+ |-------|---------|---------|
101
+ | **Role** | What they do | "Senior code reviewer who catches bugs and suggests improvements" |
102
+ | **Identity** | Who they are | "Friendly but exacting, believes clean code is a craft" |
103
+ | **Communication Style** | How they speak | "Direct, constructive, explains the 'why' behind suggestions" |
104
+ | **Principles** | Why they act | "Security first, clarity over cleverness, test what you fix" |
105
+
106
+ **Key:** Keep each field focused on its purpose. The role isn't personality; the identity isn't job description.
107
+
108
+ ## Tips for Success
109
+
110
+ ### Start Small
111
+
112
+ Your first agent should solve **one problem well**. You can always add more capabilities later.
113
+
114
+ ### Learn by Example
115
+
116
+ Study the reference agents in `src/modules/bmb/reference/agents/`:
117
+ - **Simple:** [commit-poet](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml)
118
+ - **Expert:** [journal-keeper](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/modules/bmb/reference/agents/expert-examples/journal-keeper)
119
+
120
+ ### Write Great Principles
121
+
122
+ The first principle should "activate" the agent's expertise:
123
+
124
+ ❌ **Weak:** "Be helpful and accurate"
125
+ ✅ **Strong:** "Channel decades of security expertise: threat modeling begins with trust boundaries, never trust client input, defense in depth is non-negotiable"
126
+
127
+ ### Use the Menu System
128
+
129
+ The workflow provides options at each step:
130
+ - **[A] Advanced** - Get deeper insights and reasoning
131
+ - **[P] Party** - Get multiple agent perspectives
132
+ - **[C] Continue** - Move to the next step
133
+
134
+ Use these when you need extra input or creative options.
135
+
136
+ ## After Creation
137
+
138
+ ### Test Your Agent
139
+
140
+ 1. Install your custom module using the BMAD installer
141
+ 2. Invoke your new agent in your IDE
142
+ 3. Try each menu command
143
+ 4. Verify the personality feels right
144
+
145
+ ### Iterate
146
+
147
+ If something isn't right:
148
+ 1. Edit the agent YAML directly, or
149
+ 2. Edit the customization file in `_bmad/_config/agents/`
150
+ 3. Rebuild using `npx bmad-method build <agent-name>`
151
+
152
+ ### Share
153
+
154
+ Package your agent as a standalone module (see [Installation Guide](../../bmad-core-concepts/installing/)) and share it with your team or the community.
155
+
156
+ ## Further Reading
157
+
158
+ - **[Agent Architecture](./index.md)** - Deep technical details on agent types
159
+ - **[Agent Customization](../../bmad-core-concepts/agent-customization/)** - Modify agents without editing core files
160
+ - **[Custom Content Installation](./custom-content-installation.md)** - Package and distribute your agents
161
+
162
+ ---
163
+
164
+ **Ready?** Start the workflow and create your first agent!
165
+
166
+ [← Back to BMB Documentation](./index.md)
@@ -2,7 +2,7 @@
2
2
 
3
3
  This guide explains how to create and install custom BMAD content including agents, workflows, and modules. Custom content extends BMAD's functionality with specialized tools and workflows that can be shared across projects or teams.
4
4
 
5
- For detailed information about the different types of custom content available, see [Custom Content](./custom-content.md).
5
+ For detailed information about the different types of custom content available, see [Custom Content](modules/bmb-bmad-builder/custom-content.md).
6
6
 
7
7
  You can find example custom modules in the `samples/sample-custom-modules/` folder of the repository. Download either of the sample folders to try them out.
8
8
 
@@ -26,10 +26,8 @@ To create an installable custom module:
26
26
  - Create a folder with a short, abbreviated name (e.g., `cis` for Creative Intelligence Suite)
27
27
  - The folder name serves as the module code
28
28
 
29
- 2. **Required Files**
30
- - Include a `module.yaml` file in the root folder
31
- - This file drives the installation process when used by the BMAD installer
32
- - Reference existing modules or the BMad Builder for configuration examples
29
+ 2. **Required File**
30
+ - Include a `module.yaml` file in the root folder (this drives questions for the final generated config.yaml at install target)
33
31
 
34
32
  3. **Folder Organization**
35
33
  Follow these conventions for optimal compatibility:
@@ -56,8 +54,10 @@ For standalone content that isn't part of a cohesive module collection, follow t
56
54
 
57
55
  1. **Module Configuration**
58
56
  - Create a folder with a `module.yaml` file (similar to custom modules)
59
- - Add the property `unitary: true` to the module.yaml
60
- - The `unitary: true` property indicates this is a collection of potentially unrelated items that don't depend on each other
57
+ - Add the property `unitary: true` in the module.yaml
58
+ - The `unitary: true` property indicates this is a collection of potentially unrelated items that don't depend on each other
59
+ - Any content you add to this folder should still be nested under workflows and agents - but the key with stand alone content is they do not rely on each other.
60
+ - Agents do not reference other workflows even if stored in a unitary:true module. But unitary Agents can have their own workflows in their sidecar, or reference workflows as requirements from other modules - with a process known as workflow vendoring. Keep in mind, this will require that the workflow referenced from the other module would need to be available for the end user to install, so its recommended to only vendor workflows from the core module, or official bmm modules (See [Workflow Vendoring, Customization, and Inheritance](workflow-vendoring-customization-inheritance.md)).
61
61
 
62
62
  2. **Folder Structure**
63
63
  Organize content in specific named folders:
@@ -1,6 +1,6 @@
1
1
  # Custom Content
2
2
 
3
- BMAD supports several categories of officially supported custom content that extend the platform's capabilities. Custom content can be created manually or with the recommended assistance of the BMad Builder (BoMB) Module. The BoMB Agent provides workflows and expertise to plan and build any custom content you can imagine.
3
+ BMAD supports several categories of officially supported custom content that extend the platform's capabilities. Custom content can be created manually or with the recommended assistance of the BMad Builder (BoMB) Module. The BoMB Agents provides workflows and expertise to plan and build any custom content you can imagine.
4
4
 
5
5
  This flexibility transforms the platform beyond its current capabilities, enabling:
6
6
 
@@ -21,7 +21,7 @@ This flexibility transforms the platform beyond its current capabilities, enabli
21
21
  - [Custom Global Modules](#custom-global-modules)
22
22
  - [Custom Agents](#custom-agents)
23
23
  - [BMad Tiny Agents](#bmad-tiny-agents)
24
- - [Simple vs Expert Agents](#simple-vs-expert-agents)
24
+ - [Simple and Expert Agents](#simple-and-expert-agents)
25
25
  - [Custom Workflows](#custom-workflows)
26
26
 
27
27
  ## Custom Stand Alone Modules
@@ -57,7 +57,7 @@ Similar to Custom Stand Alone Modules, but designed to add functionality that ap
57
57
 
58
58
  Examples include:
59
59
 
60
- - The current TTS (Text-to-Speech) functionality for Claude, which will be rebuilt as a global module
60
+ - The current TTS (Text-to-Speech) functionality for Claude, which will soon be converted to a global module
61
61
  - The core module, which is always installed and provides all agents with party mode and advanced elicitation capabilities
62
62
  - Installation and update tools that work with any BMAD method configuration
63
63
 
@@ -81,7 +81,7 @@ Personal agents designed for highly specific needs that may not be suitable for
81
81
 
82
82
  These are simple, standalone files that can be scoped to focus on specific data or paths when integrated into an information vault or repository.
83
83
 
84
- ### Simple vs Expert Agents
84
+ ### Simple and Expert Agents
85
85
 
86
86
  The distinction between simple and expert agents lies in their structure:
87
87
 
@@ -89,7 +89,6 @@ The distinction between simple and expert agents lies in their structure:
89
89
 
90
90
  - Single file containing all prompts and configuration
91
91
  - Self-contained and straightforward
92
- - has metadata type: simple
93
92
 
94
93
  **Expert Agent:**
95
94
 
@@ -1,6 +1,11 @@
1
1
  # BMB Module Documentation
2
2
 
3
- Reference documentation for building BMAD agents and workflows.
3
+ Create custom agents, workflows, and modules for BMAD.
4
+
5
+ ## Quick Start
6
+
7
+ - **[Agent Creation Guide](./agent-creation-guide.md)** - Step-by-step guide to building your first agent
8
+ - **[Understanding Agent Types](./understanding-agent-types.md)** - Learn the differences between Simple and Expert agents
4
9
 
5
10
  ## Agent Architecture
6
11
 
@@ -37,7 +42,7 @@ Production-ready examples in [bmb/reference/agents/](https://github.com/bmad-cod
37
42
 
38
43
  For installing standalone simple and expert agents, see:
39
44
 
40
- - [Custom Agent Installation](/docs/custom-content-installation.md)
45
+ - [Custom Agent Installation](/docs/modules/bmb-bmad-builder/custom-content-installation.md)
41
46
 
42
47
  ## Key Concepts
43
48
 
@@ -0,0 +1,42 @@
1
+ # Workflow Vendoring, Customization, and Inheritance (Official Support Consing Soon)
2
+
3
+ Vendoring and Inheritance of workflows are 2 ways of sharing or reutilizing workflows - but with some key distinctions and use cases.
4
+
5
+ ## Workflow Vendoring
6
+
7
+ Workflow Vendoring allows an agent to have access to a workflow from another module, without having to install said module. At install time, the module workflow being vendored will be cloned and installed into the module that is receiving the vendored workflow the agent needs.
8
+
9
+ ### How to Vendor
10
+
11
+ Lets assume you are building a module, and you do not want to recreate a workflow from the BMad Method, such as workflows/4-implementation/dev-story/workflow.md. Instead of copying all the context to your module, and having to maintain it over time as updates are made, you can instead use the exec-vendor menu item in your agent.
12
+
13
+ From your modules agent definition, you would implement the menu item as follows in the agent:
14
+
15
+ ```yaml
16
+ - trigger: develop-story
17
+ exec-vendor: "{project-root}/_bmad/<source-module>/workflows/4-production/dev-story/workflow.md"
18
+ exec: "{project-root}/_bmad/<my-module>/workflows/dev-story/workflow.md"
19
+ description: "Execute Dev Story workflow, implementing tasks and tests, or performing updates to the story"
20
+ ```
21
+
22
+ At install time, it will clone the workflow and all of its required assets, and the agent that gets built will have an exec to a path installed in its own module. The content gets added to the folder you specify in exec. While it does not have to exactly match the source path, you will want to ensure you are specifying the workflow.md to be in a new location (in other words in this example, dev-story would not already be the path of another custom module workflow that already exists.)
23
+
24
+ ## Workflow Inheritance (Official Support Coming Post Beta)
25
+
26
+ Workflow Inheritance is a different concept, that allows you to modify or extend existing workflow.
27
+
28
+ Party Mode from the core is an example of a workflow that is designed with inheritance in mind - customization for specific party needs. While party mode itself is generic - there might be specific agent collaborations you want to create. Without having to reinvent the whole party mode concept, or copy and paste all of its content - you could inherit from party mode to extend it to be specific.
29
+
30
+ Some possible examples could be:
31
+
32
+ - Retrospective
33
+ - Sprint Planning
34
+ - Collaborative Brainstorming Sessions
35
+
36
+ ## Workflow Customization (Official Support Coming Post Beta)
37
+
38
+ Similar to Workflow Inheritance, Workflow Customization will soon be allowed for certain workflows that are meant to be user customized - similar in process to how agents are customized now.
39
+
40
+ This will take the shape of workflows with optional hooks, configurable inputs, and the ability to replace whole at install time.
41
+
42
+ For example, assume you are using the Create PRD workflow, which is comprised of 11 steps, and you want to always include specifics about your companies domain, technical landscape or something else. While project-context can be helpful with that, you can also through hooks and step overrides, have full replace steps, the key requirement being to ensure your step replace file is an exact file name match of an existing step, follows all conventions, and ends in a similar fashion to either hook back in to call the next existing step, or more custom steps that eventually hook back into the flow.
@@ -291,4 +291,3 @@ Phase 4 workflows inherit from BMM base and add BMGD-specific overrides.
291
291
 
292
292
  - **[Quick Start Guide](./quick-start.md)** - Get started with BMGD
293
293
  - **[Game Types Guide](./game-types-guide.md)** - Game genre reference
294
- - **[Troubleshooting](./troubleshooting.md)** - Common issues and solutions
@@ -50,7 +50,6 @@ Understanding how BMGD works:
50
50
  Essential reference materials:
51
51
 
52
52
  - **[Glossary](./glossary.md)** - Key game development terminology
53
- - **[Troubleshooting](./troubleshooting.md)** - Common issues and solutions
54
53
 
55
54
  ---
56
55
 
@@ -148,7 +147,6 @@ BMGD Documentation
148
147
  ├── quick-flow-guide.md # Rapid prototyping and development
149
148
  ├── game-types-guide.md # Game type templates
150
149
  ├── glossary.md # Terminology
151
- └── troubleshooting.md # Common issues
152
150
  ```
153
151
 
154
152
  ---
@@ -164,9 +162,6 @@ BMGD Documentation
164
162
  ### Related Documentation
165
163
 
166
164
  - **[BMM Documentation](../../bmm/docs/index.md)** - Core BMad Method documentation
167
- - **[IDE Guides](../../ide-info/)** - Configure your development environment
168
-
169
- ---
170
165
 
171
166
  ## Tips for Using This Documentation
172
167
 
@@ -8,7 +8,7 @@ Complete reference for all BMGD workflows organized by development phase.
8
8
 
9
9
  BMGD workflows are organized into four phases:
10
10
 
11
- ![BMGD Workflow Overview](./workflow-overview.jpg)
11
+ ![BMGD Workflow Overview](../../../../docs/modules/bmgd-bmad-game-dev/workflow-overview.jpg)
12
12
 
13
13
  ---
14
14
 
@@ -259,7 +259,7 @@ Checks current project status across all phases. Shows completed documents, curr
259
259
 
260
260
  ## Quick-Flow Workflows
261
261
 
262
- Fast-track workflows that skip full planning phases. See **[Quick-Flow Guide](./quick-flow-guide.md)** for detailed usage.
262
+ Fast-track workflows that skip full planning phases. See **[Quick-Flow Guide](../../../../docs/modules/bmgd-bmad-game-dev/quick-flow-guide.md)** for detailed usage.
263
263
 
264
264
  ### Quick-Prototype
265
265
 
@@ -457,7 +457,7 @@ This means:
457
457
 
458
458
  ## Next Steps
459
459
 
460
- - **[Quick Start Guide](./quick-start.md)** - Get started with BMGD
461
- - **[Quick-Flow Guide](./quick-flow-guide.md)** - Rapid prototyping and development
462
- - **[Agents Guide](./agents-guide.md)** - Agent reference
463
- - **[Game Types Guide](./game-types-guide.md)** - Game type templates
460
+ - **[Quick Start Guide](../../../../docs/modules/bmgd-bmad-game-dev/quick-start.md)** - Get started with BMGD
461
+ - **[Quick-Flow Guide](../../../../docs/modules/bmgd-bmad-game-dev/quick-flow-guide.md)** - Rapid prototyping and development
462
+ - **[Agents Guide](../../../../docs/modules/bmgd-bmad-game-dev/agents-guide.md)** - Agent reference
463
+ - **[Game Types Guide](../../../../docs/modules/bmgd-bmad-game-dev/game-types-guide.md)** - Game type templates
@@ -725,7 +725,6 @@ flowchart TD
725
725
  - **[Quick Start Guide](./quick-start.md)** - Getting started with BMM
726
726
  - **[Glossary](./glossary.md)** - Key terminology
727
727
  - **[FAQ](./faq.md)** - Common questions
728
- - **[Troubleshooting](./troubleshooting.md)** - Problem resolution
729
728
  - **[Workflow Documentation](./index.md#-workflow-guides)** - Complete workflow reference
730
729
 
731
730
  ---
@@ -354,8 +354,6 @@ Use them together for best results.
354
354
 
355
355
  **Why model quality matters:** BMM workflows require LLMs that can follow multi-step processes, maintain context across phases, and implement code that adheres to specifications. Tools with weaker models will struggle with workflow adherence and code quality.
356
356
 
357
- See [IDE Setup Guides](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/docs/ide-info) for configuration specifics.
358
-
359
357
  ### Q: Can I customize agents?
360
358
 
361
359
  **A:** Yes! Agents are installed as markdown files with XML-style content (optimized for LLMs, readable by any model). Create customization files in `_bmad/_config/agents/[agent-name].customize.yaml` to override default behaviors while keeping core functionality intact. See agent documentation for customization options.
@@ -22,26 +22,23 @@ Complete guides for the BMad Method Module (BMM) - AI-powered agile development
22
22
 
23
23
  ## 📖 Core Concepts
24
24
 
25
- Understanding how BMM adapts to your needs:
25
+ The BMad Method is meant to be adapted and customized to your specific needs. In this realm there is no one size fits all - your needs are unique, and BMad Method is meant to support this (and if it does not, can be further customized or extended with new modules).
26
26
 
27
- - **[Scale Adaptive System](./scale-adaptive-system.md)** - How BMM adapts to project size and complexity
28
- - Three planning tracks (Quick Flow, BMad Method, Enterprise Method)
29
- - Automatic track recommendation
30
- - Documentation requirements per track
31
- - Planning workflow routing
27
+ First know there is the full BMad Method Process and then there is a Quick Flow for those quicker smaller efforts.
28
+
29
+ - **[Full Adaptive BMad Method](#-workflow-guides)** - Full planning and scope support through extensive development and testing.
30
+ - Broken down into 4 phases, all of which are comprised of both required and optional phases
31
+ - Phases 1-3 are all about progressive idea development through planning and preparations to build your project.
32
+ - Phase 4 is the implementation cycle where you will Just In Time (JIT) produce the contextual stories needed for the dev agent based on the extensive planing completed
33
+ - All 4 phases have optional steps in them, depending on how rigorous you want to go with planning, research ideation, validation, testing and traceability.
34
+ - While there is a lot here, know that even this can be distilled down to a simple PRD, Epic and Story list and then jump into the dev cycle. But if that is all you want, you might be better off with the BMad Quick Flow described next
32
35
 
33
36
  - **[BMAD Quick Flow](./bmad-quick-flow.md)** - Fast-track development workflow
34
37
  - 3-step process: spec → dev → optional review
35
38
  - Perfect for bug fixes and small features
36
39
  - Rapid prototyping with production quality
37
- - Hours to implementation, not days
38
- - Barry (Quick Flow Solo Dev) agent owned
39
-
40
- - **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)** - Elite solo developer for rapid development
41
- - Barry is an elite developer who thrives on autonomous execution
42
- - Lives and breathes the BMAD Quick Flow workflow
43
- - Takes projects from concept to deployment with ruthless efficiency
44
- - No handoffs, no delays - just pure focused development
40
+ - Implementation in minutes, not days
41
+ - Has a specialized single agent that does all of this: **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)**
45
42
 
46
43
  ## 🤖 Agents and Collaboration
47
44
 
@@ -78,7 +75,6 @@ Essential reference materials:
78
75
 
79
76
  - **[Glossary](./glossary.md)** - Key terminology and concepts
80
77
  - **[FAQ](./faq.md)** - Frequently asked questions across all topics
81
- - **[Enterprise Agentic Development](./enterprise-agentic-development.md)** - Team collaboration strategies
82
78
 
83
79
  ## 🎯 Choose Your Path
84
80
 
@@ -86,19 +82,14 @@ Essential reference materials:
86
82
 
87
83
  **Build something new (greenfield)**
88
84
  → Start with [Quick Start Guide](./quick-start.md)
89
- → Then review [Scale Adaptive System](./scale-adaptive-system.md) to understand tracks
90
85
 
91
86
  **Fix a bug or add small feature**
92
- Go to [BMAD Quick Flow](./bmad-quick-flow.md) for rapid development
93
- → Or use [Quick Flow Solo Dev](./quick-flow-solo-dev.md) directly
87
+ User the [Quick Flow Solo Dev](./quick-flow-solo-dev.md) directly with its dedicated stand alone [Quick Bmad Spec Flow](./quick-spec-flow.md) process
94
88
 
95
89
  **Work with existing codebase (brownfield)**
96
90
  → Read [Brownfield Development Guide](./brownfield-guide.md)
97
91
  → Pay special attention to documentation requirements for brownfield projects
98
92
 
99
- **Understand planning tracks and methodology**
100
- → See [Scale Adaptive System](./scale-adaptive-system.md)
101
-
102
93
  ## 📋 Workflow Guides
103
94
 
104
95
  Comprehensive documentation for all BMM workflows organized by phase:
@@ -127,35 +118,6 @@ Comprehensive documentation for all BMM workflows organized by phase:
127
118
  - **[Testing & QA Workflows](./test-architecture.md)** - Comprehensive quality assurance (1,420 lines)
128
119
  - Test strategy, automation, quality gates
129
120
  - TEA agent and test healing
130
- - BMad-integrated vs standalone modes
131
-
132
- **Total: 34 workflows documented across all phases**
133
-
134
- ### Advanced Workflow References
135
-
136
- For detailed technical documentation on specific complex workflows:
137
-
138
- - **[Document Project Workflow Reference](./workflow-document-project-reference.md)** - Technical deep-dive (445 lines)
139
- - v1.2.0 context-safe architecture
140
- - Scan levels, resumability, write-as-you-go
141
- - Multi-part project detection
142
- - Deep-dive mode for targeted analysis
143
-
144
- - **[Architecture Workflow Reference](./workflow-architecture-reference.md)** - Decision architecture guide (320 lines)
145
- - Starter template intelligence
146
- - Novel pattern design
147
- - Implementation patterns for agent consistency
148
- - Adaptive facilitation approach
149
-
150
- ## 🏗️ Module Structure
151
-
152
- Understanding BMM components:
153
-
154
- - **[BMM Module README](../README.md)** - Overview of module structure
155
- - Agent roster and roles
156
- - Workflow organization
157
- - Teams and collaboration
158
- - Best practices
159
121
 
160
122
  ## 🌐 External Resources
161
123
 
@@ -2,13 +2,11 @@
2
2
 
3
3
  **Get all your AI agents in one conversation**
4
4
 
5
- ---
6
-
7
5
  ## What is Party Mode?
8
6
 
9
7
  Ever wanted to gather your entire AI team in one room and see what happens? That's party mode.
10
8
 
11
- Type `/bmad:core:workflows:party-mode` (or `*party-mode` from any agent), and suddenly you've got **all your AI agents** in one conversation. PM, Architect, DEV, UX Designer, the CIS creative agents - everyone shows up.
9
+ Type `/bmad:core:workflows:party-mode` (or `*party-mode` from any agent or at key workflow junctions when asked), and suddenly you've got **all your AI agents** in one conversation. PM, Architect, DEV, UX Designer and more that you can choose from.
12
10
 
13
11
  **Why it's useful:**
14
12
 
@@ -19,8 +17,6 @@ Type `/bmad:core:workflows:party-mode` (or `*party-mode` from any agent), and su
19
17
  - **Sprint retrospectives** - Party mode powers the retrospective workflow
20
18
  - **Sprint planning** - Multi-agent collaboration for planning sessions
21
19
 
22
- **Future use:** Advanced elicitation workflows will leverage party mode for sophisticated requirement gathering.
23
-
24
20
  ---
25
21
 
26
22
  ## How It Works
@@ -46,6 +42,10 @@ Type `/bmad:core:workflows:party-mode` (or `*party-mode` from any agent), and su
46
42
  # OR from any agent context
47
43
  *party-mode
48
44
 
45
+ # Super Hack
46
+
47
+ /bmad:core:workflows:party-mode and include also in the party Santa Clause and Einstein
48
+
49
49
  # During party
50
50
  Ask questions, respond to agents, direct the conversation
51
51
 
@@ -103,116 +103,6 @@ _(Ideas cross-pollinate and evolve)_
103
103
 
104
104
  _(Multiple perspectives reveal the right answer)_
105
105
 
106
- ---
107
-
108
- ## When NOT to Use Party Mode
109
-
110
- **Skip party mode for:**
111
-
112
- - Simple implementation questions → Use DEV agent
113
- - Document review → Use Technical Writer
114
- - Workflow status checks → Use any agent + `*workflow-status`
115
- - Single-domain questions → Use specialist agent
116
-
117
- **Use party mode for:**
118
-
119
- - Multi-perspective decisions
120
- - Creative collaboration
121
- - Post-mortems and retrospectives
122
- - Sprint planning sessions
123
- - Complex problem-solving
124
-
125
- ---
126
-
127
- ## Agent Customization
128
-
129
- Party mode uses agents from `_bmad/[module]/agents/*.md` - these already include any customizations you applied during install.
130
-
131
- **To customize agents for party mode:**
132
-
133
- 1. Create customization file: `_bmad/_config/agents/bmm-pm.customize.yaml`
134
- 2. Run `npx bmad-method install` to rebuild agents
135
- 3. Customizations now active in party mode
136
-
137
- Example customization:
138
-
139
- ```yaml
140
- agent:
141
- persona:
142
- principles:
143
- - 'HIPAA compliance is non-negotiable'
144
- - 'Patient safety over feature velocity'
145
- ```
146
-
147
- See [Agents Guide](./agents-guide.md#agent-customization) for details.
148
-
149
- ---
150
-
151
- ## BMM Workflows That Use Party Mode
152
-
153
- **Current:**
154
-
155
- - `epic-retrospective` - Post-epic team retrospective powered by party mode
156
- - Sprint planning discussions (informal party mode usage)
157
-
158
- **Future:**
159
-
160
- - Advanced elicitation workflows will officially integrate party mode
161
- - Multi-agent requirement validation
162
- - Collaborative technical reviews
163
-
164
- ---
165
-
166
- ## Available Agents
167
-
168
- Party mode can include **19+ agents** from all installed modules:
169
-
170
- **BMM (12 agents):** PM, Analyst, Architect, SM, DEV, TEA, UX Designer, Technical Writer, Game Designer, Game Developer, Game Architect
171
-
172
- **CIS (5 agents):** Brainstorming Coach, Creative Problem Solver, Design Thinking Coach, Innovation Strategist, Storyteller
173
-
174
- **BMB (1 agent):** BMad Builder
175
-
176
- **Core (1 agent):** BMad Master (orchestrator)
177
-
178
- **Custom:** Any agents you've created
179
-
180
- ---
181
-
182
- ## Tips
183
-
184
- **Get better results:**
185
-
186
- - Be specific with your topic/question
187
- - Provide context (project type, constraints, goals)
188
- - Direct specific agents when you want their expertise
189
- - Make decisions - party mode informs, you decide
190
- - Time box discussions (15-30 minutes is usually plenty)
191
-
192
- **Examples of good opening questions:**
193
-
194
- - "We need to decide between REST and GraphQL for our mobile API. Project is a B2B SaaS with 50 enterprise clients."
195
- - "Our last sprint failed spectacularly. Let's discuss what went wrong with authentication implementation."
196
- - "Brainstorm: how can we make our game's tutorial feel rewarding instead of tedious?"
197
-
198
- ---
199
-
200
- ## Troubleshooting
201
-
202
- **Same agents responding every time?**
203
- Vary your questions or explicitly request other perspectives: "Game Designer, your thoughts?"
204
-
205
- **Discussion going in circles?**
206
- BMad Master will summarize and redirect, or you can make a decision and move on.
207
-
208
- **Too many agents talking?**
209
- Make your topic more specific - BMad Master picks 2-3 agents based on relevance.
210
-
211
- **Agents not using customizations?**
212
- Make sure you ran `npx bmad-method install` after creating customization files.
213
-
214
- ---
215
-
216
106
  ## Related Documentation
217
107
 
218
108
  - [Agents Guide](./agents-guide.md) - Complete agent reference