bmad-method 6.0.0-alpha.13 → 6.0.0-alpha.15

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 (355) hide show
  1. package/.coderabbit.yaml +36 -0
  2. package/.github/CODE_OF_CONDUCT.md +128 -0
  3. package/.github/ISSUE_TEMPLATE/idea_submission.md +1 -1
  4. package/.github/scripts/discord-helpers.sh +15 -0
  5. package/.github/workflows/discord.yaml +278 -8
  6. package/.github/workflows/quality.yaml +19 -0
  7. package/.markdownlint-cli2.yaml +42 -0
  8. package/.prettierignore +3 -0
  9. package/CHANGELOG.md +183 -360
  10. package/README.md +4 -1
  11. package/docs/agent-customization-guide.md +2 -2
  12. package/docs/custom-content-installation.md +245 -0
  13. package/docs/document-sharding-guide.md +1 -1
  14. package/docs/index.md +2 -2
  15. package/docs/installers-bundlers/installers-modules-platforms-reference.md +6 -5
  16. package/docs/web-bundles-gemini-gpt-guide.md +1 -1
  17. package/eslint.config.mjs +14 -0
  18. package/example-custom-content/README.md +8 -0
  19. package/{custom/src → example-custom-content}/agents/commit-poet/commit-poet.agent.yaml +1 -1
  20. package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/instructions.md +5 -5
  21. package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +1 -1
  22. package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +1 -1
  23. package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +2 -2
  24. package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/memories.md +1 -1
  25. package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith.agent.yaml +18 -17
  26. package/example-custom-content/module.yaml +4 -0
  27. package/example-custom-content/workflows/quiz-master/steps/step-01-init.md +168 -0
  28. package/example-custom-content/workflows/quiz-master/steps/step-02-q1.md +155 -0
  29. package/example-custom-content/workflows/quiz-master/steps/step-03-q2.md +89 -0
  30. package/example-custom-content/workflows/quiz-master/steps/step-04-q3.md +36 -0
  31. package/example-custom-content/workflows/quiz-master/steps/step-05-q4.md +36 -0
  32. package/example-custom-content/workflows/quiz-master/steps/step-06-q5.md +36 -0
  33. package/example-custom-content/workflows/quiz-master/steps/step-07-q6.md +36 -0
  34. package/example-custom-content/workflows/quiz-master/steps/step-08-q7.md +36 -0
  35. package/example-custom-content/workflows/quiz-master/steps/step-09-q8.md +36 -0
  36. package/example-custom-content/workflows/quiz-master/steps/step-10-q9.md +36 -0
  37. package/example-custom-content/workflows/quiz-master/steps/step-11-q10.md +36 -0
  38. package/example-custom-content/workflows/quiz-master/steps/step-12-results.md +150 -0
  39. package/example-custom-content/workflows/quiz-master/templates/csv-headers.template +1 -0
  40. package/example-custom-content/workflows/quiz-master/workflow.md +54 -0
  41. package/example-custom-content/workflows/wassup/workflow.md +26 -0
  42. package/example-custom-module/mwm/README.md +9 -0
  43. package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/cognitive-distortions.md +47 -0
  44. package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/thought-records.md +17 -0
  45. package/example-custom-module/mwm/agents/cbt-coach/cbt-coach.agent.yaml +151 -0
  46. package/example-custom-module/mwm/agents/crisis-navigator.agent.yaml +138 -0
  47. package/example-custom-module/mwm/agents/meditation-guide.agent.yaml +138 -0
  48. package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/insights.md +13 -0
  49. package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/instructions.md +30 -0
  50. package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/memories.md +13 -0
  51. package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/patterns.md +17 -0
  52. package/example-custom-module/mwm/agents/wellness-companion/wellness-companion.agent.yaml +125 -0
  53. package/example-custom-module/mwm/module.yaml +28 -0
  54. package/example-custom-module/mwm/workflows/cbt-thought-record/README.md +31 -0
  55. package/example-custom-module/mwm/workflows/cbt-thought-record/workflow.md +45 -0
  56. package/example-custom-module/mwm/workflows/crisis-support/README.md +31 -0
  57. package/example-custom-module/mwm/workflows/crisis-support/workflow.md +45 -0
  58. package/example-custom-module/mwm/workflows/daily-checkin/README.md +32 -0
  59. package/example-custom-module/mwm/workflows/daily-checkin/workflow.md +45 -0
  60. package/example-custom-module/mwm/workflows/guided-meditation/README.md +31 -0
  61. package/example-custom-module/mwm/workflows/guided-meditation/workflow.md +45 -0
  62. package/example-custom-module/mwm/workflows/wellness-journal/README.md +31 -0
  63. package/example-custom-module/mwm/workflows/wellness-journal/workflow.md +45 -0
  64. package/package.json +9 -4
  65. package/src/core/_module-installer/installer.js +1 -1
  66. package/src/core/{_module-installer/install-config.yaml → module.yaml} +5 -1
  67. package/src/core/resources/excalidraw/library-loader.md +2 -2
  68. package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +1 -1
  69. package/src/core/workflows/brainstorming/workflow.md +1 -1
  70. package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -1
  71. package/src/core/workflows/party-mode/workflow.md +2 -3
  72. package/src/modules/bmb/README.md +1 -1
  73. package/src/modules/bmb/_module-installer/installer.js +76 -0
  74. package/src/modules/bmb/agents/bmad-builder.agent.yaml +32 -9
  75. package/src/modules/bmb/docs/agents/agent-menu-patterns.md +5 -5
  76. package/src/modules/bmb/docs/agents/expert-agent-architecture.md +20 -20
  77. package/src/modules/bmb/docs/agents/index.md +1 -1
  78. package/src/modules/bmb/docs/agents/module-agent-architecture.md +45 -45
  79. package/src/modules/bmb/docs/agents/simple-agent-architecture.md +7 -3
  80. package/src/modules/bmb/docs/workflows/architecture.md +1 -1
  81. package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +241 -0
  82. package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +223 -0
  83. package/src/modules/bmb/{workflows/create-workflow → docs/workflows}/templates/step-file.md +4 -4
  84. package/src/modules/bmb/docs/workflows/{step-template.md → templates/step-template.md} +40 -33
  85. package/src/modules/bmb/docs/workflows/templates/workflow-template.md +104 -0
  86. package/src/modules/bmb/{workflows/create-workflow → docs/workflows}/templates/workflow.md +1 -1
  87. package/src/modules/bmb/{_module-installer/install-config.yaml → module.yaml} +4 -9
  88. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +4 -4
  89. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +8 -8
  90. package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +6 -6
  91. package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
  92. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +2 -3
  93. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +10 -40
  94. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +1 -1
  95. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +1 -0
  96. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +2 -2
  97. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +2 -2
  98. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +2 -2
  99. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +2 -2
  100. package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +16 -4
  101. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +4 -4
  102. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +7 -7
  103. package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +1 -1
  104. package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +3 -3
  105. package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +3 -3
  106. package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +3 -3
  107. package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +3 -3
  108. package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +6 -6
  109. package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +2 -2
  110. package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +3 -3
  111. package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +3 -3
  112. package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +2 -2
  113. package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +3 -3
  114. package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +2 -2
  115. package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +2 -2
  116. package/src/modules/bmb/workflows/create-agent/workflow.md +11 -11
  117. package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +155 -0
  118. package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +169 -0
  119. package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +217 -0
  120. package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +267 -0
  121. package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +228 -0
  122. package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +233 -0
  123. package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +296 -0
  124. package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +228 -0
  125. package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +186 -0
  126. package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +309 -0
  127. package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +337 -0
  128. package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +335 -0
  129. package/src/modules/bmb/workflows/create-module/templates/agent.template.md +317 -0
  130. package/src/modules/bmb/workflows/create-module/templates/installer.template.js +47 -0
  131. package/src/modules/bmb/workflows/create-module/templates/module-plan.template.md +5 -0
  132. package/src/modules/bmb/workflows/create-module/templates/module.template.yaml +53 -0
  133. package/src/modules/bmb/workflows/create-module/templates/workflow-plan-template.md +23 -0
  134. package/src/modules/bmb/workflows/create-module/validation.md +126 -0
  135. package/src/modules/bmb/workflows/create-module/workflow.md +55 -0
  136. package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +45 -56
  137. package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +9 -31
  138. package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +250 -0
  139. package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +216 -0
  140. package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +289 -0
  141. package/src/modules/bmb/workflows/create-workflow/steps/{step-09-design.md → step-06-design.md} +76 -44
  142. package/src/modules/bmb/workflows/create-workflow/steps/{step-11-build.md → step-07-build.md} +71 -25
  143. package/src/modules/bmb/workflows/create-workflow/steps/{step-12-review.md → step-08-review.md} +30 -16
  144. package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +187 -0
  145. package/src/modules/bmb/workflows/create-workflow/workflow.md +2 -2
  146. package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +2 -2
  147. package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +14 -14
  148. package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +4 -4
  149. package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +2 -2
  150. package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +4 -4
  151. package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
  152. package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +2 -6
  153. package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +2 -2
  154. package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +1 -1
  155. package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
  156. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +2 -2
  157. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +5 -5
  158. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +7 -7
  159. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +3 -3
  160. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +3 -3
  161. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +3 -3
  162. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +3 -3
  163. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +2 -2
  164. package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
  165. package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +0 -1
  166. package/src/modules/bmgd/README.md +2 -1
  167. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +8 -8
  168. package/src/modules/bmm/_module-installer/installer.js +1 -1
  169. package/src/modules/bmm/_module-installer/platform-specifics/claude-code.js +1 -1
  170. package/src/modules/bmm/_module-installer/platform-specifics/windsurf.js +1 -1
  171. package/src/modules/bmm/agents/analyst.agent.yaml +11 -8
  172. package/src/modules/bmm/agents/architect.agent.yaml +1 -5
  173. package/src/modules/bmm/agents/pm.agent.yaml +5 -5
  174. package/src/modules/bmm/docs/README.md +23 -1
  175. package/src/modules/bmm/docs/agents-guide.md +16 -35
  176. package/src/modules/bmm/docs/brownfield-guide.md +17 -30
  177. package/src/modules/bmm/docs/enterprise-agentic-development.md +2 -2
  178. package/src/modules/bmm/docs/faq.md +6 -39
  179. package/src/modules/bmm/docs/glossary.md +11 -24
  180. package/src/modules/bmm/docs/images/README.md +37 -0
  181. package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +62 -202
  182. package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +3 -1
  183. package/src/modules/bmm/docs/quick-spec-flow.md +652 -0
  184. package/src/modules/bmm/docs/quick-start.md +9 -25
  185. package/src/modules/bmm/docs/test-architecture.md +6 -6
  186. package/src/modules/bmm/docs/troubleshooting.md +680 -0
  187. package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
  188. package/src/modules/bmm/docs/workflows-implementation.md +143 -3
  189. package/src/modules/bmm/docs/workflows-solutioning.md +2 -2
  190. package/src/modules/bmm/{_module-installer/install-config.yaml → module.yaml} +1 -1
  191. package/src/modules/bmm/tasks/daily-standup.xml +85 -0
  192. package/src/modules/bmm/testarch/knowledge/ci-burn-in.md +1 -1
  193. package/src/modules/bmm/testarch/knowledge/overview.md +1 -1
  194. package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +2 -2
  195. package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +2 -2
  196. package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +2 -2
  197. package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +2 -2
  198. package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +1 -1
  199. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +8 -8
  200. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +18 -18
  201. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +18 -18
  202. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +18 -18
  203. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +17 -17
  204. package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +35 -36
  205. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +5 -6
  206. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +20 -19
  207. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +21 -20
  208. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +20 -19
  209. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +21 -20
  210. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +16 -15
  211. package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +36 -37
  212. package/src/modules/bmm/workflows/1-analysis/research/research.template.md +0 -1
  213. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +8 -8
  214. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +19 -18
  215. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +20 -19
  216. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +21 -20
  217. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +19 -18
  218. package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +38 -39
  219. package/src/modules/bmm/workflows/1-analysis/research/workflow.md +14 -8
  220. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +6 -0
  221. package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +7 -0
  222. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +138 -56
  223. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +93 -51
  224. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +223 -78
  225. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +20 -2
  226. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +18 -0
  227. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +21 -0
  228. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +21 -0
  229. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +21 -0
  230. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +18 -0
  231. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +18 -0
  232. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +18 -0
  233. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +13 -0
  234. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +2 -2
  235. package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +14 -14
  236. package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +7 -7
  237. package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +2 -1
  238. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
  239. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
  240. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
  241. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
  242. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  243. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
  244. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
  245. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
  246. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
  247. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
  248. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
  249. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
  250. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
  251. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
  252. package/src/modules/{bmgd/workflows/4-production → bmm/workflows/4-implementation}/code-review/checklist.md +2 -1
  253. package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +51 -3
  254. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -1
  255. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +32 -2
  256. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
  257. package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
  258. package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +10 -10
  259. package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
  260. package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
  261. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +104 -7
  262. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +4 -0
  263. package/src/modules/bmm/workflows/document-project/instructions.md +1 -1
  264. package/src/modules/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
  265. package/src/modules/bmm/workflows/generate-project-context/workflow.md +1 -1
  266. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
  267. package/src/modules/bmm/workflows/testarch/ci/checklist.md +1 -1
  268. package/src/modules/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
  269. package/src/modules/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
  270. package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -2
  271. package/src/modules/bmm/workflows/testarch/test-review/instructions.md +1 -1
  272. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +1 -6
  273. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +1 -6
  274. package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +1 -6
  275. package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +1 -7
  276. package/src/modules/cis/_module-installer/installer.js +1 -1
  277. package/tools/cli/README.md +7 -7
  278. package/tools/cli/commands/build.js +9 -184
  279. package/tools/cli/commands/install.js +1 -6
  280. package/tools/cli/installers/lib/core/config-collector.js +80 -12
  281. package/tools/cli/installers/lib/core/custom-module-cache.js +239 -0
  282. package/tools/cli/installers/lib/core/detector.js +8 -4
  283. package/tools/cli/installers/lib/core/installer.js +933 -376
  284. package/tools/cli/installers/lib/core/manifest-generator.js +265 -41
  285. package/tools/cli/installers/lib/core/manifest.js +47 -0
  286. package/tools/cli/installers/lib/core/post-install-sidecar-replacement.js +79 -0
  287. package/tools/cli/installers/lib/custom/handler.js +396 -0
  288. package/tools/cli/installers/lib/ide/_base-ide.js +10 -0
  289. package/tools/cli/installers/lib/ide/auggie.js +19 -7
  290. package/tools/cli/installers/lib/ide/crush.js +19 -6
  291. package/tools/cli/installers/lib/ide/cursor.js +29 -13
  292. package/tools/cli/installers/lib/ide/gemini.js +49 -1
  293. package/tools/cli/installers/lib/ide/iflow.js +20 -1
  294. package/tools/cli/installers/lib/ide/kiro-cli.js +327 -0
  295. package/tools/cli/installers/lib/ide/opencode.js +3 -3
  296. package/tools/cli/installers/lib/ide/roo.js +120 -184
  297. package/tools/cli/installers/lib/ide/rovo-dev.js +1 -1
  298. package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +8 -2
  299. package/tools/cli/installers/lib/ide/shared/bmad-artifacts.js +34 -19
  300. package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +18 -14
  301. package/tools/cli/installers/lib/ide/templates/agent-command-template.md +1 -1
  302. package/tools/cli/installers/lib/ide/templates/workflow-commander.md +5 -0
  303. package/tools/cli/installers/lib/modules/manager.js +535 -56
  304. package/tools/cli/lib/agent/compiler.js +57 -16
  305. package/tools/cli/lib/agent/installer.js +129 -28
  306. package/tools/cli/lib/cli-utils.js +21 -4
  307. package/tools/cli/lib/config.js +2 -1
  308. package/tools/cli/lib/ui.js +561 -12
  309. package/tools/cli/lib/yaml-xml-builder.js +0 -15
  310. package/tools/maintainer/review-pr-README.md +55 -0
  311. package/tools/maintainer/review-pr.md +242 -0
  312. package/tools/migrate-custom-module-paths.js +124 -0
  313. package/tools/schema/agent.js +149 -89
  314. package/tools/validate-svg-changes.sh +356 -0
  315. package/custom/src/agents/commit-poet/installation-guide.md +0 -36
  316. package/custom/src/agents/toolsmith/installation-guide.md +0 -36
  317. package/docs/custom-agent-installation.md +0 -183
  318. package/src/modules/bmb/docs/workflows/workflow-template.md +0 -152
  319. package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-overview.md +0 -127
  320. package/src/modules/bmb/workflows/create-workflow/steps/step-04-core-tools.md +0 -145
  321. package/src/modules/bmb/workflows/create-workflow/steps/step-05-memory-requirements.md +0 -136
  322. package/src/modules/bmb/workflows/create-workflow/steps/step-06-external-tools.md +0 -154
  323. package/src/modules/bmb/workflows/create-workflow/steps/step-07-installation-guidance.md +0 -159
  324. package/src/modules/bmb/workflows/create-workflow/steps/step-08-tools-summary.md +0 -167
  325. package/src/modules/bmb/workflows/create-workflow/steps/step-10-plan-review.md +0 -215
  326. package/src/modules/bmb/workflows/create-workflow/templates/build-summary.md +0 -36
  327. package/src/modules/bmb/workflows/create-workflow/templates/completion-section.md +0 -39
  328. package/src/modules/bmb/workflows/create-workflow/templates/content-template.md +0 -21
  329. package/src/modules/bmb/workflows/create-workflow/templates/design-section.md +0 -53
  330. package/src/modules/bmb/workflows/create-workflow/templates/project-info.md +0 -18
  331. package/src/modules/bmb/workflows/create-workflow/templates/requirements-section.md +0 -47
  332. package/src/modules/bmb/workflows/create-workflow/templates/review-section.md +0 -56
  333. package/src/modules/bmb/workflows/create-workflow/templates/workflow-plan.md +0 -54
  334. package/src/modules/bmb/workflows-legacy/create-module/README.md +0 -229
  335. package/src/modules/bmb/workflows-legacy/create-module/brainstorm-context.md +0 -137
  336. package/src/modules/bmb/workflows-legacy/create-module/checklist.md +0 -235
  337. package/src/modules/bmb/workflows-legacy/create-module/installer-templates/install-config.yaml +0 -92
  338. package/src/modules/bmb/workflows-legacy/create-module/installer-templates/installer.js +0 -231
  339. package/src/modules/bmb/workflows-legacy/create-module/instructions.md +0 -577
  340. package/src/modules/bmb/workflows-legacy/create-module/module-structure.md +0 -400
  341. package/src/modules/bmb/workflows-legacy/create-module/workflow.yaml +0 -52
  342. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/epics-template.md +0 -80
  343. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +0 -387
  344. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +0 -53
  345. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
  346. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
  347. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
  348. package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -64
  349. package/tools/cli/commands/agent-install.js +0 -409
  350. package/tools/cli/commands/cleanup.js +0 -141
  351. /package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
  352. /package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
  353. /package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
  354. /package/src/modules/bmgd/{_module-installer/install-config.yaml → module.yaml} +0 -0
  355. /package/src/modules/cis/{_module-installer/install-config.yaml → module.yaml} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,484 +1,307 @@
