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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. package/.vscode/settings.json +1 -0
  2. package/CHANGELOG.md +156 -0
  3. package/README.md +29 -37
  4. package/docs/bmad-core-concepts/agents.md +93 -0
  5. package/docs/{agent-customization-guide.md → bmad-core-concepts/bmad-customization/agents.md} +6 -4
  6. package/docs/bmad-core-concepts/bmad-customization/index.md +26 -0
  7. package/docs/bmad-core-concepts/bmad-customization/workflows.md +30 -0
  8. package/docs/bmad-core-concepts/index.md +37 -0
  9. package/docs/bmad-core-concepts/installing/index.md +77 -0
  10. package/docs/bmad-core-concepts/installing/upgrading.md +144 -0
  11. package/docs/bmad-core-concepts/modules.md +76 -0
  12. package/docs/bmad-core-concepts/web-bundles/index.md +34 -0
  13. package/docs/bmad-core-concepts/workflows.md +89 -0
  14. package/docs/index.md +60 -92
  15. package/docs/modules/bmb-bmad-builder/agent-creation-guide.md +166 -0
  16. package/docs/{custom-content-installation.md → modules/bmb-bmad-builder/custom-content-installation.md} +7 -7
  17. package/docs/{custom-content.md → modules/bmb-bmad-builder/custom-content.md} +4 -5
  18. package/{src/modules/bmb/docs/agents → docs/modules/bmb-bmad-builder}/index.md +7 -2
  19. package/docs/modules/bmb-bmad-builder/workflow-vendoring-customization-inheritance.md +42 -0
  20. package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/glossary.md +0 -1
  21. package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/index.md +0 -5
  22. package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflows-guide.md +6 -6
  23. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/brownfield-guide.md +0 -1
  24. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/faq.md +0 -2
  25. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/index.md +12 -50
  26. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/party-mode.md +5 -115
  27. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-spec-flow.md +4 -20
  28. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-start.md +2 -5
  29. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/test-architecture.md +19 -23
  30. package/docs/modules/bmm-bmad-method/troubleshooting.md +3 -0
  31. package/docs/modules/bmm-bmad-method/workflow-document-project-reference.md +71 -0
  32. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-analysis.md +8 -75
  33. package/docs/modules/bmm-bmad-method/workflows-planning.md +89 -0
  34. package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-solutioning.md +4 -4
  35. package/docs/modules/core/advanced-elicitation.md +105 -0
  36. package/docs/modules/core/brainstorming.md +100 -0
  37. package/docs/modules/core/core-tasks.md +64 -0
  38. package/docs/modules/core/core-workflows.md +30 -0
  39. package/docs/modules/core/document-sharding-guide.md +133 -0
  40. package/docs/modules/core/global-core-config.md +11 -0
  41. package/docs/modules/core/index.md +15 -0
  42. package/docs/modules/core/party-mode.md +50 -0
  43. package/package.json +1 -1
  44. package/samples/sample-custom-modules/README.md +1 -1
  45. package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -5
  46. package/src/core/tasks/workflow.xml +1 -1
  47. package/src/core/{tasks/advanced-elicitation.xml → workflows/advanced-elicitation/workflow.xml} +3 -2
  48. package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +1 -0
  49. package/src/core/workflows/brainstorming/steps/step-01b-continue.md +1 -0
  50. package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +1 -0
  51. package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +1 -0
  52. package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +1 -0
  53. package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +1 -0
  54. package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +1 -0
  55. package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +1 -0
  56. package/src/core/workflows/brainstorming/workflow.md +1 -1
  57. package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +1 -0
  58. package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +1 -0
  59. package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +1 -0
  60. package/src/core/workflows/party-mode/workflow.md +1 -1
  61. package/src/modules/bmb/agents/agent-builder.agent.yaml +2 -2
  62. package/src/modules/bmb/docs/workflows/architecture.md +1 -1
  63. package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +1 -1
  64. package/src/modules/bmb/docs/workflows/step-file-rules.md +469 -0
  65. package/src/modules/bmb/docs/workflows/templates/step-file.md +1 -1
  66. package/src/modules/bmb/docs/workflows/templates/step-template.md +1 -1
  67. package/src/modules/bmb/docs/workflows/terms.md +1 -1
  68. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -0
  69. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -0
  70. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +2 -1
  71. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +2 -1
  72. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +3 -2
  73. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +3 -2
  74. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +3 -2
  75. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -0
  76. package/src/modules/bmb/workflows/agent/data/agent-compilation.md +273 -0
  77. package/src/modules/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
  78. package/src/modules/bmb/workflows/agent/data/agent-metadata.md +208 -0
  79. package/src/modules/bmb/workflows/{create-agent → agent}/data/brainstorm-context.md +3 -10
  80. package/src/modules/bmb/workflows/{create-agent → agent}/data/communication-presets.csv +1 -1
  81. package/src/modules/bmb/workflows/agent/data/critical-actions.md +120 -0
  82. package/src/modules/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
  83. package/src/modules/bmb/workflows/agent/data/expert-agent-validation.md +173 -0
  84. package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +124 -0
  85. package/src/modules/bmb/workflows/agent/data/persona-properties.md +266 -0
  86. package/src/modules/bmb/workflows/agent/data/principles-crafting.md +292 -0
  87. package/src/modules/bmb/workflows/agent/data/reference/expert-examples/journal-keeper/journal-keeper-sidecar/entries/yy-mm-dd-entry-template.md +17 -0
  88. package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper.agent.yaml +25 -25
  89. package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +31 -0
  90. package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
  91. package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/simple-examples/commit-poet.agent.yaml +14 -14
  92. package/src/modules/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
  93. package/src/modules/bmb/workflows/agent/data/simple-agent-validation.md +132 -0
  94. package/src/modules/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
  95. package/src/modules/bmb/workflows/{create-agent/steps → agent/steps-c}/step-01-brainstorm.md +6 -25
  96. package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +168 -0
  97. package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +294 -0
  98. package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +210 -0
  99. package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +176 -0
  100. package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +275 -0
  101. package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +185 -0
  102. package/src/modules/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
  103. package/src/modules/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
  104. package/src/modules/bmb/workflows/agent/steps-c/step-08a-plan-traceability.md +203 -0
  105. package/src/modules/bmb/workflows/agent/steps-c/step-08b-metadata-validation.md +135 -0
  106. package/src/modules/bmb/workflows/agent/steps-c/step-08c-persona-validation.md +161 -0
  107. package/src/modules/bmb/workflows/agent/steps-c/step-08d-menu-validation.md +158 -0
  108. package/src/modules/bmb/workflows/agent/steps-c/step-08e-structure-validation.md +306 -0
  109. package/src/modules/bmb/workflows/agent/steps-c/step-08f-sidecar-validation.md +462 -0
  110. package/src/modules/bmb/workflows/agent/steps-c/step-09-celebrate.md +244 -0
  111. package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +214 -0
  112. package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +191 -0
  113. package/src/modules/bmb/workflows/agent/steps-e/e-03a-validate-metadata.md +78 -0
  114. package/src/modules/bmb/workflows/agent/steps-e/e-03b-validate-persona.md +76 -0
  115. package/src/modules/bmb/workflows/agent/steps-e/e-03c-validate-menu.md +75 -0
  116. package/src/modules/bmb/workflows/agent/steps-e/e-03d-validate-structure.md +75 -0
  117. package/src/modules/bmb/workflows/agent/steps-e/e-03e-validate-sidecar.md +78 -0
  118. package/src/modules/bmb/workflows/agent/steps-e/e-03f-validation-summary.md +119 -0
  119. package/src/modules/bmb/workflows/agent/steps-e/e-04-type-metadata.md +122 -0
  120. package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +132 -0
  121. package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +120 -0
  122. package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +122 -0
  123. package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +134 -0
  124. package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +117 -0
  125. package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +120 -0
  126. package/src/modules/bmb/workflows/agent/steps-e/e-09a-validate-metadata.md +70 -0
  127. package/src/modules/bmb/workflows/agent/steps-e/e-09b-validate-persona.md +70 -0
  128. package/src/modules/bmb/workflows/agent/steps-e/e-09c-validate-menu.md +69 -0
  129. package/src/modules/bmb/workflows/agent/steps-e/e-09d-validate-structure.md +69 -0
  130. package/src/modules/bmb/workflows/agent/steps-e/e-09e-validate-sidecar.md +70 -0
  131. package/src/modules/bmb/workflows/agent/steps-e/e-09f-validation-summary.md +111 -0
  132. package/src/modules/bmb/workflows/agent/steps-e/e-10-celebrate.md +150 -0
  133. package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +128 -0
  134. package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +73 -0
  135. package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +72 -0
  136. package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +71 -0
  137. package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +71 -0
  138. package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +76 -0
  139. package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +100 -0
  140. package/src/modules/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
  141. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/instructions.md.template +20 -0
  142. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/memories.md.template +18 -0
  143. package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +76 -0
  144. package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +71 -0
  145. package/src/modules/bmb/workflows/agent/workflow.md +123 -0
  146. package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +2 -1
  147. package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +1 -0
  148. package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +2 -1
  149. package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +2 -1
  150. package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +2 -1
  151. package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +2 -1
  152. package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +2 -1
  153. package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +2 -1
  154. package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +2 -1
  155. package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +2 -1
  156. package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +2 -1
  157. package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +3 -2
  158. package/src/modules/bmb/workflows/create-module/workflow.md +1 -0
  159. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-02-profile.md +1 -1
  160. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-03-assessment.md +1 -1
  161. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-04-strategy.md +2 -2
  162. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-05-shopping.md +2 -2
  163. package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-06-prep-schedule.md +2 -2
  164. package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +1 -0
  165. package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +2 -1
  166. package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +2 -1
  167. package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +2 -1
  168. package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +2 -1
  169. package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +4 -3
  170. package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +16 -1
  171. package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +2 -1
  172. package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +1 -0
  173. package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -0
  174. package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +5 -5
  175. package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +2 -1
  176. package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +2 -1
  177. package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +2 -1
  178. package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +1 -0
  179. package/src/modules/bmb/workflows/edit-workflow/workflow.md +2 -1
  180. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +1 -0
  181. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -0
  182. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +2 -1
  183. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +1 -0
  184. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +1 -0
  185. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +1 -0
  186. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +1 -0
  187. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +1 -0
  188. package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -0
  189. package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
  190. package/src/modules/bmgd/agents/game-qa.agent.yaml +1 -1
  191. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
  192. package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +1 -1
  193. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -0
  194. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +1 -0
  195. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +2 -1
  196. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -0
  197. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +1 -0
  198. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +1 -0
  199. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +1 -0
  200. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +2 -1
  201. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +2 -1
  202. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +2 -1
  203. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +2 -1
  204. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +2 -1
  205. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +2 -1
  206. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +1 -0
  207. package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.md +1 -0
  208. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +1 -0
  209. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +1 -0
  210. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +2 -1
  211. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +2 -1
  212. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +2 -1
  213. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +2 -1
  214. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +2 -1
  215. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +2 -1
  216. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +2 -1
  217. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +2 -1
  218. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +2 -1
  219. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +2 -1
  220. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +2 -1
  221. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +2 -1
  222. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +1 -0
  223. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +1 -0
  224. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +1 -0
  225. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +2 -1
  226. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +2 -1
  227. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +2 -1
  228. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +2 -1
  229. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +2 -1
  230. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +2 -1
  231. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +2 -1
  232. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +2 -1
  233. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +2 -1
  234. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -0
  235. package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +1 -0
  236. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +1 -0
  237. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +1 -0
  238. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +2 -1
  239. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +2 -1
  240. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +2 -1
  241. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +2 -1
  242. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +4 -3
  243. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +2 -1
  244. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +4 -3
  245. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +1 -0
  246. package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +1 -0
  247. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +1 -0
  248. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +2 -1
  249. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +1 -0
  250. package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +1 -0
  251. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
  252. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
  253. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
  254. package/src/modules/bmm/agents/pm.agent.yaml +5 -3
  255. package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +1 -1
  256. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +1 -0
  257. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +1 -0
  258. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -1
  259. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -1
  260. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -1
  261. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -1
  262. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -0
  263. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +1 -0
  264. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +1 -0
  265. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +1 -0
  266. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +1 -0
  267. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +1 -0
  268. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +1 -0
  269. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +1 -0
  270. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +1 -0
  271. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +1 -0
  272. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +1 -0
  273. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +1 -0
  274. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +1 -0
  275. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +1 -0
  276. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +1 -0
  277. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +1 -0
  278. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +1 -0
  279. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +1 -0
  280. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +1 -0
  281. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +1 -0
  282. package/src/modules/bmm/workflows/1-analysis/research/workflow.md +1 -1
  283. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +1 -0
  284. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +1 -0
  285. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +2 -1
  286. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +3 -2
  287. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +3 -2
  288. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +3 -2
  289. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +3 -2
  290. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +3 -2
  291. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +3 -2
  292. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +3 -2
  293. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +3 -2
  294. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +3 -2
  295. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +3 -2
  296. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +3 -2
  297. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -0
  298. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -1
  299. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +1 -0
  300. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +1 -0
  301. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +2 -1
  302. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -3
  303. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -3
  304. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -3
  305. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -3
  306. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -3
  307. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -3
  308. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -3
  309. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -3
  310. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +1 -0
  311. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +2 -0
  312. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -0
  313. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -0
  314. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -0
  315. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -0
  316. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -0
  317. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -0
  318. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -0
  319. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +1 -1
  320. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +1 -0
  321. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +3 -2
  322. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +3 -2
  323. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +3 -2
  324. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +3 -2
  325. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +3 -2
  326. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +3 -2
  327. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -0
  328. package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -0
  329. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +3 -2
  330. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +2 -1
  331. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +2 -1
  332. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +2 -1
  333. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -0
  334. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +9 -12
  335. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +12 -11
  336. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
  337. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +11 -10
  338. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
  339. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
  340. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
  341. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
  342. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
  343. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
  344. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +1 -1
  345. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +1 -1
  346. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +3 -2
  347. package/src/modules/bmm/workflows/document-project/checklist.md +2 -2
  348. package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +1 -0
  349. package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -1
  350. package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +1 -0
  351. package/src/modules/bmm/workflows/generate-project-context/workflow.md +1 -0
  352. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +6 -6
  353. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -1
  354. package/src/modules/bmm/workflows/workflow-status/instructions.md +4 -4
  355. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +44 -63
  356. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +44 -54
  357. package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +38 -41
  358. package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +26 -22
  359. package/tools/cli/bmad-cli.js +18 -0
  360. package/tools/cli/commands/install.js +8 -12
  361. package/tools/cli/installers/install-messages.yaml +14 -8
  362. package/tools/cli/installers/lib/core/detector.js +5 -115
  363. package/tools/cli/installers/lib/core/installer.js +45 -76
  364. package/tools/cli/lib/agent/compiler.js +0 -4
  365. package/tools/docs/index.md +2 -0
  366. package/website/sidebars.js +1 -19
  367. package/website/src/pages/downloads.md +0 -15
  368. package/docs/document-sharding-guide.md +0 -449
  369. package/docs/getting-started/installation.md +0 -76
  370. package/docs/ide-info/auggie.md +0 -31
  371. package/docs/ide-info/claude-code.md +0 -25
  372. package/docs/ide-info/cline.md +0 -31
  373. package/docs/ide-info/codex.md +0 -21
  374. package/docs/ide-info/crush.md +0 -30
  375. package/docs/ide-info/cursor.md +0 -25
  376. package/docs/ide-info/gemini.md +0 -25
  377. package/docs/ide-info/github-copilot.md +0 -26
  378. package/docs/ide-info/iflow.md +0 -33
  379. package/docs/ide-info/index.md +0 -24
  380. package/docs/ide-info/kilo.md +0 -24
  381. package/docs/ide-info/opencode.md +0 -24
  382. package/docs/ide-info/qwen.md +0 -25
  383. package/docs/ide-info/roo.md +0 -27
  384. package/docs/ide-info/rovo-dev.md +0 -22
  385. package/docs/ide-info/trae.md +0 -25
  386. package/docs/ide-info/windsurf.md +0 -22
  387. package/docs/v4-to-v6-upgrade.md +0 -227
  388. package/docs/web-bundles-gemini-gpt-guide.md +0 -21
  389. package/src/modules/bmb/docs/agents/agent-compilation.md +0 -340
  390. package/src/modules/bmb/docs/agents/agent-menu-patterns.md +0 -523
  391. package/src/modules/bmb/docs/agents/expert-agent-architecture.md +0 -363
  392. package/src/modules/bmb/docs/agents/kb.csv +0 -0
  393. package/src/modules/bmb/docs/agents/simple-agent-architecture.md +0 -257
  394. package/src/modules/bmb/docs/agents/understanding-agent-types.md +0 -184
  395. package/src/modules/bmb/docs/index.md +0 -247
  396. package/src/modules/bmb/docs/workflows/index.md +0 -45
  397. package/src/modules/bmb/docs/workflows/kb.csv +0 -0
  398. package/src/modules/bmb/workflows/create-agent/data/agent-validation-checklist.md +0 -174
  399. package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +0 -29
  400. package/src/modules/bmb/workflows/create-agent/data/reference/README.md +0 -3
  401. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +0 -242
  402. package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +0 -48
  403. package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +0 -223
  404. package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +0 -305
  405. package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +0 -206
  406. package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +0 -260
  407. package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +0 -237
  408. package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +0 -232
  409. package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +0 -186
  410. package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +0 -234
  411. package/src/modules/bmb/workflows/create-agent/steps/step-08-celebrate.md +0 -218
  412. package/src/modules/bmb/workflows/create-agent/templates/agent-plan.template.md +0 -3
  413. package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +0 -364
  414. package/src/modules/bmb/workflows/create-agent/templates/simple-agent.template.md +0 -257
  415. package/src/modules/bmb/workflows/create-agent/workflow.md +0 -58
  416. package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +0 -134
  417. package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +0 -202
  418. package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +0 -157
  419. package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +0 -150
  420. package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +0 -150
  421. package/src/modules/bmb/workflows/edit-agent/workflow.md +0 -58
  422. package/src/modules/bmm/README.md +0 -127
  423. package/src/modules/bmm/docs/enterprise-agentic-development.md +0 -686
  424. package/src/modules/bmm/docs/scale-adaptive-system.md +0 -618
  425. package/src/modules/bmm/docs/troubleshooting.md +0 -661
  426. package/src/modules/bmm/docs/workflow-architecture-reference.md +0 -366
  427. package/src/modules/bmm/docs/workflow-document-project-reference.md +0 -489
  428. package/src/modules/bmm/docs/workflows-planning.md +0 -451
  429. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +0 -115
  430. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +0 -28
  431. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/agents-guide.md +0 -0
  432. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/game-types-guide.md +0 -0
  433. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-flow-guide.md +0 -0
  434. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-start.md +0 -0
  435. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/troubleshooting.md +0 -0
  436. /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflow-overview.jpg +0 -0
  437. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/agents-guide.md +0 -0
  438. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/bmad-quick-flow.md +0 -0
  439. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/glossary.md +0 -0
  440. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/README.md +0 -0
  441. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.excalidraw +0 -0
  442. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.svg +0 -0
  443. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-flow-solo-dev.md +0 -0
  444. /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-implementation.md +0 -0
  445. /package/{src/modules/cis/docs → docs/modules/cis-creative-intelligence-suite}/index.md +0 -0
  446. /package/src/core/{tools → tasks}/shard-doc.xml +0 -0
  447. /package/src/core/{tasks/advanced-elicitation-methods.csv → workflows/advanced-elicitation/methods.csv} +0 -0
  448. /package/src/modules/bmb/reference/{README.md → readme.md} +0 -0
  449. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -0
  450. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -0
  451. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -0
  452. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -0
  453. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/security-engineer.agent.yaml +0 -0
  454. /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +0 -0
  455. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/dietary-restrictions.csv +0 -0
  456. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/macro-calculator.csv +0 -0
  457. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/recipe-database.csv +0 -0
  458. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01-init.md +0 -0
  459. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01b-continue.md +0 -0
  460. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/assessment-section.md +0 -0
  461. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/nutrition-plan.md +0 -0
  462. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/prep-schedule-section.md +0 -0
  463. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/profile-section.md +0 -0
  464. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/shopping-section.md +0 -0
  465. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/strategy-section.md +0 -0
  466. /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/workflow.md +0 -0
  467. /package/{docs → tools/docs}/BUNDLE_DISTRIBUTION_SETUP.md +0 -0
