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
@@ -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
 
@@ -208,7 +208,7 @@ Show the generated responsive and accessibility content and present choices:
208
208
 
209
209
  #### If 'A' (Advanced Elicitation):
210
210
 
211
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current responsive/accessibility content
211
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current responsive/accessibility content
212
212
  - Process the enhanced insights that come back
213
213
  - Ask user: "Accept these improvements to the responsive/accessibility strategy? (y/n)"
214
214
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -216,7 +216,7 @@ Show the generated responsive and accessibility content and present choices:
216
216
 
217
217
  #### If 'P' (Party Mode):
218
218
 
219
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current responsive/accessibility strategy
219
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current responsive/accessibility strategy
220
220
  - Process the collaborative insights that come back
221
221
  - Ask user: "Accept these changes to the responsive/accessibility strategy? (y/n)"
222
222
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -224,7 +224,7 @@ Show the generated responsive and accessibility content and present choices:
224
224
 
225
225
  #### If 'C' (Continue):
226
226
 
227
- - Append the final content to `{output_folder}/ux-design-specification.md`
227
+ - Append the final content to `{planning_artifacts}/ux-design-specification.md`
228
228
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]`
229
229
  - Load `./step-14-complete.md`
230
230
 
@@ -60,7 +60,7 @@ I've successfully collaborated with you to create a comprehensive UX design spec
60
60
  - ✅ UX consistency patterns for common interactions
61
61
  - ✅ Responsive design and accessibility strategy
62
62
 
63
- **The complete UX design specification is now available at:** `{output_folder}/ux-design-specification.md`
63
+ **The complete UX design specification is now available at:** `{planning_artifacts}/ux-design-specification.md`
64
64
 
65
65
  **Supporting Visual Assets:**
66
66
 
@@ -221,6 +221,6 @@ This UX design workflow is now complete. The specification serves as the foundat
221
221
 
222
222
  **Core Deliverables:**
223
223
 
224
- - ✅ UX Design Specification: `{output_folder}/ux-design-specification.md`
224
+ - ✅ UX Design Specification: `{planning_artifacts}/ux-design-specification.md`
225
225
  - ✅ Color Themes Visualizer: `{output_folder}/ux-color-themes.html`
226
226
  - ✅ Design Directions: `{output_folder}/ux-design-directions.html`
@@ -27,7 +27,7 @@ This uses **micro-file architecture** for disciplined execution:
27
27
 
28
28
  Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
29
29
 
30
- - `project_name`, `output_folder`, `user_name`
30
+ - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
31
31
  - `communication_language`, `document_output_language`, `user_skill_level`
32
32
  - `date` as system-generated current datetime
33
33
 
@@ -35,7 +35,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
35
35
 
36
36
  - `installed_path` = `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design`
37
37
  - `template_path` = `{installed_path}/ux-design-template.md`
38
- - `default_output_file` = `{output_folder}/ux-design-specification.md`
38
+ - `default_output_file` = `{planning_artifacts}/ux-design-specification.md`
39
39
 
40
40
  ### Output Files
41
41
 
@@ -46,14 +46,12 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
46
46
 
47
47
  Discover context documents for UX context (Priority: Analysis folder first, then main folder, then sharded):
48
48
 
49
- - PRD: `{output_folder}/analysis/*prd*.md` or `{output_folder}/*prd*.md` or `{output_folder}/*prd*/**/*.md`
49
+ - PRD: `{planning_artifacts}/*prd*.md` or `{output_folder}/*prd*.md` or `{output_folder}/*prd*/**/*.md`
50
50
  - Product brief: `{output_folder}/analysis/*brief*.md` or `{output_folder}/*brief*.md` or `{output_folder}/*brief*/**/*.md`
51
51
  - Epics: `{output_folder}/analysis/*epic*.md` or `{output_folder}/*epic*.md` or `{output_folder}/*epic*/**/*.md`
52
52
  - Research: `{output_folder}/analysis/research/*research*.md` or `{output_folder}/*research*.md` or `{output_folder}/*research*/**/*.md`
53
53
  - Brainstorming: `{output_folder}/analysis/brainstorming/*brainstorming*.md` or `{output_folder}/*brainstorming*.md`
54
54
 
55
- ---
56
-
57
55
  ## EXECUTION
58
56
 
59
57
  Load and execute `steps/step-01-init.md` to begin the UX design workflow.
@@ -49,8 +49,8 @@ This step will generate content and present choices:
49
49
 
50
50
  ## PROTOCOL INTEGRATION:
51
51
 
52
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
53
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
52
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
53
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
54
54
  - PROTOCOLS always return to this step's A/P/C menu
55
55
  - User accepts/rejects protocol changes before proceeding
56
56
 
@@ -228,7 +228,7 @@ Show the generated content and present choices:
228
228
 
229
229
  #### If 'A' (Advanced Elicitation):
230
230
 
231
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current success criteria content
231
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current success criteria content
232
232
  - Process the enhanced success metrics that come back
233
233
  - Ask user: "Accept these improvements to the success criteria? (y/n)"
234
234
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -236,7 +236,7 @@ Show the generated content and present choices:
236
236
 
237
237
  #### If 'P' (Party Mode):
238
238
 
239
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current success criteria
239
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current success criteria
240
240
  - Process the collaborative improvements to metrics and scope
241
241
  - Ask user: "Accept these changes to the success criteria? (y/n)"
242
242
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -49,8 +49,8 @@ This step will generate content and present choices:
49
49
 
50
50
  ## PROTOCOL INTEGRATION:
51
51
 
52
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
53
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
52
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
53
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
54
54
  - PROTOCOLS always return to this step's A/P/C menu
55
55
  - User accepts/rejects protocol changes before proceeding
56
56
 
@@ -222,7 +222,7 @@ Show the generated journey content and present choices:
222
222
 
223
223
  #### If 'A' (Advanced Elicitation):
224
224
 
225
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current journey content
225
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current journey content
226
226
  - Process the enhanced journey insights that come back
227
227
  - Ask user: "Accept these improvements to the user journeys? (y/n)"
228
228
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -230,7 +230,7 @@ Show the generated journey content and present choices:
230
230
 
231
231
  #### If 'P' (Party Mode):
232
232
 
233
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current journeys
233
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current journeys
234
234
  - Process the collaborative journey improvements and additions
235
235
  - Ask user: "Accept these changes to the user journeys? (y/n)"
236
236
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -52,8 +52,8 @@ This step will generate content and present choices:
52
52
 
53
53
  ## PROTOCOL INTEGRATION:
54
54
 
55
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
56
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
55
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
56
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
57
57
  - PROTOCOLS always return to this step's A/P/C menu
58
58
  - User accepts/rejects protocol changes before proceeding
59
59
 
@@ -207,7 +207,7 @@ Show the generated domain content and present choices:
207
207
 
208
208
  #### If 'A' (Advanced Elicitation):
209
209
 
210
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current domain content
210
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current domain content
211
211
  - Process the enhanced domain insights that come back
212
212
  - Ask user: "Accept these domain requirement improvements? (y/n)"
213
213
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -215,7 +215,7 @@ Show the generated domain content and present choices:
215
215
 
216
216
  #### If 'P' (Party Mode):
217
217
 
218
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current domain requirements
218
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current domain requirements
219
219
  - Process the collaborative domain expertise and validation
220
220
  - Ask user: "Accept these changes to domain requirements? (y/n)"
221
221
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -52,8 +52,8 @@ This step will generate content and present choices:
52
52
 
53
53
  ## PROTOCOL INTEGRATION:
54
54
 
55
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
56
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
55
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
56
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
57
57
  - PROTOCOLS always return to this step's A/P/C menu
58
58
  - User accepts/rejects protocol changes before proceeding
59
59
 
@@ -186,7 +186,7 @@ Show the generated innovation 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 innovation content
189
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current innovation content
190
190
  - Process the enhanced innovation insights that come back
191
191
  - Ask user: "Accept these improvements to the innovation analysis? (y/n)"
192
192
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -194,7 +194,7 @@ Show the generated innovation 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 innovation content
197
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current innovation content
198
198
  - Process the collaborative innovation exploration and ideation
199
199
  - Ask user: "Accept these changes to the innovation analysis? (y/n)"
200
200
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -52,8 +52,8 @@ This step will generate content and present choices:
52
52
 
53
53
  ## PROTOCOL INTEGRATION:
54
54
 
55
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
56
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
55
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
56
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
57
57
  - PROTOCOLS always return to this step's A/P/C menu
58
58
  - User accepts/rejects protocol changes before proceeding
59
59
 
@@ -182,7 +182,7 @@ Show the generated project-type content and present choices:
182
182
 
183
183
  #### If 'A' (Advanced Elicitation):
184
184
 
185
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current project-type content
185
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current project-type content
186
186
  - Process the enhanced technical insights that come back
187
187
  - Ask user: "Accept these improvements to the technical requirements? (y/n)"
188
188
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -190,7 +190,7 @@ Show the generated project-type content and present choices:
190
190
 
191
191
  #### If 'P' (Party Mode):
192
192
 
193
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current project-type requirements
193
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current project-type requirements
194
194
  - Process the collaborative technical expertise and validation
195
195
  - Ask user: "Accept these changes to the technical requirements? (y/n)"
196
196
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -50,8 +50,8 @@ This step will generate content and present choices:
50
50
 
51
51
  ## PROTOCOL INTEGRATION:
52
52
 
53
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
54
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
53
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
54
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
55
55
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
56
56
  - User accepts/rejects protocol changes before proceeding
57
57
 
@@ -243,7 +243,7 @@ Show the scoping decisions and present choices:
243
243
 
244
244
  #### If 'A' (Advanced Elicitation):
245
245
 
246
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with current scoping analysis
246
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with current scoping analysis
247
247
  - Process enhanced scoping insights that come back
248
248
  - Ask user: "Accept these improvements to the scoping decisions? (y/n)"
249
249
  - If yes: Update content, then return to A/P/C menu
@@ -251,7 +251,7 @@ Show the scoping decisions and present choices:
251
251
 
252
252
  #### If 'P' (Party Mode):
253
253
 
254
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with scoping context
254
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with scoping context
255
255
  - Process collaborative insights on MVP and roadmap decisions
256
256
  - Ask user: "Accept these changes to the scoping decisions? (y/n)"
257
257
  - If yes: Update content, then return to A/P/C menu
@@ -49,8 +49,8 @@ This step will generate content and present choices:
49
49
 
50
50
  ## PROTOCOL INTEGRATION:
51
51
 
52
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
53
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
52
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
53
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
54
54
  - PROTOCOLS always return to this step's A/P/C menu
55
55
  - User accepts/rejects protocol changes before proceeding
56
56
 
@@ -209,7 +209,7 @@ Show the generated functional requirements and present choices:
209
209
 
210
210
  #### If 'A' (Advanced Elicitation):
211
211
 
212
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current FR list
212
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current FR list
213
213
  - Process the enhanced capability coverage that comes back
214
214
  - Ask user: "Accept these additions to the functional requirements? (y/n)"
215
215
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -217,7 +217,7 @@ Show the generated functional requirements and present choices:
217
217
 
218
218
  #### If 'P' (Party Mode):
219
219
 
220
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current FR list
220
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current FR list
221
221
  - Process the collaborative capability validation and additions
222
222
  - Ask user: "Accept these changes to the functional requirements? (y/n)"
223
223
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -49,8 +49,8 @@ This step will generate content and present choices:
49
49
 
50
50
  ## PROTOCOL INTEGRATION:
51
51
 
52
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
53
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
52
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
53
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
54
54
  - PROTOCOLS always return to this step's A/P/C menu
55
55
  - User accepts/rejects protocol changes before proceeding
56
56
 
@@ -209,7 +209,7 @@ Show the generated NFR content and present choices:
209
209
 
210
210
  #### If 'A' (Advanced Elicitation):
211
211
 
212
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current NFR content
212
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current NFR content
213
213
  - Process the enhanced quality attribute insights that come back
214
214
  - Ask user: "Accept these improvements to the non-functional requirements? (y/n)"
215
215
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -217,7 +217,7 @@ Show the generated NFR content and present choices:
217
217
 
218
218
  #### If 'P' (Party Mode):
219
219
 
220
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current NFR list
220
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current NFR list
221
221
  - Process the collaborative technical validation and additions
222
222
  - Ask user: "Accept these changes to the non-functional requirements? (y/n)"
223
223
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-
9
9
  thisStepFile: '{workflow_path}/steps/step-01-document-discovery.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-02-prd-analysis.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/implementation-readiness-report-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
13
13
  templateFile: '{workflow_path}/templates/readiness-report-template.md'
14
14
  ---
15
15
 
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-
9
9
  thisStepFile: '{workflow_path}/steps/step-02-prd-analysis.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-03-epic-coverage-validation.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/implementation-readiness-report-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
13
13
  epicsFile: '{output_folder}/*epic*.md' # Will be resolved to actual file
14
14
  ---
15
15
 
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-
9
9
  thisStepFile: '{workflow_path}/steps/step-03-epic-coverage-validation.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-04-ux-alignment.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/implementation-readiness-report-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
13
13
  ---
14
14
 
15
15
  # Step 3: Epic Coverage Validation
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-
9
9
  thisStepFile: '{workflow_path}/steps/step-04-ux-alignment.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-05-epic-quality-review.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/implementation-readiness-report-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
13
13
  ---
14
14
 
15
15
  # Step 4: UX Alignment
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-
9
9
  thisStepFile: '{workflow_path}/steps/step-05-epic-quality-review.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-06-final-assessment.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/implementation-readiness-report-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
13
13
  epicsBestPractices: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
14
14
  ---
15
15
 
@@ -8,7 +8,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-06-final-assessment.md'
10
10
  workflowFile: '{workflow_path}/workflow.md'
11
- outputFile: '{output_folder}/implementation-readiness-report-{{date}}.md'
11
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
12
12
  ---
13
13
 
14
14
  # Step 6: Final Assessment
@@ -45,9 +45,9 @@ web_bundle: false
45
45
 
46
46
  ### 1. Module Configuration Loading
47
47
 
48
- Load and read full config from {project-root}/\_bmad/bmm/config.yaml and resolve:
48
+ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
49
49
 
50
- - `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
50
+ - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
51
51
 
52
52
  ### 2. First Step EXECUTION
53
53
 
@@ -2,7 +2,6 @@
2
2
  stepsCompleted: []
3
3
  inputDocuments: []
4
4
  workflowType: 'architecture'
5
- lastStep: 0
6
5
  project_name: '{{project_name}}'
7
6
  user_name: '{{user_name}}'
8
7
  date: '{{date}}'
@@ -36,8 +36,8 @@ Initialize the Architecture workflow by detecting continuation state, discoverin
36
36
 
37
37
  First, check if the output document already exists:
38
38
 
39
- - Look for file at `{output_folder}/architecture.md`
40
- - If exists, read the complete file including frontmatter
39
+ - Look for existing {output_folder}||{planning_artifacts} architecture.md or \*\*/architecture/
40
+ - If exists, read the complete file(s) including frontmatter
41
41
  - If not exists, this is a fresh workflow