1
1
  # Changelog
2
2
 
3
- ## [6.0.0-alpha.13]
4
-
5
- **Release: November 30, 2025**
6
-
7
- ### 🏗️ Revolutionary Workflow Architecture
8
-
9
- **Granular Step-File Workflow System (NEW in alpha.13):**
10
-
11
- - **Multi-Menu Support**: Workflows now support granular step-file architecture with dynamic menu generation
12
- - **Sharded Workflows**: Complete conversion of Phase 1 and 2 workflows to stepwise sharded architecture
13
- - **Improved Performance**: Reduced file loading times and eliminated time-based estimates throughout
14
- - **Workflow Builder**: New dedicated workflow builder for creating stepwise workflows
15
- - **PRD Workflow**: First completely reworked sharded workflow resolving Sonnet compatibility issues
16
-
17
- **Core Workflow Transformations:**
18
-
19
- - Phase 1 and 2 workflows completely converted to sharded step-flow architecture
20
- - UX Design workflow converted to sharded step workflow
21
- - Brainstorming, Research, and Party Mode updated to use sharded step-flow workflows
22
- - Architecture workflows enhanced with step sharding and performance improvements
23
-
24
- ### 🎯 Code Review & Development Enhancement
3
+ ## [6.0.0-alpha.15]
25
4
 
