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
@@ -1,6 +1,6 @@
1
1
  # Change Navigation Checklist
2
2
 
3
- <critical>This checklist is executed as part of: {project-root}/\_bmad/bmgd/workflows/4-production/correct-course/workflow.yaml</critical>
3
+ <critical>This checklist is executed as part of: {project-root}/_bmad/bmgd/workflows/4-production/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/bmgd/workflows/4-production/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/bmgd/workflows/4-production/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
 
@@ -10,8 +10,8 @@ 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"
14
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
15
15
 
16
16
  # Smart input file references - handles both whole docs and sharded docs
17
17
  # Priority: Whole document first, then sharded version
@@ -8,8 +8,8 @@ output_folder: "{config_source}:output_folder"
8
8
  user_name: "{config_source}:user_name"
9
9
  communication_language: "{config_source}:communication_language"
10
10
  date: system-generated
11
- sprint_artifacts: "{config_source}:sprint_artifacts"
12
- story_dir: "{sprint_artifacts}"
11
+ implementation_artifacts: "{config_source}:implementation_artifacts"
12
+ story_dir: "{implementation_artifacts}"
13
13
 
14
14
  # Workflow components
15
15
  installed_path: "{project-root}/_bmad/bmgd/workflows/4-production/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" # Preferred source for epic/story breakdown
24
24
  prd_file: "{output_folder}/PRD.md" # Fallback for requirements
25
25
  architecture_file: "{output_folder}/architecture.md" # Optional architecture context
@@ -9,14 +9,14 @@ 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
  story_file: "" # Explicit story path; auto-discovered if empty
16
16
  # Context file uses same story_key as story file (e.g., "1-2-user-authentication.context.xml")
17
17
  context_file: "{story_dir}/{{story_key}}.context.xml"
18
- sprint_artifacts: "{config_source}:sprint_artifacts"
19
- sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
18
+ implementation_artifacts: "{config_source}:implementation_artifacts"
19
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
20
20
 
21
21
  # Smart input file references - handles both whole docs and sharded docs
22
22
  # Priority: Whole document first, then sharded version
@@ -40,7 +40,7 @@ input_file_patterns:
40
40
  tech_spec:
41
41
  description: "Technical specification"
42
42
  whole: "{output_folder}/tech-spec*.md"
43
- sharded: "{sprint_artifacts}/tech-spec-epic-*.md"
43
+ sharded: "{implementation_artifacts}/tech-spec-epic-*.md"
44
44
  load_strategy: "SELECTIVE_LOAD"
45
45
  ux_design:
46
46
  description: "UX design specification (if UI)"
@@ -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/bmgd/workflows/4-production/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/bmgd/workflows/4-production/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/bmgd/workflows/4-production/retrospective"
16
16
  template: false
@@ -41,7 +41,7 @@ input_file_patterns:
41
41
  load_strategy: "SELECTIVE_LOAD"
42
42
  previous_retrospective:
43
43
  description: "Previous retrospective (optional)"
44
- pattern: "{sprint_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md"
44
+ pattern: "{implementation_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md"
45
45
  load_strategy: "SELECTIVE_LOAD"
46
46
  architecture:
47
47
  description: "Game architecture and technical decisions"
@@ -54,9 +54,9 @@ input_file_patterns:
54
54
  load_strategy: "INDEX_GUIDED"
55
55
 
56
56
  # Required files
57
- sprint_status_file: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
58
- story_directory: "{sprint_artifacts}"
59
- retrospectives_folder: "{sprint_artifacts}"
57
+ sprint_status_file: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
58
+ story_directory: "{implementation_artifacts}"
59
+ retrospectives_folder: "{implementation_artifacts}"
60
60
 
61
61
  standalone: true
62
62
  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/bmgd/workflows/4-production/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/bmgd/workflows/4-production/sprint-planning/workflow.yaml</critical>
5
5
 
6
6
  ## 📚 Document Discovery - Full Epic Loading