@@ -36,6 +36,7 @@ Validate workflow readiness, check for existing architecture work, discover inpu
36
36
  - CRITICAL: When loading next step with 'C', ensure entire file is read
37
37
  - YOU ARE A FACILITATOR, not a content generator
38
38
  - NEVER mention time estimates
39
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
39
40
 
40
41
  ### Role Reinforcement:
41
42
 
@@ -37,6 +37,7 @@ Load the existing architecture document, determine progress, and route to the ap
37
37
  - CRITICAL: Read the complete step file before taking any action
38
38
  - YOU ARE A FACILITATOR, not a content generator
39
39
  - NEVER mention time estimates
40
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
40
41
 
41
42
  ### Step-Specific Rules:
42
43
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{output_folder}/game-architecture.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
 
@@ -33,6 +33,7 @@ Load and analyze the GDD and supporting documents to understand the game's techn
33
33
  - CRITICAL: When loading next step with 'C', ensure entire file is read
34
34
  - YOU ARE A FACILITATOR, not a content generator
35
35
  - NEVER mention time estimates
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: '{output_folder}/game-architecture.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
 
@@ -33,6 +33,7 @@ Discover and evaluate game engine options and starter templates based on project
33
33
  - CRITICAL: When loading next step with 'C', ensure entire file is read