26
- **Advanced Code Review System:**
5
+ **Release: December 7, 2025**
27
6
 
28
- - **Adversarial Code Review**: Quick-dev workflow now recommends adversarial review approach for higher quality
29
- - **Multi-LLM Strategy**: Dev-story workflow recommends different LLM models for code review tasks
30
- - **Agent Compiler Optimization**: Complete handler cleanup and performance improvements
7
+ ### 🔧 Module Installation Standardization
31
8
 
32
- ### 🤖 Agent System Revolution
33
-
34
- **Universal Custom Agent Support:**
9
+ **Unified Module Configuration:**
35
10
 
36
- - **Complete IDE Coverage**: Custom agent support extended to ALL remaining IDEs
37
- - **Antigravity IDE Integration**: Added custom agent support with proper gitignore configuration
38
- - **Multiple Source Locations**: Compile agents now checks multiple source locations for better discovery
39
- - **Persona Name Display**: Fixed proper persona names display in custom agent manifests
40
- - **New IDE Support**: Added support for Rovo Dev IDE
11
+ - **module.yaml Standard**: All modules now use `module.yaml` instead of `_module-installer/install-config.yaml` for consistent configuration (BREAKING CHANGE)
12
+ - **Universal Installer**: Both core and custom modules now use the same installer with consistent behavior
13
+ - **Streamlined Module Creation**: Module builder templates updated to use new module.yaml standard
14
+ - **Enhanced Module Discovery**: Improved module caching and discovery mechanisms
41
15
 