7
7
 
@@ -177,6 +177,15 @@ development_status:
177
177
  3. Agents will update statuses as they work
178
178
  4. Re-run this workflow to refresh auto-detected statuses
179
179
 
180
+ <action>Update workflow status upon completion</action>
181
+ <check if="standalone_mode != true">
182
+ <action>Load the FULL file: {output_folder}/bmgd-workflow-status.yaml</action>
183
+ <action>Find workflow_status key "sprint-planning"</action>
184
+ <critical>ONLY write the file path as the status value - no other text, notes, or metadata</critical>
185
+ <action>Update workflow_status["sprint-planning"] = "{status_file}"</action>
186
+ <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
187
+ </check>
188
+
180
189
  </step>
181
190
 
182
191
  </workflow>
@@ -8,7 +8,7 @@ output_folder: "{config_source}:output_folder"
8
8
  user_name: "{config_source}:user_name"
9
9
  communication_language: "{config_source}:communication_language"
10
10
  date: system-generated
11
- sprint_artifacts: "{config_source}:sprint_artifacts"
11
+ implementation_artifacts: "{config_source}:implementation_artifacts"
12
12
 
13
13
  # Workflow components
14
14
  installed_path: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-planning"
@@ -23,15 +23,15 @@ variables:
23
23
 
24
24
  # Tracking system configuration
25
25
  tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
26
- story_location: "{config_source}:sprint_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
27
- story_location_absolute: "{config_source}:sprint_artifacts" # Absolute path for file operations
26
+ story_location: "{config_source}:implementation_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
27
+ story_location_absolute: "{config_source}:implementation_artifacts" # Absolute path for file operations
28
28
 
29
29
  # Source files (file-system only)
30
30
  epics_location: "{output_folder}" # Directory containing epic*.md files
31
31
  epics_pattern: "epic*.md" # Pattern to find epic files
32
32
 
33
33
  # Output configuration
34
- status_file: "{sprint_artifacts}/sprint-status.yaml"
34
+ status_file: "{implementation_artifacts}/sprint-status.yaml"
35
35
 
36
36
  # Smart input file references - handles both whole docs and sharded docs
37
37
  # 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/bmgd/workflows/4-production/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/bmgd/workflows/4-production/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,7 @@ 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
14
 
15
15
  # Workflow components
16
16
  installed_path: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-status"
@@ -18,14 +18,14 @@ instructions: "{installed_path}/instructions.md"
18
18
 
19
19
  # Inputs
20
20
  variables:
21
- sprint_status_file: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
21
+ sprint_status_file: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
22
22
  tracking_system: "file-system"
23
23
 
24
24
  # Smart input file references
25
25
  input_file_patterns:
26
26
  sprint_status:
27
27
  description: "Sprint status file generated by sprint-planning"
28
- whole: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
28
+ whole: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
29
29
  load_strategy: "FULL_LOAD"
30
30
 
31
31
  # Standalone so IDE commands get generated
@@ -27,7 +27,7 @@
27
27
  - Existing code to integrate with?
28
28
  </action>
29
29
 
30
- <action>Check for existing context in {output_folder} and {sprint_artifacts}</action>
30
+ <action>Check for existing context in {output_folder} and {implementation_artifacts}</action>
31
31
 
32
32
  <checkpoint title="Problem Understanding">
33
33
  [a] Advanced Elicitation [c] Continue [p] Party Mode
@@ -113,7 +113,7 @@
113
113
 
114
114
  </action>
115
115
 
116
- <action>Save to {sprint_artifacts}/tech-spec-{slug}.md</action>
116
+ <action>Save to {implementation_artifacts}/tech-spec-{slug}.md</action>
117
117
 
118
118
  </step>
119
119
 
@@ -123,7 +123,7 @@
123
123
 
124
124
  <output>**Tech-Spec Complete!** 🎮
125
125
 
126
- Saved to: {sprint_artifacts}/tech-spec-{slug}.md
126
+ Saved to: {implementation_artifacts}/tech-spec-{slug}.md
127
127
 
