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

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 (280) hide show
  1. package/.github/workflows/docs.yaml +72 -0
  2. package/.github/workflows/quality.yaml +0 -3
  3. package/CHANGELOG.md +125 -0
  4. package/CONTRIBUTING.md +1 -3
  5. package/README.md +8 -7
  6. package/docs/agent-customization-guide.md +3 -3
  7. package/docs/custom-content-installation.md +1 -1
  8. package/docs/document-sharding-guide.md +2 -2
  9. package/docs/getting-started/installation.md +76 -0
  10. package/docs/ide-info/index.md +24 -0
  11. package/docs/ide-info/rovo-dev.md +14 -380
  12. package/docs/index.md +36 -45
  13. package/eslint.config.mjs +7 -2
  14. package/package.json +14 -8
  15. package/{docs → samples}/sample-custom-modules/README.md +1 -1
  16. package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
  17. package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
  18. package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
  19. package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
  20. package/src/core/tasks/review-adversarial-general.xml +41 -0
  21. package/src/modules/bmb/README.md +25 -0
  22. package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
  23. package/src/modules/bmb/docs/agents/index.md +9 -9
  24. package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
  25. package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
  26. package/src/modules/bmb/docs/{README.md → index.md} +10 -12
  27. package/src/modules/bmb/docs/workflows/index.md +6 -6
  28. package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
  29. package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
  30. package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
  31. package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
  32. package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
  33. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
  34. package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
  35. package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
  36. package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
  37. package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
  38. package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
  39. package/src/modules/bmb/workflows/create-module/validation.md +2 -2
  40. package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
  41. package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
  42. package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
  43. package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
  44. package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
  45. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
  46. package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
  47. package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
  48. package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
  49. package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
  50. package/src/modules/bmgd/_module-installer/installer.js +2 -2
  51. package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
  52. package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
  53. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
  54. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
  55. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
  56. package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
  57. package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
  58. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
  59. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
  60. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
  61. package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
  62. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
  63. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
  64. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
  65. package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
  66. package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
  67. package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
  68. package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
  69. package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
  70. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
  71. package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
  72. package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
  73. package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
  74. package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
  75. package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
  76. package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
  77. package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
  78. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
  79. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
  80. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
  81. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
  82. package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +2 -2
  83. package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
  84. package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
  85. package/src/modules/bmm/README.md +5 -6
  86. package/src/modules/bmm/_module-installer/installer.js +2 -2
  87. package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
  88. package/src/modules/bmm/agents/dev.agent.yaml +8 -4
  89. package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
  90. package/src/modules/bmm/agents/sm.agent.yaml +6 -3
  91. package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
  92. package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
  93. package/src/modules/bmm/docs/agents-guide.md +83 -1026
  94. package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
  95. package/src/modules/bmm/docs/brownfield-guide.md +1 -1
  96. package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
  97. package/src/modules/bmm/docs/{README.md → index.md} +7 -88
  98. package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
  99. package/src/modules/bmm/docs/quick-start.md +7 -7
  100. package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
  101. package/src/modules/bmm/docs/test-architecture.md +13 -12
  102. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  103. package/src/modules/bmm/module.yaml +11 -10
  104. package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
  105. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
  106. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
  107. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
  108. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
  109. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
  110. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
  111. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
  112. package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
  113. package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
  114. package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
  115. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
  116. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
  117. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
  118. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
  119. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
  120. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
  121. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
  122. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
  123. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
  124. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
  125. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
  126. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
  127. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
  128. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
  129. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
  130. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
  131. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
  132. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
  133. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
  134. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
  135. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
  136. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
  137. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
  138. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
  139. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
  140. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
  141. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
  142. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
  143. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
  144. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
  145. package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
  146. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
  147. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
  148. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
  149. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
  150. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
  151. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
  152. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
  153. package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
  154. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
  155. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
  156. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
  157. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
  158. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
  159. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
  160. package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
  161. package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
  162. package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
  163. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
  164. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
  165. package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
  166. package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
  167. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
  168. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
  169. package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
  170. package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
  171. package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
  172. package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
  173. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
  174. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
  175. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
  176. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  177. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  178. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  179. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  180. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
  181. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
  182. package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
  183. package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
  184. package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
  185. package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
  186. package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
  187. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
  188. package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
  189. package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
  190. package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
  191. package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
  192. package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
  193. package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
  194. package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
  195. package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
  196. package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
  197. package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
  198. package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
  199. package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
  200. package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
  201. package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
  202. package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
  203. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
  204. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
  205. package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
  206. package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
  207. package/src/modules/cis/{readme.md → docs/index.md} +2 -6
  208. package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
  209. package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
  210. package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
  211. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
  212. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
  213. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
  214. package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
  215. package/tools/build-docs.js +630 -0
  216. package/tools/cli/commands/install.js +11 -5
  217. package/tools/cli/installers/install-messages.yaml +52 -0
  218. package/tools/cli/installers/lib/core/config-collector.js +25 -30
  219. package/tools/cli/installers/lib/message-loader.js +85 -0
  220. package/tools/cli/lib/ui.js +221 -41
  221. package/tools/schema/agent.js +68 -5
  222. package/website/css/custom.css +52 -0
  223. package/website/docusaurus.config.js +179 -0
  224. package/website/sidebars.js +157 -0
  225. package/website/src/pages/downloads.md +81 -0
  226. package/website/src/pages/index.js +50 -0
  227. package/website/static/favicon.ico +0 -0
  228. package/website/static/img/logo.svg +4 -0
  229. package/website/static/robots.txt +37 -0
  230. package/docs/installers-bundlers/ide-injections.md +0 -186
  231. package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
  232. package/src/modules/bmgd/README.md +0 -209
  233. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
  234. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
  235. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
  236. package/tools/cli/commands/build.js +0 -283
  237. package/tools/cli/commands/list.js +0 -40
  238. package/tools/cli/commands/status.js +0 -47
  239. package/tools/cli/commands/uninstall.js +0 -44
  240. package/tools/cli/commands/update.js +0 -28
  241. package/tools/validate-bundles.js +0 -87
  242. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
  243. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
  244. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
  245. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
  246. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
  247. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
  248. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
  249. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
  250. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
  251. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
  252. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
  253. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
  254. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
  255. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
  256. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
  257. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
  258. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
  259. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
  260. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
  261. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
  262. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
  263. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
  264. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
  265. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
  266. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
  267. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
  268. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
  269. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
  270. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
  271. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
  272. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
  273. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
  274. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
  275. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
  276. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
  277. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
  278. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
  279. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
  280. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
