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,72 @@
1
+ name: Deploy Documentation
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+ paths:
8
+ - "docs/**"
9
+ - "src/modules/*/docs/**"
10
+ - "website/**"
11
+ - "tools/build-docs.js"
12
+ - ".github/workflows/docs.yaml"
13
+ workflow_dispatch:
14
+
15
+ permissions:
16
+ contents: read
17
+ pages: write
18
+ id-token: write
19
+
20
+ concurrency:
21
+ group: "pages"
22
+ cancel-in-progress: false
23
+
24
+ jobs:
25
+ build:
26
+ runs-on: ubuntu-latest
27
+ steps:
28
+ - name: Checkout repository
29
+ uses: actions/checkout@v4
30
+ with:
31
+ fetch-depth: 0
32
+
33
+ - name: Setup Node.js
34
+ uses: actions/setup-node@v4
35
+ with:
36
+ node-version: "20"
37
+ cache: "npm"
38
+
39
+ - name: Install dependencies
40
+ run: npm ci
41
+
42
+ - name: Determine site URL
43
+ id: site-url
44
+ run: |
45
+ if [ "${{ github.repository }}" = "bmad-code-org/BMAD-METHOD" ]; then
46
+ echo "url=https://bmad-code-org.github.io/BMAD-METHOD" >> $GITHUB_OUTPUT
47
+ else
48
+ OWNER="${{ github.repository_owner }}"
49
+ REPO="${{ github.event.repository.name }}"
50
+ echo "url=https://${OWNER}.github.io/${REPO}" >> $GITHUB_OUTPUT
51
+ fi
52
+
53
+ - name: Build documentation
54
+ env:
55
+ SITE_URL: ${{ steps.site-url.outputs.url }}
56
+ run: npm run docs:build
57
+
58
+ - name: Upload artifact
59
+ uses: actions/upload-pages-artifact@v3
60
+ with:
61
+ path: build/site
62
+
63
+ deploy:
64
+ environment:
65
+ name: github-pages
66
+ url: ${{ steps.deployment.outputs.page_url }}
67
+ runs-on: ubuntu-latest
68
+ needs: build
69
+ steps:
70
+ - name: Deploy to GitHub Pages
71
+ id: deployment
72
+ uses: actions/deploy-pages@v4
@@ -92,6 +92,3 @@ jobs:
92
92
 
93
93
  - name: Test agent compilation components
94
94
  run: npm run test:install