42
- **Agent Creation & Management:**
16
+ **Custom Content Installation Revolution:**
43
17
 
44
- - **Improved Creation Workflow**: Enhanced agent creation workflow with better documentation
45
- - **Parameter Clarity**: Renamed agent-install parameters for better understanding
46
- - **Menu Organization**: BMad Agents menu items logically ordered with optional/recommended/required tags
47
- - **GitHub Migration**: GitHub integration now uses agents folder instead of chatmodes
18
+ - **Interactive Custom Content Search**: Installer now proactively asks if you have custom content to install
19
+ - **Flexible Location Specification**: Users can indicate custom content location during installation
20
+ - **Improved Custom Module Handler**: Enhanced error handling and debug output for custom installations
21
+ - **Comprehensive Documentation**: New custom-content-installation.md guide (245 lines) replacing custom-agent-installation.md
48
22
 
49
- ### 🔧 Phase 4 & Sprint Evolution
23
+ ### 🤖 Code Review Integration Expansion
50
24
 
51
- **Complete Phase 4 Transformation:**
25
+ **AI Review Tools:**
52
26
 
53
- - **Simplified Architecture**: Phase 4 workflows completely transformed - simpler, faster, better results
54
- - **Sprint Planning Integration**: Unified sprint planning with placeholders for Jira, Linear, and Trello integration
55
- - **Status Management**: Better status loading and updating for Phase 4 artifacts
56
- - **Workflow Reduction**: Phase 4 streamlined to single sprint planning item with clear validation
57
- - **Dynamic Workflows**: All Level 1-3 workflows now dynamically suggest next steps based on context
27
+ - **CodeRabbit AI Integration**: Added .coderabbit.yaml configuration for automated code review
28
+ - **Raven's Verdict PR Review Tool**: New PR review automation tool (297 lines of documentation)
29
+ - **Review Path Configuration**: Proper exclusion patterns for node_modules and generated files
30
+ - **Review Documentation**: Comprehensive usage guidance and skip conditions for PRs
58
31
 
59
- ### 🧪 Testing Infrastructure Expansion
32
+ ### 📚 Documentation Improvements
60
33
 
61
- **Playwright Utils Integration:**
34
+ **Documentation Restructuring:**
62
35
 
63
- - Test Architect now supports `@seontechnologies/playwright-utils` integration
64
- - Installation prompt with `use_playwright_utils` configuration flag
65
- - 11 comprehensive knowledge fragments covering ALL utilities
66
- - Adaptive workflow recommendations across 6 testing workflows
67
- - Production-ready utilities from SEON Technologies integrated with TEA patterns
36
+ - **Code of Conduct**: Moved to .github/ folder following GitHub standards
37
+ - **Gem Creation Link**: Updated to point to Gemini Gem manager instead of deprecated interface
38
+ - **Example Custom Content**: Improved README files and disabled example modules to prevent accidental installation
39
+ - **Custom Module Documentation**: Enhanced module installation guides with new YAML structure
68
40
 
69
- **Testing Environment:**
41
+ ### 🧹 Cleanup & Optimization
70
42
 
71
- - **Web Bundle Support**: Enabled web bundles for test and development environments
72
- - **Test Architecture**: Enhanced test design for architecture level (Phase 3) testing
43
+ **Memory Management:**
73
44
 
74
- ### 📦 Installation & Configuration
45
+ - **Removed Hardcoded .bmad Folders**: Cleaned up demo content to use configurable paths
46
+ - **Sidecar File Cleanup**: Removed old .bmad-user-memory folders from wellness modules
47
+ - **Example Content Organization**: Better organization of example-custom-content directory
75
48
 
76
49
  **Installer Improvements:**
77
50
 
78
- - **Cleanup Options**: Installer now allows cleanup of unneeded files during upgrades
79
- - **Username Default**: Installer now defaults to system username for better UX
80
- - **IDE Selection**: Added empty IDE selection warning and promoted Antigravity to recommended
81
- - **NPM Vulnerabilities**: Resolved all npm vulnerabilities for enhanced security
82
- - **Documentation Installation**: Made documentation installation optional to reduce footprint
83
-
84
- **Text-to-Speech from AgentVibes optional Integration:**
85
-
86
- - **TTS_INJECTION System**: Complete text-to-speech integration via injection system
87
- - **Agent Vibes**: Enhanced with TTS capabilities for voice feedback
88
-
89
- ### 🛠️ Tool & IDE Updates
90
-
91
- **IDE Tool Enhancements:**
92
-
93
- - **GitHub Copilot**: Fixed tool names consistency across workflows
94
- - **KiloCode Integration**: Gave kilocode tool proper access to bmad modes
95
- - **Code Quality**: Added radix parameter to parseInt() calls for better reliability
96
- - **Agent Menu Optimization**: Improved agent performance in Claude Code slash commands
97
-
98
- ### 📚 Documentation & Standards
99
-
100
- **Documentation Cleanup:**
101
-
102
- - **Installation Guide**: Removed fluff and updated with npx support
103
- - **Workflow Documentation**: Fixed documentation by removing non-existent workflows and Mermaid diagrams
104
- - **Phase Numbering**: Fixed phase numbering consistency throughout documentation
105
- - **Package References**: Corrected incorrect npm package references
51
+ - **Debug Output Enhancement**: Added informative debug output when installer encounters errors
52
+ - **Custom Module Caching**: Improved caching mechanism for custom module installations
53
+ - **Consistent Behavior**: All modules now behave consistently regardless of custom or core status
106
54
 
107
- **Workflow Compliance:**
55
+ ### 📊 Statistics
108
56
 
109
- - **Validation Checks**: Enhanced workflow validation checks for compliance
110
- - **Product Brief**: Updated to comply with documented workflow standards
111
- - **Status Integration**: Workflow-status can now call workflow-init for better integration
112
-
113
- ### 🔍 Legacy Workflow Cleanup
114
-
115
- **Deprecated Workflows Removed:**
116
-
117
- - **Audit Workflow**: Completely removed audit workflow and all associated files
118
- - **Convert Legacy**: Removed legacy conversion utilities
119
- - **Create/Edit Workflows**: Removed old workflow creation and editing workflows
120
- - **Clean Architecture**: Simplified workflow structure by removing deprecated legacy workflows
121
-
122
- ### 🐛 Technical Fixes
123
-
124
- **System Improvements:**
125
-
126
- - **File Path Handling**: Fixed various file path issues across workflows
127
- - **Manifest Updates**: Updated manifest to use agents folder structure
128
- - **Web Bundle Configuration**: Fixed web bundle configurations for better compatibility
129
- - **CSV Column Mismatch**: Fixed manifest schema upgrade issues
57
+ - **77 files changed** with 2,852 additions and 607 deletions
58
+ - **15 commits** since alpha.14
130
59
 
131
60
  ### ⚠️ Breaking Changes
132
61
 
133
- **Workflow Architecture:**
134
-
135
- - All legacy workflows have been removed - ensure you're using the new stepwise sharded workflows
136
- - Phase 4 completely restructured - update any automation expecting old Phase 4 structure
137
- - Epic creation now requires architectural context (moved to Phase 3 in previous release)
62
+ 1. **module.yaml Configuration**: All modules must now use `module.yaml` instead of `_module-installer/install-config.yaml`
63
+ - Core modules updated automatically
64
+ - Custom modules will need to rename their configuration file
65
+ - Module builder templates generate new format
138
66
 