34
34
  - YOU ARE A FACILITATOR, not a content generator
35
35
  - NEVER mention time estimates
36
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
36
37
 
37
38
  ### Role Reinforcement:
38
39
 
@@ -16,7 +16,7 @@ decisionCatalog: '{workflow_path}/decision-catalog.yaml'
16
16
  architecturePatterns: '{workflow_path}/architecture-patterns.yaml'
17
17
 
18
18
  # Task References
19
- advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
19
+ advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
20
20
  partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
21
21
  ---
22
22
 
@@ -37,6 +37,7 @@ Facilitate collaborative decision-making for all remaining architectural choices
37
37
  - CRITICAL: When loading next step with 'C', ensure entire file is read
38
38
  - YOU ARE A FACILITATOR, not a content generator
39
39
  - NEVER mention time estimates
40
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
40
41
 
41
42
  ### Role Reinforcement:
42
43
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{output_folder}/game-architecture.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
 
@@ -33,6 +33,7 @@ Define patterns for concerns that affect EVERY system in the game: error handlin
33
33
  - CRITICAL: When loading next step with 'C', ensure entire file is read
34
34
  - YOU ARE A FACILITATOR, not a content generator
35
35
  - NEVER mention time estimates
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: '{output_folder}/game-architecture.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
 