42
42
 
43
43
  ### 2. Handle Continuation (If Document Exists)
@@ -58,14 +58,14 @@ Discover and load context documents using smart discovery:
58
58
 
59
59
  **PRD Document (Priority: Analysis → Main → Sharded → Whole):**
60
60
 
61
- 1. Check analysis folder: `{output_folder}/*prd*.md`
62
- 2. If no main files: Check for sharded PRD folder: `{output_folder}/*prd*/**/*.md`
61
+ 1. Check analysis folders: {output_folder} and {planning_artifacts} for a `*prd*.md`
62
+ 2. If no main files: Check for sharded PRD folder: `**/*prd*/**/*.md`
63
63
  3. If sharded folder exists: Load EVERY file in that folder completely
64
64
  4. Add discovered files to `inputDocuments` frontmatter
65
65
 
66
66
  **Epics/Stories Document (Priority: Analysis → Main → Sharded → Whole):**
67
67
 
68
- 1. Check analysis folder: `{output_folder}/analysis/*epic*.md`
68
+ 1. Check folders: {output_folder} and {planning_artifacts} for a `*epic*.md`
69
69
  2. If no analysis files: Try main folder: `{output_folder}/*epic*.md`
70
70
  3. If no main files: Check for sharded epics folder: `{output_folder}/*epic*/**/*.md`