139
- **Agent System:**
67
+ ### 📦 New Dependencies
140
68
 
141
- - Custom agents now require proper compilation - use the new agent creation workflow
142
- - GitHub integration moved from chatmodes to agents folder - update any references
69
+ - No new dependencies added in this release
143
70
 
144
- ### 📊 Impact Summary
71
+ ---
145
72
 
146
- **New in alpha.13:**
73
+ ## [6.0.0-alpha.14]
147
74
 
148
- - **Stepwise Workflow Architecture**: Complete transformation of all workflows to granular step-file system
149
- - **Universal Custom Agent Support**: Extended to ALL IDEs with improved creation workflow
150
- - **Phase 4 Revolution**: Completely restructured with sprint planning integration
151
- - **Legacy Cleanup**: Removed all deprecated workflows for cleaner system
152
- - **Advanced Code Review**: New adversarial review approach with multi-LLM strategy
153
- - **Text-to-Speech**: Full TTS integration for voice feedback
154
- - **Testing Expansion**: Playwright utils integration across all testing workflows
75
+ **Release: December 7, 2025**
155
76
 
156
- **Enhanced from alpha.12:**
77
+ ### 🔧 Installation & Configuration Revolution
157
78
 
158
- - **Performance**: Improved file loading and removed time-based estimates
159
- - **Documentation**: Complete cleanup with accurate references
160
- - **Installer**: Better UX with cleanup options and improved defaults
161
- - **Agent System**: More reliable compilation and better persona handling
162
-
163
- ## [6.0.0-alpha.12]
79
+ **Custom Module Installation Overhaul:**
164
80
 
165
- **Release: November 19, 2025**
166
-
167
- ### 🐛 Bug Fixes
168
-
169
- - Added missing `yaml` dependency to fix `MODULE_NOT_FOUND` error when running `npx bmad-method install`
170
-
171
- ## [6.0.0-alpha.11]
172
-
173
- **Release: November 18, 2025**
81
+ - **Simple custom.yaml Installation**: Custom agents and workflows can now be installed with a single YAML file
82
+ - **IDE Configuration Preservation**: Upgrades will no longer delete custom modules, agents, and workflows from IDE configuration
83
+ - **Removed Legacy agent-install Command**: Streamlined installation process (BREAKING CHANGE)
84
+ - **Sidecar File Retention**: Custom sidecar files are preserved during updates
85
+ - **Flexible Agent Sidecar Locations**: Fully configurable via config options instead of hardcoded paths
174
86
 
175
- This alpha release introduces a complete agent installation system with the new `bmad agent-install` command, vastly improves the BMB agent builder capabilities with comprehensive documentation and reference agents, and refines diagram distribution to better align with BMad Method's core principle: **BMad agents mirror real agile teams**.
87
+ **Module Discovery System Transformation:**
176
88
 
177
- ### 🎨 Diagram Capabilities Refined and Distributed
89
+ - **Recursive Agent Discovery**: Deep scanning for agents across entire project structure
90
+ - **Enhanced Manifest Generation**: Comprehensive scanning of all installed modules
91
+ - **Nested Agent Support**: Fixed nested agents appearing in CLI commands
92
+ - **Module Reinstall Fix**: Prevented modules from showing as obsolete during reinstall
178
93
 
179
- **Excalidraw Integration Evolution:**
94
+ ### 🏗️ Advanced Builder Features
180
95
 
181
- Building on the excellent Excalidraw integration introduced with the Frame Expert agent, we've refined how diagram capabilities are distributed across the BMad Method ecosystem to better reflect real agile team dynamics.
96
+ **Workflow Builder Evolution:**
182
97
 
183
- **The Refinement:**
98
+ - **Continuable Workflows**: Create workflows with sophisticated branching and continuation logic
99
+ - **Template LOD Options**: Level of Detail output options for flexible workflow generation
100
+ - **Step-Based Architecture**: Complete conversion to granular step-file system
101
+ - **Enhanced Creation Process**: Improved workflow creation with better template handling
184
102
 
185
- - The valuable Excalidraw diagramming capabilities have been distributed to the agents who naturally create these artifacts in real teams
186
- - **Architect**: System architecture diagrams, data flow visualizations
187
- - **Product Manager**: Process flowcharts and workflow diagrams
188
- - **UX Designer**: Wireframe creation capabilities
189
- - **Tech Writer**: All diagram types for documentation needs
190
- - **New CIS Agent**: presentation-master for specialized visual communication
103
+ **Module Builder Revolution:**
191
104
 
192
- **Shared Infrastructure Enhancement:**
105
+ - **11-Step Module Creation**: Comprehensive step-by-step module generation process
106
+ - **Production-Ready Templates**: Complete templates for agents, installers, and workflow plans
107
+ - **Built-in Validation System**: Ensures module quality and BMad Core compliance
108
+ - **Professional Documentation**: Auto-generated module documentation and structure
193
109
 
194
- - Excalidraw templates, component libraries, and validation patterns elevated to core resources
195
- - Available to both BMM agents AND CIS presentation specialists
196
- - Preserves all the excellent Excalidraw functionality while aligning with natural team roles
110
+ ### 🚀 BMad Method (BMM) Enhancements
197
111
 
198
- ### 🚀 New Agent Installation System
112
+ **Workflow Improvements:**
199
113
 
200
- **Agent Installation Infrastructure (NEW in alpha.11):**
114
+ - **Brownfield PRD Support**: Enhanced PRD workflow for existing project integration
115
+ - **Sprint Status Command**: New workflow for tracking development progress
116
+ - **Step-Based Format**: Improved continue functionality across all workflows
117
+ - **Quick-Spec-Flow Documentation**: Rapid development specification flows
201
118
 
202
- - `bmad agent-install` CLI command with interactive persona customization
203
- - **YAML → XML compilation engine** with smart handler injection
204
- - Supports Simple (single file), Expert (with sidecars), and Module agents
205
- - Handlebars-style template variable processing
206
- - Automatic manifest tracking and IDE integration
207
- - Source preservation in `_cfg/custom/agents/` for reinstallation
119
+ **Documentation Revolution:**
208
120
 
209
- **New Reference Agents Added:**
121
+ - **Comprehensive Troubleshooting Guide**: 680-line detailed troubleshooting documentation
122
+ - **Quality Check Integration**: Added markdownlint-cli2 for markdown quality assurance
123
+ - **Enhanced Test Architecture**: Improved CI/CD templates and testing workflows
210
124
 
211
- - **commit-poet**: Poetic git commit message generator (Simple agent example)
212
- - **journal-keeper**: Daily journaling agent with templates (Expert agent example)
213
- - **security-engineer & trend-analyst**: Module agent examples with ecosystem integration
125
+ ### 🌟 New Features & Integrations
214
126
 
215
- **Critical Persona Field Guidance Added:**
127
+ **Kiro-Cli Installer:**
216
128
 
217
- New documentation explaining how LLMs interpret persona fields for better agent quality:
129
+ - **Intelligent Routing**: Smart routing to quick-dev workflow
130
+ - **BMad Core Compliance**: Full compliance with BMad standards
218
131
 
