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
@@ -0,0 +1,140 @@
1
+ ---
2
+ name: 'step-06-resolve-findings'
3
+ description: 'Handle review findings interactively, apply fixes, update tech-spec with final status'
4
+
5
+ workflow_path: '{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev'
6
+ thisStepFile: '{workflow_path}/steps/step-06-resolve-findings.md'
7
+ ---
8
+
9
+ # Step 6: Resolve Findings
10
+
11
+ **Goal:** Handle adversarial review findings interactively, apply fixes, finalize tech-spec.
12
+
13
+ ---
14
+
15
+ ## AVAILABLE STATE
16
+
17
+ From previous steps:
18
+
19
+ - `{baseline_commit}` - Git HEAD at workflow start
20
+ - `{execution_mode}` - "tech-spec" or "direct"
21
+ - `{tech_spec_path}` - Tech-spec file (if Mode A)
22
+ - Findings table from step-05
23
+
24
+ ---
25
+
26
+ ## RESOLUTION OPTIONS
27
+
28
+ Present choice to user:
29
+
30
+ ```
31
+ How would you like to handle these findings?
32
+
33
+ **[1] Walk through** - Discuss each finding individually
34
+ **[2] Auto-fix** - Automatically fix issues classified as "real"
35
+ **[3] Skip** - Acknowledge and proceed to commit
36
+ ```
37
+
38
+ ---
39
+
40
+ ## OPTION 1: WALK THROUGH
41
+
42
+ For each finding in order:
43
+
44
+ 1. Present the finding with context
45
+ 2. Ask: **fix now / skip / discuss**
46
+ 3. If fix: Apply the fix immediately
47
+ 4. If skip: Note as acknowledged, continue
48
+ 5. If discuss: Provide more context, re-ask
49
+ 6. Move to next finding
50
+
51
+ After all findings processed, summarize what was fixed/skipped.
52
+
53
+ ---
54
+
55
+ ## OPTION 2: AUTO-FIX
56
+
57
+ 1. Filter findings to only those classified as "real"
58
+ 2. Apply fixes for each real finding
59
+ 3. Report what was fixed:
60
+
61
+ ```
62
+ **Auto-fix Applied:**
63
+ - F1: {description of fix}
64
+ - F3: {description of fix}
65
+ ...
66
+
67
+ Skipped (noise/uncertain): F2, F4
68
+ ```
69
+
70
+ ---
71
+
72
+ ## OPTION 3: SKIP
73
+
74
+ 1. Acknowledge all findings were reviewed
75
+ 2. Note that user chose to proceed without fixes
76
+ 3. Continue to completion
77
+
78
+ ---
79
+
80
+ ## UPDATE TECH-SPEC (Mode A only)
81
+
82
+ If `{execution_mode}` is "tech-spec":
83
+
84
+ 1. Load `{tech_spec_path}`
85
+ 2. Update status to "Completed"
86
+ 3. Add review notes:
87
+ ```
88
+ ## Review Notes
89
+ - Adversarial review completed
90
+ - Findings: {count} total, {fixed} fixed, {skipped} skipped
91
+ - Resolution approach: {walk-through/auto-fix/skip}
92
+ ```
93
+ 4. Save changes
94
+
95
+ ---
96
+
97
+ ## COMPLETION OUTPUT
98
+
99
+ ```
100
+ **Review complete. Ready to commit.**
101
+
102
+ **Implementation Summary:**
103
+ - {what was implemented}
104
+ - Files modified: {count}
105
+ - Tests: {status}
106
+ - Review findings: {X} addressed, {Y} skipped
107
+
108
+ {Explain what was implemented based on user_skill_level}
109
+ ```
110
+
111
+ ---
112
+
113
+ ## WORKFLOW COMPLETE
114
+
115
+ This is the final step. The Quick Dev workflow is now complete.
116
+
117
+ User can:
118
+
119
+ - Commit changes
120
+ - Run additional tests
121
+ - Start new Quick Dev session
122
+
123
+ ---
124
+
125
+ ## SUCCESS METRICS
126
+
127
+ - User presented with resolution options
128
+ - Chosen approach executed correctly
129
+ - Fixes applied cleanly (if applicable)
130
+ - Tech-spec updated with final status (Mode A)
131
+ - Completion summary provided
132
+ - User understands what was implemented
133
+
134
+ ## FAILURE MODES
135
+
136
+ - Not presenting resolution options
137
+ - Auto-fixing "noise" or "uncertain" findings
138
+ - Not updating tech-spec after resolution (Mode A)
139
+ - No completion summary
140
+ - Leaving user unclear on next steps
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: quick-dev
3
+ description: 'Flexible development - execute tech-specs OR direct instructions with optional planning.'
4
+ ---
5
+
6
+ # Quick Dev Workflow
7
+
8
+ **Goal:** Execute implementation tasks efficiently, either from a tech-spec or direct user instructions.
9
+
10
+ **Your Role:** You are an elite full-stack developer executing tasks autonomously. Follow patterns, ship code, run tests. Every response moves the project forward.
11
+
12
+ ---
13
+
14
+ ## WORKFLOW ARCHITECTURE
15
+
16
+ This uses **step-file architecture** for focused execution:
17
+
18
+ - Each step loads fresh to combat "lost in the middle"
19
+ - State persists via variables: `{baseline_commit}`, `{execution_mode}`, `{tech_spec_path}`
20
+ - Sequential progression through implementation phases
21
+
22
+ ---
23
+
24
+ ## INITIALIZATION
25
+
26
+ ### Configuration Loading
27
+
28
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
29
+
30
+ - `user_name`, `communication_language`, `user_skill_level`
31
+ - `output_folder`, `sprint_artifacts`
32
+ - `date` as system-generated current datetime
33
+
34
+ ### Paths
35
+
36
+ - `installed_path` = `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev`
37
+ - `project_context` = `**/project-context.md` (load if exists)
38
+ - `project_levels` = `{project-root}/_bmad/bmm/workflows/workflow-status/project-levels.yaml`
39
+
40
+ ### Related Workflows
41
+
42
+ - `create_tech_spec_workflow` = `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml`
43
+ - `workflow_init` = `{project-root}/_bmad/bmm/workflows/workflow-status/init/workflow.yaml`
44
+ - `party_mode_exec` = `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
45
+ - `advanced_elicitation` = `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
46
+
47
+ ---
48
+
49
+ ## EXECUTION
50
+
51
+ Load and execute `steps/step-01-mode-detection.md` to begin the workflow.
@@ -1,7 +1,7 @@
1
1
  # Document Project Workflow Router
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/document-project/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/document-project/workflow.yaml</critical>
5
5
  <critical>Communicate all responses in {communication_language}</critical>