71
71
  4. If sharded folder exists: Load EVERY file in that folder completely
@@ -73,24 +73,25 @@ Discover and load context documents using smart discovery:
73
73
 
74
74
  **UX Design Specification (Priority: Analysis → Main → Sharded → Whole):**
75
75
 
76
- 1. Check folder: `{output_folder}/*ux*.md`
76
+ 1. Check folders: {output_folder} and {planning_artifacts} for a `*ux*.md`
77
77
  2. If no main files: Check for sharded UX folder: `{output_folder}/*ux*/**/*.md`
78
78
  3. If sharded folder exists: Load EVERY file in that folder completely
79
79
  4. Add discovered files to `inputDocuments` frontmatter
80
80
 
81
81
  **Research Documents (Priority: Analysis → Main):**
82
82
 
83
- 1. Check folder: `{output_folder}/research/*research*.md`
83
+ 1. Check folders {output_folder} and {planning_artifacts} for `/research/*research*.md`
84
84
  2. If no files: Try folder: `{output_folder}/*research*.md`
85
85
  3. Add discovered files to `inputDocuments` frontmatter
86
86
 
87
87
  **Project Documentation (Existing Projects):**
88
88
 
89
- 1. Look for index file: `{output_folder/index.md`
89
+ 1. Look for index file: `{project_knowledge}/index.md`
90
90
  2. CRITICAL: Load index.md to understand what project files are available