219
- - **role** → "What knowledge, skills, and capabilities do I possess?"
220
- - **identity** → "What background, experience, and context shape my responses?"
221
- - **communication_style** → "What verbal patterns, word choice, and phrasing do I use?"
222
- - **principles** → "What beliefs and operating philosophy drive my choices?"
132
+ **Discord Notifications:**
223
133
 
224
- Key insight: `communication_style` should ONLY describe HOW the agent talks, not WHAT they do
134
+ - **Compact Format**: Streamlined plain-text notifications
135
+ - **Bug Fixes**: Resolved notification delivery issues
225
136
 
226
- **BMM Agent Voice Enhancement:**
137
+ **Example Mental Wellness Module (MWM):**
227
138
 
228
- All 9 existing BMM agents enhanced with distinct, memorable communication voices:
139
+ - **Complete Module Example**: Demonstrates advanced module patterns
140
+ - **Multiple Agents**: CBT Coach, Crisis Navigator, Meditation Guide, Wellness Companion
141
+ - **Workflow Showcase**: Crisis support, daily check-in, meditation, journaling workflows
229
142
 
230
- - **Mary (analyst)**: "Treats analysis like a treasure hunt - excited by every clue"
231
- - **John (PM)**: "Asks 'WHY?' relentlessly like a detective on a case"
232
- - **Winston (architect)**: "Champions boring technology that actually works"
233
- - **Amelia (dev)**: "Ultra-succinct. Speaks in file paths and AC IDs"
234
- - **Sally (UX)**: "Paints pictures with words, telling user stories that make you FEEL"
143
+ ### 🐛 Bug Fixes & Optimizations
235
144
 
236
- ### 🔧 Edit-Agent Workflow Comprehensive Enhancement
145
+ - Fixed version reading from package.json instead of hardcoded fallback
146
+ - Removed hardcoded years from WebSearch queries
147
+ - Removed broken build caching mechanism
148
+ - Fixed hardcoded 'bmad' prefix from files-manifest.csv paths
149
+ - Enhanced TTS injection summary with tracking and documentation
150
+ - Fixed CI nvmrc configuration issues
237
151
 
238
- **Expert Agent Sidecar Support (NEW):**
152
+ ### 📊 Statistics
239
153
 
240
- - Automatically detects and handles Expert agents with multiple files
241
- - Loads and manages templates, data files, knowledge bases
242
- - Smart sidecar analysis: maps references, finds orphans, validates paths
243
- - 5 complete sidecar editing patterns with warm, educational feedback
154
+ - **335 files changed** with 17,161 additions and 8,204 deletions
155
+ - **46 commits** since alpha.13
244
156
 
245
- **7-Step Communication Style Refinement Pattern:**
246
-
247
- 1. Diagnose current style with red flag word detection
248
- 2. Extract non-style content to working copy
249
- 3. Discover TRUE communication style through interview questions
250
- 4. Craft pure style using presets and reference agents
251
- 5. Show before/after transformation with full context
252
- 6. Validate against standards (zero red flags)
253
- 7. Confirm with user through dramatic reading
254
-
255
- **Unified Validation Checklist:**
256
-
257
- - Single source of truth: `agent-validation-checklist.md` (160 lines)
258
- - Shared between create-agent and edit-agent workflows
259
- - Comprehensive persona field separation validation
260
- - Expert agent sidecar validation (9 specific checks)
261
- - Common issues and fixes with real examples
262
-
263
- ### 📚 BMB Agent Builder Enhancement
264
-
265
- **Vastly Improved Agent Creation & Editing Capabilities:**
266
-
267
- - Create-agent and edit-agent workflows now have accurate, comprehensive documentation
268
- - All context references updated and validated for consistency
269
- - Workflows can now properly guide users through complex agent design decisions
270
-
271
- **New Agent Documentation Suite:**
272
-
273
- - `understanding-agent-types.md` - Architecture vs capability distinction
274
- - `simple-agent-architecture.md` - Self-contained agents guide
275
- - `expert-agent-architecture.md` - Agents with sidecar files
276
- - `module-agent-architecture.md` - Workflow-integrated agents
277
- - `agent-compilation.md` - YAML → XML transformation process
278
- - `agent-menu-patterns.md` - Menu design patterns
279
- - `communication-presets.csv` - 60 pure communication styles for reference
280
-
281
- **New Reference Agents for Learning:**
157
+ ### ⚠️ Breaking Changes
282
158
 
283
- - Complete working examples of Simple, Expert, and Module agents
284
- - Can be installed directly via the new `bmad agent-install` command
285
- - Serve as both learning resources and ready-to-use agents
159
+ 1. **Removed agent-install Command**: Migrate to new custom.yaml installation system
160
+ 2. **Agent Sidecar Configuration**: Now requires explicit config instead of hardcoded paths
286
161
 
287
- ### 🎯 Epic Creation Moved to Phase 3 (After Architecture)
162
+ ### 📦 New Dependencies
288
163
 
289
- **Workflow Sequence Corrected:**
164
+ - `markdownlint-cli2: ^0.19.1` - Professional markdown linting
290
165
 
291
- ```
292
- Phase 2: PRD → UX Design
293
- Phase 3: Architecture → Epics & Stories ← NOW HERE (technically informed)
294
- ```
166
+ ---
295
167
 
296
- **Why This Fundamental Change:**
168
+ ## [6.0.0-alpha.13]
297
169
 
298
- - Epics need architectural context: API contracts, data models, technical decisions
299
- - Stories can reference actual architectural patterns and constraints
300
- - Reduces rewrites when architecture reveals complexity
301
- - Better complexity-based estimation (not time-based)
170
+ **Release: November 30, 2025**
302
171
 
303
- ### 🖥️ New IDE Support
172
+ ### 🏗️ Revolutionary Workflow Architecture
304
173
 
305
- **Google Antigravity IDE Installer:**
174
+ - **Step-File System**: Complete conversion to granular step-file architecture with dynamic menu generation
175
+ - **Phase 4 Transformation**: Simplified architecture with sprint planning integration (Jira, Linear, Trello)
176
+ - **Performance Improvements**: Eliminated time-based estimates, reduced file loading times
177
+ - **Legacy Cleanup**: Removed all deprecated workflows for cleaner system
306
178
 
307
- - Flattened file naming for proper slash commands (bmad-module-agents-name.md)
308
- - Namespace isolation prevents module conflicts
309
- - Subagent installation support (project or user level)
310
- - Module-specific injection configuration
179
+ ### 🤖 Agent System Revolution
311
180
 
312
- **Codex CLI Enhancement:**
181
+ - **Universal Custom Agent Support**: Extended to ALL IDEs including Antigravity and Rovo Dev
182
+ - **Agent Creation Workflow**: Enhanced with better documentation and parameter clarity
183
+ - **Multi-Source Discovery**: Agents now check multiple source locations for better discovery
184
+ - **GitHub Migration**: Integration moved from chatmodes to agents folder
313
185
 
314
- - Now supports both global and project-specific installation
315
- - CODEX_HOME configuration for multi-project workflows
316
- - OS-specific setup instructions (Unix/Mac/Windows)
186
+ ### 🧪 Testing Infrastructure
317
187
 
318
- ### 🏗️ Reference Agents & Standards
188
+ - **Playwright Utils Integration**: @seontechnologies/playwright-utils across all testing workflows
189
+ - **TTS Injection System**: Complete text-to-speech integration for voice feedback
190
+ - **Web Bundle Test Support**: Enabled web bundles for test environments
319
191
 