6
6
 
7
7
  <workflow>
@@ -83,40 +83,39 @@ Would you like to:
83
83
  Your choice [1/2/3]:
84
84
  </ask>
85
85
 
86
- <check if="user selects 1">
87
- <action>Set resume_mode = true</action>
88
- <action>Set workflow_mode = {{mode}}</action>
89
- <action>Load findings summaries from state file</action>
90
- <action>Load cached project_type_id(s) from state file</action>
91
-
92
- <critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
93
- <action>For each cached project_type_id, load ONLY the corresponding row from: {documentation_requirements_csv}</action>
94
- <action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
95
- <action>Store loaded doc requirements for use in remaining steps</action>
86
+ <check if="user selects 1">
87
+ <action>Set resume_mode = true</action>
88
+ <action>Set workflow_mode = {{mode}}</action>
89
+ <action>Load findings summaries from state file</action>
90
+ <action>Load cached project_type_id(s) from state file</action>
96
91
 
97
- <action>Display: "Resuming {{workflow_mode}} from {{current_step}} with cached project type(s): {{cached_project_types}}"</action>
92
+ <critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
93
+ <action>For each cached project_type_id, load ONLY the corresponding row from: {documentation_requirements_csv}</action>
94
+ <action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
95
+ <action>Store loaded doc requirements for use in remaining steps</action>
98
96
 
99
- <check if="workflow_mode == deep_dive">
100
- <action>Load and execute: {installed_path}/workflows/deep-dive-instructions.md with resume context</action>
101
- </check>
97
+ <action>Display: "Resuming {{workflow_mode}} from {{current_step}} with cached project type(s): {{cached_project_types}}"</action>
102
98
 
103
- <check if="workflow_mode == initial_scan OR workflow_mode == full_rescan">
104
- <action>Load and execute: {installed_path}/workflows/full-scan-instructions.md with resume context</action>
105
- </check>
99
+ <check if="workflow_mode == deep_dive">
100
+ <action>Load and execute: {installed_path}/workflows/deep-dive-instructions.md with resume context</action>
106
101
  </check>
107
102
 
108
- <check if="user selects 2">
109
- <action>Create archive directory: {output_folder}/.archive/</action>
110
- <action>Move old state file to: {output_folder}/.archive/project-scan-report-{{timestamp}}.json</action>
111
- <action>Set resume_mode = false</action>
112
- <action>Continue to Step 0.5</action>
103
+ <check if="workflow_mode == initial_scan OR workflow_mode == full_rescan">
104
+ <action>Load and execute: {installed_path}/workflows/full-scan-instructions.md with resume context</action>
113
105
  </check>
114
106
 
115
- <check if="user selects 3">
116
- <action>Display: "Exiting workflow without changes."</action>
117
- <action>Exit workflow</action>
118
- </check>
107
+ </check>
108
+
109
+ <check if="user selects 2">
110
+ <action>Create archive directory: {output_folder}/.archive/</action>
111
+ <action>Move old state file to: {output_folder}/.archive/project-scan-report-{{timestamp}}.json</action>
112
+ <action>Set resume_mode = false</action>
113
+ <action>Continue to Step 0.5</action>
114
+ </check>
119
115
 
116
+ <check if="user selects 3">
117
+ <action>Display: "Exiting workflow without changes."</action>
118
+ <action>Exit workflow</action>
120
119
  </check>
121
120
 
122
121
  <check if="state file age >= 24 hours">
@@ -6,7 +6,7 @@ author: "BMad"
6
6
 
7
7
  # Critical variables
8
8
  config_source: "{project-root}/_bmad/bmm/config.yaml"
9
- output_folder: "{config_source}:output_folder"
9
+ output_folder: "{config_source}:project_knowledge"
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"
@@ -15,7 +15,6 @@ date: system-generated
15
15
 
16
16
  # Module path and component files
17
17
  installed_path: "{project-root}/_bmad/bmm/workflows/document-project"
18
- template: false # This is an action workflow with multiple output files
19
18
  instructions: "{installed_path}/instructions.md"
20
19
  validation: "{installed_path}/checklist.md"
21
20
 
@@ -23,7 +22,7 @@ validation: "{installed_path}/checklist.md"
23
22
  documentation_requirements_csv: "{installed_path}/documentation-requirements.csv"
24
23
 
25
24
  # Output configuration - Multiple files generated in output folder
26
- # Primary output: {output_folder}/index.md
25
+ # Primary output: {output_folder}/project-documentation/
27
26
  # Additional files generated by sub-workflows based on project structure
28
27
 
29
28
  standalone: true
@@ -2,7 +2,8 @@
2
2
  project_name: '{{project_name}}'
3
3
  user_name: '{{user_name}}'
4
4
  date: '{{date}}'
5
- sections_completed: []
5
+ sections_completed: ['technology_stack']
6
+ existing_patterns_found: { { number_of_patterns_discovered } }
6
7
  ---
7
8
 
8
9
  # Project Context for AI Agents
@@ -33,7 +33,7 @@ Discover the project's technology stack, existing patterns, and critical impleme
33
33
 
34
34
  First, check if project context already exists:
35
35
 
36
- - Look for file at `{output_folder}/project-context.md`
36
+ - Look for file at `{project_knowledge}/project-context.md or {project-root}/**/project-context.md`
37
37
  - If exists: Read complete file to understand existing rules
38
38
  - Present to user: "Found existing project context with {number_of_sections} sections. Would you like to update this or create a new one?"
39
39
 
@@ -43,7 +43,7 @@ Load and analyze project files to identify technologies:
43
43
 
44
44
  **Architecture Document:**
45
45
 
46
- - Look for `{output_folder}/architecture.md`
46
+ - Look for `{planning_artifacts}/architecture.md`
47
47
  - Extract technology choices with specific versions
48
48
  - Note architectural decisions that affect implementation
49
49
 
@@ -55,7 +55,7 @@ Load and analyze project files to identify technologies:
55
55
 
56
56
  **Configuration Files:**
57
57
 
58
- - Look for TypeScript config (`tsconfig.json`)
58
+ - Look for project language specific configs ( example: `tsconfig.json`)
59
59
  - Build tool configs (webpack, vite, next.config.js, etc.)
60
60
  - Linting and formatting configs (.eslintrc, .prettierrc, etc.)
61
61
  - Testing configurations (jest.config.js, vitest.config.ts, etc.)
@@ -123,17 +123,7 @@ Based on discovery, create or update the context document:
123
123
  #### A. Fresh Document Setup (if no existing context)
124
124
 
125
125
  Copy template from `{installed_path}/project-context-template.md` to `{output_folder}/project-context.md`
126
- Initialize frontmatter with:
127
-
128
- ```yaml
129
- ---
130
- project_name: '{{project_name}}'
131
- user_name: '{{user_name}}'
132
- date: '{{date}}'
133
- sections_completed: ['technology_stack']
134
- existing_patterns_found: { { number_of_patterns_discovered } }
135
- ---
136
- ```
126
+ Initialize frontmatter fields.
137
127
 
138
128
  #### B. Existing Document Update
139
129
 
@@ -190,4 +180,4 @@ Ready to create/update your project context. This will help AI agents implement
190
180
 
191
181
  After user selects [C] to continue, load `./step-02-generate.md` to collaboratively generate the specific project context rules.
192
182
 
193
- Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and discovery is confirmed!
183
+ Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and discovery is confirmed and the initial file has been written as directed in this discovery step!
@@ -28,8 +28,8 @@ This step will generate content and present choices for each rule category:
28
28
 
29
29
  ## PROTOCOL INTEGRATION:
30
30
 
31
- - When 'A' selected: Execute {project-root}/\_bmad/core/tasks/advanced-elicitation.xml
32
- - When 'P' selected: Execute {project-root}/\_bmad/core/workflows/party-mode
31
+ - When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
32
+ - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode
33
33
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
34
34
  - User accepts/rejects protocol changes before proceeding
35
35
 
@@ -290,13 +290,14 @@ test('should do something', async ({ {fixtureName} }) => {
290
290
 
291
291
  ## Next Steps
292
292
 
293
- 1. **Review this checklist** with team in standup or planning
294
- 2. **Run failing tests** to confirm RED phase: `{test_command_all}`
295
- 3. **Begin implementation** using implementation checklist as guide
296
- 4. **Work one test at a time** (red green for each)
297
- 5. **Share progress** in daily standup
298
- 6. **When all tests pass**, refactor code for quality
299
- 7. **When refactoring complete**, manually update story status to 'done' in sprint-status.yaml
293
+ 1. **Share this checklist and failing tests** with the dev workflow (manual handoff)
294
+ 2. **Review this checklist** with team in standup or planning
295
+ 3. **Run failing tests** to confirm RED phase: `{test_command_all}`
296
+ 4. **Begin implementation** using implementation checklist as guide
297
+ 5. **Work one test at a time** (red green for each)
298
+ 6. **Share progress** in daily standup
299
+ 7. **When all tests pass**, refactor code for quality
300
+ 8. **When refactoring complete**, manually update story status to 'done' in sprint-status.yaml
300
301
 
301
302
  ---
302
303
 
@@ -184,6 +184,7 @@ Before starting this workflow, verify:
184
184
  - [ ] Red-green-refactor workflow
185
185
  - [ ] Execution commands
186
186
  - [ ] Next steps for DEV team
187
+ - [ ] Output shared with DEV workflow (manual handoff; not auto-consumed)
187
188
 
188
189
  ### All Tests Verified to Fail (RED Phase)
189
190
 
@@ -772,6 +772,7 @@ After completing this workflow, provide a summary:
772
772
  5. Share progress in daily standup
773
773
 
774
774
  **Output File**: {output_file}
775
+ **Manual Handoff**: Share `{output_file}` and failing tests with the dev workflow (not auto-consumed).
775
776
 
776
777
  **Knowledge Base References Applied**:
777
778
 
@@ -13,6 +13,7 @@ Before starting this workflow, verify:
13
13
  **Halt only if:** Framework scaffolding is completely missing (run `framework` workflow first)
14
14
 
15
15
  **Note:** BMad artifacts (story, tech-spec, PRD) are OPTIONAL - workflow can run without them
16
+ **Note:** `automate` generates tests; it does not run `*atdd` or `*test-review`. If ATDD outputs exist, use them as input and avoid duplicate coverage.
16
17
 
17
18
  ---
18
19
 
@@ -421,6 +422,7 @@ Before starting this workflow, verify:
421
422
 
422
423
  **With atdd Workflow:**
423
424
 
425
+ - [ ] ATDD artifacts provided or located (manual handoff; `atdd` not auto-run)
424
426
  - [ ] Existing ATDD tests checked (if story had ATDD workflow run)
425
427
  - [ ] Expansion beyond ATDD planned (edge cases, negative paths)
426
428
  - [ ] No duplicate coverage with ATDD tests
@@ -9,6 +9,8 @@
9
9
  - [ ] Team agrees on CI platform
10
10
  - [ ] Access to CI platform settings (if updating)
11
11
 
12
+ Note: CI setup is typically a one-time task per repo and can be run any time after the test framework is configured.
13
+
12
14
  ## Process Steps
13
15
 
14
16
  ### Step 1: Preflight Checks
@@ -11,6 +11,8 @@
11
11
 
12
12
  Scaffolds a production-ready CI/CD quality pipeline with test execution, burn-in loops for flaky test detection, parallel sharding, artifact collection, and notification configuration. This workflow creates platform-specific CI configuration optimized for fast feedback and reliable test execution.
13
13
 
14
+ Note: This is typically a one-time setup per repo; run it any time after the test framework exists, ideally before feature work starts.
15
+
14
16
  ---
15
17
 
16
18
  ## Preflight Requirements
@@ -5,6 +5,8 @@
5
5
 
6
6
  ---
7
7
 
8
+ Note: `nfr-assess` evaluates existing evidence; it does not run tests or CI workflows.
9
+
8
10
  ## Prerequisites Validation
9
11
 
10
12
  - [ ] Implementation is deployed and accessible for evaluation
@@ -6,6 +6,8 @@
6
6
 
7
7
  ---
8
8
 
9
+ Note: This assessment summarizes existing evidence; it does not run tests or CI workflows.
10
+
9
11
  ## Executive Summary
10
12
 
11
13
  **Assessment:** {PASS_COUNT} PASS, {CONCERNS_COUNT} CONCERNS, {FAIL_COUNT} FAIL
@@ -152,7 +152,8 @@
152
152
 
153
153
  ### Workflow Dependencies
154
154
 
155
- - [ ] Can proceed to `atdd` workflow with P0 scenarios
155
+ - [ ] Can proceed to `*atdd` workflow with P0 scenarios
156
+ - [ ] `*atdd` is a separate workflow and must be run explicitly (not auto-run)
156
157
  - [ ] Can proceed to `automate` workflow with full coverage plan
157
158
  - [ ] Risk assessment informs `gate` workflow criteria
158
159
  - [ ] Integrates with `ci` workflow execution order
@@ -176,7 +177,7 @@
176
177
  1. [ ] Review risk assessment with team
177
178
  2. [ ] Prioritize mitigation for high-priority risks (score ≥6)
178
179
  3. [ ] Allocate resources per estimates
179
- 4. [ ] Run `atdd` workflow to generate P0 tests
180
+ 4. [ ] Run `*atdd` workflow to generate P0 tests (separate workflow; not auto-run)
180
181
  5. [ ] Set up test data factories and fixtures
181
182
  6. [ ] Schedule team review of test design document
182
183
 
@@ -764,7 +764,7 @@ After completing this workflow, provide a summary:
764
764
 
765
765
  1. Review risk assessment with team
766
766
  2. Prioritize mitigation for high-risk items (score ≥6)
767
- 3. Run `atdd` workflow to generate failing tests for P0 scenarios
767
+ 3. Run `*atdd` to generate failing tests for P0 scenarios (separate workflow; not auto-run by `*test-design`)
768
768
  4. Allocate resources per effort estimates
769
769
  5. Set up test data factories and fixtures
770
770
  ```
@@ -246,6 +246,15 @@
246
246
 
247
247
  ---
248
248
 
249
+ ---
250
+
251
+ ## Follow-on Workflows (Manual)
252
+
253
+ - Run `*atdd` to generate failing P0 tests (separate workflow; not auto-run).
254
+ - Run `*automate` for broader coverage once implementation exists.
255
+
256
+ ---
257
+
249
258
  ## Approval
250
259
 
251
260
  **Test Design Approved By:**
@@ -6,6 +6,8 @@ Use this checklist to validate that the test quality review workflow completed s
6
6
 
7
7
  ## Prerequisites
8
8
 
9
+ Note: `test-review` is optional and only audits existing tests; it does not generate tests.
10
+
9
11
  ### Test File Discovery
10
12
 
11
13
  - [ ] Test file(s) identified for review (single/directory/suite scope)
@@ -7,6 +7,8 @@
7
7
 
8
8
  ---
9
9
 
10
+ Note: This review audits existing tests; it does not generate tests.
11
+
10
12
  ## Executive Summary
11
13
 
12
14
  **Overall Assessment**: {Excellent | Good | Acceptable | Needs Improvement | Critical Issues}
@@ -16,6 +16,7 @@ This checklist covers **two sequential phases**:
16
16
 
17
17
  - [ ] Acceptance criteria are available (from story file OR inline)
18
18
  - [ ] Test suite exists (or gaps are acknowledged and documented)
19
+ - [ ] If tests are missing, recommend `*atdd` (trace does not run it automatically)
19
20
  - [ ] Test directory path is correct (`test_dir` variable)
20
21
  - [ ] Story file is accessible (if using BMad mode)
21
22
  - [ ] Knowledge base is loaded (test-priorities, traceability, risk-governance)
@@ -52,6 +52,8 @@ This workflow operates in two sequential phases to validate test coverage and de
52
52
  - If acceptance criteria are completely missing, halt and request them
53
53
  - If Phase 2 enabled but test execution results missing, warn and skip gate decision
54
54
 
55
+ Note: `*trace` never runs `*atdd` automatically; it only recommends running it when tests are missing.
56
+
55
57
  ---
56
58
 
57
59
  ## PHASE 1: REQUIREMENTS TRACEABILITY
@@ -6,6 +6,8 @@
6
6
 
7
7
  ---
8
8
 
9
+ Note: This workflow does not generate tests. If gaps exist, run `*atdd` or `*automate` to create coverage.
10
+
9
11
  ## PHASE 1: REQUIREMENTS TRACEABILITY
10
12
 
11
13
  ### Coverage Summary
@@ -1,6 +1,6 @@
1
1
  # Workflow Init - 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 projects AND legacy projects following the BMad Method</critical>
@@ -15,7 +15,7 @@
15
15
  - BMM artifacts: PRD, epics, architecture, UX, brief, research, brainstorm
16
16
  - Implementation: stories, sprint-status, workflow-status
17
17
  - Codebase: source directories, package files, git repo
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/bmm/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
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/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/bmm/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. 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>
@@ -6,6 +6,8 @@ author: "BMad"
6
6
  # Critical variables from config
7
7
  config_source: "{project-root}/_bmad/bmm/config.yaml"
8
8
  output_folder: "{config_source}:output_folder"
9
+ planning_artifacts: "{config_source}:planning_artifacts"
10
+ implementation_artifacts: "{config_source}:implementation_artifacts"
9
11
  user_name: "{config_source}:user_name"
10
12
  communication_language: "{config_source}:communication_language"
11
13
  document_output_language: "{config_source}:document_output_language"
@@ -23,7 +25,7 @@ template: "{installed_path}/workflow-status-template.yaml"
23
25
  path_files: "{installed_path}/paths/"
24
26
 
25
27
  # Output configuration - reads existing status
26
- default_output_file: "{output_folder}/bmm-workflow-status.yaml"
28
+ default_output_file: "{planning_artifacts}/bmm-workflow-status.yaml"
27
29
 
28
30
  standalone: true
29
31
 
@@ -17,8 +17,6 @@ CIS provides structured creative methodologies through distinctive agent persona
17
17
 
18
18
  ## Specialized Agents
19
19
 
20
- [View detailed agent descriptions →](./agents/README.md)
21
-
22
20
  - **Carson** - Brainstorming Specialist (energetic facilitator)
23
21
  - **Maya** - Design Thinking Maestro (jazz-like improviser)
24
22
  - **Dr. Quinn** - Problem Solver (detective-scientist hybrid)
@@ -27,7 +25,7 @@ CIS provides structured creative methodologies through distinctive agent persona
27
25
 
28
26
  ## Interactive Workflows
29
27
 
30
- [View all workflows →](./workflows/README.md)
28
+ [View all workflows →](../workflows/README.md)
31
29
 
32
30
  **5 Workflows** with **150+ Creative Techniques:**
33
31
 
@@ -144,9 +142,7 @@ CIS workflows integrate with:
144
142
 
145
143
  ## Related Documentation
146
144
 
147
- - **[Workflow Guide](./workflows/README.md)** - Detailed workflow instructions
148
- - **[Agent Personas](./agents/README.md)** - Full agent descriptions
149
- - **[BMM Integration](../bmm/README.md)** - Development workflow connection
145
+ - **[BMM Documentation](../../bmm/docs/index.md)** - Core BMad Method documentation
150
146
 
151
147
  ---
152
148