91
91
  3. Read available files from index to understand existing project context
92
92
  4. This provides essential context for extending existing project with new architecture
93
93
  5. Add discovered files to `inputDocuments` frontmatter
94
+ 6. IF no index.md, ask user which files from the folder to include
94
95
 
95
96
  **Project Context Rules (Critical for AI Agents):**
96
97
 
@@ -123,19 +124,6 @@ Before proceeding, verify we have the essential inputs:
123
124
  #### C. Create Initial Document
124
125
 
125
126
  Copy the template from `{installed_path}/architecture-decision-template.md` to `{output_folder}/architecture.md`
126
- Initialize frontmatter with:
127
-
128
- ```yaml
129
- ---
130
- stepsCompleted: []
131
- inputDocuments: []
132
- workflowType: 'architecture'
133
- lastStep: 0
134
- project_name: '{{project_name}}'
135
- user_name: '{{user_name}}'
136
- date: '{{date}}'
137
- ---
138
- ```
139
127
 
140
128
  #### D. Complete Initialization and Report
141
129
 
@@ -30,8 +30,8 @@ This step will generate content and present choices:
30
30
 
31
31
  ## PROTOCOL INTEGRATION:
32
32
 
33
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
34
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
33
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
34
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
35
35
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
36
36
  - User accepts/rejects protocol changes before proceeding