@@ -25,8 +25,6 @@ web_bundle: true
25
25
  - Detailed research sections with proper citations
26
26
  - Executive summary and conclusions
27
27
 
28
- ---
29
-
30
28
  ## WORKFLOW ARCHITECTURE
31
29
 
32
30
  This uses **micro-file architecture** with **routing-based discovery**:
@@ -34,9 +32,7 @@ This uses **micro-file architecture** with **routing-based discovery**:
34
32
  - Each research type has its own step folder
35
33
  - Step 01 discovers research type and routes to appropriate sub-workflow
36
34
  - Sequential progression within each research type
37
- - Document state tracked in frontmatter
38
-
39
- ---
35
+ - Document state tracked in output frontmatter
40
36
 
41
37
  ## INITIALIZATION
42
38
 
@@ -44,25 +40,20 @@ This uses **micro-file architecture** with **routing-based discovery**:
44
40
 
45
41
  Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
46
42
 
47
- - `project_name`, `output_folder`, `user_name`
43
+ - `project_name`, `output_folder`, , `planning_artifacts`, `user_name`
48
44
  - `communication_language`, `document_output_language`, `user_skill_level`
49
45
  - `date` as a system-generated value
50
- - `enable_web_research = true` (web research is default behavior)
51
46
 
52
47
  ### Paths
53
48
 
54
49
  - `installed_path` = `{project-root}/_bmad/bmm/workflows/1-analysis/research`
55
50
  - `template_path` = `{installed_path}/research.template.md`
56
- - `default_output_file` = `{output_folder}/analysis/research/{{research_type}}-{{topic}}-research-{{date}}.md` (dynamic based on research type)
57
-
58
- ---
51
+ - `default_output_file` = `{planning_artifacts}/research/{{research_type}}-{{topic}}-research-{{date}}.md` (dynamic based on research type)
59
52
 
60
53
  ## PREREQUISITE
