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
@@ -3,7 +3,6 @@
3
3
  ## MANDATORY EXECUTION RULES (READ FIRST):
4
4
 
5
5
  - 🛑 NEVER generate content without user input
6
-
7
6
  - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
7
  - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
8
  - ✅ ALWAYS treat this as collaborative discovery between architectural peers
@@ -11,6 +10,7 @@
11
10
  - 💬 FOCUS on initialization and setup only - don't look ahead to future steps
12
11
  - 🚪 DETECT existing workflow state and handle continuation properly
13
12
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
14
 
15
15
  ## EXECUTION PROTOCOLS:
16
16
 
@@ -36,7 +36,7 @@ Initialize the Architecture workflow by detecting continuation state, discoverin
36
36
 
37
37
  First, check if the output document already exists:
38
38
 
39
- - Look for existing {output_folder}||{planning_artifacts} architecture.md or \*\*/architecture/
39
+ - Look for existing {planning_artifacts}/`*architecture*.md`
40
40
  - If exists, read the complete file(s) including frontmatter
41
41
  - If not exists, this is a fresh workflow
42
42
 
@@ -54,58 +54,30 @@ If no document exists or no `stepsCompleted` in frontmatter:
54
54
 
55
55
  #### A. Input Document Discovery
56
56
 
57
- Discover and load context documents using smart discovery:
58
-
59
- **PRD Document (Priority: Analysis → Main → Sharded → Whole):**
60
-
61
- 1. Check analysis folders: {output_folder} and {planning_artifacts} for a `*prd*.md`
62
- 2. If no main files: Check for sharded PRD folder: `**/*prd*/**/*.md`
63
- 3. If sharded folder exists: Load EVERY file in that folder completely
64
- 4. Add discovered files to `inputDocuments` frontmatter
65
-
66
- **Epics/Stories Document (Priority: Analysis → Main → Sharded → Whole):**
67
-
68
- 1. Check folders: {output_folder} and {planning_artifacts} for a `*epic*.md`
69
- 2. If no analysis files: Try main folder: `{output_folder}/*epic*.md`
70
- 3. If no main files: Check for sharded epics folder: `{output_folder}/*epic*/**/*.md`
71
- 4. If sharded folder exists: Load EVERY file in that folder completely
72
- 5. Add discovered files to `inputDocuments` frontmatter
73
-
74
- **UX Design Specification (Priority: Analysis → Main → Sharded → Whole):**
75
-
76
- 1. Check folders: {output_folder} and {planning_artifacts} for a `*ux*.md`
77
- 2. If no main files: Check for sharded UX folder: `{output_folder}/*ux*/**/*.md`
78
- 3. If sharded folder exists: Load EVERY file in that folder completely
79
- 4. Add discovered files to `inputDocuments` frontmatter
80
-
81
- **Research Documents (Priority: Analysis → Main):**
82
-
83
- 1. Check folders {output_folder} and {planning_artifacts} for `/research/*research*.md`
84
- 2. If no files: Try folder: `{output_folder}/*research*.md`
85
- 3. Add discovered files to `inputDocuments` frontmatter
86
-
87
- **Project Documentation (Existing Projects):**
57
+ Discover and load context documents using smart discovery. Documents can be in the following locations:
58
+ - {planning_artifacts}/**
59
+ - {output_folder}/**
60
+ - {product_knowledge}/**
61
+ - docs/**
88
62
 
89
- 1. Look for index file: `{project_knowledge}/index.md`
90
- 2. CRITICAL: Load index.md to understand what project files are available
91
- 3. Read available files from index to understand existing project context
92
- 4. This provides essential context for extending existing project with new architecture
93
- 5. Add discovered files to `inputDocuments` frontmatter
94
- 6. IF no index.md, ask user which files from the folder to include
63
+ Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
95
64
 
96
- **Project Context Rules (Critical for AI Agents):**
65
+ Try to discover the following:
66
+ - Product Brief (`*brief*.md`)
67
+ - Product Requirements Document (`*prd*.md`)
68
+ - UX Design (`*ux-design*.md`) and other
69
+ - Research Documents (`*research*.md`)
70
+ - Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
71
+ - Project Context (`**/project-context.md`)
97
72
 
98
- 1. Check for project context file: `**/project-context.md`
99
- 2. If exists: Load COMPLETE file contents - this contains critical rules for AI agents
100
- 3. Add to frontmatter `hasProjectContext: true` and track file path
101
- 4. Report to user: "Found existing project context with {number_of_rules} agent rules"
102
- 5. This file contains language-specific patterns, testing rules, and implementation guidelines that must be followed
73
+ <critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
103
74
 
104
75
  **Loading Rules:**
105
76
 
106
- - Load ALL discovered files completely (no offset/limit)
107
- - For sharded folders, load ALL files to get complete picture
108
- - For existing projects, use index.md as guide to what's relevant
77
+ - Load ALL discovered files completely that the user confirmed or provided (no offset/limit)
78
+ - If there is a project context, whatever is relevant should try to be biased in the remainder of this whole workflow process
79
+ - For sharded folders, load ALL files to get complete picture, using the index first to potentially know the potential of each document
80
+ - index.md is a guide to what's relevant whenever available
109
81
  - Track all successfully loaded files in frontmatter `inputDocuments` array
110
82
 
111
83
  #### B. Validate Required Inputs
@@ -117,13 +89,13 @@ Before proceeding, verify we have the essential inputs:
117
89
  - If no PRD found: "Architecture requires a PRD to work from. Please run the PRD workflow first or provide the PRD file path."
118
90
  - Do NOT proceed without PRD
119
91
 
120
- **Other Inputs:**
92
+ **Other Input that might exist:**
121
93
 
122
- - UX Spec: "Provides UI/UX architectural requirements" (Optional)
94
+ - UX Spec: "Provides UI/UX architectural requirements"
123
95
 
124
96
  #### C. Create Initial Document
125
97
 
126
- Copy the template from `{installed_path}/architecture-decision-template.md` to `{output_folder}/architecture.md`
98
+ Copy the template from `{installed_path}/architecture-decision-template.md` to `{planning_artifacts}/architecture.md`
127
99
 
128
100
  #### D. Complete Initialization and Report
129
101
 
@@ -131,7 +103,7 @@ Complete setup and report to user:
131
103
 
132
104
  **Document Setup:**
133
105
 
134
- - Created: `{output_folder}/architecture.md` from template
106
+ - Created: `{planning_artifacts}/architecture.md` from template
135
107
  - Initialized frontmatter with workflow state
136
108
 
137
109
  **Input Documents Discovered:**
@@ -141,7 +113,6 @@ Report what was found:
141
113
  **Documents Found:**
142
114
 
143
115
  - PRD: {number of PRD files loaded or "None found - REQUIRED"}
144
- - Epics/Stories: {number of epic files loaded or "None found"}
145
116
  - UX Design: {number of UX files loaded or "None found"}
146
117
  - Research: {number of research files loaded or "None found"}
147
118
  - Project docs: {number of project files loaded or "None found"}
@@ -177,6 +148,6 @@ Ready to begin architectural decision making. Do you have any other documents yo
177
148
 
178
149
  ## NEXT STEP:
179
150
 
180
- After user selects [C] to continue, load `./step-02-context.md` to analyze the project context and begin architectural decision making.
151
+ After user selects [C] to continue, only after ensuring all the template output has been created, then load `./step-02-context.md` to analyze the project context and begin architectural decision making.
181
152
 
182
153
  Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and setup is confirmed!
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on understanding current state and getting user confirmation
12
12
  - 🚪 HANDLE workflow resumption smoothly and transparently
13
13
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on understanding project scope and requirements for architecture
12
12
  - 🎯 ANALYZE loaded documents, don't assume or generate requirements
13
13
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -30,7 +31,7 @@ This step will generate content and present choices:
30
31
 
31
32
  ## PROTOCOL INTEGRATION:
32
33
 
33
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
34
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
34
35
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
35
36
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
36
37
  - User accepts/rejects protocol changes before proceeding
@@ -169,7 +170,7 @@ Show the generated content and present choices:
169
170
 
170
171
  #### If 'A' (Advanced Elicitation):
171
172
 
172
- - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current context analysis
173
+ - Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current context analysis
173
174
  - Process the enhanced architectural insights that come back
174
175
  - Ask user: "Accept these enhancements to the project context analysis? (y/n)"
175
176
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -185,7 +186,7 @@ Show the generated content and present choices:
185
186
 
186
187
  #### If 'C' (Continue):
187
188
 
188
- - Append the final content to `{output_folder}/architecture.md`
189
+ - Append the final content to `{planning_artifacts}/architecture.md`
189
190
  - Update frontmatter: `stepsCompleted: [1, 2]`
190
191
  - Load `./step-03-starter.md`
191
192
 
@@ -10,6 +10,7 @@
10
10
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
11
11
  - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete architecture
12
12
  - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -30,7 +31,7 @@ This step will generate content and present choices:
30
31
 
31
32
  ## PROTOCOL INTEGRATION:
32
33
 
33
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
34
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
34
35
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
35
36
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
36
37
  - User accepts/rejects protocol changes before proceeding
@@ -276,7 +277,7 @@ Show the generated content and present choices:
276
277
 
277
278
  #### If 'A' (Advanced Elicitation):
278
279
 
279
- - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with current starter analysis
280
+ - Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with current starter analysis
280
281
  - Process enhanced insights about starter options or custom approaches
281
282
  - Ask user: "Accept these changes to the starter template evaluation? (y/n)"
282
283
  - If yes: Update content, then return to A/P/C menu
@@ -292,7 +293,7 @@ Show the generated content and present choices:
292
293
 
293
294
  #### If 'C' (Continue):
294
295
 
295
- - Append the final content to `{output_folder}/architecture.md`
296
+ - Append the final content to `{planning_artifacts}/architecture.md`
296
297
  - Update frontmatter: `stepsCompleted: [1, 2, 3]`
297
298
  - Load `./step-04-decisions.md`
298
299
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on making critical architectural decisions collaboratively
12
12
  - 🌐 ALWAYS search the web to verify current technology versions
13
13
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -31,7 +32,7 @@ This step will generate content and present choices for each decision category:
31
32
 
32
33
  ## PROTOCOL INTEGRATION:
33
34
 
34
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
35
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
35
36
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
36
37
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
38
  - User accepts/rejects protocol changes before proceeding
@@ -263,7 +264,7 @@ Show the generated decisions content and present choices:
263
264
 
264
265
  #### If 'A' (Advanced Elicitation):
265
266
 
266
- - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with specific decision categories
267
+ - Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with specific decision categories
267
268
  - Process enhanced insights about particular decisions
268
269
  - Ask user: "Accept these enhancements to the architectural decisions? (y/n)"
269
270
  - If yes: Update content, then return to A/P/C menu
@@ -279,7 +280,7 @@ Show the generated decisions content and present choices:
279
280
 
280
281
  #### If 'C' (Continue):
281
282
 
282
- - Append the final content to `{output_folder}/architecture.md`
283
+ - Append the final content to `{planning_artifacts}/architecture.md`
283
284
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
284
285
  - Load `./step-05-patterns.md`
285
286
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on patterns that prevent AI agent implementation conflicts
12
12
  - 🎯 EMPHASIZE what agents could decide DIFFERENTLY if not specified
13
13
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -31,7 +32,7 @@ This step will generate content and present choices:
31
32
 
32
33
  ## PROTOCOL INTEGRATION:
33
34
 
34
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
35
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
35
36
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
36
37
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
38
  - User accepts/rejects protocol changes before proceeding
@@ -304,7 +305,7 @@ Show the generated patterns content and present choices:
304
305
 
305
306
  #### If 'A' (Advanced Elicitation):
306
307
 
307
- - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with current patterns
308
+ - Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with current patterns
308
309
  - Process enhanced consistency rules that come back
309
310
  - Ask user: "Accept these additional pattern refinements? (y/n)"
310
311
  - If yes: Update content, then return to A/P/C menu
@@ -320,7 +321,7 @@ Show the generated patterns content and present choices:
320
321
 
321
322
  #### If 'C' (Continue):
322
323
 
323
- - Append the final content to `{output_folder}/architecture.md`
324
+ - Append the final content to `{planning_artifacts}/architecture.md`
324
325
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
325
326
  - Load `./step-06-structure.md`
326
327
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on defining complete project structure and clear boundaries
12
12
  - 🗺️ MAP requirements/epics to architectural components
13
13
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -31,7 +32,7 @@ This step will generate content and present choices:
31
32
 
32
33
  ## PROTOCOL INTEGRATION:
33
34
 
34
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
35
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
35
36
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
36
37
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
38
  - User accepts/rejects protocol changes before proceeding
@@ -324,7 +325,7 @@ Show the generated project structure content and present choices:
324
325
 
325
326
  #### If 'A' (Advanced Elicitation):
326
327
 
327
- - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with current project structure
328
+ - Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with current project structure
328
329
  - Process enhanced organizational insights that come back
329
330
  - Ask user: "Accept these changes to the project structure? (y/n)"
330
331
  - If yes: Update content, then return to A/P/C menu
@@ -340,7 +341,7 @@ Show the generated project structure content and present choices:
340
341
 
341
342
  #### If 'C' (Continue):
342
343
 
343
- - Append the final content to `{output_folder}/architecture.md`
344
+ - Append the final content to `{planning_artifacts}/architecture.md`
344
345
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6]`
345
346
  - Load `./step-07-validation.md`