320
- **New Reference Agents Provide Clear Examples:**
192
+ ### ⚠️ Breaking Changes
321
193
 
322
- - **commit-poet.agent.yaml**: Simple agent with pure communication style
323
- - **journal-keeper.agent.yaml**: Expert agent with sidecar file structure
324
- - **security-engineer.agent.yaml**: Module agent for ecosystem integration
325
- - **trend-analyst.agent.yaml**: Module agent with cross-workflow capabilities
194
+ 1. **Legacy Workflows Removed**: Migrate to new stepwise sharded workflows
195
+ 2. **Phase 4 Restructured**: Update automation expecting old Phase 4 structure
196
+ 3. **Agent Compilation Required**: Custom agents must use new creation workflow
326
197
 
327
- **Agent Type Clarification:**
198
+ ## [6.0.0-alpha.12]
328
199
 
329
- - Clear documentation that agent types (Simple/Expert/Module) describe architecture, not capability
330
- - Module = designed for ecosystem integration, not limited in function
200
+ **Release: November 19, 2025**
331
201
 
332
- ### 🐛 Technical Improvements
202
+ ### 🐛 Bug Fixes
333
203
 
334
- **Linting Compliance:**
204
+ - Added missing `yaml` dependency to fix `MODULE_NOT_FOUND` error when running `npx bmad-method install`
335
205
 
336
- - Fixed all ESLint warnings across agent tooling
337
- - `'utf-8'` → `'utf8'` (unicorn/text-encoding-identifier-case)
338
- - `hasOwnProperty` → `Object.hasOwn` (unicorn/prefer-object-has-own)
339
- - `JSON.parse(JSON.stringify(...))` → `structuredClone(...)`
206
+ ## [6.0.0-alpha.11]
340
207
 
341
- **Agent Compilation Engine:**
208
+ **Release: November 18, 2025**
342
209
 
343
- - Auto-injects frontmatter, activation, handlers, help/exit menu items
344
- - Smart handler inclusion (only includes handlers actually used)
345
- - Proper XML escaping and formatting
346
- - Persona name customization support
210
+ ### 🚀 Agent Installation Revolution
347
211
 
348
- ### 📊 Impact Summary
212
+ - **bmad agent-install CLI**: Interactive agent installation with persona customization
213
+ - **4 Reference Agents**: commit-poet, journal-keeper, security-engineer, trend-analyst
214
+ - **Agent Compilation Engine**: YAML → XML with smart handler injection
215
+ - **60 Communication Presets**: Pure communication styles for agent personas
349
216
 
350
- **New in alpha.11:**
217
+ ### 📚 BMB Agent Builder Enhancement
351
218
 
352
- - **Agent installation system** with `bmad agent-install` CLI command
353
- - **4 new reference agents** (commit-poet, journal-keeper, security-engineer, trend-analyst)
354
- - **Complete agent documentation suite** with 7 new focused guides
355
- - **Expert agent sidecar support** in edit-agent workflow
356
- - **2 new IDE installers** (Google Antigravity, enhanced Codex)
357
- - **Unified validation checklist** (160 lines) for consistent quality standards
358
- - **60 pure communication style presets** for agent persona design
219
+ - **Complete Documentation Suite**: 7 new guides for agent architecture and creation
220
+ - **Expert Agent Sidecar Support**: Multi-file agents with templates and knowledge bases
221
+ - **Unified Validation**: 160-line checklist shared across workflows
222
+ - **BMM Agent Voices**: All 9 agents enhanced with distinct communication styles
359
223
 
360
- **Enhanced from alpha.10:**
224
+ ### 🎯 Workflow Architecture Change
361
225
 
362
- - **BMB agent builder workflows** with accurate context and comprehensive guidance
363
- - **All 9 BMM agents** enhanced with distinct, memorable communication voices
364
- - **Excalidraw capabilities** refined and distributed to role-appropriate agents
365
- - **Epic creation** moved to Phase 3 (after Architecture) for technical context
226
+ - **Epic Creation Moved**: Now in Phase 3 after Architecture for technical context
227
+ - **Excalidraw Distribution**: Diagram capabilities moved to role-appropriate agents
228
+ - **Google Antigravity IDE**: New installer with flattened file naming
366
229
 
367
230
  ### ⚠️ Breaking Changes
368
231
 
369
- **Agent Changes:**
370
-
371
- - Frame Expert agent retired - diagram capabilities now available through role-appropriate agents:
372
- - Architecture diagrams → `/architect`
373
- - Process flows → `/pm`
374
- - Wireframes → `/ux-designer`
375
- - Documentation visuals → `/tech-writer`
376
-
377
- **Workflow Changes:**
378
-
379
- - Epic creation moved from Phase 2 to Phase 3 (after Architecture)
380
- - Excalidraw workflows redistributed to appropriate agents
381
-
382
- **Installation Changes:**
383
-
384
- - New `bmad agent-install` command replaces manual agent installation
385
- - Agent YAML files must be compiled to XML for use
386
-
387
- ### 🔄 Migration Notes
388
-
389
- **For Existing Projects:**
390
-
391
- 1. **Frame Expert Users:**
392
- - Transition to role-appropriate agents for diagrams
393
- - All Excalidraw functionality preserved and enhanced
394
- - Shared templates now in core resources for wider access
395
-
396
- 2. **Agent Installation:**
397
- - Use `bmad agent-install` for all agent installations
398
- - Existing manual installations still work but won't have customization
399
-
400
- 3. **Epic Creation Timing:**
401
- - Epics now created in Phase 3 after Architecture
402
- - Update any automation expecting epics in Phase 2
403
-
404
- 4. **Communication Styles:**
405
- - Review agent communication_style fields
406
- - Remove any role/identity/principle content
407
- - Use communication-presets.csv for pure styles
408
-
409
- 5. **Expert Agents:**
410
- - Edit-agent workflow now fully supports sidecar files
411
- - Organize templates and data files in agent folder
232
+ 1. **Frame Expert Retired**: Use role-appropriate agents for diagrams
233
+ 2. **Agent Installation**: New bmad agent-install command replaces manual installation
234
+ 3. **Epic Creation Phase**: Moved from Phase 2 to Phase 3
412
235
 
413
236
  ## [6.0.0-alpha.10]
414
237
 
415
238
  **Release: November 16, 2025**
416
239
 
417
- - **🎯 Epics Generated AFTER Architecture**: Major milestone - epics/stories now created after architecture for technically-informed user stories with better acceptance criteria
418
- - **🎨 Frame Expert Agent**: New Excalidraw specialist with 4 diagram workflows (flowchart, diagram, dataflow, wireframe) for visual documentation
419
- - **⏰ Time Estimate Prohibition**: Critical warnings added across 33 workflows - acknowledges AI has fundamentally changed development speed
420
- - **🎯 Platform-Specific Commands**: New `ide-only`/`web-only` fields filter menu items based on environment (IDE vs web bundle)
421
- - **🔧 Agent Customization**: Enhanced memory/prompts merging via `*.customize.yaml` files for persistent agent personalization
240
+ - **Epics After Architecture**: Major milestone - technically-informed user stories created post-architecture
241
+ - **Frame Expert Agent**: New Excalidraw specialist with 4 diagram workflows
242
+ - **Time Estimate Prohibition**: Warnings across 33 workflows acknowledging AI's impact on development speed
243
+ - **Platform-Specific Commands**: ide-only/web-only fields filter menu items by environment
244
+ - **Agent Customization**: Enhanced memory/prompts merging via \*.customize.yaml files
422
245
 