61
54
 
62
55
  **⛔ Web search required.** If unavailable, abort and tell the user.
63
56
 
64
- ---
65
-
66
57
  ## RESEARCH BEHAVIOR
67
58
 
68
59
  ### Web Research Standards
@@ -81,9 +72,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
81
72
  - **Critical Claims**: Market size, growth rates, competitive data need verification
82
73
  - **Fact Checking**: Apply fact-checking to critical data points
83
74
 
84
- ---
85
-
86
- ## EXECUTION
75
+ ## Implementation Instructions
87
76
 
88
77
  Execute research type discovery and routing:
89
78
 
@@ -156,49 +145,29 @@ After understanding the research topic and goals, identify the most appropriate
156
145
 
157
146
  ### Research Type Routing
158
147
 
159
- Based on user selection, route to appropriate sub-workflow with the discovered topic:
148
+ <critical>Based on user selection, route to appropriate sub-workflow with the discovered topic using the following IF block sets of instructions.</critical>
160
149
 
161
150
  #### If Market Research:
162
151
 
163
152
  - Set `research_type = "market"`
164
153
  - Set `research_topic = [discovered topic from discussion]`
165
- - Set output file: `{output_folder}/analysis/research/market-{{research_topic}}-research-{{date}}.md`
154
+ - Create the starter output file: `{planning_artifacts}/research/market-{{research_topic}}-research-{{date}}.md` with exact copy of the ./research.template.md contents
166
155
  - Load: `./market-steps/step-01-init.md` with topic context
167
156
 
168
157
  #### If Domain Research:
169
158
 
170
159
  - Set `research_type = "domain"`
171
160
  - Set `research_topic = [discovered topic from discussion]`
172
- - Set output file: `{output_folder}/analysis/research/domain-{{research_topic}}-research-{{date}}.md`
161
+ - Create the starter output file: `{planning_artifacts}/research/domain-{{research_topic}}-research-{{date}}.md` with exact copy of the ./research.template.md contents
173
162
  - Load: `./domain-steps/step-01-init.md` with topic context
174
163
 
175
164
  #### If Technical Research:
176
165
 
177
166
  - Set `research_type = "technical"`
178
167
  - Set `research_topic = [discovered topic from discussion]`
179
- - Set output file: `{output_folder}/analysis/research/technical-{{research_topic}}-research-{{date}}.md`
168
+ - Create the starter output file: `{planning_artifacts}/research/technical-{{research_topic}}-research-{{date}}.md` with exact copy of the ./research.template.md contents
180
169
  - Load: `./technical-steps/step-01-init.md` with topic context
181
170
 
182
171
  **Important**: The discovered topic from the collaborative discussion should be passed to the research initialization steps, so they don't need to ask "What do you want to research?" again - they can focus on refining the scope for their specific research type.
183
172
 
184
- ### Document Initialization
185
-
186
- Create research document with proper metadata:
187
-
188
- ```yaml
189
- ---
190
- stepsCompleted: [1]
191
- inputDocuments: []
192
- workflowType: 'research'
193
- lastStep: 1
194
- research_type: '{{research_type}}'
195
- research_topic: '{{research_topic}}'
196
- research_goals: '{{research_goals}}'
197
- user_name: '{{user_name}}'
198
- date: '{{date}}'
199
- web_research_enabled: true
200
- source_verification: true
201
- ---
202
- ```
203
-
204
173
  **Note:** All research workflows require web search for current data and source verification.
@@ -35,7 +35,7 @@ Initialize the UX design workflow by detecting continuation state and setting up
35
35
 
36
36
  First, check if the output document already exists:
37
37
 
38
- - Look for file at `{output_folder}/ux-design-specification.md`
38
+ - Look for file at `{planning_artifacts}/ux-design-specification.md`
39
39
  - If exists, read the complete file including frontmatter
40
40
  - If not exists, this is a fresh workflow
41
41
 
@@ -57,23 +57,23 @@ Discover and load context documents using smart discovery:
57
57
 
58
58
  **PRD (Priority: Analysis → Main → Sharded → Whole):**
59
59
 
