bmad-method 6.0.0-alpha.21 → 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 (467) hide show
  1. package/.vscode/settings.json +1 -0
  2. package/CHANGELOG.md +156 -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 +1 -1
  44. package/samples/sample-custom-modules/README.md +1 -1
  45. package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -5
  46. package/src/core/tasks/workflow.xml +1 -1
  47. package/src/core/{tasks/advanced-elicitation.xml → workflows/advanced-elicitation/workflow.xml} +3 -2
  48. package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +1 -0
  49. package/src/core/workflows/brainstorming/steps/step-01b-continue.md +1 -0
  50. package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +1 -0
  51. package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +1 -0
  52. package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +1 -0
  53. package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +1 -0
  54. package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +1 -0
  55. package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +1 -0
  56. package/src/core/workflows/brainstorming/workflow.md +1 -1
  57. package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +1 -0
  58. package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +1 -0
  59. package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +1 -0
  60. package/src/core/workflows/party-mode/workflow.md +1 -1
  61. package/src/modules/bmb/agents/agent-builder.agent.yaml +2 -2
  62. package/src/modules/bmb/docs/workflows/architecture.md +1 -1
  63. package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +1 -1
  64. package/src/modules/bmb/docs/workflows/step-file-rules.md +469 -0
  65. package/src/modules/bmb/docs/workflows/templates/step-file.md +1 -1
  66. package/src/modules/bmb/docs/workflows/templates/step-template.md +1 -1
  67. package/src/modules/bmb/docs/workflows/terms.md +1 -1
  68. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -0
  69. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -0
  70. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +2 -1
  71. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +2 -1
  72. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +3 -2
  73. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +3 -2
  74. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +3 -2
  75. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -0
  76. package/src/modules/bmb/workflows/agent/data/agent-compilation.md +273 -0
  77. package/src/modules/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
  78. package/src/modules/bmb/workflows/agent/data/agent-metadata.md +208 -0
  79. package/src/modules/bmb/workflows/{create-agent → agent}/data/brainstorm-context.md +3 -10
  80. package/src/modules/bmb/workflows/{create-agent → agent}/data/communication-presets.csv +1 -1
  81. package/src/modules/bmb/workflows/agent/data/critical-actions.md +120 -0
  82. package/src/modules/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
  83. package/src/modules/bmb/workflows/agent/data/expert-agent-validation.md +173 -0
  84. package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +124 -0
  85. package/src/modules/bmb/workflows/agent/data/persona-properties.md +266 -0
  86. package/src/modules/bmb/workflows/agent/data/principles-crafting.md +292 -0
  87. package/src/modules/bmb/workflows/agent/data/reference/expert-examples/journal-keeper/journal-keeper-sidecar/entries/yy-mm-dd-entry-template.md +17 -0
  88. package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper.agent.yaml +25 -25
  89. package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +31 -0
  90. package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
  91. package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/simple-examples/commit-poet.agent.yaml +14 -14
  92. package/src/modules/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
  93. package/src/modules/bmb/workflows/agent/data/simple-agent-validation.md +132 -0
  94. package/src/modules/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
  95. package/src/modules/bmb/workflows/{create-agent/steps → agent/steps-c}/step-01-brainstorm.md +6 -25
  96. package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +168 -0
  97. package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +294 -0
  98. package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +210 -0
  99. package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +176 -0
  100. package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +275 -0
  101. package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +185 -0
  102. package/src/modules/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
  103. package/src/modules/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
  104. package/src/modules/bmb/workflows/agent/steps-c/step-08a-plan-traceability.md +203 -0
  105. package/src/modules/bmb/workflows/agent/steps-c/step-08b-metadata-validation.md +135 -0
  106. package/src/modules/bmb/workflows/agent/steps-c/step-08c-persona-validation.md +161 -0
  107. package/src/modules/bmb/workflows/agent/steps-c/step-08d-menu-validation.md +158 -0
  108. package/src/modules/bmb/workflows/agent/steps-c/step-08e-structure-validation.md +306 -0
  109. package/src/modules/bmb/workflows/agent/steps-c/step-08f-sidecar-validation.md +462 -0
  110. package/src/modules/bmb/workflows/agent/steps-c/step-09-celebrate.md +244 -0
  111. package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +214 -0
  112. package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +191 -0
  113. package/src/modules/bmb/workflows/agent/steps-e/e-03a-validate-metadata.md +78 -0
  114. package/src/modules/bmb/workflows/agent/steps-e/e-03b-validate-persona.md +76 -0
  115. package/src/modules/bmb/workflows/agent/steps-e/e-03c-validate-menu.md +75 -0
  116. package/src/modules/bmb/workflows/agent/steps-e/e-03d-validate-structure.md +75 -0
  117. package/src/modules/bmb/workflows/agent/steps-e/e-03e-validate-sidecar.md +78 -0
  118. package/src/modules/bmb/workflows/agent/steps-e/e-03f-validation-summary.md +119 -0
  119. package/src/modules/bmb/workflows/agent/steps-e/e-04-type-metadata.md +122 -0
  120. package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +132 -0
  121. package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +120 -0
  122. package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +122 -0
  123. package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +134 -0
  124. package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +117 -0
  125. package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +120 -0
  126. package/src/modules/bmb/workflows/agent/steps-e/e-09a-validate-metadata.md +70 -0
  127. package/src/modules/bmb/workflows/agent/steps-e/e-09b-validate-persona.md +70 -0
  128. package/src/modules/bmb/workflows/agent/steps-e/e-09c-validate-menu.md +69 -0
  129. package/src/modules/bmb/workflows/agent/steps-e/e-09d-validate-structure.md +69 -0
  130. package/src/modules/bmb/workflows/agent/steps-e/e-09e-validate-sidecar.md +70 -0
  131. package/src/modules/bmb/workflows/agent/steps-e/e-09f-validation-summary.md +111 -0
  132. package/src/modules/bmb/workflows/agent/steps-e/e-10-celebrate.md +150 -0
  133. package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +128 -0
  134. package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +73 -0
  135. package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +72 -0
  136. package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +71 -0
  137. package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +71 -0
  138. package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +76 -0
  139. package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +100 -0
  140. package/src/modules/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
  141. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/instructions.md.template +20 -0
  142. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/memories.md.template +18 -0
  143. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +76 -0
  144. package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +71 -0
  145. package/src/modules/bmb/workflows/agent/workflow.md +123 -0
  146. package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +2 -1
  147. package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +1 -0
  148. package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +2 -1
  149. package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +2 -1
  150. package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +2 -1
  151. package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +2 -1
  152. package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +2 -1
  153. package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +2 -1
  154. package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +2 -1
  155. package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +2 -1
  156. package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +2 -1
  157. package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +3 -2
  158. package/src/modules/bmb/workflows/create-module/workflow.md +1 -0
  159. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-02-profile.md +1 -1
  160. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-03-assessment.md +1 -1
  161. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-04-strategy.md +2 -2
  162. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-05-shopping.md +2 -2
  163. 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
  164. package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +1 -0
  165. package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +2 -1
  166. package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +2 -1
  167. package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +2 -1
  168. package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +2 -1
  169. package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +4 -3
  170. package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +16 -1
  171. package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +2 -1
  172. package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +1 -0
  173. package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -0
  174. package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +5 -5
  175. package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +2 -1
  176. package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +2 -1
  177. package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +2 -1
  178. package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +1 -0
  179. package/src/modules/bmb/workflows/edit-workflow/workflow.md +2 -1
  180. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +1 -0
  181. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -0
  182. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +2 -1
  183. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +1 -0
  184. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +1 -0
  185. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +1 -0
  186. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +1 -0
  187. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +1 -0
  188. package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -0
  189. package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
  190. package/src/modules/bmgd/agents/game-qa.agent.yaml +1 -1
  191. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
  192. package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +1 -1
  193. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -0
  194. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +1 -0
  195. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +2 -1
  196. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -0
  197. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +1 -0
  198. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +1 -0
  199. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +1 -0
  200. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +2 -1
  201. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +2 -1
  202. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +2 -1
  203. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +2 -1
  204. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +2 -1
  205. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +2 -1
  206. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +1 -0
  207. package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.md +1 -0
  208. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +1 -0
  209. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +1 -0
  210. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +2 -1
  211. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +2 -1
  212. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +2 -1
  213. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +2 -1
  214. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +2 -1
  215. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +2 -1
  216. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +2 -1
  217. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +2 -1
  218. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +2 -1
  219. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +2 -1
  220. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +2 -1
  221. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +2 -1
  222. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +1 -0
  223. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +1 -0
  224. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +1 -0
  225. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +2 -1
  226. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +2 -1
  227. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +2 -1
  228. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +2 -1
  229. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +2 -1
  230. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +2 -1
  231. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +2 -1
  232. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +2 -1
  233. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +2 -1
  234. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -0
  235. package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +1 -0
  236. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +1 -0
  237. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +1 -0
  238. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +2 -1
  239. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +2 -1
  240. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +2 -1
  241. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +2 -1
  242. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +4 -3
  243. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +2 -1
  244. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +4 -3
  245. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +1 -0
  246. package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +1 -0
  247. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +1 -0
  248. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +2 -1
  249. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +1 -0
  250. package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +1 -0
  251. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
  252. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
  253. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
  254. package/src/modules/bmm/agents/pm.agent.yaml +5 -3
  255. package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +1 -1
  256. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +1 -0
  257. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +1 -0
  258. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -1
  259. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -1
  260. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -1
  261. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -1
  262. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -0
  263. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +1 -0
  264. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +1 -0
  265. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +1 -0
  266. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +1 -0
  267. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +1 -0
  268. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +1 -0
  269. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +1 -0
  270. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +1 -0
  271. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +1 -0
  272. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +1 -0
  273. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +1 -0
  274. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +1 -0
  275. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +1 -0
  276. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +1 -0
  277. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +1 -0
  278. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +1 -0
  279. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +1 -0
  280. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +1 -0
  281. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +1 -0
  282. package/src/modules/bmm/workflows/1-analysis/research/workflow.md +1 -1
  283. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +1 -0
  284. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +1 -0
  285. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +2 -1
  286. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +3 -2
  287. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +3 -2
  288. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +3 -2
  289. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +3 -2
  290. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +3 -2
  291. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +3 -2
  292. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +3 -2
  293. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +3 -2
  294. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +3 -2
  295. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +3 -2
  296. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +3 -2
  297. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -0
  298. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -1
  299. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +1 -0
  300. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +1 -0
  301. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +2 -1
  302. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -3
  303. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -3
  304. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -3
  305. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -3
  306. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -3
  307. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -3
  308. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -3
  309. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -3
  310. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +1 -0
  311. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +2 -0
  312. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -0
  313. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -0
  314. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -0
  315. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -0
  316. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -0
  317. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -0
  318. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -0
  319. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +1 -1
  320. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +1 -0
  321. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +3 -2
  322. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +3 -2
  323. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +3 -2
  324. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +3 -2
  325. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +3 -2
  326. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +3 -2
  327. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -0
  328. package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -0
  329. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +3 -2
  330. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +2 -1
  331. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +2 -1
  332. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +2 -1
  333. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -0
  334. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +9 -12
  335. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +12 -11
  336. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
  337. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +11 -10
  338. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
  339. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
  340. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
  341. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
  342. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
  343. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
  344. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +1 -1
  345. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +1 -1
  346. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +3 -2
  347. package/src/modules/bmm/workflows/document-project/checklist.md +2 -2
  348. package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +1 -0
  349. package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -1
  350. package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +1 -0
  351. package/src/modules/bmm/workflows/generate-project-context/workflow.md +1 -0
  352. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +6 -6
  353. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -1
  354. package/src/modules/bmm/workflows/workflow-status/instructions.md +4 -4
  355. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +44 -63
  356. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +44 -54
  357. package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +38 -41
  358. package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +26 -22
  359. package/tools/cli/bmad-cli.js +18 -0
  360. package/tools/cli/commands/install.js +8 -12
  361. package/tools/cli/installers/install-messages.yaml +14 -8
  362. package/tools/cli/installers/lib/core/detector.js +5 -115
  363. package/tools/cli/installers/lib/core/installer.js +45 -76
  364. package/tools/cli/lib/agent/compiler.js +0 -4
  365. package/tools/docs/index.md +2 -0
  366. package/website/sidebars.js +1 -19
  367. package/website/src/pages/downloads.md +0 -15
  368. package/docs/document-sharding-guide.md +0 -449
  369. package/docs/getting-started/installation.md +0 -76
  370. package/docs/ide-info/auggie.md +0 -31
  371. package/docs/ide-info/claude-code.md +0 -25
  372. package/docs/ide-info/cline.md +0 -31
  373. package/docs/ide-info/codex.md +0 -21
  374. package/docs/ide-info/crush.md +0 -30
  375. package/docs/ide-info/cursor.md +0 -25
  376. package/docs/ide-info/gemini.md +0 -25
  377. package/docs/ide-info/github-copilot.md +0 -26
  378. package/docs/ide-info/iflow.md +0 -33
  379. package/docs/ide-info/index.md +0 -24
  380. package/docs/ide-info/kilo.md +0 -24
  381. package/docs/ide-info/opencode.md +0 -24
  382. package/docs/ide-info/qwen.md +0 -25
  383. package/docs/ide-info/roo.md +0 -27
  384. package/docs/ide-info/rovo-dev.md +0 -22
  385. package/docs/ide-info/trae.md +0 -25
  386. package/docs/ide-info/windsurf.md +0 -22
  387. package/docs/v4-to-v6-upgrade.md +0 -227
  388. package/docs/web-bundles-gemini-gpt-guide.md +0 -21
  389. package/src/modules/bmb/docs/agents/agent-compilation.md +0 -340
  390. package/src/modules/bmb/docs/agents/agent-menu-patterns.md +0 -523
  391. package/src/modules/bmb/docs/agents/expert-agent-architecture.md +0 -363
  392. package/src/modules/bmb/docs/agents/kb.csv +0 -0
  393. package/src/modules/bmb/docs/agents/simple-agent-architecture.md +0 -257
  394. package/src/modules/bmb/docs/agents/understanding-agent-types.md +0 -184
  395. package/src/modules/bmb/docs/index.md +0 -247
  396. package/src/modules/bmb/docs/workflows/index.md +0 -45
  397. package/src/modules/bmb/docs/workflows/kb.csv +0 -0
  398. package/src/modules/bmb/workflows/create-agent/data/agent-validation-checklist.md +0 -174
  399. package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +0 -29
  400. package/src/modules/bmb/workflows/create-agent/data/reference/README.md +0 -3
  401. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +0 -242
  402. package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +0 -48
  403. package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +0 -223
  404. package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +0 -305
  405. package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +0 -206
  406. package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +0 -260
  407. package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +0 -237
  408. package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +0 -232
  409. package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +0 -186
  410. package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +0 -234
  411. package/src/modules/bmb/workflows/create-agent/steps/step-08-celebrate.md +0 -218
  412. package/src/modules/bmb/workflows/create-agent/templates/agent-plan.template.md +0 -3
  413. package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +0 -364
  414. package/src/modules/bmb/workflows/create-agent/templates/simple-agent.template.md +0 -257
  415. package/src/modules/bmb/workflows/create-agent/workflow.md +0 -58
  416. package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +0 -134
  417. package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +0 -202
  418. package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +0 -157
  419. package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +0 -150
  420. package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +0 -150
  421. package/src/modules/bmb/workflows/edit-agent/workflow.md +0 -58
  422. package/src/modules/bmm/README.md +0 -127
  423. package/src/modules/bmm/docs/enterprise-agentic-development.md +0 -686
  424. package/src/modules/bmm/docs/scale-adaptive-system.md +0 -618
  425. package/src/modules/bmm/docs/troubleshooting.md +0 -661
  426. package/src/modules/bmm/docs/workflow-architecture-reference.md +0 -366
  427. package/src/modules/bmm/docs/workflow-document-project-reference.md +0 -489
  428. package/src/modules/bmm/docs/workflows-planning.md +0 -451
  429. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +0 -115
  430. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +0 -28
  431. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/agents-guide.md +0 -0
  432. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/game-types-guide.md +0 -0
  433. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-flow-guide.md +0 -0
  434. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-start.md +0 -0
  435. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/troubleshooting.md +0 -0
  436. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflow-overview.jpg +0 -0
  437. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/agents-guide.md +0 -0
  438. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/bmad-quick-flow.md +0 -0
  439. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/glossary.md +0 -0
  440. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/README.md +0 -0
  441. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.excalidraw +0 -0
  442. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.svg +0 -0
  443. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-flow-solo-dev.md +0 -0
  444. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-implementation.md +0 -0
  445. /package/{src/modules/cis/docs → docs/modules/cis-creative-intelligence-suite}/index.md +0 -0
  446. /package/src/core/{tools → tasks}/shard-doc.xml +0 -0
  447. /package/src/core/{tasks/advanced-elicitation-methods.csv → workflows/advanced-elicitation/methods.csv} +0 -0
  448. /package/src/modules/bmb/reference/{README.md → readme.md} +0 -0
  449. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -0
  450. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -0
  451. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -0
  452. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -0
  453. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/security-engineer.agent.yaml +0 -0
  454. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +0 -0
  455. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/dietary-restrictions.csv +0 -0
  456. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/macro-calculator.csv +0 -0
  457. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/recipe-database.csv +0 -0
  458. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01-init.md +0 -0
  459. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01b-continue.md +0 -0
  460. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/assessment-section.md +0 -0
  461. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/nutrition-plan.md +0 -0
  462. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/prep-schedule-section.md +0 -0
  463. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/profile-section.md +0 -0
  464. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/shopping-section.md +0 -0
  465. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/strategy-section.md +0 -0
  466. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/workflow.md +0 -0
  467. /package/{docs → tools/docs}/BUNDLE_DISTRIBUTION_SETUP.md +0 -0