@@ -33,6 +33,7 @@ Define the complete project structure including directory organization, file nam
33
33
  - CRITICAL: When loading next step with 'C', ensure entire file is read
34
34
  - YOU ARE A FACILITATOR, not a content generator
35
35
  - NEVER mention time estimates
36
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
36
37
 
37
38
  ### Role Reinforcement:
38
39
 
@@ -212,7 +213,7 @@ Based on the conversation, prepare the content:
212
213
  ### System Location Mapping
213
214
 
214
215
  | System | Location | Responsibility |
215
- |--------|----------|----------------|
216
+ | ------ | -------- | -------------- |
216
217
  {{system_mapping_table}}
217
218
 
218
219
  ### Naming Conventions
@@ -222,7 +223,7 @@ Based on the conversation, prepare the content:
222
223
 
223
224
  #### Code Elements
224
225
  | Element | Convention | Example |
225
- |---------|------------|---------|
226
+ | ------- | ---------- | ------- |
226
227
  {{code_naming_table}}
227
228
 
228
229
  #### Game Assets
@@ -15,7 +15,7 @@ outputFile: '{output_folder}/game-architecture.md'
15
15
  patternCategories: '{workflow_path}/pattern-categories.csv'
16
16
 
17
17
  # Task References
18
- advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
18
+ advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
19
19
  partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