60
- 1. Check analysis folder: `{output_folder}/analysis/*prd*.md`
61
- 2. If no analysis files: Try main folder: `{output_folder}/*prd*.md`
62
- 3. If no main files: Check for sharded PRD folder: `{output_folder}/*prd*/**/*.md`
60
+ 1. Check analysis folder: `{planning_artifacts}/*prd*.md`
61
+ 2. If no files: Try main folder: `{output_folder}/*prd*.md`
62
+ 3. If no main files: Check for sharded PRD folder: `**/*prd*/**/*.md`
63
63
  4. If sharded folder exists: Load EVERY file in that folder completely for UX context
64
64
  5. Add discovered files to `inputDocuments` frontmatter
65
65
 
66
66
  **Product Brief (Priority: Analysis → Main → Sharded → Whole):**
67
67
 
68
- 1. Check analysis folder: `{output_folder}/analysis/*brief*.md`
68
+ 1. Check analysis folder: `{planning_artifacts}/*brief*.md`
69
69
  2. If no analysis files: Try main folder: `{output_folder}/*brief*.md`
70
- 3. If no main files: Check for sharded brief folder: `{output_folder}/*brief*/**/*.md`
70
+ 3. If no main files: Check for sharded brief folder: `**/*brief*/**/*.md`
71
71
  4. If sharded folder exists: Load EVERY file in that folder completely
72
72
  5. Add discovered files to `inputDocuments` frontmatter
73
73
 
74
74
  **Research Documents (Priority: Analysis → Main → Sharded → Whole):**
75
75
 
76
- 1. Check analysis folder: `{output_folder}/analysis/research/*research*.md`
76
+ 1. Check analysis folder: `{planning_artifacts}/research/*research*.md`
77
77
  2. If no analysis files: Try main folder: `{output_folder}/*research*.md`
78
78
  3. If no main files: Check for sharded research folder: `{output_folder}/*research*/**/*.md`
79
79
  4. Load useful research files completely
@@ -92,7 +92,7 @@ Discover and load context documents using smart discovery:
92
92
 
93
93
  #### B. Create Initial Document
94
94
 
95
- Copy the template from `{installed_path}/ux-design-template.md` to `{output_folder}/ux-design-specification.md`
95
+ Copy the template from `{installed_path}/ux-design-template.md` to `{planning_artifacts}/ux-design-specification.md`
96
96
  Initialize frontmatter with:
97
97
 
