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
@@ -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 validation results and present choices:
304
304
 
305
305
  #### If 'A' (Advanced Elicitation):
306
306
 
307
- - Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml with validation issues
307
+ - Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with validation issues
308
308
  - Process enhanced solutions for complex concerns
309
309
  - Ask user: "Accept these architectural improvements? (y/n)"
310
310
  - If yes: Update content, then return to A/P/C menu
@@ -312,7 +312,7 @@ Show the validation results 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 validation context
315
+ - Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with validation context
316
316
  - Process collaborative insights on implementation readiness
317
317
  - Ask user: "Accept these changes to the validation results? (y/n)"
318
318
  - If yes: Update content, then return to A/P/C menu
@@ -30,7 +30,7 @@ This uses **micro-file architecture** for disciplined execution:
30
30
 
31
31
  Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
32
32
 
33
- - `project_name`, `output_folder`, `user_name`
33
+ - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
34
34
  - `communication_language`, `document_output_language`, `user_skill_level`
35
35
  - `date` as system-generated current datetime
36
36
 
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
9
9
  thisStepFile: '{workflow_path}/steps/step-01-validate-prerequisites.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-02-design-epics.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/epics.md'
12
+ outputFile: '{planning_artifacts}/epics.md'
13
13
  epicsTemplate: '{workflow_path}/templates/epics-template.md'
14
14
 
15
15
  # Task References