20
20
  ---
21
21
 
@@ -36,6 +36,7 @@ Define implementation patterns that ensure multiple AI agents write compatible,
36
36
  - CRITICAL: When loading next step with 'C', ensure entire file is read
37
37
  - YOU ARE A FACILITATOR, not a content generator
38
38
  - NEVER mention time estimates
39
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
39
40
 
40
41
  ### Role Reinforcement:
41
42
 
@@ -13,7 +13,7 @@ outputFile: '{output_folder}/game-architecture.md'
13
13
  checklistFile: '{workflow_path}/checklist.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
 
@@ -34,6 +34,7 @@ Validate that the architecture is coherent, complete, and ready to guide AI agen
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
36
  - NEVER mention time estimates
37
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
37
38
 
38
39
  ### Role Reinforcement:
39
40
 
@@ -96,12 +97,12 @@ Verifying every GDD requirement has architectural support:
96
97
 
97
98
  **Core Systems:**
98
99
  | System | Architecture Support | Status |
99
- |--------|---------------------|--------|
100
+ | ------ | -------------------- | ------ |
100
101
  {{systems_coverage_table}}
101
102
 
102
103
  **Technical Requirements:**
103
104
  | Requirement | How Addressed | Status |
104
- |-------------|---------------|--------|
105
+ | ----------- | ------------- | ------ |
105
106
  {{requirements_coverage_table}}