95
-
96
- - name: Validate web bundles
97
- run: npm run validate:bundles
package/CHANGELOG.md CHANGED
@@ -1,5 +1,130 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.0-alpha.20]
4
+
5
+ **Release: December 23, 2025**
6
+
7
+ ### 🌟 Key Highlights
8
+
9
+ 1. **Windows Installer Fixed**: Better compatibility with inquirer v9.x upgrade
10
+ 2. **Path Segregation**: Revolutionary content organization separating ephemeral artifacts from permanent documentation
11
+ 3. **Custom Installation Messages**: Configurable intro/outro messages for professional installation experience
12
+ 4. **Enhanced Upgrade Logic**: Two-version auto upgrades with proper config preservation
13
+ 5. **Quick-Dev Refactor**: Sharded format with comprehensive adversarial review
14
+ 6. **Improved Quality**: Streamlined personas, fixed workflows, and cleaned up documentation
15
+ 7. **Doc Site Auto Generation**; Auto Generate a docusaurus site update on merge
16
+
17
+ ### 🪟 Windows Installer (hopefully) Fixed
18
+
19
+ **Inquirer Upgrade:**
20
+
21
+ - **Updated to v9.x**: Upgraded inquirer package for better Windows support
22
+ - **Improved Compatibility**: Better handling of Windows terminal environments
23
+ - **Enhanced UX**: More reliable interactive prompts across platforms
24
+
25
+ ### 🎯 Path Segregation Implementation (Major Feature)
26
+
27
+ **Revolutionary Content Organization:**
28
+
29
+ - **Phase 1-4 Path Segregation**: Implemented new BM paths across all BMM and BMGD workflows
30
+ - **Planning vs Implementation Artifacts**: Separated ephemeral Phase 4 artifacts from permanent documentation
31
+ - **Optimized File Organization**: Better structure differentiating planning artifacts from long-term project documentation
32
+ - **Backward Compatible**: Existing installations continue working while preparing for optimized content organization
33
+ - **Module Configuration Updates**: Enhanced module.yaml with new path configurations for all phases
34
+ - **Workflow Path Updates**: All 90+ workflow files updated with proper path configurations
35
+
36
+ **Documentation Cleanup:**
37
+
38
+ - **Removed Obsolete Documentation**: Cleaned up 3,100+ lines of outdated documentation
39
+ - **Streamlined README Files**: Consolidated and improved module documentation
40
+ - **Enhanced Clarity**: Removed redundant content and improved information architecture
41
+
42
+ ### 💬 Installation Experience Enhancements
43
+
44
+ **Custom Installation Messages:**
45
+
46
+ - **Configurable Intro/Outro Messages**: New install-messages.yaml file for customizable installation messages
47
+ - **Professional Installation Flow**: Custom welcome messages and completion notifications
48
+ - **Module-Specific Messaging**: Tailored messages for different installation contexts
49
+ - **Enhanced User Experience**: More informative and personalized installation process
50
+
51
+ **Core Module Improvements:**
52
+
53
+ - **Always Ask Questions**: Core module now always prompts for configuration (no accept defaults)
54
+ - **Better User Engagement**: Ensures users actively configure their installation
55
+ - **Improved Configuration Accuracy**: Reduces accidental acceptance of defaults
56
+
57
+ ### 🔧 Upgrade & Configuration Management
58
+
59
+ **Two-Version Auto Upgrade:**
60
+
61
+ - **Smarter Upgrade Logic**: Automatic upgrades now span 2 versions (e.g., .16 → .18)
62
+ - **Config Variable Preservation**: Ensures all configuration variables are retained during quick updates
63
+ - **Seamless Updates**: Quick updates now preserve custom settings properly
64
+ - **Enhanced Upgrade Safety**: Better handling of configuration across version boundaries
65
+
66
+ ### 🤖 Workflow Improvements
67
+
68
+ **Quick-Dev Workflow Refactor (PR #1182):**
69
+
70
+ - **Sharded Format Conversion**: Converted quick-dev workflow to modern step-file format
71
+ - **Adversarial Review Integration**: Added comprehensive self-check and adversarial review steps
72
+ - **Enhanced Quality Assurance**: 6-step process with mode detection, context gathering, execution, self-check, review, and resolution
73
+ - **578 New Lines Added**: Significant expansion of quick-dev capabilities
74
+
75
+ **BMGD Workflow Fixes:**
76
+
77
+ - **workflow-status Filename Correction**: Fixed incorrect filename references (PR #1172)
78
+ - **sprint-planning Update**: Added workflow-status update to game-architecture completion
79
+ - **Path Corrections**: Resolved dead references and syntax errors (PR #1164)
80
+
81
+ ### 🎨 Code Quality & Refactoring
82
+
83
+ **Persona Streamlining (PR #1167):**
84
+
85
+ - **Quick-Flow-Solo-Dev Persona**: Streamlined for clarity and accuracy
86
+ - **Improved Agent Behavior**: More focused and efficient solo development support
87
+
88
+ **Package Management:**
89
+
90
+ - **package-lock.json Sync**: Ensured version consistency (PR #1168)
91
+ - **Dependency Cleanup**: Reduced package-lock bloat significantly
92
+
93
+ **Prettier Configuration:**
94
+
95
+ - **Markdown Underscore Protection**: Prettier will no longer mess up underscores in markdown files
96
+ - **Disabled Auto-Fix**: Markdown formatting issues now handled more intelligently
97
+ - **Better Code Formatting**: Improved handling of special characters in documentation
98
+
99
+ ### 📚 Documentation Updates
100
+
101
+ **Sponsor Attribution:**
102
+
103
+ - **DigitalOcean Sponsorship**: Added attribution for DigitalOcean support (PR #1162)
104
+
105
+ **Content Reorganization:**
106
+
107
+ - **Removed Unused Docs**: Eliminated obsolete documentation files
108
+ - **Consolidated References**: Merged and reorganized technical references
109
+ - **Enhanced README Files**: Improved module and workflow documentation
110
+
111
+ ### 🧹 Cleanup & Optimization
112
+
113
+ **File Organization:**
114
+
115
+ - **Removed Asterisk Insertion**: Eliminated unwanted asterisk insertions into agent files
116
+ - **Removed Unused Commands**: Cleaned up deprecated command references
117
+ - **Consolidated Duplication**: Reduced code duplication across multiple files
118
+ - **Removed Unneeded Folders**: Cleaned up temporary and obsolete directory structures
119
+
120
+ ### 📊 Statistics
121
+
122
+ - **23 commits** since alpha.19
123
+ - **90+ workflow files** updated with new path configurations
124
+ - **3,100+ lines of documentation** removed and reorganized
125
+ - **578 lines added** to quick-dev workflow with adversarial review
126
+ - **Major architectural improvement** to content organization
127
+
3
128
  ## [6.0.0-alpha.19]
4
129
 
5
130
  **Release: December 18, 2025**
package/CONTRIBUTING.md CHANGED
@@ -236,10 +236,8 @@ Each commit should represent one logical change:
236
236
  3. **Don't paste code in issues** - create a proper PR instead
237
237
  4. **Don't submit your whole project** - contribute specific improvements
238
238
 
239
- ## Code Style
239
+ ## Prompt & Agent Guidelines
240
240
 
241
- - Follow the existing code style and conventions
242
- - Write clear comments for complex logic
243
241
  - Keep dev agents lean - they need context for coding, not documentation
244
242
  - Web/planning agents can be larger with more complex tasks
245
243
  - Everything is natural language (markdown) - no code in core framework
package/README.md CHANGED
@@ -26,8 +26,8 @@ The completely revamped **BMAD V6 installer** now includes built-in support for
26
26
 
27
27
  - [**Custom Content Overview**](./docs/custom-content.md) - Discover all supported content types
28
28
  - [**Installation Guide**](./docs/custom-content-installation.md) - Learn to create and install custom content
29
- - [**Detail Content Docs**](./src/modules/bmb/docs/README.md) - Reference details for agents, modules, workflows and the bmad builder
30
- - [**2 Very simple Custom Modules of questionable quality**](./docs/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
29
+ - [**Detail Content Docs**](./src/modules/bmb/docs/index.md) - Reference details for agents, modules, workflows and the bmad builder
30
+ - [**2 Very simple Custom Modules of questionable quality**](./samples/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
31
31
 
32
32
  </div>
33
33
 
@@ -142,18 +142,17 @@ Each agent brings deep expertise and can be customized to match your team's styl
142
142
  - 12 specialized agents
143
143
  - 34 workflows across 4 phases
144
144
  - Scale-adaptive planning
145
- - [→ Documentation Hub](./src/modules/bmm/docs/README.md)
145
+ - [→ Documentation Hub](./src/modules/bmm/docs/index.md)
146
146
 
147
147
  - **BMad Builder (BMB)** - Create custom agents and workflows
148
148
  - Build anything from simple agents to complex modules
149
149
  - Create domain-specific solutions (legal, medical, finance, education)
150
- - [→ Builder Guide](src/modules/bmb/docs/README.md) marketplace
151
- - [→ Builder Guide](./src/modules/bmb/README.md)
150
+ - [→ Builder Guide](./src/modules/bmb/docs/index.md)
152
151
 
153
152
  - **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
154
153
  - Brainstorming, design thinking, storytelling
155
154
  - 5 creative facilitation workflows
156
- - [→ Creative Workflows](./src/modules/cis/README.md)
155
+ - [→ Creative Workflows](./src/modules/cis/docs/index.md)
157
156
 
158
157
  ### Key Features
159
158
 
@@ -168,7 +167,7 @@ Each agent brings deep expertise and can be customized to match your team's styl
168
167
  ### Quick Links
169
168
 
170
169
  - **[Quick Start Guide](./src/modules/bmm/docs/quick-start.md)** - 15-minute introduction
171
- - **[Complete BMM Documentation](./src/modules/bmm/docs/README.md)** - All guides and references
170
+ - **[Complete BMM Documentation](./src/modules/bmm/docs/index.md)** - All guides and references
172
171
  - **[Agent Customization](./docs/agent-customization-guide.md)** - Personalize your agents
173
172
  - **[All Documentation](./docs/index.md)** - Complete documentation index
174
173
 
@@ -231,6 +230,8 @@ MIT License - See [LICENSE](LICENSE) for details.
231
230
 
232
231
  **Trademarks:** BMad™ and BMAD-METHOD™ are trademarks of BMad Code, LLC.
233
232
 
233
+ Supported by:&nbsp;&nbsp;<a href="https://m.do.co/c/00f11bd932bb"><img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" height="24" alt="DigitalOcean" style="vertical-align: middle;"></a>
234
+
234
235
  ---
235
236
 
236
237
  <p align="center">
@@ -203,6 +203,6 @@ memories:
203
203
 
204
204
  ## Next Steps
205
205
 
206
- - **[BMM Agents Guide](../src/modules/bmm/docs/agents-guide.md)** - Learn about the BMad Method agents
207
- - **[BMB Create Agent Workflow](../src/modules/bmb/workflows/create-agent/README.md)** - Build completely custom agents
208
- - **[BMM Complete Documentation](../src/modules/bmm/docs/README.md)** - Full BMad Method reference
206
+ - **[BMM Agents Guide](./modules/bmm/agents-guide)** - Learn about the BMad Method agents
207
+ - **[BMB Create Agent Workflow](./modules/bmb/agents/index)** - Build completely custom agents
208
+ - **[BMM Complete Documentation](./modules/bmm/index)** - Full BMad Method reference
@@ -4,7 +4,7 @@ This guide explains how to create and install custom BMAD content including agen
4
4
 
5
5
  For detailed information about the different types of custom content available, see [Custom Content](./custom-content.md).
6
6
 
7
- If you download either of the folders within the [Sample Custom Modules](./sample-custom-modules/readme.md) folder
7
+ You can find example custom modules in the `samples/sample-custom-modules/` folder of the repository. Download either of the sample folders to try them out.
8
8
 
9
9
  ## Content Types Overview
10
10
 
@@ -441,8 +441,8 @@ input_file_patterns:
441
441
  ## Related Documentation
442
442
 
443
443
  - [shard-doc Tool](../src/core/tools/shard-doc.xml) - Tool implementation
444
- - [BMM Workflows Guide](../src/modules/bmm/workflows/README.md) - Workflow overview
445
- - [Workflow Creation Guide](../src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md) - Custom workflow patterns
444
+ - [BMM Workflows Guide](./modules/bmm/index.md#-workflow-guides) - Workflow overview
445
+ - [Workflow Creation Guide](./modules/bmb/workflows/index) - Custom workflow patterns
446
446
 
447
447
  ---
448
448
 
@@ -0,0 +1,76 @@
1
+ # Installation
2
+
3
+ Get BMAD Method running in your project in under 2 minutes.
4
+
5
+ ## Quick Install
6
+
7
+ ```bash
8
+ npx bmad-method@alpha install
9
+ ```
10
+
11
+ This interactive installer will:
12
+
13
+ 1. Detect your IDE (Claude Code, Cursor, VS Code, etc.)
14
+ 2. Let you choose which modules to install
15
+ 3. Configure agents and workflows for your project
16
+
17
+ ## Requirements
18
+
19
+ - **Node.js** 18+ (for the installer)
20
+ - **Git** (recommended for version control)
21
+ - An **AI-powered IDE** or access to Claude/ChatGPT/Gemini
22
+
23
+ ## Module Options
24
+
25
+ During installation, you'll choose which modules to install:
26
+
27
+ | Module | Description | Best For |
28
+ | -------- | ---------------- | ---------------------------------------- |
29
+ | **BMM** | BMAD Method Core | Software development projects |
30
+ | **BMGD** | Game Development | Game projects with specialized workflows |
31
+ | **BMB** | Builder | Creating custom agents and workflows |
32
+
33
+ ## Post-Installation
34
+
35
+ After installation, your project will have:
36
+
37
+ ```
38
+ your-project/
39
+ ├── _bmad/ # BMAD configuration and agents
40
+ │ ├── bmm/ # Method module (if installed)
41
+ │ ├── bmgd/ # Game dev module (if installed)
42
+ │ └── config.yaml # Your project configuration
43
+ ├── .claude/ # IDE-specific setup (varies by IDE)
44
+ └── ... your code
45
+ ```
46
+
47
+ ## Next Steps
48
+
49
+ 1. **Read the [Quick Start Guide](../modules/bmm/quick-start.md)** to build your first feature
50
+ 2. **Check your [IDE Guide](../ide-info/index.md)** for IDE-specific tips
51
+ 3. **Explore [Workflows](../modules/bmm/workflows-planning.md)** to understand the methodology
52
+
53
+ ## Alternative: Web Bundles
54
+
55
+ Don't want to install? Use BMAD agents directly in:
56
+
57
+ - **Claude Projects** - Upload the web bundle
58
+ - **ChatGPT** - Use custom GPT bundles
59
+ - **Gemini** - Import agent prompts
60
+
61
+ See the [Web Bundles Guide](../web-bundles-gemini-gpt-guide.md) for details.
62
+
63
+ ## Troubleshooting
64
+
65
+ ### Common Issues
66
+
67
+ **"Command not found: npx"**
68
+ : Install Node.js 18+ from [nodejs.org](https://nodejs.org)
69
+
70
+ **"Permission denied"**
71
+ : Run with appropriate permissions or check your npm configuration
72
+
73
+ **IDE not detected**
74
+ : The installer will prompt you to select your IDE manually
75
+
76
+ For more help, see [Troubleshooting](../modules/bmm/troubleshooting.md) or join our [Discord](https://discord.gg/bmad).
@@ -0,0 +1,24 @@
1
+ # IDE Guides
2
+
3
+ BMAD Method works with any AI-powered development environment. Choose your IDE below for specific setup instructions and tips.
4
+
5
+ ## All Supported IDEs
6
+
7
+ | IDE | Type | BMAD Support |
8
+ | ----------------------------------- | ----------------- | --------------------- |
9
+ | [Claude Code](claude-code.md) | CLI/Terminal | Native slash commands |
10
+ | [Cursor](cursor.md) | Desktop Editor | Full agent support |
11
+ | [VS Code / Windsurf](windsurf.md) | Desktop Editor | Extension-based |
12
+ | [Cline](cline.md) | VS Code Extension | Full support |
13
+ | [GitHub Copilot](github-copilot.md) | Extension | Workspace agents |
14
+ | [Augment](auggie.md) | Extension | Agent loading |
15
+ | [Codex](codex.md) | CLI | Prompt injection |
16
+ | [Gemini](gemini.md) | Web/API | Web bundles |
17
+ | [Roo](roo.md) | VS Code Extension | Mode support |
18
+ | [Kilo](kilo.md) | Extension | Basic support |
19
+ | [OpenCode](opencode.md) | Open Source | Full support |
20
+ | [Qwen](qwen.md) | Web/API | Web bundles |
21
+ | [Trae](trae.md) | Extension | Basic support |
22
+ | [Crush](crush.md) | Desktop | Agent support |
23
+ | [iFlow](iflow.md) | Extension | Prompt loading |
24
+ | [Rovo Dev](rovo-dev.md) | Atlassian | Integration |