37
37
 
@@ -169,7 +169,7 @@ Show the generated content and present choices:
169
169
 
170
170
  #### If 'A' (Advanced Elicitation):
171
171
 
172
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with the current context analysis
172
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with the current context analysis
173
173
  - Process the enhanced architectural insights that come back
174
174
  - Ask user: "Accept these enhancements to the project context analysis? (y/n)"
175
175
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -177,7 +177,7 @@ Show the generated content and present choices:
177
177
 
178
178
  #### If 'P' (Party Mode):
179
179
 
180
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with the current project context
180
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current project context
181
181
  - Process the collaborative improvements to architectural understanding
182
182
  - Ask user: "Accept these changes to the project context analysis? (y/n)"
183
183
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -30,8 +30,8 @@ This step will generate content and present choices:
30
30
 
31
31
  ## PROTOCOL INTEGRATION:
32
32
 
33
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
34
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
33
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
34
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
35
35
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
36
36
  - User accepts/rejects protocol changes before proceeding
37
37
 
@@ -31,8 +31,8 @@ This step will generate content and present choices for each decision category:
31
31
 
32
32
  ## PROTOCOL INTEGRATION:
33
33
 
34
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
35
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
34
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
35
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
36
36
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
37
  - User accepts/rejects protocol changes before proceeding