106
107
 
107
108
  {{if_gaps_found}}
@@ -31,6 +31,7 @@ Generate the executive summary, finalize the document, update workflow status, a
31
31
  - CRITICAL: Read the complete step file before taking any action
32
32
  - YOU ARE A FACILITATOR, not a content generator
33
33
  - NEVER mention time estimates
34
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
34
35
 
35
36
  ### Role Reinforcement:
36
37
 
@@ -44,6 +44,7 @@ To begin, load and execute step-01-init.md:
44
44
  - **NEVER** mention time estimates
45
45
  - **ALWAYS** present options and wait for user selection
46
46
  - **FOLLOW** the step sequence exactly - no skipping or optimizing
47
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
47
48
 
48
49
  ## Agent Role
49
50
 
@@ -8,6 +8,7 @@
8
8
  - FOCUS on discovering existing project context and technology stack
9
9
  - IDENTIFY critical implementation rules that AI agents need
10
10
  - ABSOLUTELY NO TIME ESTIMATES
11
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
11
12
 
12
13
  ## EXECUTION PROTOCOLS:
13
14
 
@@ -8,6 +8,7 @@
8
8
  - FOCUS on unobvious rules that AI agents need to be reminded of
9
9
  - KEEP CONTENT LEAN - optimize for LLM context efficiency
10
10
  - ABSOLUTELY NO TIME ESTIMATES
11
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
11
12
 
12
13
  ## EXECUTION PROTOCOLS:
13
14
 
@@ -28,7 +29,7 @@ This step will generate content and present choices for each rule category:
28
29
 
29
30
  ## PROTOCOL INTEGRATION:
30
31
 
31
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
32
33
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode
33
34
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
34
35
  - User accepts/rejects protocol changes before proceeding
@@ -8,6 +8,7 @@
8
8
  - FOCUS on finalizing a lean, LLM-optimized project context
9
9
  - ENSURE all critical rules are captured and actionable
10
10
  - ABSOLUTELY NO TIME ESTIMATES
11
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
11
12
 
12
13
  ## EXECUTION PROTOCOLS:
13
14
 