346
347
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on validating architectural coherence and completeness
12
12
  - ✅ VALIDATE all requirements are covered by architectural decisions
13
13
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -31,7 +32,7 @@ This step will generate content and present choices:
31
32
 
32
33
  ## PROTOCOL INTEGRATION:
33
34
 
34
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
35
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
35
36
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
36
37
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
38
  - User accepts/rejects protocol changes before proceeding
@@ -304,7 +305,7 @@ Show the validation results and present choices:
304
305
 
305
306
  #### If 'A' (Advanced Elicitation):
306
307
 
307
- - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with validation issues
308
+ - Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with validation issues
308
309
  - Process enhanced solutions for complex concerns
309
310
  - Ask user: "Accept these architectural improvements? (y/n)"
310
311
  - If yes: Update content, then return to A/P/C menu
@@ -320,7 +321,7 @@ Show the validation results and present choices:
320
321
 
321
322
  #### If 'C' (Continue):
322
323
 
323
- - Append the final content to `{output_folder}/architecture.md`
324
+ - Append the final content to `{planning_artifacts}/architecture.md`
324
325
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7]`
325
326
  - Load `./step-08-complete.md`
326
327
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on successful workflow completion and implementation handoff
12
12
  - 🎯 PROVIDE clear next steps for implementation phase
13
13
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -116,7 +117,7 @@ Provide specific next steps for implementation:
116
117
 
117
118
  **Immediate Next Steps:**
118
119
 
119
- 1. **Review the complete architecture document** at `{output_folder}/architecture.md`
120
+ 1. **Review the complete architecture document** at `{planning_artifacts}/architecture.md`
120
121
  2. **Begin with project initialization** using the starter template command documented
121
122
  3. **Create first implementation story** for project setup
122
123
  4. **Start implementing user stories** following the architectural decisions
@@ -151,7 +152,7 @@ Prepare the final content to append to the document:
151
152
  **Architecture Decision Workflow:** COMPLETED ✅
152
153
  **Total Steps Completed:** 8
153
154
  **Date Completed:** {{current_date}}
154
- **Document Location:** {output_folder}/architecture.md
155
+ **Document Location:** {planning_artifacts}/architecture.md
155
156
 
156
157
  ### Final Architecture Deliverables
157
158
 
@@ -243,15 +244,15 @@ The chosen starter template and architectural patterns provide a production-read
243
244
 
244
245
  **Save Final Document:**
245
246
 
246
- - Ensure all content is properly appended to `{output_folder}/architecture.md`
247
+ - Ensure all content is properly appended to `{planning_artifacts}/architecture.md`
247
248
  - Update frontmatter with completion status
248
249
  - Verify document is complete and coherent
249
250
 
250
251
  **Workflow Status Update:**
251
252
  If not in standalone mode, update workflow status:
252
253
 
253
- - Load `{output_folder}/bmm-workflow-status.yaml`
254
- - Update workflow_status["create-architecture"] = "{output_folder}/architecture.md"
254
+ - Load `{planning_artifacts}/bmm-workflow-status.yaml`
255
+ - Update workflow_status["create-architecture"] = "{planning_artifacts}/architecture.md"
255
256
  - Save file with all structure and comments preserved
256
257
 
257
258
  ### 6. Present Completion to User
@@ -268,7 +269,7 @@ Your architecture for {{project_name}} is comprehensive, validated, and ready fo
268
269
  - Implementation guidance for the development phase
269
270
 
270
271
  **📍 Where to find it:**
271
- `{output_folder}/architecture.md`
272
+ `{planning_artifacts}/architecture.md`
272
273
 
273
274
  **🚀 What's next:**
274
275
 
@@ -33,6 +33,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
33
33
  - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
34
34
  - `communication_language`, `document_output_language`, `user_skill_level`
35
35
  - `date` as system-generated current datetime
36
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
36
37
 
37
38
  ### Paths
38
39
 
@@ -13,7 +13,7 @@ outputFile: '{planning_artifacts}/epics.md'
13
13
  epicsTemplate: '{workflow_path}/templates/epics-template.md'
14
14
 
15
15
  # Task References
16
- advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
16
+ advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
17
17
  partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
18
18
 
19
19
  # Template References
@@ -34,6 +34,7 @@ To validate that all required input documents exist and extract all requirements
34
34
  - 📖 CRITICAL: Read the complete step file before taking any action
35
35
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
36
36
  - 📋 YOU ARE A FACILITATOR, not a content generator
37
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
37
38
 
38
39
  ### Role Reinforcement:
39
40
 
@@ -90,11 +91,11 @@ Search for required documents using these patterns (sharded means a large docume
90
91
  1. `{planning_artifacts}/*ux*.md` (whole document)
91
92
  2. `{planning_artifacts}/*ux*/index.md` (sharded version)
92
93
 
93
- Before proceeding, Ask the user if there are any other documents, or if what you have found is all there is [Yes/No]. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
94
+ Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
94
95
 
95
96
  ### 3. Extract Functional Requirements (FRs)
96
97
 
97
- From the PRD document (full or sharded), extract ALL functional requirements:
98
+ From the PRD document (full or sharded), read then entire document and extract ALL functional requirements:
98
99
 
99
100
  **Extraction Method:**
100
101
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{planning_artifacts}/epics.md'
13
13
 
14
14
  # Task References
15
- advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
15
+ advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
16
16
  partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
17
17
 
18
18
  # Template References
@@ -33,6 +33,7 @@ To design and get approval for the epics_list that will organize all requirement
33
33
  - 📖 CRITICAL: Read the complete step file before taking any action
34
34
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
35
35
  - 📋 YOU ARE A FACILITATOR, not a content generator
36
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
36
37
 
37
38
  ### Role Reinforcement:
38
39
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{planning_artifacts}/epics.md'
13
13
 
14
14
  # Task References
15
- advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
15
+ advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
16
16
  partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
17
17
 
18
18
  # Template References
@@ -33,6 +33,7 @@ To generate all epics with their stories based on the approved epics_list, follo
33
33
  - 📖 CRITICAL: Read the complete step file before taking any action
34
34
  - 🔄 CRITICAL: Process epics sequentially
35
35
  - 📋 YOU ARE A FACILITATOR, not a content generator
36
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
36
37
 
37
38
  ### Role Reinforcement:
38
39
 
@@ -11,7 +11,7 @@ workflowFile: '{workflow_path}/workflow.md'
11
11
  outputFile: '{planning_artifacts}/epics.md'
12
12
 
13
13
  # Task References
14
- advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
14
+ advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
15
15
  partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
16
16
 
17
17
  # Template References
@@ -32,6 +32,7 @@ To validate complete coverage of all requirements and ensure stories are ready f
32
32
  - 📖 CRITICAL: Read the complete step file before taking any action
33
33
  - 🔄 CRITICAL: Process validation sequentially without skipping
34
34
  - 📋 YOU ARE A FACILITATOR, not a content generator
35
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
35
36
 
36
37
  ### Role Reinforcement:
37
38
 
@@ -52,6 +52,7 @@ This uses **step-file architecture** for disciplined execution:
52
52
  Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
53
53
 
54
54
  - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
55
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
55
56
 
56
57
  ### 2. First Step EXECUTION
57
58
 
@@ -10,9 +10,10 @@ communication_language: "{config_source}:communication_language"
10
10
  user_skill_level: "{config_source}:user_skill_level"
11
11
  document_output_language: "{config_source}:document_output_language"
12
12
  date: system-generated
13
+ planning_artifacts: "{config_source}:planning_artifacts"
13
14
  implementation_artifacts: "{config_source}:implementation_artifacts"
14
15
  output_folder: "{implementation_artifacts}"
15
- sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
16
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml"
16
17
 
17
18
  # Workflow components
18
19
  installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review"
@@ -31,24 +32,20 @@ variables:
31
32
  input_file_patterns:
32
33
  architecture:
33
34
  description: "System architecture for review context"
34
- whole: "{output_folder}/*architecture*.md"
35
- sharded: "{output_folder}/*architecture*/*.md"
35
+ whole: "{planning_artifacts}/*architecture*.md"
36
+ sharded: "{planning_artifacts}/*architecture*/*.md"
36
37
  load_strategy: "FULL_LOAD"
37
38
  ux_design:
38
39
  description: "UX design specification (if UI review)"
39
- whole: "{output_folder}/*ux*.md"
40
- sharded: "{output_folder}/*ux*/*.md"
40
+ whole: "{planning_artifacts}/*ux*.md"
41
+ sharded: "{planning_artifacts}/*ux*/*.md"
41
42
  load_strategy: "FULL_LOAD"
42
43
  epics:
43
44
  description: "Epic containing story being reviewed"
44
- whole: "{output_folder}/*epic*.md"
45
- sharded_index: "{output_folder}/*epic*/index.md"
46
- sharded_single: "{output_folder}/*epic*/epic-{{epic_num}}.md"
45
+ whole: "{planning_artifacts}/*epic*.md"
46
+ sharded_index: "{planning_artifacts}/*epic*/index.md"
47
+ sharded_single: "{planning_artifacts}/*epic*/epic-{{epic_num}}.md"
47
48
  load_strategy: "SELECTIVE_LOAD"
48
- document_project:
49
- description: "Brownfield project documentation (optional)"
50
- sharded: "{output_folder}/index.md"
51
- load_strategy: "INDEX_GUIDED"
52
49
 
53
50
  standalone: true
54
51
  web_bundle: false
@@ -7,6 +7,7 @@ config_source: "{project-root}/_bmad/bmm/config.yaml"
7
7
  user_name: "{config_source}:user_name"
8
8
  communication_language: "{config_source}:communication_language"
9
9
  date: system-generated
10
+ planning_artifacts: "{config_source}:planning_artifacts"
10
11
  implementation_artifacts: "{config_source}:implementation_artifacts"
11
12
  output_folder: "{implementation_artifacts}"
12
13
  story_dir: "{implementation_artifacts}"
@@ -20,10 +21,10 @@ validation: "{installed_path}/checklist.md"
20
21
  # Variables and inputs
21
22
  variables:
22
23
  sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml" # Primary source for story tracking
23
- epics_file: "{output_folder}/epics.md" # Enhanced epics+stories with BDD and source hints
24
- prd_file: "{output_folder}/PRD.md" # Fallback for requirements (if not in epics file)
25
- architecture_file: "{output_folder}/architecture.md" # Fallback for constraints (if not in epics file)
26
- ux_file: "{output_folder}/ux.md" # Fallback for UX requirements (if not in epics file)
24
+ epics_file: "{planning_artifacts}/epics.md" # Enhanced epics+stories with BDD and source hints
25
+ prd_file: "{planning_artifacts}/prd.md" # Fallback for requirements (if not in epics file)
26
+ architecture_file: "{planning_artifacts}/architecture.md" # Fallback for constraints (if not in epics file)
27
+ ux_file: "{planning_artifacts}/*ux*.md" # Fallback for UX requirements (if not in epics file)
27
28
  story_title: "" # Will be elicited if not derivable
28
29
 
29
30
  # Project context
@@ -36,23 +37,23 @@ default_output_file: "{story_dir}/{{story_key}}.md"
36
37
  input_file_patterns:
37
38
  prd:
38
39
  description: "PRD (fallback - epics file should have most content)"
39
- whole: "{output_folder}/*prd*.md"
40
- sharded: "{output_folder}/*prd*/*.md"
40
+ whole: "{planning_artifacts}/*prd*.md"
41
+ sharded: "{planning_artifacts}/*prd*/*.md"
41
42
  load_strategy: "SELECTIVE_LOAD" # Only load if needed
42
43
  architecture:
43
44
  description: "Architecture (fallback - epics file should have relevant sections)"
44
- whole: "{output_folder}/*architecture*.md"
45
- sharded: "{output_folder}/*architecture*/*.md"
45
+ whole: "{planning_artifacts}/*architecture*.md"
46
+ sharded: "{planning_artifacts}/*architecture*/*.md"
46
47
  load_strategy: "SELECTIVE_LOAD" # Only load if needed
47
48
  ux:
48
49
  description: "UX design (fallback - epics file should have relevant sections)"
49
- whole: "{output_folder}/*ux*.md"
50
- sharded: "{output_folder}/*ux*/*.md"
50
+ whole: "{planning_artifacts}/*ux*.md"
51
+ sharded: "{planning_artifacts}/*ux*/*.md"
51
52
  load_strategy: "SELECTIVE_LOAD" # Only load if needed
52
53
  epics:
53
54
  description: "Enhanced epics+stories file with BDD and source hints"
54
- whole: "{output_folder}/*epic*.md"
55
- sharded: "{output_folder}/*epic*/*.md"
55
+ whole: "{planning_artifacts}/*epic*.md"
56
+ sharded: "{planning_artifacts}/*epic*/*.md"
56
57
  load_strategy: "SELECTIVE_LOAD" # Only load needed epic
57
58
 
58
59
  standalone: true
@@ -365,16 +365,16 @@ Alice (Product Owner): "Good thinking - helps us connect what we learned to what
365
365
  <action>Attempt to load next epic using selective loading strategy:</action>
366
366
 
367
367
  **Try sharded first (more specific):**
368
- <action>Check if file exists: {output_folder}/epic\*/epic-{{next_epic_num}}.md</action>
368
+ <action>Check if file exists: {planning_artifacts}/epic\*/epic-{{next_epic_num}}.md</action>
369
369
 
370
370
  <check if="sharded epic file found">
371
- <action>Load {output_folder}/*epic*/epic-{{next_epic_num}}.md</action>
371
+ <action>Load {planning_artifacts}/*epic*/epic-{{next_epic_num}}.md</action>
372
372
  <action>Set {{next_epic_source}} = "sharded"</action>
373
373
  </check>
374
374
 
375
375
  **Fallback to whole document:**
376
376
  <check if="sharded epic not found">
377
- <action>Check if file exists: {output_folder}/epic\*.md</action>
377
+ <action>Check if file exists: {planning_artifacts}/epic\*.md</action>
378
378
 
379
379
  <check if="whole epic file found">
380
380
  <action>Load entire epics document</action>