98
98
  ```yaml
@@ -113,7 +113,7 @@ Complete setup and report to user:
113
113
 
114
114
  **Document Setup:**
115
115
 
116
- - Created: `{output_folder}/ux-design-specification.md` from template
116
+ - Created: `{planning_artifacts}/ux-design-specification.md` from template
117
117
  - Initialized frontmatter with workflow state
118
118
 
119
119
  **Input Documents Discovered:**
@@ -132,6 +132,12 @@ Do you have any other documents you'd like me to include, or shall we continue t
132
132
 
133
133
  [C] Continue to UX discovery"
134
134
 
135
+ ## NEXT STEP:
136
+
137
+ After user selects [C] to continue, load `./step-02-discovery.md` to begin the UX discovery phase.
138
+
139
+ Remember: Do NOT proceed to step-02 until output file has been updated and user explicitly selects [C] to continue!
140
+
135
141
  ## SUCCESS METRICS:
136
142
 
137
143
  ✅ Existing workflow detected and handed off to step-01b correctly
@@ -151,9 +157,3 @@ Do you have any other documents you'd like me to include, or shall we continue t
151
157
  ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
152
158
  ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
153
159
  ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
154
-
155
- ## NEXT STEP:
156
-
157
- After user selects [C] to continue, load `./step-02-discovery.md` to begin the UX discovery phase.
158
-
159
- Remember: Do NOT proceed to step-02 until user explicitly selects [C] to continue!
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -146,37 +146,19 @@ Show the generated project understanding content and present choices:
146
146
  [Show the complete markdown content from step 5]
147
147
 
148
148
  **What would you like to do?**
149
- [A] Advanced Elicitation - Let's dive deeper into project understanding
150
- [P] Party Mode - Bring different perspectives on user needs and challenges
151
149
  [C] Continue - Save this to the document and move to core experience definition"
152
150
 
153
151
  ### 7. Handle Menu Selection
154
152
 
155
- #### If 'A' (Advanced Elicitation):
156
-
157
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current project understanding content
158
- - Process the enhanced project insights that come back
159
- - Ask user: "Accept these improvements to the project understanding? (y/n)"
160
- - If yes: Update content with improvements, then return to A/P/C menu
161
- - If no: Keep original content, then return to A/P/C menu
162
-
163
- #### If 'P' (Party Mode):
164
-
165
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current project understanding
166
- - Process the collaborative insights and different perspectives that come back
167
- - Ask user: "Accept these changes to the project understanding? (y/n)"
168
- - If yes: Update content with improvements, then return to A/P/C menu
169
- - If no: Keep original content, then return to A/P/C menu
170
-
171
153
  #### If 'C' (Continue):
172
154
 
173
- - Append the final content to `{output_folder}/ux-design-specification.md`
155
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
174
156
  - Update frontmatter: `stepsCompleted: [1, 2]`
175
157
  - Load `./step-03-core-experience.md`
176
158
 
177
159
  ## APPEND TO DOCUMENT:
178
160
 
179
- When user selects 'C', append the content directly to the document using the structure from step 5.
161
+ When user selects 'C', append the content directly to the document. Only after the content is saved to document, load `./step-03-core-experience.md` and execute the instructions.
180
162
 
181
163
  ## SUCCESS METRICS:
182
164
 
@@ -204,6 +186,4 @@ When user selects 'C', append the content directly to the document using the str
204
186
 
205
187
  ## NEXT STEP:
206
188
 
207
- After user selects 'C' and content is saved to document, load `./step-03-core-experience.md` to define the core user experience.
208
-
209
- Remember: Do NOT proceed to step-03 until user explicitly selects 'C' from the A/P/C menu and content is saved!
189
+ Remember: Do NOT proceed to step-03 until user explicitly selects 'C' from the menu and content is saved!
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -160,7 +160,7 @@ Show the generated core experience content and present choices:
160
160
 
161
161
  #### If 'A' (Advanced Elicitation):
162
162
 
163
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current core experience content
163
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current core experience content
164
164
  - Process the enhanced experience insights that come back
165
165
  - Ask user: "Accept these improvements to the core experience definition? (y/n)"
166
166
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -168,7 +168,7 @@ Show the generated core experience content and present choices:
168
168
 
169
169
  #### If 'P' (Party Mode):
170
170
 
171
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current core experience definition
171
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current core experience definition
172
172
  - Process the collaborative experience improvements that come back
173
173
  - Ask user: "Accept these changes to the core experience definition? (y/n)"
174
174
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -176,7 +176,7 @@ Show the generated core experience content and present choices:
176
176
 
177
177
  #### If 'C' (Continue):
178
178
 
179
- - Append the final content to `{output_folder}/ux-design-specification.md`
179
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
180
180
  - Update frontmatter: `stepsCompleted: [1, 2, 3]`
181
181
  - Load `./step-04-emotional-response.md`
182
182
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -163,7 +163,7 @@ Show the generated emotional response content and present choices:
163
163
 
164
164
  #### If 'A' (Advanced Elicitation):
165
165
 
166
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current emotional response content
166
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current emotional response content
167
167
  - Process the enhanced emotional insights that come back
168
168
  - Ask user: "Accept these improvements to the emotional response definition? (y/n)"
169
169
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -171,7 +171,7 @@ Show the generated emotional response content and present choices:
171
171
 
172
172
  #### If 'P' (Party Mode):
173
173
 
174
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current emotional response definition
174
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current emotional response definition
175
175
  - Process the collaborative emotional insights that come back
176
176
  - Ask user: "Accept these changes to the emotional response definition? (y/n)"
177
177
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -179,7 +179,7 @@ Show the generated emotional response content and present choices:
179
179
 
180
180
  #### If 'C' (Continue):
181
181
 
182
- - Append the final content to `{output_folder}/ux-design-specification.md`
182
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
183
183
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
184
184
  - Load `./step-05-inspiration.md`
185
185
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -178,7 +178,7 @@ Show the generated inspiration analysis content and present choices:
178
178
 
179
179
  #### If 'A' (Advanced Elicitation):
180
180
 
181
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current inspiration analysis content
181
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current inspiration analysis content
182
182
  - Process the enhanced pattern insights that come back
183
183
  - Ask user: "Accept these improvements to the inspiration analysis? (y/n)"
184
184
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -186,7 +186,7 @@ Show the generated inspiration analysis content and present choices:
186
186
 
187
187
  #### If 'P' (Party Mode):
188
188
 
189
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current inspiration analysis
189
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current inspiration analysis
190
190
  - Process the collaborative pattern insights that come back
191
191
  - Ask user: "Accept these changes to the inspiration analysis? (y/n)"
192
192
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -194,9 +194,9 @@ Show the generated inspiration analysis content and present choices:
194
194
 
195
195
  #### If 'C' (Continue):
196
196
 
197
- - Append the final content to `{output_folder}/ux-design-specification.md`
197
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
198
198
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
199
- - Load `./step-06-design-system.md`
199
+ - Load and execute`./step-06-design-system.md`
200
200
 
201
201
  ## APPEND TO DOCUMENT:
202
202
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -196,7 +196,7 @@ Show the generated design system content and present choices:
196
196
 
197
197
  #### If 'A' (Advanced Elicitation):
198
198
 
199
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current design system content
199
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current design system content
200
200
  - Process the enhanced design system insights that come back
201
201
  - Ask user: "Accept these improvements to the design system decision? (y/n)"
202
202
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -204,7 +204,7 @@ Show the generated design system content and present choices:
204
204
 
205
205
  #### If 'P' (Party Mode):
206
206
 
207
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current design system choice
207
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current design system choice
208
208
  - Process the collaborative design system insights that come back
209
209
  - Ask user: "Accept these changes to the design system decision? (y/n)"
210
210
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -212,7 +212,7 @@ Show the generated design system content and present choices:
212
212
 
213
213
  #### If 'C' (Continue):
214
214
 
215
- - Append the final content to `{output_folder}/ux-design-specification.md`
215
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
216
216
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6]`
217
217
  - Load `./step-07-defining-experience.md`