38
38
 
@@ -263,7 +263,7 @@ Show the generated decisions content and present choices:
263
263
 
264
264
  #### If 'A' (Advanced Elicitation):
265
265
 
266
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with specific decision categories
266
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with specific decision categories
267
267
  - Process enhanced insights about particular decisions
268
268
  - Ask user: "Accept these enhancements to the architectural decisions? (y/n)"
269
269
  - If yes: Update content, then return to A/P/C menu
@@ -271,7 +271,7 @@ Show the generated decisions content and present choices:
271
271
 
272
272
  #### If 'P' (Party Mode):
273
273
 
274
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with architectural decisions context
274
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with architectural decisions context
275
275
  - Process collaborative insights about decision trade-offs
276
276
  - Ask user: "Accept these changes to the architectural decisions? (y/n)"
277
277
  - If yes: Update content, then return to A/P/C menu
@@ -31,8 +31,8 @@ This step will generate content and present choices:
31
31
 
32
32
  ## PROTOCOL INTEGRATION:
33
33
 
34
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
35
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
34
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
35
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
36
36
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
37
  - User accepts/rejects protocol changes before proceeding
38
38
 
@@ -304,7 +304,7 @@ Show the generated patterns content and present choices:
304
304
 
305
305
  #### If 'A' (Advanced Elicitation):
306
306
 
307
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with current patterns
307
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with current patterns
308
308
  - Process enhanced consistency rules that come back
309
309
  - Ask user: "Accept these additional pattern refinements? (y/n)"
310
310
  - If yes: Update content, then return to A/P/C menu
@@ -312,7 +312,7 @@ Show the generated patterns content and present choices:
312
312
 
313
313
  #### If 'P' (Party Mode):
314
314
 
315
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with implementation patterns context
315
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with implementation patterns context
316
316
  - Process collaborative insights about potential conflicts
317
317
  - Ask user: "Accept these changes to the implementation patterns? (y/n)"
318
318
  - If yes: Update content, then return to A/P/C menu
@@ -31,8 +31,8 @@ This step will generate content and present choices:
31
31
 
32
32
  ## PROTOCOL INTEGRATION:
33
33
 
34
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
35
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md
34
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
35
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
36
36
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
37
  - User accepts/rejects protocol changes before proceeding
38
38
 
@@ -324,7 +324,7 @@ Show the generated project structure content and present choices:
324
324
 
325
325
  #### If 'A' (Advanced Elicitation):
326
326
 
327
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with current project structure
327
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with current project structure
328
328
  - Process enhanced organizational insights that come back
329
329
  - Ask user: "Accept these changes to the project structure? (y/n)"
330
330
  - If yes: Update content, then return to A/P/C menu
@@ -332,7 +332,7 @@ Show the generated project structure content and present choices:
332
332
 
333
333
  #### If 'P' (Party Mode):
334
334
 
335
- - Execute {project-root}/\_bmad/core/workflows/party-mode/workflow.md with project structure context
335
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with project structure context
336
336
  - Process collaborative insights about organization trade-offs
337
337
  - Ask user: "Accept these changes to the project structure? (y/n)"
338
338
  - If yes: Update content, then return to A/P/C menu