128
128
  [a] Advanced Elicitation - refine further
129
129
  [b] Begin Development (not recommended - fresh context better)
@@ -6,7 +6,7 @@ author: "BMad"
6
6
  # Config
7
7
  config_source: "{project-root}/_bmad/bmgd/config.yaml"
8
8
  output_folder: "{config_source}:output_folder"
9
- sprint_artifacts: "{config_source}:sprint_artifacts"
9
+ implementation_artifacts: "{config_source}:implementation_artifacts"
10
10
  user_name: "{config_source}:user_name"
11
11
  communication_language: "{config_source}:communication_language"
12
12
  document_output_language: "{config_source}:document_output_language"
@@ -6,7 +6,7 @@ author: "BMad"
6
6
  # Config
7
7
  config_source: "{project-root}/_bmad/bmgd/config.yaml"
8
8
  output_folder: "{config_source}:output_folder"
9
- sprint_artifacts: "{config_source}:sprint_artifacts"
9
+ implementation_artifacts: "{config_source}:implementation_artifacts"
10
10
  user_name: "{config_source}:user_name"
11
11
  communication_language: "{config_source}:communication_language"
12
12
  user_skill_level: "{config_source}:game_dev_experience"
@@ -6,7 +6,7 @@ author: "BMad"
6
6
  # Config
7
7
  config_source: "{project-root}/_bmad/bmgd/config.yaml"
8
8
  output_folder: "{config_source}:output_folder"
9
- sprint_artifacts: "{config_source}:sprint_artifacts"
9
+ implementation_artifacts: "{config_source}:implementation_artifacts"
10
10
  user_name: "{config_source}:user_name"
11
11
  communication_language: "{config_source}:communication_language"
12
12
  user_skill_level: "{config_source}:game_dev_experience"
@@ -1,6 +1,6 @@
1
1
  # Workflow Init - Game Project Setup Instructions
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/\_bmad/core/tasks/workflow.xml</critical>
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
4
  <critical>You MUST have already loaded and processed: workflow-init/workflow.yaml</critical>
5
5
  <critical>Communicate in {communication_language} with {user_name}</critical>
6
6
  <critical>This workflow handles BOTH new game projects AND existing game projects</critical>
@@ -15,7 +15,7 @@
15
15
  - BMGD artifacts: GDD, game brief, architecture, narrative design
16
16
  - Implementation: stories, sprint-status, workflow-status
17
17
  - Game project: engine files (Unity, Unreal, Godot), source directories
18
- - Check both {output_folder} and {sprint_artifacts} locations
18
+ - Check both {output_folder} and {implementation_artifacts} locations
19
19
  </action>
20
20
 
21
21
  <action>Categorize into one of these states:
@@ -6,7 +6,7 @@ author: "BMad"
6
6
  # Critical variables from config
7
7
  config_source: "{project-root}/_bmad/bmgd/config.yaml"
8
8
  output_folder: "{config_source}:output_folder"
9
- sprint_artifacts: "{config_source}:sprint_artifacts"
9
+ implementation_artifacts: "{config_source}:implementation_artifacts"
10
10
  user_name: "{config_source}:user_name"
11
11
  project_name: "{config_source}:project_name"
12
12
  communication_language: "{config_source}:communication_language"
@@ -1,7 +1,7 @@
1
1
  # Workflow Status Check - Multi-Mode Service (BMGD)
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/bmgd/workflows/workflow-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/bmgd/workflows/workflow-status/workflow.yaml</critical>
5
5
  <critical>This workflow operates in multiple modes: interactive (default), validate, data, init-check, update</critical>
6
6
  <critical>Other workflows can call this as a service to avoid duplicating status logic</critical>
7
7
  <critical>⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions.</critical>
@@ -6,7 +6,7 @@ Core orchestration system for AI-driven agile development, providing comprehensi
6
6
 