@@ -0,0 +1,100 @@
1
+ # Brainstorming
2
+
3
+ **Facilitate structured creative sessions using 60+ proven ideation techniques.**
4
+
5
+ The Brainstorming workflow is an interactive facilitation system that helps you unlock your own creativity. The AI acts as coach, guide, and creative partner—using proven techniques to draw out ideas and insights that are already within you.
6
+
7
+ **Important:** Every idea comes from you. The workflow creates the conditions for your best thinking to emerge through guided exploration, but you are the source.
8
+
9
+ ---
10
+
11
+ ## When to Use It
12
+
13
+ - Breaking through creative blocks on a specific challenge
14
+ - Generating innovative ideas for products, features, or solutions
15
+ - Exploring a problem from completely new angles
16
+ - Systematically developing ideas from raw concepts to actionable plans
17
+ - Team ideation (with collaborative techniques) or personal creative exploration
18
+
19
+ ---
20
+
21
+ ## How It Works
22
+
23
+ ### 1. Session Setup
24
+ Define your topic, goals, and any constraints.
25
+
26
+ ### 2. Choose Your Approach
27
+
28
+ | Approach | Description |
29
+ |----------|-------------|
30
+ | **User-Selected** | Browse the full technique library and pick what appeals to you |
31
+ | **AI-Recommended** | Get customized technique suggestions based on your goals |
32
+ | **Random Selection** | Discover unexpected methods through serendipitous technique combinations |
33
+ | **Progressive Flow** | Journey systematically from expansive exploration to focused action planning |
34
+
35
+ ### 3. Interactive Facilitation
36
+ Work through techniques with true collaborative coaching. The AI asks probing questions, builds on your ideas, and helps you think deeper—but your ideas are the source.
37
+
38
+ ### 4. Idea Organization
39
+ All your generated ideas are organized into themes and prioritized.
40
+
41
+ ### 5. Action Planning
42
+ Top ideas get concrete next steps, resource requirements, and success metrics.
43
+
44
+ ---
45
+
46
+ ## What You Get
47
+
48
+ A comprehensive session document that captures the entire journey:
49
+
50
+ - Topic, goals, and session parameters
51
+ - Each technique used and how it was applied
52
+ - Your contributions and the ideas you generated
53
+ - Thematic organization connecting related insights
54
+ - Prioritized ideas with action plans
55
+ - Session highlights and key breakthroughs
56
+
57
+ This document becomes a permanent record of your creative process—valuable for future reference, sharing with stakeholders, or continuing the session later.
58
+
59
+ ---
60
+
61
+ ## Technique Categories
62
+
63
+ | Category | Focus |
64
+ |----------|-------|
65
+ | **Collaborative** | Team dynamics and inclusive participation |
66
+ | **Creative** | Breakthrough thinking and paradigm shifts |
67
+ | **Deep** | Root cause analysis and strategic insight |
68
+ | **Structured** | Organized frameworks and systematic exploration |
69
+ | **Theatrical** | Playful, radical perspectives |
70
+ | **Wild** | Boundary-pushing, extreme thinking |
71
+ | **Biomimetic** | Nature-inspired solutions |
72
+ | **Quantum** | Quantum principles for innovation |
73
+ | **Cultural** | Traditional knowledge and cross-cultural approaches |
74
+ | **Introspective Delight** | Inner wisdom and authentic exploration |
75
+
76
+ ---
77
+
78
+ ## Key Features
79
+
80
+ - **Interactive coaching** — Pulls ideas *out* of you, doesn't generate them for you
81
+ - **On-demand loading** — Techniques loaded from a comprehensive library as needed
82
+ - **Session preservation** — Every step, insight, and action plan is documented
83
+ - **Continuation support** — Pause sessions and return later, or extend with additional techniques
84
+
85
+ ---
86
+
87
+ ## Workflow Integration
88
+
89
+ Brainstorming is a core workflow designed to be invoked and configured by other modules. When called from another workflow, it accepts contextual parameters:
90
+
91
+ | Parameter | Description |
92
+ |-----------|-------------|
93
+ | **Topic focus** | What the brainstorming should help discover or solve |
94
+ | **Guardrails** | Constraints, boundaries, or must-avoid areas |
95
+ | **Output goals** | What the final output needs to accomplish for the calling workflow |
96
+ | **Context files** | Project-specific guidance to inform technique selection |
97
+
98
+ ### Example
99
+
100
+ When creating a new module in the BMad Builder workflow, Brainstorming can be invoked with guardrails around the module's purpose and a goal to discover key features, user needs, or architectural considerations. The session becomes focused on producing exactly what the module creation workflow needs.
@@ -0,0 +1,64 @@
1
+ # Core Tasks
2
+
3
+ Core Tasks are reusable task definitions that can be invoked by any BMAD module, workflow, or agent. These tasks provide standardized functionality for common operations.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Index Docs](#index-docs) — Generate directory index files
8
+ - [Adversarial Review](#adversarial-review-general) — Critical content review
9
+ - [Shard Document](#shard-document) — Split large documents into sections
10
+
11
+ ---
12
+
13
+ ## Index Docs
14
+
15
+ **Generates or updates an index.md file documenting all documents in a specified directory.**
16
+
17
+ This task scans a target directory, reads file contents to understand their purpose, and creates a well-organized index with accurate descriptions. Files are grouped by type, purpose, or subdirectory, and descriptions are generated from actual content rather than guessing from filenames.
18
+
19
+ **Use it when:** You need to create navigable documentation for a folder of markdown files, or you want to maintain an updated index as content evolves.
20
+
21
+ **How it works:**
22
+ 1. Scan the target directory for files and subdirectories
23
+ 2. Group content by type, purpose, or location
24
+ 3. Read each file to generate brief (3-10 word) descriptions based on actual content
25
+ 4. Create or update index.md with organized listings using relative paths
26
+
27
+ **Output format:** A markdown index with sections for Files and Subdirectories, each entry containing a relative link and description.
28
+
29
+ ---
30
+
31
+ ## Adversarial Review (General)
32
+
33
+ **Performs a cynical, skeptical review of any content to identify issues and improvement opportunities.**
34
+
35
+ This task applies adversarial thinking to content review—approaching the material with the assumption that problems exist. It's designed to find what's missing, not just what's wrong, and produces at least ten specific findings. The reviewer adopts a professional but skeptical tone, looking for gaps, inconsistencies, oversights, and areas that need clarification.
36
+
37
+ **Use it when:** You need a critical eye on code diffs, specifications, user stories, documentation, or any artifact before finalizing. It's particularly valuable before merging code, releasing documentation, or considering a specification complete.
38
+
39
+ **How it works:**
40
+ 1. Load the content to review (diff, branch, uncommitted changes, document, etc.)
41
+ 2. Perform adversarial analysis with extreme skepticism—assume problems exist
42
+ 3. Find at least ten issues to fix or improve
43
+ 4. Output findings as a markdown list
44
+
45
+ **Note:** This task is designed to run in a separate subagent/process with read access to the project but no prior context, ensuring an unbiased review.
46
+
47
+ ---
48
+
49
+ ## Shard Document
50
+
51
+ **Splits large markdown documents into smaller, organized files based on level 2 (##) sections.**
52
+
53
+ Uses the `@kayvan/markdown-tree-parser` tool to automatically break down large documents into a folder structure. Each level 2 heading becomes a separate file, and an index.md is generated to tie everything together. This makes large documents more maintainable and allows for easier navigation and updates to individual sections.
54
+
55
+ **Use it when:** A markdown file has grown too large to effectively work with, or you want to break a monolithic document into manageable sections that can be edited independently.
56
+
57
+ **How it works:**
58
+ 1. Confirm source document path and verify it's a markdown file
59
+ 2. Determine destination folder (defaults to same location as source, folder named after document)
60
+ 3. Execute the sharding command using npx @kayvan/markdown-tree-parser
61
+ 4. Verify output files and index.md were created
62
+ 5. Handle the original document—delete, move to archive, or keep with warning
63
+
64
+ **Handling the original:** After sharding, the task prompts you to delete, archive, or keep the original document. Deleting or archiving is recommended to avoid confusion and ensure updates happen in the sharded files only.
@@ -0,0 +1,30 @@
1
+ # Core Workflows
2
+
3
+ Core Workflows are domain-agnostic workflows that can be utilized by any BMAD-compliant module, workflow, or agent. These workflows are installed by default and available at any time.
4
+
5
+ ## Available Core Workflows
6
+
7
+ ### [Party Mode](party-mode.md)
8
+
9
+ Orchestrate dynamic multi-agent conversations with your entire BMAD team. Engage with multiple specialized perspectives simultaneously—each agent maintaining their unique personality, expertise, and communication style.
10
+
11
+ ### [Brainstorming](brainstorming.md)
12
+
13
+ Facilitate structured creative sessions using 60+ proven ideation techniques. The AI acts as coach and guide, using proven creativity methods to draw out ideas and insights that are already within you.
14
+
15
+ ### [Advanced Elicitation](advanced-elicitation.md)
16
+
17
+ Push the LLM to rethink its work through 50+ reasoning methods—the inverse of brainstorming. The LLM applies sophisticated techniques to re-examine and enhance content it has just generated, essentially "LLM brainstorming" to find better approaches and uncover improvements.
18
+
19
+ ---
20
+
21
+ ## Workflow Integration
22
+
23
+ Core Workflows are designed to be invoked and configured by other modules. When called from another workflow, they accept contextual parameters to customize the session:
24
+
25
+ - **Topic focus** — Direct the session toward a specific domain or question
26
+ - **Additional personas** (Party Mode) — Inject expert agents into the roster at runtime
27
+ - **Guardrails** (Brainstorming) — Set constraints and boundaries for ideation
28
+ - **Output goals** — Define what the final output needs to accomplish
29
+
30
+ This allows modules to leverage these workflows' capabilities while maintaining focus on their specific domain and objectives.
@@ -0,0 +1,133 @@
1
+ # Document Sharding Guide
2
+
3
+ Comprehensive guide to BMad Method's document sharding system for managing large planning and architecture documents.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Document Sharding Guide](#document-sharding-guide)
8
+ - [Table of Contents](#table-of-contents)
9
+ - [What is Document Sharding?](#what-is-document-sharding)
10
+ - [Architecture](#architecture)
11
+ - [When to Use Sharding](#when-to-use-sharding)
12
+ - [Ideal Candidates](#ideal-candidates)
13
+ - [How Sharding Works](#how-sharding-works)
14
+ - [Sharding Process](#sharding-process)
15
+ - [Workflow Discovery](#workflow-discovery)
16
+ - [Using the Shard-Doc Tool](#using-the-shard-doc-tool)
17
+ - [CLI Command](#cli-command)
18
+ - [Interactive Process](#interactive-process)
19
+ - [What Gets Created](#what-gets-created)
20
+ - [Workflow Support](#workflow-support)
21
+ - [Universal Support](#universal-support)
22
+
23
+ ## What is Document Sharding?
24
+
25
+ Document sharding splits large markdown files into smaller, organized files based on level 2 headings (`## Heading`). This enables:
26
+
27
+ - **Selective Loading** - Workflows load only the sections they need
28
+ - **Reduced Token Usage** - Massive efficiency gains for large projects
29
+ - **Better Organization** - Logical section-based file structure
30
+ - **Maintained Context** - Index file preserves document structure
31
+
32
+ ### Architecture
33
+
34
+ ```
35
+ Before Sharding:
36
+ docs/
37
+ └── PRD.md (large 50k token file)
38
+
39
+ After Sharding:
40
+ docs/
41
+ └── prd/
42
+ ├── index.md # Table of contents with descriptions
43
+ ├── overview.md # Section 1
44
+ ├── user-requirements.md # Section 2
45
+ ├── technical-requirements.md # Section 3
46
+ └── ... # Additional sections
47
+ ```
48
+
49
+ ## When to Use Sharding
50
+
51
+ ### Ideal Candidates
52
+
53
+ **Large Multi-Epic Projects:**
54
+
55
+ - Very large complex PRDs
56
+ - Architecture documents with multiple system layers
57
+ - Epic files with 4+ epics (especially for Phase 4)
58
+ - UX design specs covering multiple subsystems
59
+
60
+ ## How Sharding Works
61
+
62
+ ### Sharding Process
63
+
64
+ 1. **Tool Execution**: Run `npx @kayvan/markdown-tree-parser source.md destination/` - this is abstracted with the core shard-doc task which is installed as a slash command or manual task rule depending on your tools.
65
+ 2. **Section Extraction**: Tool splits by level 2 headings
66
+ 3. **File Creation**: Each section becomes a separate file
67
+ 4. **Index Generation**: `index.md` created with structure and descriptions
68
+
69
+ ### Workflow Discovery
70
+
71
+ BMad workflows use a **dual discovery system**:
72
+
73
+ 1. **Try whole document first** - Look for `document-name.md`
74
+ 2. **Check for sharded version** - Look for `document-name/index.md`
75
+ 3. **Priority rule** - Whole document takes precedence if both exist - remove the whole document if you want the sharded to be used instead.
76
+
77
+ ## Using the Shard-Doc Tool
78
+
79
+ ### CLI Command
80
+
81
+ ```bash
82
+ /bmad:core:tools:shard-doc
83
+ ```
84
+
85
+ ### Interactive Process
86
+
87
+ ```
88
+ Agent: Which document would you like to shard?
89
+ User: docs/PRD.md
90
+
91
+ Agent: Default destination: docs/prd/
92
+ Accept default? [y/n]
93
+ User: y
94
+
95
+ Agent: Sharding PRD.md...
96
+ ✓ Created 12 section files
97
+ ✓ Generated index.md
98
+ ✓ Complete!
99
+ ```
100
+
101
+ ### What Gets Created
102
+
103
+ **index.md structure:**
104
+
105
+ ```markdown
106
+ # PRD - Index
107
+
108
+ ## Sections
109
+
110
+ 1. [Overview](./overview.md) - Project vision and objectives
111
+ 2. [User Requirements](./user-requirements.md) - Feature specifications
112
+ 3. [Epic 1: Authentication](./epic-1-authentication.md) - User auth system
113
+ 4. [Epic 2: Dashboard](./epic-2-dashboard.md) - Main dashboard UI
114
+ ...
115
+ ```
116
+
117
+ **Individual section files:**
118
+
119
+ - Named from heading text (kebab-case)
120
+ - Contains complete section content
121
+ - Preserves all markdown formatting
122
+ - Can be read independently
123
+
124
+ ## Workflow Support
125
+
126
+ ### Universal Support
127
+
128
+ **All BMM workflows support both formats:**
129
+
130
+ - ✅ Whole documents
131
+ - ✅ Sharded documents
132
+ - ✅ Automatic detection
133
+ - ✅ Transparent to user
@@ -0,0 +1,11 @@
1
+ # Core Module Global Inheritable Config
2
+
3
+ The Core Modules module.yaml file defines configuration values that are useful and unique for all other modules to utilize, and by default all other modules installed will clone the values defined in the core module yaml.config into their own. It is possible for other modules to override these values, but the general intent it to accept the core module values and define their own values as needed, or extend the core values.
4
+
5
+ Currently, the core module.yaml config will define (asking the user upon installation, and recording to the core module config.yaml):
6
+ - `user_name`: string (defaults to the system defined user name)
7
+ - `communication_language`: string (defaults to english)
8
+ - `document_output_language`: string (defaults to english)
9
+ - `output_folder`: string (default `_bmad-output`)
10
+
11
+ An example of extending one of these values, in the BMad Method module.yaml it defines a planning_artifacts config, which will default to `default: "{output_folder}/planning-artifacts"` thus whatever the output_folder will be, this extended versions default will use the value from this core module and append a new folder onto it. The user can choose to replace this without utilizing the output_folder from the core if they so chose.
@@ -0,0 +1,15 @@
1
+ # Core Module
2
+
3
+ The Core Module is installed with all installations of BMAD modules and provides common functionality that any module, workflow, or agent can take advantage of.
4
+
5
+ ## Core Module Components
6
+
7
+ - **[Global Core Config](global-core-config.md)** — Inheritable configuration that impacts all modules and custom content
8
+ - **[Core Workflows](core-workflows.md)** — Domain-agnostic workflows usable by any module
9
+ - [Party Mode](party-mode.md) — Multi-agent conversation orchestration
10
+ - [Brainstorming](brainstorming.md) — Structured creative sessions with 60+ techniques
11
+ - [Advanced Elicitation](advanced-elicitation.md) — LLM rethinking with 50+ reasoning methods
12
+ - **[Core Tasks](core-tasks.md)** — Common tasks available across modules
13
+ - [Index Docs](core-tasks.md#index-docs) — Generate directory index files
14
+ - [Adversarial Review](core-tasks.md#adversarial-review-general) — Critical content review
15
+ - [Shard Document](core-tasks.md#shard-document) — Split large documents into sections
@@ -0,0 +1,50 @@
1
+ # Party Mode
2
+
3
+ **Orchestrate dynamic multi-agent conversations with your entire BMAD team.**
4
+
5
+ Party Mode brings together all your installed BMAD agents for collaborative discussions. Instead of working with a single agent, you can engage with multiple specialized perspectives simultaneously—each agent maintaining their unique personality, expertise, and communication style.
6
+
7
+ ---
8
+
9
+ ## When to Use It
10
+
11
+ - Exploring complex topics that would benefit from diverse expert perspectives
12
+ - Brainstorming with agents who can build on each other's ideas
13
+ - Getting a comprehensive view across multiple domains (technical, business, creative, strategic)
14
+ - Enjoying dynamic, agent-to-agent conversations where experts challenge and complement each other
15
+
16
+ ---
17
+
18
+ ## How It Works
19
+
20
+ 1. Party Mode loads your complete agent roster and introduces the available team members
21
+ 2. You present a topic or question
22
+ 3. The facilitator intelligently selects 2-3 most relevant agents based on expertise needed
23
+ 4. Agents respond in character, can reference each other, and engage in natural cross-talk
24
+ 5. The conversation continues until you choose to exit
25
+
26
+ ---
27
+
28
+ ## Key Features
29
+
30
+ - **Intelligent agent selection** — The system analyzes your topic and selects the most relevant agents based on their expertise, capabilities, and principles
31
+ - **Authentic personalities** — Each agent maintains their unique voice, communication style, and domain knowledge throughout the conversation
32
+ - **Natural cross-talk** — Agents can reference each other, build on previous points, ask questions, and even respectfully disagree
33
+ - **Optional TTS integration** — Each agent response can be read aloud with voice configurations matching their personalities
34
+ - **Graceful exit** — Sessions conclude with personalized farewells from participating agents
35
+
36
+ ---
37
+
38
+ ## Workflow Integration
39
+
40
+ Party Mode is a core workflow designed to be invoked and configured by other modules. When called from another workflow, it accepts contextual parameters:
41
+
42
+ | Parameter | Description |
43
+ |-----------|-------------|
44
+ | **Topic focus** | Prebias the discussion toward a specific domain or question |
45
+ | **Additional personas** | Inject expert agents into the roster at runtime for specialized perspectives |
46
+ | **Participation constraints** | Limit which agents can contribute based on relevance |
47
+
48
+ ### Example
49
+
50
+ A medical module workflow could invoke Party Mode with expert doctor personas added to the roster, and the conversation pre-focused on a specific diagnosis or treatment decision. The agents would then discuss the medical case with appropriate domain expertise while maintaining their distinct personalities and perspectives.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.0.0-alpha.21",
4
+ "version": "6.0.0-alpha.22",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -4,7 +4,7 @@ These are quickly put together examples of both a stand alone somewhat cohesive
4
4
 
5
5
  To try these out, download either or both folders to your local machine, and run the normal bmad installer, and when asked about custom local content, say yes, and give the path to one of these two folders. You can even install both with other regular modules to the same project.
6
6
 
7
- Note - a project is just a folder with \_bmad in the folder - this can be a software project, but it can also be any type of folder on your local computer - such as a markdown notebook, a folder of other files, or just a folder you maintain with useful agents prompts and utilities for any purpose.
7
+ Note - a project is just a folder with `_bmad` in the folder - this can be a software project, but it can also be any type of folder on your local computer - such as a markdown notebook, a folder of other files, or just a folder you maintain with useful agents prompts and utilities for any purpose.
8
8
 
9
9
  Please remember - these are not optimal or very good examples in their utility or quality control - but they do demonstrate the basics of creating custom content and modules to be able to install for yourself or share with others. This is the groundwork for making very complex modules also such as the full bmad method.
10
10
 
@@ -25,10 +25,6 @@
25
25
  - @/docs/installers-bundlers/ - Tooling-specific documentation directory
26
26
  - @/tools/cli/README.md - CLI usage documentation (comprehensive)
27
27
 
28
- ### IDE-Specific Documentation
29
-
30
- - @/docs/ide-info/ - IDE-specific setup guides (15+ files)
31
-
32
28
  ### Module Documentation
33
29
 
34
30
  Each module may have its own docs:
@@ -73,7 +69,6 @@ Follow Keep a Changelog format:
73
69
  When code changes, check these docs:
74
70
 
75
71
  - CLI changes → tools/cli/README.md
76
- - New IDE support → docs/ide-info/
77
72
  - Schema changes → agent-customization-guide.md
78
73
  - Bundle changes → web-bundles-gemini-gpt-guide.md
79
74
  - Installer changes → installers-bundlers/
@@ -74,7 +74,7 @@
74
74
  <action>Display generated content</action>
75
75
  <ask> [a] Advanced Elicitation, [c] Continue, [p] Party-Mode, [y] YOLO the rest of this document only. WAIT for response. <if
76
76
  response="a">
77
- <action>Start the advanced elicitation workflow {project-root}/_bmad/core/tasks/advanced-elicitation.xml</action>
77
+ <action>Start the advanced elicitation workflow {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml</action>
78
78
  </if>
79
79
  <if
80
80
  response="c">
@@ -1,5 +1,5 @@
1
- <task id="_bmad/core/tasks/advanced-elicitation.xml" name="Advanced Elicitation" standalone="true"
2
- methods="{project-root}/_bmad/core/tasks/advanced-elicitation-methods.csv"
1
+ <task id="_bmad/core/workflows/advanced-elicitation/workflow.xml" name="Advanced Elicitation" standalone="true"
2
+ methods="{project-root}/_bmad/core/workflows/advanced-elicitation/methods.csv"
3
3
  agent-party="{project-root}/_bmad/_config/agent-manifest.csv">
4
4
  <llm critical="true">
5
5
  <i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
@@ -7,6 +7,7 @@
7
7
  <i>HALT immediately when halt-conditions are met</i>
8
8
  <i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
9
9
  <i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
10
+ <i>YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`</i>
10
11
  </llm>
11
12
 
12
13
  <integration description="When called from workflow">
@@ -7,6 +7,7 @@
7
7
  - 📋 YOU ARE A FACILITATOR, not a content generator
8
8
  - 💬 FOCUS on session setup and continuation detection only
9
9
  - 🚪 DETECT existing workflow state and handle continuation properly
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 UNDERSTAND PREVIOUS SESSION context and outcomes
8
8
  - 🔍 SEAMLESSLY RESUME from where user left off
9
9
  - 💬 MAINTAIN CONTINUITY in session flow and rapport
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 PREVIEW TECHNIQUE OPTIONS clearly and concisely
8
8
  - 🔍 LET USER EXPLORE and select based on their interests
9
9
  - 💬 PROVIDE BACK OPTION to return to approach selection
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for recommendations
8
8
  - 🔍 MATCH TECHNIQUES to user goals, constraints, and preferences
9
9
  - 💬 PROVIDE CLEAR RATIONALE for each recommendation
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv
8
8
  - 🔍 CREATE EXCITEMENT around unexpected creative methods
9
9
  - 💬 EMPHASIZE DISCOVERY over predictable outcomes
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for each phase
8
8
  - 🔍 MATCH TECHNIQUES to natural creative progression stages
9
9
  - 💬 CREATE CLEAR JOURNEY MAP with phase transitions
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 RESPOND DYNAMICALLY to user insights and build upon their ideas
8
8
  - 🔍 ADAPT FACILITATION based on user engagement and emerging directions
9
9
  - 💬 CREATE TRUE COLLABORATION, not question-answer sequences
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 CREATE ACTIONABLE NEXT STEPS from brainstorming outcomes
8
8
  - 🔍 FACILITATE CONVERGENT THINKING after divergent exploration
9
9
  - 💬 DELIVER COMPREHENSIVE SESSION DOCUMENTATION
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -8,7 +8,7 @@ context_file: '' # Optional context file path for project-specific guidance
8
8
 
9
9
  **Goal:** Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods
10
10
 
11
- **Your Role:** You are a brainstorming facilitator and creative thinking guide. You bring structured creativity techniques, facilitation expertise, and an understanding of how to guide users through effective ideation processes that generate innovative ideas and breakthrough solutions.
11
+ **Your Role:** You are a brainstorming facilitator and creative thinking guide. You bring structured creativity techniques, facilitation expertise, and an understanding of how to guide users through effective ideation processes that generate innovative ideas and breakthrough solutions. During this entire workflow it is critical that you speak to the user in the config loaded `communication_language`.
12
12
 
13
13
  ---
14
14
 
@@ -7,6 +7,7 @@
7
7
  - 📋 LOAD COMPLETE AGENT ROSTER from manifest with merged personalities
8
8
  - 🔍 PARSE AGENT DATA for conversation orchestration
9
9
  - 💬 INTRODUCE DIVERSE AGENT SAMPLE to kick off discussion
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 MAINTAIN CHARACTER CONSISTENCY using merged agent personalities
8
8
  - 🔍 ENABLE NATURAL CROSS-TALK between agents for dynamic conversation
9
9
  - 💬 INTEGRATE TTS for each agent response immediately after text
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,6 +7,7 @@
7
7
  - 📋 EXPRESS GRATITUDE to user for collaborative participation
8
8
  - 🔍 ACKNOWLEDGE SESSION HIGHLIGHTS and key insights gained
9
9
  - 💬 MAINTAIN POSITIVE ATMOSPHERE until the very end
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
10
11
 
11
12
  ## EXECUTION PROTOCOLS:
12
13
 
@@ -7,7 +7,7 @@ description: Orchestrates group discussions between all installed BMAD agents, e
7
7
 
8
8
  **Goal:** Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
9
9
 
10
- **Your Role:** You are a party mode facilitator and multi-agent conversation orchestrator. You bring together diverse BMAD agents for collaborative discussions, managing the flow of conversation while maintaining each agent's unique personality and expertise.
10
+ **Your Role:** You are a party mode facilitator and multi-agent conversation orchestrator. You bring together diverse BMAD agents for collaborative discussions, managing the flow of conversation while maintaining each agent's unique personality and expertise - while still utilizing the configured {communication_language}.
11
11
 
12
12
  ---
13
13
 
@@ -28,9 +28,9 @@ agent:
28
28
 
29
29
  menu:
30
30
  - trigger: CA or fuzzy match on create-agent
31
- exec: "{project-root}/_bmad/bmb/workflows/create-agent/workflow.md"
31
+ exec: "{project-root}/_bmad/bmb/workflows/agent/workflow.md"
32
32
  description: "[CA] Create a new BMAD agent with best practices and compliance"
33
33
 
34
34
  - trigger: EA or fuzzy match on edit-agent
35
- exec: "{project-root}/_bmad/bmb/workflows/edit-agent/workflow.md"
35
+ exec: "{project-root}/_bmad/bmb/workflows/agent/workflow.md"
36
36
  description: "[EA] Edit existing BMAD agents while maintaining compliance"
@@ -6,7 +6,7 @@ This document describes the architecture of the standalone workflow builder syst
6
6
 
7
7
  ### 1. Micro-File Design
8
8
 
9
- Each workflow consists of multiple focused, self-contained files:
9
+ Each workflow consists of multiple focused, self-contained files, driven from a workflow.md file that is initially loaded:
10
10
 
11
11
  ```
12
12
  workflow-folder/
@@ -1,6 +1,6 @@
1
1
  propose,type,tool_name,description,url,requires_install
2
2
  always,workflow,party-mode,"Enables collaborative idea generation by managing turn-taking, summarizing contributions, and synthesizing ideas from multiple AI personas in structured conversation sessions about workflow steps or work in progress.",{project-root}/_bmad/core/workflows/party-mode/workflow.md,no
3
- always,task,advanced-elicitation,"Employs diverse elicitation strategies such as Socratic questioning, role-playing, and counterfactual analysis to critically evaluate and enhance LLM outputs, forcing assessment from multiple perspectives and techniques.",{project-root}/_bmad/core/tasks/advanced-elicitation.xml,no
3
+ always,workflow,advanced-elicitation,"Employs diverse elicitation strategies such as Socratic questioning, role-playing, and counterfactual analysis to critically evaluate and enhance LLM outputs, forcing assessment from multiple perspectives and techniques.",{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml,no
4
4
  always,task,brainstorming,"Facilitates idea generation by prompting users with targeted questions, encouraging divergent thinking, and synthesizing concepts into actionable insights through collaborative creative exploration.",{project-root}/_bmad/core/tasks/brainstorming.xml,no
5
5
  always,llm-tool-feature,web-browsing,"Provides LLM with capabilities to perform real-time web searches, extract relevant data, and incorporate current information into responses when up-to-date information is required beyond training knowledge.",,no
6
6
  always,llm-tool-feature,file-io,"Enables LLM to manage file operations such as creating, reading, updating, and deleting files, facilitating seamless data handling, storage, and document management within user environments.",,no