218
218
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -198,7 +198,7 @@ Show the generated defining experience content and present choices:
198
198
 
199
199
  #### If 'A' (Advanced Elicitation):
200
200
 
201
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current defining experience content
201
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current defining experience content
202
202
  - Process the enhanced experience insights that come back
203
203
  - Ask user: "Accept these improvements to the defining experience? (y/n)"
204
204
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -206,7 +206,7 @@ Show the generated defining experience content and present choices:
206
206
 
207
207
  #### If 'P' (Party Mode):
208
208
 
209
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current defining experience
209
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current defining experience
210
210
  - Process the collaborative experience insights that come back
211
211
  - Ask user: "Accept these changes to the defining experience? (y/n)"
212
212
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -214,7 +214,7 @@ Show the generated defining experience content and present choices:
214
214
 
215
215
  #### If 'C' (Continue):
216
216
 
217
- - Append the final content to `{output_folder}/ux-design-specification.md`
217
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
218
218
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7]`
219
219
  - Load `./step-08-visual-foundation.md`
220
220
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -168,7 +168,7 @@ Show the generated visual foundation content and present choices:
168
168
 
169
169
  #### If 'A' (Advanced Elicitation):
170
170
 
171
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current visual foundation content
171
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current visual foundation content
172
172
  - Process the enhanced visual insights that come back
173
173
  - Ask user: "Accept these improvements to the visual foundation? (y/n)"
174
174
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -176,7 +176,7 @@ Show the generated visual foundation content and present choices:
176
176
 
177
177
  #### If 'P' (Party Mode):
178
178
 
179
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current visual foundation
179
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current visual foundation
180
180
  - Process the collaborative visual insights that come back
181
181
  - Ask user: "Accept these changes to the visual foundation? (y/n)"
182
182
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -184,7 +184,7 @@ Show the generated visual foundation content and present choices:
184
184
 
185
185
  #### If 'C' (Continue):
186
186
 
187
- - Append the final content to `{output_folder}/ux-design-specification.md`
187
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
188
188
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8]`
189
189
  - Load `./step-09-design-directions.md`
190
190
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -168,7 +168,7 @@ Show the generated design direction content and present choices:
168
168
 
169
169
  #### If 'A' (Advanced Elicitation):
170
170
 
171
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current design direction content
171
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current design direction content
172
172
  - Process the enhanced design insights that come back