7
7
  ## 📚 Complete Documentation
8
8
 
9
- 👉 **[BMM Documentation Hub](./docs/README.md)** - Start here for complete guides, tutorials, and references
9
+ 👉 **[BMM Documentation Hub](./docs/index.md)** - Start here for complete guides, tutorials, and references
10
10
 
11
11
  **Quick Links:**
12
12
 
@@ -44,12 +44,11 @@ bmm/
44
44
 
45
45
  **Phase 0:** Documentation (brownfield only)
46
46
  **Phase 1:** Analysis (optional) - 5 workflows
47
- **Phase 2:** Planning (required) - 6 workflows
48
- **Phase 3:** Solutioning (Level 3-4) - 2 workflows
49
- **Phase 4:** Implementation (iterative) - 10 workflows
50
- **Testing:** Quality assurance (parallel) - 9 workflows
47
+ **Phase 2:** Planning (required) - 2 workflows
48
+ **Phase 3:** Solutioning (required) - 3 workflows
49
+ **Phase 4:** Implementation (iterative) - 7 workflows
51
50
 
52
- 👉 **[Workflow Guides](./docs/README.md#-workflow-guides)** - Detailed documentation for each phase
51
+ 👉 **[Workflow Guides](./docs/index.md#-workflow-guides)** - Detailed documentation for each phase
53
52
 
54
53
  ---
55
54
 
@@ -63,9 +63,9 @@ async function install(options) {
63
63
  }
64
64
 
65
65
  // Create dev story location if configured
66
- if (config['sprint_artifacts']) {
66
+ if (config['implementation_artifacts']) {
67
67
  // Strip {project-root}/ prefix if present
68
- const storyConfig = config['sprint_artifacts'].replace('{project-root}/', '');
68
+ const storyConfig = config['implementation_artifacts'].replace('{project-root}/', '');
69
69
  const storyPath = path.join(projectRoot, storyConfig);
70
70
  if (!(await fs.pathExists(storyPath))) {
71
71
  logger.log(chalk.yellow(`Creating story directory: ${storyConfig}`));
@@ -43,7 +43,7 @@ agent:
43
43
  triggers:
44
44
  - party-mode:
45
45
  - input: SPM or fuzzy match start party mode
46
- - route: "{project-root}/_bmad/core/workflows/edit-agent/workflow.md"
46
+ - route: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
47
47
  - data: what is being discussed or suggested with the command, along with custom party custom agents if specified
48
48
  - type: exec
49
49
  - expert-chat:
@@ -35,10 +35,14 @@ agent:
35
35
  - "NEVER lie about tests being written or passing - tests must actually exist and pass 100%"
36
36
 
37
37
  menu:
38
- - trigger: dev-story
38
+ - trigger: DS or dev-story or fuzzy match on dev-story
39
39
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml"
40
- description: "Execute Dev Story workflow (full BMM path with sprint-status)"
40
+ description: "[DS] Execute Dev Story workflow (full BMM path with sprint-status)"
41
41
 
42
- - trigger: code-review
42
+ - trigger: CR or code-review or fuzzy match on code-review
43
43
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
44
- description: "Perform a thorough clean context code review (Highly Recommended, use fresh context and different LLM)"
44
+ description: "[CR] Perform a thorough clean context code review (Highly Recommended, use fresh context and different LLM)"
45
+
46
+ - trigger: PM or party-mode or fuzzy match on party-mode
47
+ exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
48
+ description: "[PM] Bring the whole team in to chat with other expert agents from the party"
@@ -10,27 +10,18 @@ agent:
10
10
 
11
11
  persona:
12
12
  role: Elite Full-Stack Developer + Quick Flow Specialist
13
- identity: Barry is an elite developer who thrives on autonomous execution. He lives and breathes the BMAD Quick Flow workflow, taking projects from concept to deployment with ruthless efficiency. No handoffs, no delays - just pure, focused development. He architects specs, writes the code, and ships features faster than entire teams.
14
- communication_style: "Direct, confident, and implementation-focused. Uses tech slang and gets straight to the point. No fluff, just results. Every response moves the project forward."
13
+ identity: Barry handles Quick Flow - from tech spec creation through implementation. Minimum ceremony, lean artifacts, ruthless efficiency.
14
+ communication_style: "Direct, confident, and implementation-focused. Uses tech slang (e.g., refactor, patch, extract, spike) and gets straight to the point. No fluff, just results. Stays focused on the task at hand."
15
15
  principles: |
16
- - Planning and execution are two sides of the same coin. Quick Flow is my religion.
16
+ - Planning and execution are two sides of the same coin.
17
17
  - Specs are for building, not bureaucracy. Code that ships is better than perfect code that doesn't.
18
- - Documentation happens alongside development, not after. Ship early, ship often.
19
- - Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md ``
18
+ - If `**/project-context.md` exists, follow it. If absent, proceed without.
20
19
 
21
20
  menu:
22
- - trigger: create-tech-spec
21
+ - trigger: TS or tech-spec or fuzzy match on tech-spec
23
22
  workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml"
24
- description: Architect a technical spec with implementation-ready stories (Required first step)
23
+ description: "[TS] Architect a technical spec with implementation-ready stories (Required first step)"
25
24
 
26
- - trigger: quick-dev
25
+ - trigger: QD or quick-dev or fuzzy match on quick-dev
27
26
  workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml"
28
- description: Implement the tech spec end-to-end solo (Core of Quick Flow)
29
-
30
- - trigger: code-review
31
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
32
- description: Review code and improve it (Highly Recommended, use fresh context and different LLM for best results)
33
-
34
- - trigger: party-mode
35
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
36
- description: Bring in other experts when I need specialized backup
27
+ description: "[QD] Implement the tech spec end-to-end solo (Core of Quick Flow)"
@@ -32,9 +32,12 @@ agent:
32
32
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
33
33
  description: Create Story (Required to prepare stories for development)
34
34
 
35
- - trigger: validate-create-story
36
- validate-workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
37
- description: Validate Story (Highly Recommended, use fresh context and different LLM for best results)
35
+ # TODO: validate-create-story is not yet implemented
36
+ # The validate-workflow: handler type is not recognized by the workflow engine
37
+ # See: https://github.com/bmad-code-org/BMAD-METHOD/issues/1075
38
+ # - trigger: validate-create-story
39
+ # workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/validate-workflow.yaml"
40
+ # description: Validate Story (Highly Recommended, use fresh context and different LLM for best results)
38
41
 
39
42
  - trigger: epic-retrospective
40
43
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml"
@@ -54,7 +54,7 @@ agent:
54
54
  description: Create clear technical explanations with examples
55
55
 
56
56
  - trigger: standards-guide
57
- action: "Display the complete documentation standards from {project-root}/_bmadbmm/data/documentation-standards.md in a clear, formatted way for the user."
57
+ action: "Display the complete documentation standards from {project-root}/_bmad/bmm/data/documentation-standards.md in a clear, formatted way for the user."
58
58
  description: Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)
59
59
 
60
60
  - trigger: party-mode
@@ -27,9 +27,12 @@ agent:
27
27
  exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
28
28
  description: Generate a UX Design and UI Plan from a PRD (Recommended before creating Architecture)
29
29
 
30
- - trigger: validate-design
31
- validate-workflow: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml"
32
- description: Validate UX Specification and Design Artifacts
30
+ # TODO: validate-design is not yet implemented
31
+ # The validate-workflow: handler type is not recognized by the workflow engine
32
+ # See: https://github.com/bmad-code-org/BMAD-METHOD/issues/1075
33
+ # - trigger: validate-design
34
+ # workflow: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/validate-workflow.yaml"
35
+ # description: Validate UX Specification and Design Artifacts
33
36
 
34
37
  - trigger: create-excalidraw-wireframe
35
38
  workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml"