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
@@ -8,15 +8,16 @@
8
8
 
9
9
  ## Overview
10
10
 
11
- BMAD Quick Flow is the fastest path from idea to production in the BMAD Method ecosystem. It's a streamlined 3-step process designed for rapid development without sacrificing quality. Perfect for experienced teams who need to move fast or for smaller features that don't require extensive planning.
11
+ BMAD Quick Flow is the fastest path from idea to production in the BMAD Method ecosystem. It's a streamlined 3-step process designed for rapid spec driven development without sacrificing quality. Perfect for experienced teams who need to move fast or for smaller features or 1 off efforts that don't require extensive planning.
12
12
 
13
13
  ### When to Use Quick Flow
14
14
 
15
15
  **Perfect For:**
16
16
 
17
17
  - Bug fixes and patches
18
- - Small feature additions (1-3 days of work)
18
+ - Small feature additions
19
19
  - Proof of concepts and prototypes
20
+ - Mid course corrections or additions of something missed in BMM full planning
20
21
  - Performance optimizations
21
22
  - API endpoint additions
22
23
  - UI component enhancements
@@ -31,42 +32,19 @@ BMAD Quick Flow is the fastest path from idea to production in the BMAD Method e
31
32
  - Projects requiring extensive UX design
32
33
  - Enterprise-wide initiatives
33
34
  - Mission-critical systems with compliance requirements
35
+ - Ideas with many 'moving pieces'
34
36
 
35
37
  ---
36
38
 
37
39
  ## The Quick Flow Process
38
40
 
39
- ```mermaid
40
- flowchart TD
41
- START[Idea/Requirement] --> DECIDE{Planning Needed?}
42
-
43
- DECIDE -->|Yes| CREATE[create-tech-spec]
44
- DECIDE -->|No| DIRECT[Direct Development]
45
-
46
- CREATE --> SPEC[Technical Specification]
47
- SPEC --> DEV[quick-dev]
48
- DIRECT --> DEV
49
-
50
- DEV --> COMPLETE{Implementation Complete}
41
+ Utilizing the Quick Flow Solo Dev, this one agent can do it all!
51
42
 
52
- COMPLETE -->|Success| REVIEW{Code Review?}
53
- COMPLETE -->|Issues| DEBUG[Debug & Fix]
54
- DEBUG --> DEV
43
+ 1. Create an (option) Technical Specification
44
+ 2. Develop with Tests
45
+ 3. AI Driven Code Review
55
46
 
56
- REVIEW -->|Yes| CODE_REVIEW[code-review]
57
- REVIEW -->|No| DONE[Production Ready]
58
-
59
- CODE_REVIEW --> FIXES{Fixes Needed?}
60
- FIXES -->|Yes| DEBUG
61
- FIXES -->|No| DONE
62
-
63
- style START fill:#e1f5fe
64
- style CREATE fill:#f3e5f5
65
- style SPEC fill:#e8f5e9
66
- style DEV fill:#fff3e0
67
- style CODE_REVIEW fill:#f1f8e9
68
- style DONE fill:#e0f2f1
69
- ```
47
+ That's it! Lets look at each step in more detail though.
70
48
 
71
49
  ### Step 1: Optional Technical Specification
72
50
 
@@ -103,7 +81,7 @@ The `create-tech-spec` workflow transforms requirements into implementation-read
103
81
  - Make adjustments as needed
104
82
  - Save to sprint artifacts
105
83
 
106
- **Output:** `{sprint_artifacts}/tech-spec-{slug}.md`
84
+ **Output:** `{implementation_artifacts}/tech-spec-{slug}.md`
107
85
 
108
86
  ### Step 2: Development
109
87
 
@@ -726,7 +726,7 @@ flowchart TD
726
726
  - **[Glossary](./glossary.md)** - Key terminology
727
727
  - **[FAQ](./faq.md)** - Common questions
