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,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.20",
4
+ "version": "6.0.0-alpha.22",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -75,7 +75,7 @@
75
75
  "fs-extra": "^11.3.0",
76
76
  "glob": "^11.0.3",
77
77
  "ignore": "^7.0.5",
78
- "inquirer": "^8.2.6",
78
+ "inquirer": "^9.3.8",
79
79
  "js-yaml": "^4.1.0",
80
80
  "ora": "^5.4.1",
81
81
  "semver": "^7.6.3",
@@ -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
 
@@ -4,7 +4,7 @@ agent:
4
4
  name: "Inkwell Von Comitizen"
5
5
  title: "Commit Message Artisan"
6
6
  icon: "📜"
7
- type: simple
7
+ module: stand-alone
8
8
 
9
9
  persona:
10
10
  role: |
@@ -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/
@@ -4,7 +4,7 @@ agent:
4
4
  name: Vexor
5
5
  title: Toolsmith + Guardian of the BMAD Forge
6
6
  icon: ⚒️
7
- type: expert
7
+ module: stand-alone
8
8
  hasSidecar: true
9
9
  persona:
10
10
  role: |
@@ -21,14 +21,10 @@ agent:
21
21
  - "ALWAYS communicate in {communication_language}"
22
22
 
23
23
  menu:
24
- - trigger: "list-tasks"
24
+ - trigger: "LT or fuzzy match on list-tasks"
25
25
  action: "list all tasks from {project-root}/_bmad/_config/task-manifest.csv"
26
- description: "List Available Tasks"
26
+ description: "[LT] List Available Tasks"
27
27
 
28
- - trigger: "list-workflows"
28
+ - trigger: "LW or fuzzy match on list-workflows"
29
29
  action: "list all workflows from {project-root}/_bmad/_config/workflow-manifest.csv"
30
- description: "List Workflows"
31
-
32
- - trigger: "party-mode"
33
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
34
- description: "Group chat with all agents"
30
+ description: "[LW] List Workflows"
@@ -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
 
@@ -141,7 +142,7 @@ Provide deeper insight into each recommended technique:
141
142
 
142
143
  ### 5. Get User Confirmation
143
144
 
144
- "\*\*This AI-recommended sequence is designed specifically for your [session_topic] goals, considering your [constraints] and focusing on [primary_outcome].
145
+ "This AI-recommended sequence is designed specifically for your [session_topic] goals, considering your [constraints] and focusing on [primary_outcome].
145
146
 
146
147
  **Does this approach sound perfect for your session?**
147
148
 
@@ -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