173
173
  - Ask user: "Accept these improvements to the design direction? (y/n)"
174
174
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -176,7 +176,7 @@ Show the generated design direction content and present choices:
176
176
 
177
177
  #### If 'P' (Party Mode):
178
178
 
179
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current design direction
179
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current design direction
180
180
  - Process the collaborative design insights that come back
181
181
  - Ask user: "Accept these changes to the design direction? (y/n)"
182
182
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -184,7 +184,7 @@ Show the generated design direction content and present choices:
184
184
 
185
185
  #### If 'C' (Continue):
186
186
 
187
- - Append the final content to `{output_folder}/ux-design-specification.md`
187
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
188
188
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9]`
189
189
  - Load `./step-10-user-journeys.md`
190
190
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -186,7 +186,7 @@ Show the generated user journey content and present choices:
186
186
 
187
187
  #### If 'A' (Advanced Elicitation):
188
188
 
189
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current user journey content
189
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current user journey content
190
190
  - Process the enhanced journey insights that come back
191
191
  - Ask user: "Accept these improvements to the user journeys? (y/n)"
192
192
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -194,7 +194,7 @@ Show the generated user journey content and present choices:
194
194
 
195
195
  #### If 'P' (Party Mode):
196
196
 
197
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current user journeys
197
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current user journeys
198
198
  - Process the collaborative journey insights that come back
199
199
  - Ask user: "Accept these changes to the user journeys? (y/n)"
200
200
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -202,7 +202,7 @@ Show the generated user journey content and present choices:
202
202
 
203
203
  #### If 'C' (Continue):
204
204
 
205
- - Append the final content to `{output_folder}/ux-design-specification.md`
205
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
206
206
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]`
207
207
  - Load `./step-11-component-strategy.md`
208
208
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -192,7 +192,7 @@ Show the generated component strategy content and present choices:
192
192
 
193
193
  #### If 'A' (Advanced Elicitation):
194
194
 
195
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current component strategy content
195
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current component strategy content
196
196
  - Process the enhanced component insights that come back
197
197
  - Ask user: "Accept these improvements to the component strategy? (y/n)"
198
198
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -200,7 +200,7 @@ Show the generated component strategy content and present choices:
200
200
 
201
201
  #### If 'P' (Party Mode):
202
202
 
203
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current component strategy
203
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current component strategy
204
204
  - Process the collaborative component insights that come back
205
205
  - Ask user: "Accept these changes to the component strategy? (y/n)"
206
206
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -208,7 +208,7 @@ Show the generated component strategy content and present choices:
208
208
 
209
209
  #### If 'C' (Continue):
210
210
 
211
- - Append the final content to `{output_folder}/ux-design-specification.md`
211
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
212
212
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]`
213
213
  - Load `./step-12-ux-patterns.md`
214
214
 
@@ -29,8 +29,8 @@ This step will generate content and present choices:
29
29
 
30
30
  ## PROTOCOL INTEGRATION:
31
31
 
32
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
33
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
32
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
33
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
34
  - PROTOCOLS always return to this step's A/P/C menu
35
35
  - User accepts/rejects protocol changes before proceeding
36
36
 
@@ -181,7 +181,7 @@ Show the generated UX patterns content and present choices:
181
181
 
182
182
  #### If 'A' (Advanced Elicitation):
183
183
 
184
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current UX patterns content
184
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current UX patterns content
185
185
  - Process the enhanced pattern insights that come back
186
186
  - Ask user: "Accept these improvements to the UX patterns? (y/n)"
187
187
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -189,7 +189,7 @@ Show the generated UX patterns content and present choices:
189
189
 
190
190
  #### If 'P' (Party Mode):
191
191
 
192
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current UX patterns
192
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current UX patterns
193
193
  - Process the collaborative pattern insights that come back
194
194
  - Ask user: "Accept these changes to the UX patterns? (y/n)"
195
195
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -197,7 +197,7 @@ Show the generated UX patterns content and present choices:
197
197
 
198
198
  #### If 'C' (Continue):
199
199
 
200
- - Append the final content to `{output_folder}/ux-design-specification.md`
200
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
201
201
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]`
202
202
  - Load `./step-13-responsive-accessibility.md`
203
203