@@ -77,20 +77,20 @@ Search for required documents using these patterns (sharded means a large docume
77
77
 
78
78
  **PRD Document Search Priority:**
79
79
 
80
- 1. `{output_folder}/*prd*.md` (whole document)
81
- 2. `{output_folder}/*prd*/index.md` (sharded version)
80
+ 1. `{planning_artifacts}/*prd*.md` (whole document)
81
+ 2. `{planning_artifacts}/*prd*/index.md` (sharded version)
82
82
 
83
83
  **Architecture Document Search Priority:**
84
84
 
85
- 1. `{output_folder}/*architecture*.md` (whole document)
86
- 2. `{output_folder}/*architecture*/index.md` (sharded version)
85
+ 1. `{planning_artifacts}/*architecture*.md` (whole document)
86
+ 2. `{planning_artifacts}/*architecture*/index.md` (sharded version)
87
87
 
88
88
  **UX Design Document Search (Optional):**
89
89
 
90
- 1. `{output_folder}/*ux*.md` (whole document)
91
- 2. `{output_folder}/*ux*/index.md` (sharded version)
90
+ 1. `{planning_artifacts}/*ux*.md` (whole document)
91
+ 2. `{planning_artifacts}/*ux*/index.md` (sharded version)
92
92
 
93
- Ask the user if there are any other documents, or if what you have found is all there is [Yes/No]. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
93
+ Before proceeding, Ask the user if there are any other documents, or if what you have found is all there is [Yes/No]. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
94
94
 
95
95
  ### 3. Extract Functional Requirements (FRs)
96
96
 
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
9
9
  thisStepFile: '{workflow_path}/steps/step-02-design-epics.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-03-create-stories.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/epics.md'
12
+ outputFile: '{planning_artifacts}/epics.md'
13
13
 
14
14
  # Task References
15
15
  advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
9
9
  thisStepFile: '{workflow_path}/steps/step-03-create-stories.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-04-final-validation.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/epics.md'
12
+ outputFile: '{planning_artifacts}/epics.md'
13
13
 
14
14
  # Task References
15
15
  advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
@@ -8,7 +8,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-04-final-validation.md'
10
10
  workflowFile: '{workflow_path}/workflow.md'
11
- outputFile: '{output_folder}/epics.md'
11
+ outputFile: '{planning_artifacts}/epics.md'
12
12
 
13
13
  # Task References
14
14
  advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
@@ -49,9 +49,9 @@ This uses **step-file architecture** for disciplined execution:
49
49
 
50
50
  ### 1. Configuration Loading
51
51
 
52
- Load and read full config from {project-root}/\_bmad/bmm/config.yaml and resolve:
52
+ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
53
53
 
54
- - `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
54
+ - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
55
55
 
56
56
  ### 2. First Step EXECUTION
57
57
 
@@ -5,14 +5,14 @@ author: "BMad"
5
5
 
6
6
  # Critical variables from config
7
7
  config_source: "{project-root}/_bmad/bmm/config.yaml"
8
- output_folder: "{config_source}:output_folder"
9
8
  user_name: "{config_source}:user_name"
10
9
  communication_language: "{config_source}:communication_language"
11
10
  user_skill_level: "{config_source}:user_skill_level"
12
11
  document_output_language: "{config_source}:document_output_language"
13
12
  date: system-generated
14
- sprint_artifacts: "{config_source}:sprint_artifacts"
15
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
+ output_folder: "{implementation_artifacts}"
15
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
16
16
 
17
17
  # Workflow components
18
18
  installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review"
@@ -23,7 +23,7 @@ template: false
23
23
  variables:
24
24
  # Project context
25
25
  project_context: "**/project-context.md"
26
- story_dir: "{sprint_artifacts}"
26
+ story_dir: "{implementation_artifacts}"
27
27
 
28
28
  # Smart input file references - handles both whole docs and sharded docs
29
29
  # Priority: Whole document first, then sharded version
@@ -1,6 +1,6 @@
1
1
  # Change Navigation Checklist
2
2
 
3
- <critical>This checklist is executed as part of: {project-root}/\_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
3
+ <critical>This checklist is executed as part of: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
4
4
  <critical>Work through each section systematically with the user, recording findings and impacts</critical>
5
5
 
6
6
  <checklist>
@@ -1,7 +1,7 @@
1
1
  # Correct Course - Sprint Change Management Instructions
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/\_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/\_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
5
5
  <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
6
6
  <critical>Generate all documents in {document_output_language}</critical>
7
7
 
@@ -4,14 +4,16 @@ description: "Navigate significant changes during sprint execution by analyzing
4
4
  author: "BMad Method"
5
5
 
6
6
  config_source: "{project-root}/_bmad/bmm/config.yaml"
7
- output_folder: "{config_source}:output_folder"
8
7
  user_name: "{config_source}:user_name"
9
8
  communication_language: "{config_source}:communication_language"
10
9
  user_skill_level: "{config_source}:user_skill_level"
11
10
  document_output_language: "{config_source}:document_output_language"
12
11
  date: system-generated
13
- sprint_artifacts: "{config_source}:sprint_artifacts"
14
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
12
+ implementation_artifacts: "{config_source}:implementation_artifacts"
13
+ planning_artifacts: "{config_source}:planning_artifacts"
14
+ project_knowledge: "{config_source}:project_knowledge"
15
+ output_folder: "{implementation_artifacts}"
16
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
15
17
 
16
18
  # Smart input file references - handles both whole docs and sharded docs
17
19
  # Priority: Whole document first, then sharded version
@@ -19,31 +21,31 @@ sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-
19
21
  input_file_patterns:
20
22
  prd:
21
23
  description: "Product requirements for impact analysis"
22
- whole: "{output_folder}/*prd*.md"
23
- sharded: "{output_folder}/*prd*/*.md"
24
+ whole: "{planning_artifacts}/*prd*.md"
25
+ sharded: "{planning_artifacts}/*prd*/*.md"
24
26
  load_strategy: "FULL_LOAD"
25
27
  epics:
26
28
  description: "All epics to analyze change impact"
27
- whole: "{output_folder}/*epic*.md"
28
- sharded: "{output_folder}/*epic*/*.md"
29
+ whole: "{planning_artifacts}/*epic*.md"
30
+ sharded: "{planning_artifacts}/*epic*/*.md"
29
31
  load_strategy: "FULL_LOAD"
30
32
  architecture:
31
33
  description: "System architecture and decisions"
32
- whole: "{output_folder}/*architecture*.md"
33
- sharded: "{output_folder}/*architecture*/*.md"
34
+ whole: "{planning_artifacts}/*architecture*.md"
35
+ sharded: "{planning_artifacts}/*architecture*/*.md"
34
36
  load_strategy: "FULL_LOAD"
35
37
  ux_design:
36
38
  description: "UX design specification (if UI impacts)"
37
- whole: "{output_folder}/*ux*.md"
38
- sharded: "{output_folder}/*ux*/*.md"
39
+ whole: "{planning_artifacts}/*ux*.md"
40
+ sharded: "{planning_artifacts}/*ux*/*.md"
39
41
  load_strategy: "FULL_LOAD"
40
42
  tech_spec:
41
43
  description: "Technical specification"
42
- whole: "{output_folder}/tech-spec*.md"
44
+ whole: "{planning_artifacts}/*tech-spec*.md"
43
45
  load_strategy: "FULL_LOAD"
44
46
  document_project:
45
47
  description: "Brownfield project documentation (optional)"
46
- sharded: "{output_folder}/index.md"
48
+ sharded: "{project_knowledge}/index.md"
47
49
  load_strategy: "INDEX_GUIDED"
48
50
 
49
51
  installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course"
@@ -51,7 +53,7 @@ template: false
51
53
  instructions: "{installed_path}/instructions.md"
52
54
  validation: "{installed_path}/checklist.md"
53
55
  checklist: "{installed_path}/checklist.md"
54
- default_output_file: "{output_folder}/sprint-change-proposal-{date}.md"
56
+ default_output_file: "{planning_artifacts}/sprint-change-proposal-{date}.md"
55
57
 
56
58
  standalone: true
57
59
 
@@ -334,18 +334,8 @@
334
334
 
335
335
  **Next Steps:**
336
336
  1. Review the comprehensive story in {{story_file}}
337
- 2. **Optional Quality Competition:** Run the scrum masters `*validate-create-story` to have a fresh LLM systematically review and
338
- improve the story context
339
- 3. Run dev agents `dev-story` for optimized implementation
340
- 4. Run `code-review` when complete (auto-marks done)
341
-
342
- **Quality Competition Option:** The `*validate-create-story` command runs the story context through an independent LLM in fresh
343
- context that will:
344
- - Systematically re-analyze all source documents
345
- - Identify any misses, omissions, or improvements
346
- - Compete to create a more comprehensive story context
347
- - Present findings interactively for your approval
348
- - Apply improvements to create the ultimate developer implementation guide
337
+ 2. Run dev agents `dev-story` for optimized implementation
338
+ 3. Run `code-review` when complete (auto-marks done)
349
339
 
350
340
  **The developer now has everything needed for flawless implementation!**
351
341
  </output>
@@ -4,12 +4,12 @@ author: "BMad"
4
4
 
5
5
  # Critical variables from config
6
6
  config_source: "{project-root}/_bmad/bmm/config.yaml"
7
- output_folder: "{config_source}:output_folder"
8
7
  user_name: "{config_source}:user_name"
9
8
  communication_language: "{config_source}:communication_language"
10
9
  date: system-generated
11
- sprint_artifacts: "{config_source}:sprint_artifacts"
12
- story_dir: "{sprint_artifacts}"
10
+ implementation_artifacts: "{config_source}:implementation_artifacts"
11
+ output_folder: "{implementation_artifacts}"
12
+ story_dir: "{implementation_artifacts}"
13
13
 
14
14
  # Workflow components
15
15
  installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story"
@@ -19,7 +19,7 @@ validation: "{installed_path}/checklist.md"
19
19
 
20
20
  # Variables and inputs
21
21
  variables:
22
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml" # Primary source for story tracking
22
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml" # Primary source for story tracking
23
23
  epics_file: "{output_folder}/epics.md" # Enhanced epics+stories with BDD and source hints
24
24
  prd_file: "{output_folder}/PRD.md" # Fallback for requirements (if not in epics file)
25
25
  architecture_file: "{output_folder}/architecture.md" # Fallback for constraints (if not in epics file)
@@ -17,7 +17,7 @@
17
17
  <action>Use {{story_path}} directly</action>
18
18
  <action>Read COMPLETE story file</action>
19
19
  <action>Extract story_key from filename or metadata</action>
20
- <goto> anchor with id task_check</goto>
20
+ <goto anchor="task_check" />
21
21
  </check>
22
22
 
23
23
  <!-- Sprint-based story discovery -->
@@ -9,7 +9,7 @@ user_name: "{config_source}:user_name"
9
9
  communication_language: "{config_source}:communication_language"
10
10
  user_skill_level: "{config_source}:user_skill_level"
11
11
  document_output_language: "{config_source}:document_output_language"
12
- story_dir: "{config_source}:sprint_artifacts"
12
+ story_dir: "{config_source}:implementation_artifacts"
13
13
  date: system-generated
14
14
 
15
15
  # Workflow components
@@ -18,8 +18,8 @@ instructions: "{installed_path}/instructions.xml"
18
18
  validation: "{installed_path}/checklist.md"
19
19
 
20
20
  story_file: "" # Explicit story path; auto-discovered if empty
21
- sprint_artifacts: "{config_source}:sprint_artifacts"
22
- sprint_status: "{sprint_artifacts}/sprint-status.yaml"
21
+ implementation_artifacts: "{config_source}:implementation_artifacts"
22
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml"
23
23
  project_context: "**/project-context.md"
24
24
 
25
25
  standalone: true
@@ -1,7 +1,7 @@
1
1
  # Retrospective - Epic Completion Review Instructions
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/\_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/\_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml</critical>
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml</critical>
5
5
  <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
6
6
  <critical>Generate all documents in {document_output_language}</critical>
7
7
  <critical>⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.</critical>
@@ -10,7 +10,7 @@ communication_language: "{config_source}:communication_language"
10
10
  user_skill_level: "{config_source}:user_skill_level"
11
11
  document_output_language: "{config_source}:document_output_language"
12
12
  date: system-generated
13
- sprint_artifacts: "{config_source}:sprint_artifacts"
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
14
 
15
15
  installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective"
16
16
  template: false
@@ -31,7 +31,7 @@ input_file_patterns:
31
31
  load_strategy: "SELECTIVE_LOAD"
32
32
  previous_retrospective:
33
33
  description: "Previous epic's retrospective (optional)"
34
- pattern: "{sprint_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md"
34
+ pattern: "{implementation_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md"
35
35
  load_strategy: "SELECTIVE_LOAD"
36
36
  architecture:
37
37
  description: "System architecture for context"
@@ -49,9 +49,9 @@ input_file_patterns:
49
49
  load_strategy: "INDEX_GUIDED"
50
50
 
51
51
  # Required files
52
- sprint_status_file: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
53
- story_directory: "{sprint_artifacts}"
54
- retrospectives_folder: "{sprint_artifacts}"
52
+ sprint_status_file: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
53
+ story_directory: "{implementation_artifacts}"
54
+ retrospectives_folder: "{implementation_artifacts}"
55
55
 
56
56
  standalone: true
57
57
  web_bundle: false
@@ -1,7 +1,7 @@
1
1
  # Sprint Planning - Sprint Status Generator
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/\_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/\_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml</critical>
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml</critical>
5
5
 
6
6
  ## 📚 Document Discovery - Full Epic Loading
7
7
 
@@ -4,11 +4,12 @@ author: "BMad"
4
4
 
5
5
  # Critical variables from config
6
6
  config_source: "{project-root}/_bmad/bmm/config.yaml"
7
- output_folder: "{config_source}:output_folder"
8
7
  user_name: "{config_source}:user_name"
9
8
  communication_language: "{config_source}:communication_language"
10
9
  date: system-generated
11
- sprint_artifacts: "{config_source}:sprint_artifacts"
10
+ implementation_artifacts: "{config_source}:implementation_artifacts"
11
+ planning_artifacts: "{config_source}:planning_artifacts"
12
+ output_folder: "{implementation_artifacts}"
12
13
 
13
14
  # Workflow components
14
15
  installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning"
@@ -25,15 +26,15 @@ variables:
25
26
 
26
27
  # Tracking system configuration
27
28
  tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
28
- story_location: "{config_source}:sprint_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
29
- story_location_absolute: "{config_source}:sprint_artifacts" # Absolute path for file operations
29
+ story_location: "{config_source}:implementation_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
30
+ story_location_absolute: "{config_source}:implementation_artifacts" # Absolute path for file operations
30
31
 
31
32
  # Source files (file-system only)
32
- epics_location: "{output_folder}" # Directory containing epic*.md files
33
+ epics_location: "{planning_artifacts}" # Directory containing epic*.md files
33
34
  epics_pattern: "epic*.md" # Pattern to find epic files
34
35
 
35
36
  # Output configuration
36
- status_file: "{sprint_artifacts}/sprint-status.yaml"
37
+ status_file: "{implementation_artifacts}/sprint-status.yaml"
37
38
 
38
39
  # Smart input file references - handles both whole docs and sharded docs
39
40
  # Priority: Whole document first, then sharded version
@@ -1,7 +1,7 @@
1
1
  # Sprint Status - Multi-Mode Service
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/\_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/\_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml</critical>
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml</critical>
5
5
  <critical>Modes: interactive (default), validate, data</critical>
6
6
  <critical>⚠️ ABSOLUTELY NO TIME ESTIMATES. Do NOT mention hours, days, weeks, or timelines.</critical>
7
7
 
@@ -10,7 +10,8 @@ user_name: "{config_source}:user_name"
10
10
  communication_language: "{config_source}:communication_language"
11
11
  document_output_language: "{config_source}:document_output_language"
12
12
  date: system-generated
13
- sprint_artifacts: "{config_source}:sprint_artifacts"
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
+ planning_artifacts: "{config_source}:planning_artifacts"
14
15
 
15
16
  # Workflow components
16
17
  installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-status"
@@ -18,14 +19,14 @@ instructions: "{installed_path}/instructions.md"
18
19
 
19
20
  # Inputs
20
21
  variables:
21
- sprint_status_file: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
22
+ sprint_status_file: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
22
23
  tracking_system: "file-system"
23
24
 
24
25
  # Smart input file references
25
26
  input_file_patterns:
26
27
  sprint_status:
27
28
  description: "Sprint status file generated by sprint-planning"
28
- whole: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
29
+ whole: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
29
30
  load_strategy: "FULL_LOAD"
30
31
 
31
32
  # Standalone so IDE commands get generated
@@ -19,7 +19,7 @@
19
19
 
20
20
  <action>Ask clarifying questions: problem, who's affected, scope, constraints, existing code?</action>
21
21
 
22
- <action>Check for existing context in {output_folder} and {sprint_artifacts}</action>
22
+ <action>Check for existing context in {output_folder} and {implementation_artifacts}</action>
23
23
 
24
24
  <checkpoint title="Problem Understanding">
25
25
  [a] Advanced Elicitation [c] Continue [p] Party Mode
@@ -88,7 +88,7 @@
88
88
 
89
89
  </action>
90
90
 
91
- <action>Save to {sprint_artifacts}/tech-spec-{slug}.md</action>
91
+ <action>Save to {implementation_artifacts}/tech-spec-{slug}.md</action>
92
92
 
93
93
  </step>
94
94
 
@@ -98,14 +98,14 @@
98
98
 
99
99
  <output>**Tech-Spec Complete!**
100
100
 
101
- Saved to: {sprint_artifacts}/tech-spec-{slug}.md
101
+ Saved to: {implementation_artifacts}/tech-spec-{slug}.md
102
102
 
103
103
  [a] Advanced Elicitation - refine further
104
104
  [b] Begin Development (not recommended - fresh context better)
105
105
  [d] Done - exit
106
106
  [p] Party Mode - get feedback
107
107
 
108
- **Recommended:** Run `dev-spec {sprint_artifacts}/tech-spec-{slug}.md` in fresh context.
108
+ **Recommended:** Run `dev-spec {implementation_artifacts}/tech-spec-{slug}.md` in fresh context.
109
109
  </output>
110
110
 
111
111
  <ask>Choice (a/b/d/p):</ask>
@@ -5,8 +5,10 @@ author: "BMad"
5
5
 
6
6
  # Config
7
7
  config_source: "{project-root}/_bmad/bmm/config.yaml"
8
- output_folder: "{config_source}:output_folder"
9
- sprint_artifacts: "{config_source}:sprint_artifacts"
8
+ implementation_artifacts: "{config_source}:implementation_artifacts"
9
+ planning_artifacts: "{config_source}:planning_artifacts"
10
+ project_knowledge: "{config_source}:project_knowledge"
11
+ output_folder: "{implementation_artifacts}"
10
12
  user_name: "{config_source}:user_name"
11
13
  communication_language: "{config_source}:communication_language"
12
14
  document_output_language: "{config_source}:document_output_language"