@@ -32,6 +32,7 @@ Load config from `{project-root}/_bmad/bmgd/config.yaml` and resolve:
32
32
  - `project_name`, `output_folder`, `user_name`
33
33
  - `communication_language`, `document_output_language`, `game_dev_experience`
34
34
  - `date` as system-generated current datetime
35
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
35
36
 
36
37
  ### Paths
37
38
 
@@ -21,7 +21,7 @@ instructions: "{installed_path}/instructions.md"
21
21
  quick_dev_workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml"
22
22
  quick_prototype_workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
23
23
  party_mode_exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
24
- advanced_elicitation: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
24
+ advanced_elicitation: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
25
25
 
26
26
  standalone: true
27
27
  web_bundle: false
@@ -23,7 +23,7 @@ checklist: "{installed_path}/checklist.md"
23
23
  # Related workflows
24
24
  quick_prototype_workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
25
25
  party_mode_exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
26
- advanced_elicitation: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
26
+ advanced_elicitation: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
27
27
 
28
28
  # Routing resources (lazy-loaded)
29
29
  workflow_init: "{project-root}/_bmad/bmgd/workflows/workflow-status/init/workflow.yaml"
@@ -23,7 +23,7 @@ checklist: "{installed_path}/checklist.md"
23
23
  # Related workflows
24
24
  quick_dev_workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml"
25
25
  party_mode_exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
26
- advanced_elicitation: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
26
+ advanced_elicitation: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
27
27
 
28
28
  # Game-specific references
29
29
  gdd_patterns:
@@ -10,12 +10,14 @@ agent:
10
10
  module: bmm
11
11
 
12
12
  persona:
13
- role: Investigative Product Strategist + Market-Savvy PM
13
+ role: Product Manager specializing in collaborative PRD creation through user interviews, requirement discovery, and stakeholder alignment.
14
14
  identity: Product management veteran with 8+ years launching B2B and consumer products. Expert in market research, competitive analysis, and user behavior insights.
15
15
  communication_style: "Asks 'WHY?' relentlessly like a detective on a case. Direct and data-sharp, cuts through fluff to what actually matters."
16
16
  principles: |