728
728
  - **[Troubleshooting](./troubleshooting.md)** - Problem resolution
729
- - **[Workflow Documentation](./README.md#-workflow-guides)** - Complete workflow reference
729
+ - **[Workflow Documentation](./index.md#-workflow-guides)** - Complete workflow reference
730
730
 
731
731
  ---
732
732
 
@@ -678,7 +678,7 @@ PMs write BMad PRDs → Stories auto-fed to cloud AI agents → Parallel impleme
678
678
  - [FAQ](./faq.md) - Common questions
679
679
  - [Scale Adaptive System](./scale-adaptive-system.md) - Project levels explained
680
680
  - [Quick Start Guide](./quick-start.md) - Getting started
681
- - [Workflow Documentation](./README.md#-workflow-guides) - Complete workflow reference
681
+ - [Workflow Documentation](./index.md#-workflow-guides) - Complete workflow reference
682
682
  - [Agents Guide](./agents-guide.md) - Understanding BMad agents
683
683
 
684
684
  ---
@@ -8,7 +8,7 @@ Complete guides for the BMad Method Module (BMM) - AI-powered agile development
8
8
 
9
9
  **New to BMM?** Start here:
10
10
 
11
- - **[Quick Start Guide](./quick-start.md)** - Step-by-step guide to building your first project (15 min read)
11
+ - **[Quick Start Guide](./quick-start.md)** - Step-by-step guide to building your first project
12
12
  - Installation and setup
13
13
  - Understanding the four phases
14
14
  - Running your first workflows
@@ -20,44 +20,40 @@ Complete guides for the BMad Method Module (BMM) - AI-powered agile development
20
20
 
21
21
  **[Complete Workflow Diagram](./images/workflow-method-greenfield.svg)** - Visual flowchart showing all phases, agents (color-coded), and decision points for the BMad Method standard greenfield track.
22
22
 
23
- ---
24
-
25
23
  ## 📖 Core Concepts
26
24
 
27
25
  Understanding how BMM adapts to your needs:
28
26
 
29
- - **[Scale Adaptive System](./scale-adaptive-system.md)** - How BMM adapts to project size and complexity (42 min read)
27
+ - **[Scale Adaptive System](./scale-adaptive-system.md)** - How BMM adapts to project size and complexity
30
28
  - Three planning tracks (Quick Flow, BMad Method, Enterprise Method)
31
29
  - Automatic track recommendation
32
30
  - Documentation requirements per track
33
31
  - Planning workflow routing
34
32
 
35
- - **[BMAD Quick Flow](./bmad-quick-flow.md)** - Fast-track development workflow (32 min read)
33
+ - **[BMAD Quick Flow](./bmad-quick-flow.md)** - Fast-track development workflow
36
34
  - 3-step process: spec → dev → optional review
37
35
  - Perfect for bug fixes and small features
38
36
  - Rapid prototyping with production quality
39
37
  - Hours to implementation, not days
40
38
  - Barry (Quick Flow Solo Dev) agent owned
41
39
 
42
- - **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)** - Elite solo developer for rapid development (18 min read)
40
+ - **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)** - Elite solo developer for rapid development
43
41
  - Barry is an elite developer who thrives on autonomous execution
44
42
  - Lives and breathes the BMAD Quick Flow workflow
45
43
  - Takes projects from concept to deployment with ruthless efficiency
46
44
  - No handoffs, no delays - just pure focused development
47
45
 
48
- ---
49
-
50
46
  ## 🤖 Agents and Collaboration
51
47
 
52
48
  Complete guide to BMM's AI agent team:
53
49
 
54
- - **[Agents Guide](./agents-guide.md)** - Comprehensive agent reference (45 min read)
50
+ - **[Agents Guide](./agents-guide.md)** - Comprehensive agent reference
55
51
  - 12 specialized BMM agents + BMad Master
56
52
  - Agent roles, workflows, and when to use them
57
53
  - Agent customization system
58
54
  - Best practices and common patterns
59
55
 
60
- - **[Party Mode Guide](./party-mode.md)** - Multi-agent collaboration (20 min read)
56
+ - **[Party Mode Guide](./party-mode.md)** - Multi-agent collaboration
61
57
  - How party mode works (19+ agents collaborate in real-time)
62
58
  - When to use it (strategic, creative, cross-functional, complex)
63
59
  - Example party compositions
@@ -65,21 +61,17 @@ Complete guide to BMM's AI agent team:
65
61
  - Agent customization in party mode
66
62
  - Best practices
67
63
 
68
- ---
69
-
70
64
  ## 🔧 Working with Existing Code
71
65
 
72
66
  Comprehensive guide for brownfield development:
73
67
 
74
- - **[Brownfield Development Guide](./brownfield-guide.md)** - Complete guide for existing codebases (53 min read)
68
+ - **[Brownfield Development Guide](./brownfield-guide.md)** - Complete guide for existing codebases
75
69
  - Documentation phase strategies
76
70
  - Track selection for brownfield
77
71
  - Integration with existing patterns
78
72
  - Phase-by-phase workflow guidance
79
73
  - Common scenarios
80
74
 
81
- ---
82
-
83
75
  ## 📚 Quick References
84
76
 
85
77
  Essential reference materials:
@@ -88,8 +80,6 @@ Essential reference materials:
88
80
  - **[FAQ](./faq.md)** - Frequently asked questions across all topics
89
81
  - **[Enterprise Agentic Development](./enterprise-agentic-development.md)** - Team collaboration strategies
90
82
 
91
- ---
92
-
93
83
  ## 🎯 Choose Your Path
94
84
 
95
85
  ### I need to...
@@ -109,11 +99,6 @@ Essential reference materials:
109
99
  **Understand planning tracks and methodology**
110
100
  → See [Scale Adaptive System](./scale-adaptive-system.md)
111
101
 
112
- **Find specific commands or answers**
113
- → Check [FAQ](./faq.md)
114
-
115
- ---
116
-
117
102
  ## 📋 Workflow Guides
118
103
 
119
104
  Comprehensive documentation for all BMM workflows organized by phase:
@@ -162,18 +147,6 @@ For detailed technical documentation on specific complex workflows:
162
147
  - Implementation patterns for agent consistency
163
148
  - Adaptive facilitation approach
164
149
 
165
- ---
166
-
167
- ## 🧪 Testing and Quality
168
-
169
- Quality assurance guidance:
170
-
171
- <!-- Test Architect documentation to be added -->
172
-
173
- - Test design workflows
174
- - Quality gates
175
- - Risk assessment
176
-
177
150
  ## 🏗️ Module Structure
178
151
 
179
152
  Understanding BMM components:
@@ -184,8 +157,6 @@ Understanding BMM components:
184
157
  - Teams and collaboration
185
158
  - Best practices
186
159
 
187
- ---
188
-
189
160
  ## 🌐 External Resources
190
161
 
191
162
  ### Community and Support
@@ -194,56 +165,4 @@ Understanding BMM components:
194
165
  - **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs or request features
195
166
  - **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials and walkthroughs
196
167
 
197
- ### Additional Documentation
198
-
199
- - **[IDE Setup Guides](../../../docs/ide-info/)** - Configure your development environment
200
- - Claude Code
201
- - Cursor
202
- - Windsurf
203
- - VS Code
204
- - Other IDEs
205
-
206
- ---
207
-
208
- ## 📊 Documentation Map
209
-
210
- ```mermaid
211
- flowchart TD
212
- START[New to BMM?]
213
- START --> QS[Quick Start Guide]
214
-
215
- QS --> DECIDE{What are you building?}
216
-
217
- DECIDE -->|Bug fix or<br/>small feature| QF[BMAD Quick Flow]
218
- DECIDE -->|Need rapid<br/>development| PE[Principal Engineer]
219
- DECIDE -->|New project| SAS[Scale Adaptive System]
220
- DECIDE -->|Existing codebase| BF[Brownfield Guide]
221
-
222
- QF --> IMPL[Implementation]
223
- PE --> IMPL
224
- SAS --> IMPL
225
- BF --> IMPL
226
-
227
- IMPL --> REF[Quick References<br/>Glossary, FAQ]
228
-
229
- style START fill:#bfb,stroke:#333,stroke-width:2px,color:#000
230
- style QS fill:#bbf,stroke:#333,stroke-width:2px,color:#000
231
- style DECIDE fill:#ffb,stroke:#333,stroke-width:2px,color:#000
232
- style QF fill:#e1f5fe,stroke:#333,stroke-width:2px,color:#000
233
- style PE fill:#fff3e0,stroke:#333,stroke-width:2px,color:#000
234
- style IMPL fill:#f9f,stroke:#333,stroke-width:2px,color:#000
235
- ```
236
-
237
- ---
238
-
239
- ## 💡 Tips for Using This Documentation
240
-
241
- 1. **Start with Quick Start** if you're new - it provides the essential foundation
242
- 2. **Use the FAQ** to find quick answers without reading entire guides
243
- 3. **Bookmark Glossary** for terminology references while reading other docs
244
- 4. **Follow the suggested paths** above based on your specific situation
245
- 5. **Join Discord** for interactive help and community insights
246
-
247
- ---
248
-
249
168
  **Ready to begin?** → [Start with the Quick Start Guide](./quick-start.md)
@@ -629,7 +629,7 @@ Quick Spec Flow is your **fast path from idea to implementation** for:
629
629
  ## Next Steps
630
630
 
631
631
  - **Try it now:** Load PM agent and describe a small change
632
- - **Learn more:** See the [BMM Workflow Guides](./README.md#-workflow-guides) for comprehensive workflow documentation
632
+ - **Learn more:** See the [BMM Workflow Guides](./index.md#-workflow-guides) for comprehensive workflow documentation
633
633
  - **Need help deciding?** Run `workflow-init` to get a recommendation
634
634
  - **Have questions?** Join us on Discord: <https://discord.gg/gk8jAdXWmj>
635
635
 
@@ -6,12 +6,12 @@ Get started with BMad Method v6 for your new greenfield project. This guide walk
6
6
 
7
7
  1. **Install**: `npx bmad-method@alpha install`
8
8
  2. **Initialize**: Load Analyst agent → Run "workflow-init"
9
- 3. **Plan**: Load PM agent Run "prd" (or "tech-spec" for small projects)
10
- 4. **Architect**: Load Architect agent Run "create-architecture" (10+ stories only)
11
- 5. **Build**: Load SM agent → Run workflows for each story → Load DEV agent → Implement
12
- 6. **Always use fresh chats** for each workflow to avoid hallucinations
13
-
14
- ---
9
+ 3. **Plan**: Load PM agent to create a PRD
10
+ 4. **Plan UX**: Load UX Expert to create a UX-Design if your application will have a UX/UI element
11
+ 5. **Architect**: Load Architect agent → Run "create-architecture"
12
+ 6. **Epic Plan**: The PM steps back in to help run the create-epics-and-stories
13
+ 7. **Build**: Load SM agent → Run workflows for each story → Load DEV agent → Implement
14
+ 8. **Always use fresh chats** for each workflow to avoid context issues
15
15
 
16
16
  ## What is BMad Method?
17
17
 
@@ -350,7 +350,7 @@ A: Yes, once you learn the flow. Use the Quick Reference in Step 2 to go directl
350
350
 
351
351
  - **During workflows**: Agents guide you with questions and explanations
352
352
  - **Community**: [Discord](https://discord.gg/gk8jAdXWmj) - #general-dev, #bugs-issues
353
- - **Complete guide**: [BMM Workflow Documentation](./README.md#-workflow-guides)
353
+ - **Complete guide**: [BMM Workflow Documentation](./index.md#-workflow-guides)
354
354
  - **YouTube tutorials**: [BMad Code Channel](https://www.youtube.com/@BMadCode)
355
355
 
356
356
  ---
@@ -611,7 +611,7 @@ Run `workflow-init` on existing projects to migrate to new tracking system. It d
611
611
  - **[Brownfield Guide](./brownfield-guide.md)** - Existing codebase workflows
612
612
  - **[Glossary](./glossary.md)** - Complete terminology
613
613
  - **[FAQ](./faq.md)** - Common questions
614
- - **[Workflows Guide](./README.md#-workflow-guides)** - Complete workflow reference
614
+ - **[Workflows Guide](./index.md#-workflow-guides)** - Complete workflow reference
615
615
 
616
616
  ---
617
617
 
@@ -228,6 +228,9 @@ These cheat sheets map TEA workflows to the **BMad Method and Enterprise tracks*
228
228
  - Use `*atdd` before coding when the team can adopt ATDD; share its checklist with the dev agent.
229
229
  - Post-implementation, keep `*trace` current, expand coverage with `*automate`, optionally review test quality with `*test-review`. For release gate, run `*trace` with Phase 2 enabled to get deployment decision.
230
230
  - Use `*test-review` after `*atdd` to validate generated tests, after `*automate` to ensure regression quality, or before gate for final audit.
231
+ - Clarification: `*test-review` is optional and only audits existing tests; run it after `*atdd` or `*automate` when you want a quality review, not as a required step.
232
+ - Clarification: `*atdd` outputs are not auto-consumed; share the ATDD doc/tests with the dev workflow. `*trace` does not run `*atdd`—it evaluates existing artifacts for coverage and gate readiness.
233
+ - Clarification: `*ci` is a one-time setup; recommended early (Phase 3 or before feature work), but it can be done later if it was skipped.
231
234
 
232
235
  </details>
233
236
 
@@ -440,15 +443,13 @@ Provides fixture-based utilities that integrate into TEA's test generation and r
440
443
 
441
444
  <br></br>
442
445
 
443
- | Command | Workflow README | Primary Outputs | Notes | With Playwright MCP Enhancements |
444
- | -------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
445
- | `*framework` | [📖](../workflows/testarch/framework/README.md) | Playwright/Cypress scaffold, `.env.example`, `.nvmrc`, sample specs | Use when no production-ready harness exists | - |
446
- | `*ci` | [📖](../workflows/testarch/ci/README.md) | CI workflow, selective test scripts, secrets checklist | Platform-aware (GitHub Actions default) | - |
447
- | `*test-design` | [📖](../workflows/testarch/test-design/README.md) | Combined risk assessment, mitigation plan, and coverage strategy | Risk scoring + optional exploratory mode | **+ Exploratory**: Interactive UI discovery with browser automation (uncover actual functionality) |
448
- | `*atdd` | [📖](../workflows/testarch/atdd/README.md) | Failing acceptance tests + implementation checklist | TDD red phase + optional recording mode | **+ Recording**: AI generation verified with live browser (accurate selectors from real DOM) |
449
- | `*automate` | [📖](../workflows/testarch/automate/README.md) | Prioritized specs, fixtures, README/script updates, DoD summary | Optional healing/recording, avoid duplicate coverage | **+ Healing**: Pattern fixes enhanced with visual debugging + **+ Recording**: AI verified with live browser |
450
- | `*test-review` | [📖](../workflows/testarch/test-review/README.md) | Test quality review report with 0-100 score, violations, fixes | Reviews tests against knowledge base patterns | - |
451
- | `*nfr-assess` | [📖](../workflows/testarch/nfr-assess/README.md) | NFR assessment report with actions | Focus on security/performance/reliability | - |
452
- | `*trace` | [📖](../workflows/testarch/trace/README.md) | Phase 1: Coverage matrix, recommendations. Phase 2: Gate decision (PASS/CONCERNS/FAIL/WAIVED) | Two-phase workflow: traceability + gate decision | - |
453
-
454
- **📖** = Click to view detailed workflow documentation
446
+ | Command | Primary Outputs | Notes | With Playwright MCP Enhancements |
447
+ | -------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
448
+ | `*framework` | Playwright/Cypress scaffold, `.env.example`, `.nvmrc`, sample specs | Use when no production-ready harness exists | - |
449
+ | `*ci` | CI workflow, selective test scripts, secrets checklist | Platform-aware (GitHub Actions default) | - |
450
+ | `*test-design` | Combined risk assessment, mitigation plan, and coverage strategy | Risk scoring + optional exploratory mode | **+ Exploratory**: Interactive UI discovery with browser automation (uncover actual functionality) |
451
+ | `*atdd` | Failing acceptance tests + implementation checklist | TDD red phase + optional recording mode | **+ Recording**: AI generation verified with live browser (accurate selectors from real DOM) |
452
+ | `*automate` | Prioritized specs, fixtures, README/script updates, DoD summary | Optional healing/recording, avoid duplicate coverage | **+ Healing**: Pattern fixes enhanced with visual debugging + **+ Recording**: AI verified with live browser |
453
+ | `*test-review` | Test quality review report with 0-100 score, violations, fixes | Reviews tests against knowledge base patterns | - |
454
+ | `*nfr-assess` | NFR assessment report with actions | Focus on security/performance/reliability | - |
455
+ | `*trace` | Phase 1: Coverage matrix, recommendations. Phase 2: Gate decision (PASS/CONCERNS/FAIL/WAIVED) | Two-phase workflow: traceability + gate decision | - |
@@ -363,7 +363,7 @@ Planning (prd by PM - FRs/NFRs only)
363
363
  → Phase 4 (Implementation)
364
364
  ```
365
365
 
366
- **Note on TEA (Test Architect):** TEA is fully operational with 8 workflows across all phases. TEA validates architecture testability during Phase 3 reviews but does not have a dedicated solutioning workflow. TEA's primary setup occurs in Phase 2 (`*framework`, `*ci`, `*test-design`) and testing execution in Phase 4 (`*atdd`, `*automate`, `*test-review`, `*trace`, `*nfr-assess`).
366
+ **Note on TEA (Test Architect):** TEA is fully operational with 8 workflows across all phases. TEA validates architecture testability during Phase 3 reviews but does not have a dedicated solutioning workflow. TEA's primary setup occurs after architecture in Phase 3 (`*framework`, `*ci`, system-level `*test-design`), with optional Phase 2 baseline `*trace`. Testing execution happens in Phase 4 (`*atdd`, `*automate`, `*test-review`, `*trace`, `*nfr-assess`).
367
367
 
368
368
  **Note:** Enterprise uses the same planning and architecture as BMad Method. The only difference is optional extended workflows added AFTER architecture but BEFORE create-epics-and-stories.
369
369
 
@@ -43,13 +43,14 @@ project_knowledge: # Artifacts from research, document-project output, other lon
43
43
  prompt: "Where should non-ephemeral project knowledge be searched for and stored\n(docs, research, references)?"
44
44
  default: "docs"
45
45
  result: "{project-root}/{value}"
46
- # tea_use_mcp_enhancements:
47
- # prompt: "Test Architect Playwright MCP capabilities (healing, exploratory, verification) are optionally available.\nYou will have to setup your MCPs yourself; refer to test-architecture.md for hints.\nWould you like to enable MCP enhancements in Test Architect?"
48
- # default: false
49
- # result: "{value}"
50
-
51
- # tea_use_playwright_utils:
52
- # prompt:
53
- # - "Are you using playwright-utils (@seontechnologies/playwright-utils) in your project?\nYou must install packages yourself, or use test architect's *framework command."
54
- # default: false
55
- # result: "{value}"
46
+
47
+ tea_use_mcp_enhancements:
48
+ prompt: "WEB APP ONLY: Test Architect Playwright MCP capabilities (healing, exploratory, verification) are optionally available.\nYou will have to setup your MCPs yourself; refer to test-architecture.md for hints.\nWould you like to enable MCP enhancements in Test Architect?"
49
+ default: false
50
+ result: "{value}"
51
+
52
+ tea_use_playwright_utils:
53
+ prompt:
54
+ - "WEB APP ONLY: Are you using playwright-utils (@seontechnologies/playwright-utils) in your project?\nYou must install packages yourself, or use test architect's *framework command."
55
+ default: false
56
+ result: "{value}"
@@ -1,8 +1,10 @@
1
- # Product Brief: {{project_name}}
2
-
3
- **Date:** {{date}}
4
- **Author:** {{user_name}}
5
-
6
1
  ---
2
+ stepsCompleted: []
3
+ inputDocuments: []
4
+ date: { system-date }
5
+ author: { user }
6
+ ---
7
+
8
+ # Product Brief: {{project_name}}
7
9
 
8
10
  <!-- Content will be appended sequentially through collaborative workflow steps -->
@@ -3,13 +3,13 @@ name: 'step-01-init'
3
3
  description: 'Initialize the product brief workflow by detecting continuation state and setting up the document'
4
4
 
5
5
  # Path Definitions
6
- workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
6
+ workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
7
7
 
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-01-init.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-02-vision.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/analysis/product-brief-{{project_name}}-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
13
13
 
14
14
  # Template References
15
15
  productBriefTemplate: '{workflow_path}/product-brief.template.md'
@@ -3,14 +3,12 @@ name: 'step-01b-continue'
3
3
  description: 'Resume the product brief workflow from where it was left off, ensuring smooth continuation'
4
4
 
5
5
  # Path Definitions
6
- workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
6
+ workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
7
7
 
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-01b-continue.md'
10
10
  workflowFile: '{workflow_path}/workflow.md'
11
- outputFile: '{output_folder}/analysis/product-brief-{{project_name}}-{{date}}.md'
12
- # Task References
13
- # (No task references used in this continuation step)
11
+ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
14
12
  ---
15
13
 
16
14
  # Step 1B: Product Brief Continuation
@@ -3,13 +3,13 @@ name: 'step-02-vision'
3
3
  description: 'Discover and define the core product vision, problem statement, and unique value proposition'
4
4
 
5
5
  # Path Definitions
6
- workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
6
+ workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
7
7
 
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-02-vision.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-03-users.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/analysis/product-brief-{{project_name}}-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
13
13
 
14
14
  # Task References
15
15
  advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
@@ -3,13 +3,13 @@ name: 'step-03-users'
3
3
  description: 'Define target users with rich personas and map their key interactions with the product'
4
4
 
5
5
  # Path Definitions
6
- workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
6
+ workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
7
7
 
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-03-users.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-04-metrics.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/analysis/product-brief-{{project_name}}-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
13
13
 
14
14
  # Task References
15
15
  advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
@@ -3,13 +3,13 @@ name: 'step-04-metrics'
3
3
  description: 'Define comprehensive success metrics that include user success, business objectives, and key performance indicators'
4
4
 
5
5
  # Path Definitions
6
- workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
6
+ workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
7
7
 
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-04-metrics.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-05-scope.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/analysis/product-brief-{{project_name}}-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
13
13
 
14
14
  # Task References
15
15
  advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
@@ -3,13 +3,13 @@ name: 'step-05-scope'
3
3
  description: 'Define MVP scope with clear boundaries and outline future vision while managing scope creep'
4
4
 
5
5
  # Path Definitions
6
- workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
6
+ workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
7
7
 
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-05-scope.md'
10
10
  nextStepFile: '{workflow_path}/steps/step-06-complete.md'
11
11
  workflowFile: '{workflow_path}/workflow.md'
12
- outputFile: '{output_folder}/analysis/product-brief-{{project_name}}-{{date}}.md'
12
+ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
13
13
 
14
14
  # Task References
15
15
  advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
@@ -3,14 +3,12 @@ name: 'step-06-complete'
3
3
  description: 'Complete the product brief workflow, update status files, and suggest next steps for the project'
4
4
 
5
5
  # Path Definitions
6
- workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
6
+ workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
7
7
 
8
8
  # File References
9
9
  thisStepFile: '{workflow_path}/steps/step-06-complete.md'
10
10
  workflowFile: '{workflow_path}/workflow.md'
11
- outputFile: '{output_folder}/analysis/product-brief-{{project_name}}-{{date}}.md'
12
- # Task References
13
- # (No task references used in this completion step)
11
+ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
14
12
  ---
15
13
 
16
14
  # Step 6: Product Brief Completion
@@ -84,9 +82,8 @@ This brief serves as the foundation for all subsequent product development activ
84
82
  **Status File Management:**
85
83
  Update the main workflow status file:
86
84
 
87
- - Check if `{output_folder}/bmm-workflow-status.yaml` exists
88
- - If not, create it with basic structure
89
- - Update workflow_status["product-brief"] = `{outputFile}`
85
+ - Check if `{output_folder} or {planning_artifacts}/bmm-workflow-status.yaml` exists
86
+ - If so, update workflow_status["product-brief"] = `{outputFile}`
90
87
  - Add completion timestamp and metadata
91
88
  - Save file, preserving all comments and structure
92
89
 
@@ -113,7 +110,7 @@ Perform final validation of the product brief:
113
110
  **Recommended Next Workflow:**
114
111
  Provide guidance on logical next workflows:
115
112
 
116
- 1. `workflow prd` - Create detailed Product Requirements Document
113
+ 1. `create-prd` - Create detailed Product Requirements Document
117
114
  - Brief provides foundation for detailed requirements
118
115
  - User personas inform journey mapping
119
116
  - Success metrics become specific acceptance criteria
@@ -121,8 +118,8 @@ Provide guidance on logical next workflows:
121
118
 
122
119
  **Other Potential Next Steps:**
123
120
 
124
- 2. `workflow create-ux-design` - UX research and design (can run parallel with PRD)
125
- 3. `workflow domain-research` - Deep market or domain research (if needed)
121
+ 1. `create-ux-design` - UX research and design (can run parallel with PRD)
122
+ 2. `domain-research` - Deep market or domain research (if needed)
126
123
 
127
124
  **Strategic Considerations:**
128
125
 
@@ -49,10 +49,10 @@ This uses **step-file architecture** for disciplined execution:
49
49
 
50
50
  ### 1. Configuration Loading
51
51
 
52
- Load and read full config from {project-root}/\_bmad/bmm/config.yaml and resolve:
52
+ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
53
53
 
54
- - `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `user_skill_level`
54
+ - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`, `user_skill_level`
55
55
 
56
56
  ### 2. First Step EXECUTION
57
57
 
58
- Load, read the full file and then execute `{project-root}/_bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md` to begin the workflow.
58
+ Load, read the full file and then execute `{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md` to begin the workflow.
@@ -1,3 +1,17 @@
1
+ ---
2
+ stepsCompleted: []
3
+ inputDocuments: []
4
+ workflowType: 'research'
5
+ lastStep: 1
6
+ research_type: '{{research_type}}'
7
+ research_topic: '{{research_topic}}'
8
+ research_goals: '{{research_goals}}'
9
+ user_name: '{{user_name}}'
10
+ date: '{{date}}'
11
+ web_research_enabled: true
12
+ source_verification: true
13
+ ---
14
+
1
15
  # Research Report: {{research_type}}
2
16
 
3
17
  **Date:** {{date}}