423
246
  ## [6.0.0-alpha.9]
424
247
 
425
248
  **Release: November 12, 2025**
426
249
 
427
- - **🚀 Intelligent File Discovery Protocol**: New `discover_inputs` with FULL_LOAD, SELECTIVE_LOAD, and INDEX_GUIDED strategies for automatic context loading
428
- - **📚 3-Track System**: Simplified from 5 levels to 3 intuitive tracks: quick-flow, bmad-method, and enterprise-bmad-method
429
- - **🌐 Web Bundles Guide**: Comprehensive documentation for Gemini Gems and Custom GPTs with 60-80% cost savings strategies
430
- - **🏗️ Unified Output Structure**: Eliminated `.ephemeral/` folders - all artifacts now in single configurable output folder
431
- - **🎮 BMGD Phase 4**: Added 10 game development workflows following BMM patterns with game-specific adaptations
250
+ - **Intelligent File Discovery**: discover_inputs with FULL_LOAD, SELECTIVE_LOAD, INDEX_GUIDED strategies
251
+ - **3-Track System**: Simplified from 5 levels to 3 intuitive tracks
252
+ - **Web Bundles Guide**: Comprehensive documentation with 60-80% cost savings strategies
253
+ - **Unified Output Structure**: Eliminated .ephemeral/ folders - single configurable output folder
254
+ - **BMGD Phase 4**: Added 10 game development workflows with BMM patterns
432
255
 
433
256
  ## [6.0.0-alpha.8]
434
257
 
435
258
  **Release: November 9, 2025**
436
259
 
437
- - **🎯 Configurable Installation**: Custom directories with `.bmad` hidden folder default for cleaner project structure
438
- - **🚀 Optimized Agent Loading**: CLI loads from installed files eliminating duplication and maintenance burden
439
- - **🌐 Party Mode Everywhere**: All web bundles include multi-agent collaboration with customizable party configurations
440
- - **🔧 Phase 4 Artifact Separation**: Stories, code reviews, sprint plans now configurable outside docs folder
441
- - **📦 Expanded Web Bundles**: All BMM, BMGD, and CIS agents bundled with advanced elicitation integration
260
+ - **Configurable Installation**: Custom directories with .bmad hidden folder default
261
+ - **Optimized Agent Loading**: CLI loads from installed files, eliminating duplication
262
+ - **Party Mode Everywhere**: All web bundles include multi-agent collaboration
263
+ - **Phase 4 Artifact Separation**: Stories, code reviews, sprint plans configurable outside docs
264
+ - **Expanded Web Bundles**: All BMM, BMGD, CIS agents bundled with elicitation integration
442
265
 
443
266
  ## [6.0.0-alpha.7]
444
267
 
445
268
  **Release: November 7, 2025**
446
269
 
447
- - **🌐 Workflow Vendoring**: Web bundler performs automatic workflow vendoring for cross-module dependencies
448
- - **🎮 BMGD Module Extraction**: Game development split into standalone module with 4-phase industry-standard structure
449
- - **🔧 Enhanced Dependency Resolution**: Better handling of `web_bundle: false` workflows with positive resolution messages
450
- - **📚 Advanced Elicitation Fix**: Added missing CSV files to workflow bundles fixing runtime failures
451
- - **🐛 Claude Code Fix**: Resolved README slash command installation regression
270
+ - **Workflow Vendoring**: Web bundler performs automatic cross-module dependency vendoring
271
+ - **BMGD Module Extraction**: Game development split into standalone 4-phase structure
272
+ - **Enhanced Dependency Resolution**: Better handling of web_bundle: false workflows
273
+ - **Advanced Elicitation Fix**: Added missing CSV files to workflow bundles
274
+ - **Claude Code Fix**: Resolved README slash command installation regression
452
275
 
453
276
  ## [6.0.0-alpha.6]
454
277
 
455
278
  **Release: November 4, 2025**
456
279
 
457
- - **🐛 Critical Installer Fixes**: Fixed manifestPath error and option display issues blocking installation
458
- - **📖 Conditional Docs Installation**: Optional documentation installation to reduce footprint in production
459
- - **🎨 Improved Installer UX**: Better formatting with descriptive labels and clearer feedback
460
- - **🧹 Issue Tracker Cleanup**: Closed 54 legacy v4 issues for focused v6 development
461
- - **📝 Contributing Updates**: Removed references to non-existent branches in documentation
280
+ - **Critical Installer Fixes**: Fixed manifestPath error and option display issues
281
+ - **Conditional Docs Installation**: Optional documentation to reduce production footprint
282
+ - **Improved Installer UX**: Better formatting with descriptive labels and clearer feedback
283
+ - **Issue Tracker Cleanup**: Closed 54 legacy v4 issues for focused v6 development
284
+ - **Contributing Updates**: Removed references to non-existent branches
462
285
 
463
286
  ## [6.0.0-alpha.5]
464
287
 
465
288
  **Release: November 4, 2025**
466
289
 
467
- - **🎯 3-Track Scale System**: Revolutionary simplification from 5 confusing levels to 3 intuitive preference-driven tracks
468
- - **✨ Elicitation Modernization**: Replaced legacy XML tags with explicit `invoke-task` pattern at strategic decision points
469
- - **📚 PM/UX Evolution Section**: Added November 2025 industry research on AI Agent PMs and Full-Stack Product Leads
470
- - **🏗️ Brownfield Reality Check**: Rewrote Phase 0 with 4 real-world scenarios for messy existing codebases
471
- - **📖 Documentation Accuracy**: All agent capabilities now match YAML source of truth with zero hallucination risk
290
+ - **3-Track Scale System**: Simplified from 5 levels to 3 intuitive preference-driven tracks
291
+ - **Elicitation Modernization**: Replaced legacy XML tags with explicit invoke-task pattern
292
+ - **PM/UX Evolution**: Added November 2025 industry research on AI Agent PMs
293
+ - **Brownfield Reality Check**: Rewrote Phase 0 with 4 real-world scenarios
294
+ - **Documentation Accuracy**: All agent capabilities now match YAML source of truth
472
295
 
473
296
  ## [6.0.0-alpha.4]
474
297
 
475
298
  **Release: November 2, 2025**
476
299
 
477
- - **📚 Documentation Hub**: Created 18 comprehensive guides (7000+ lines) with professional technical writing standards
478
- - **🤖 Paige Agent**: New technical documentation specialist available across all BMM phases
479
- - **🚀 Quick Spec Flow**: Intelligent Level 0-1 planning with auto-stack detection and brownfield analysis
480
- - **📦 Universal Shard-Doc**: Split large markdown documents into organized sections with dual-strategy loading
481
- - **🔧 Intent-Driven Planning**: PRD and Product Brief transformed from template-filling to natural conversation
300
+ - **Documentation Hub**: Created 18 comprehensive guides (7000+ lines) with professional standards
301
+ - **Paige Agent**: New technical documentation specialist across all BMM phases
302
+ - **Quick Spec Flow**: Intelligent Level 0-1 planning with auto-stack detection
303
+ - **Universal Shard-Doc**: Split large markdown documents with dual-strategy loading
304
+ - **Intent-Driven Planning**: PRD and Product Brief transformed from template-filling to conversation
482
305
 
483
306
  ## [6.0.0-alpha.3]
484
307