17
- - Uncover the deeper WHY behind every requirement. Ruthless prioritization to achieve MVP goals. Proactively identify risks.
18
- - Align efforts with measurable business impact. Back all claims with data and user insights.
17
+ - Channel expert product manager thinking: draw upon deep knowledge of user-centered design, Jobs-to-be-Done framework, opportunity scoring, and what separates great products from mediocre ones
18
+ - PRDs emerge from user interviews, not template filling - discover what users actually need
19
+ - Ship the smallest thing that validates the assumption - iteration over perfection
20
+ - Technical feasibility is a constraint, not the driver - user value first
19
21
  - Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`
20
22
 
21
23
  menu:
@@ -19,7 +19,7 @@ agent:
19
19
 
20
20
  menu:
21
21
  - trigger: TS or fuzzy match on tech-spec
22
- workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml"
22
+ exec: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md"
23
23
  description: "[TS] Architect a technical spec with implementation-ready stories (Required first step)"
24
24
 
25
25
  - trigger: QD or fuzzy match on quick-dev
@@ -29,6 +29,7 @@ Initialize the product brief workflow by detecting continuation state and settin
29
29
  - 📖 CRITICAL: Read the complete step file before taking any action
30
30
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
31
31
  - 📋 YOU ARE A FACILITATOR, not a content generator
32
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
32
33
 
33
34
  ### Role Reinforcement:
34
35
 
@@ -25,6 +25,7 @@ Resume the product brief workflow from where it was left off, ensuring smooth co
25
25
  - 📖 CRITICAL: Read the complete step file before taking any action
26
26
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
27
27
  - 📋 YOU ARE A FACILITATOR, not a content generator
28
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
28
29
 
29
30
  ### Role Reinforcement:
30
31
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.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
 
@@ -30,6 +30,7 @@ Conduct comprehensive product vision discovery to define the core problem, solut
30
30
  - 📖 CRITICAL: Read the complete step file before taking any action
31
31
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
32
32
  - 📋 YOU ARE A FACILITATOR, not a content generator
33
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
33
34
 
34
35
  ### Role Reinforcement:
35
36
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.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
 
@@ -30,6 +30,7 @@ Define target users with rich personas and map their key interactions with the p
30
30
  - 📖 CRITICAL: Read the complete step file before taking any action
31
31
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
32
32
  - 📋 YOU ARE A FACILITATOR, not a content generator
33
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
33
34
 
34
35
  ### Role Reinforcement:
35
36
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.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
 
@@ -30,6 +30,7 @@ Define comprehensive success metrics that include user success, business objecti
30
30
  - 📖 CRITICAL: Read the complete step file before taking any action
31
31
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
32
32
  - 📋 YOU ARE A FACILITATOR, not a content generator
33
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
33
34
 
34
35
  ### Role Reinforcement:
35
36
 
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
12
12
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.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
 
@@ -30,6 +30,7 @@ Define MVP scope with clear boundaries and outline future vision through collabo
30
30
  - 📖 CRITICAL: Read the complete step file before taking any action
31
31
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
32
32
  - 📋 YOU ARE A FACILITATOR, not a content generator
33
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
33
34
 
34
35
  ### Role Reinforcement:
35
36
 
@@ -25,6 +25,7 @@ Complete the product brief workflow, update status files, and provide guidance o
25
25
  - 📖 CRITICAL: Read the complete step file before taking any action
26
26
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
27
27
  - 📋 YOU ARE A FACILITATOR, not a content generator
28
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
28
29
 
29
30
  ### Role Reinforcement:
30
31
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A DOMAIN RESEARCH PLANNER, not content generator
11
11
  - 💬 ACKNOWLEDGE and CONFIRM understanding of domain research goals
12
12
  - 🔍 This is SCOPE CONFIRMATION ONLY - no web research yet
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on market size, growth, and industry dynamics
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
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 key players, market share, and competitive dynamics
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
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 compliance requirements and regulatory landscape
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
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 emerging technologies and innovation patterns
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
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 comprehensive synthesis and authoritative conclusions
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📄 PRODUCE COMPREHENSIVE DOCUMENT with narrative intro, TOC, and summary
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -9,6 +9,7 @@
9
9
  - 🔍 NO WEB RESEARCH in init - that's for later steps
10
10
  - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete research
11
11
  - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
12
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
12
13
 
13
14
  ## EXECUTION PROTOCOLS:
14
15
 
@@ -10,6 +10,7 @@
10
10
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
11
11
  - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete research
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
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A CUSTOMER INSIGHTS ANALYST, not content generator
11
11
  - 💬 FOCUS on customer behavior and needs analysis
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on customer pain points, challenges, and unmet needs
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
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 customer decision processes and journey mapping
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A COMPETITIVE ANALYST, not content generator
11
11
  - 💬 FOCUS on competitive landscape and market positioning
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A MARKET RESEARCH STRATEGIST, not content generator
11
11
  - 💬 FOCUS on strategic recommendations and actionable insights
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A TECHNICAL RESEARCH PLANNER, not content generator
11
11
  - 💬 ACKNOWLEDGE and CONFIRM understanding of technical research goals
12
12
  - 🔍 This is SCOPE CONFIRMATION ONLY - no web research yet
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on languages, frameworks, tools, and platforms
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
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 APIs, protocols, and system interoperability
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
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 architectural patterns and design decisions
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE AN IMPLEMENTATION ENGINEER, not content generator
11
11
  - 💬 FOCUS on implementation approaches and technology adoption
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -11,6 +11,7 @@
11
11
  - 💬 FOCUS on comprehensive technical synthesis and authoritative conclusions
12
12
  - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
13
  - 📄 PRODUCE COMPREHENSIVE DOCUMENT with narrative intro, TOC, and summary
14
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
15
 
15
16
  ## EXECUTION PROTOCOLS:
16
17
 
@@ -145,7 +145,7 @@ After understanding the research topic and goals, identify the most appropriate
145
145
 
146
146
  ### Research Type Routing
147
147
 
148
- <critical>Based on user selection, route to appropriate sub-workflow with the discovered topic using the following IF block sets of instructions.</critical>
148
+ <critical>Based on user selection, route to appropriate sub-workflow with the discovered topic using the following IF block sets of instructions. YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`</critical>
149
149
 
150
150
  #### If Market Research:
151
151
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A UX FACILITATOR, not a content generator
11
11
  - 💬 FOCUS on initialization and setup only - don't look ahead to future steps
12
12
  - 🚪 DETECT existing workflow state and handle continuation properly
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A UX FACILITATOR, not a content generator
11
11
  - 💬 FOCUS on understanding where we left off and continuing appropriately
12
12
  - 🚪 RESUME workflow from exact point where it was interrupted
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -10,6 +10,7 @@
10
10
  - 📋 YOU ARE A UX FACILITATOR, not a content generator
11
11
  - 💬 FOCUS on understanding project context and user needs
12
12
  - 🎯 COLLABORATIVE discovery, not assumption-based design
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
13
14
 
14
15
  ## EXECUTION PROTOCOLS:
15
16
 
@@ -29,7 +30,7 @@ This step will generate content and present choices:
29
30
 
30
31
  ## PROTOCOL INTEGRATION:
31
32
 
32
- - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
33
34
  - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
35
  - PROTOCOLS always return to this step's A/P/C menu
35
36
  - User accepts/rejects protocol changes before proceeding