bmad-method 4.37.0-beta.6 → 4.39.0

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 (276) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +3 -3
  2. package/.github/ISSUE_TEMPLATE/feature_request.md +3 -3
  3. package/.github/workflows/discord.yaml +11 -2
  4. package/.github/workflows/format-check.yaml +42 -0
  5. package/.github/workflows/manual-release.yaml +173 -0
  6. package/.husky/pre-commit +3 -0
  7. package/.vscode/settings.json +26 -1
  8. package/CHANGELOG.md +3 -6
  9. package/README.md +2 -0
  10. package/bmad-core/agent-teams/team-all.yaml +1 -1
  11. package/bmad-core/agents/analyst.md +17 -16
  12. package/bmad-core/agents/architect.md +12 -13
  13. package/bmad-core/agents/bmad-master.md +23 -23
  14. package/bmad-core/agents/bmad-orchestrator.md +22 -27
  15. package/bmad-core/agents/dev.md +19 -17
  16. package/bmad-core/agents/pm.md +15 -14
  17. package/bmad-core/agents/po.md +10 -9
  18. package/bmad-core/agents/qa.md +43 -23
  19. package/bmad-core/agents/sm.md +8 -7
  20. package/bmad-core/agents/ux-expert.md +7 -6
  21. package/bmad-core/checklists/architect-checklist.md +0 -5
  22. package/bmad-core/checklists/pm-checklist.md +0 -5
  23. package/bmad-core/checklists/po-master-checklist.md +0 -9
  24. package/bmad-core/checklists/story-dod-checklist.md +0 -7
  25. package/bmad-core/checklists/story-draft-checklist.md +0 -3
  26. package/bmad-core/core-config.yaml +2 -0
  27. package/bmad-core/data/bmad-kb.md +6 -3
  28. package/bmad-core/data/elicitation-methods.md +20 -0
  29. package/bmad-core/data/test-levels-framework.md +146 -0
  30. package/bmad-core/data/test-priorities-matrix.md +172 -0
  31. package/bmad-core/tasks/apply-qa-fixes.md +148 -0
  32. package/bmad-core/tasks/create-brownfield-story.md +11 -3
  33. package/bmad-core/tasks/create-deep-research-prompt.md +0 -11
  34. package/bmad-core/tasks/document-project.md +15 -13
  35. package/bmad-core/tasks/facilitate-brainstorming-session.md +2 -2
  36. package/bmad-core/tasks/index-docs.md +0 -6
  37. package/bmad-core/tasks/kb-mode-interaction.md +3 -3
  38. package/bmad-core/tasks/nfr-assess.md +343 -0
  39. package/bmad-core/tasks/qa-gate.md +161 -0
  40. package/bmad-core/tasks/review-story.md +243 -74
  41. package/bmad-core/tasks/risk-profile.md +353 -0
  42. package/bmad-core/tasks/shard-doc.md +0 -2
  43. package/bmad-core/tasks/test-design.md +174 -0
  44. package/bmad-core/tasks/trace-requirements.md +264 -0
  45. package/bmad-core/templates/architecture-tmpl.yaml +49 -49
  46. package/bmad-core/templates/brainstorming-output-tmpl.yaml +5 -5
  47. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +31 -31
  48. package/bmad-core/templates/brownfield-prd-tmpl.yaml +13 -13
  49. package/bmad-core/templates/competitor-analysis-tmpl.yaml +19 -6
  50. package/bmad-core/templates/front-end-architecture-tmpl.yaml +21 -9
  51. package/bmad-core/templates/front-end-spec-tmpl.yaml +24 -24
  52. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +122 -104
  53. package/bmad-core/templates/market-research-tmpl.yaml +2 -2
  54. package/bmad-core/templates/prd-tmpl.yaml +9 -9
  55. package/bmad-core/templates/project-brief-tmpl.yaml +4 -4
  56. package/bmad-core/templates/qa-gate-tmpl.yaml +102 -0
  57. package/bmad-core/templates/story-tmpl.yaml +12 -12
  58. package/bmad-core/workflows/brownfield-fullstack.yaml +9 -9
  59. package/bmad-core/workflows/brownfield-service.yaml +1 -1
  60. package/bmad-core/workflows/brownfield-ui.yaml +1 -1
  61. package/bmad-core/workflows/greenfield-fullstack.yaml +1 -1
  62. package/bmad-core/workflows/greenfield-service.yaml +1 -1
  63. package/bmad-core/workflows/greenfield-ui.yaml +1 -1
  64. package/common/tasks/execute-checklist.md +0 -7
  65. package/common/utils/bmad-doc-template.md +5 -5
  66. package/dist/agents/analyst.txt +1086 -1079
  67. package/dist/agents/architect.txt +1534 -1526
  68. package/dist/agents/bmad-master.txt +646 -632
  69. package/dist/agents/bmad-orchestrator.txt +40 -18
  70. package/dist/agents/dev.txt +158 -19
  71. package/dist/agents/pm.txt +1082 -1107
  72. package/dist/agents/po.txt +314 -332
  73. package/dist/agents/qa.txt +1754 -151
  74. package/dist/agents/sm.txt +88 -98
  75. package/dist/agents/ux-expert.txt +80 -87
  76. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +109 -146
  77. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +75 -86
  78. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +41 -48
  79. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +1903 -1941
  80. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +15 -50
  81. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +149 -195
  82. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +0 -15
  83. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +20 -37
  84. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +2660 -2752
  85. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +871 -0
  86. package/dist/expansion-packs/bmad-creative-writing/agents/book-critic.txt +78 -0
  87. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +839 -0
  88. package/dist/expansion-packs/bmad-creative-writing/agents/cover-designer.txt +85 -0
  89. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +861 -0
  90. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +796 -0
  91. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +927 -0
  92. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +842 -0
  93. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +1126 -0
  94. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +864 -0
  95. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +5917 -0
  96. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +25 -27
  97. package/dist/teams/team-all.txt +5541 -3768
  98. package/dist/teams/team-fullstack.txt +3014 -2987
  99. package/dist/teams/team-ide-minimal.txt +2219 -469
  100. package/dist/teams/team-no-ui.txt +2993 -2966
  101. package/docs/enhanced-ide-development-workflow.md +220 -15
  102. package/docs/user-guide.md +271 -18
  103. package/docs/versioning-and-releases.md +122 -44
  104. package/docs/working-in-the-brownfield.md +265 -32
  105. package/eslint.config.mjs +119 -0
  106. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +4 -4
  107. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +1 -1
  108. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  109. package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -4
  110. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +26 -30
  111. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -1
  112. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -18
  113. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +50 -50
  114. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +23 -23
  115. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +24 -24
  116. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +42 -42
  117. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  118. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  119. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -1
  120. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +3 -3
  121. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -5
  122. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -8
  123. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  124. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +1 -8
  125. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -4
  126. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -1
  127. package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -10
  128. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -18
  129. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +23 -23
  130. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +63 -63
  131. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +20 -20
  132. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  133. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  134. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -1
  135. package/expansion-packs/bmad-creative-writing/README.md +132 -0
  136. package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +19 -0
  137. package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +91 -0
  138. package/expansion-packs/bmad-creative-writing/agents/book-critic.md +35 -0
  139. package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +90 -0
  140. package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +41 -0
  141. package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +89 -0
  142. package/expansion-packs/bmad-creative-writing/agents/editor.md +90 -0
  143. package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +92 -0
  144. package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +90 -0
  145. package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +92 -0
  146. package/expansion-packs/bmad-creative-writing/agents/world-builder.md +91 -0
  147. package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +16 -0
  148. package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +16 -0
  149. package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +16 -0
  150. package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +16 -0
  151. package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +15 -0
  152. package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +16 -0
  153. package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +16 -0
  154. package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +15 -0
  155. package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +15 -0
  156. package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +16 -0
  157. package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +16 -0
  158. package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +18 -0
  159. package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +16 -0
  160. package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +16 -0
  161. package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +16 -0
  162. package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +16 -0
  163. package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +49 -0
  164. package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +16 -0
  165. package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +16 -0
  166. package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +16 -0
  167. package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +15 -0
  168. package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +16 -0
  169. package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +16 -0
  170. package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +16 -0
  171. package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +16 -0
  172. package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +16 -0
  173. package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +16 -0
  174. package/expansion-packs/bmad-creative-writing/config.yaml +11 -0
  175. package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +197 -0
  176. package/expansion-packs/bmad-creative-writing/data/story-structures.md +58 -0
  177. package/expansion-packs/bmad-creative-writing/docs/brief.md +183 -0
  178. package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +117 -0
  179. package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +16 -0
  180. package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +55 -0
  181. package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +22 -0
  182. package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +16 -0
  183. package/expansion-packs/bmad-creative-writing/tasks/build-world.md +17 -0
  184. package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +15 -0
  185. package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +101 -0
  186. package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +19 -0
  187. package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +19 -0
  188. package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +17 -0
  189. package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +93 -0
  190. package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +16 -0
  191. package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +16 -0
  192. package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +16 -0
  193. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +18 -0
  194. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +19 -0
  195. package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +16 -0
  196. package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +18 -0
  197. package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +16 -0
  198. package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +17 -0
  199. package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +16 -0
  200. package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +15 -0
  201. package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +16 -0
  202. package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +51 -0
  203. package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +96 -0
  204. package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +81 -0
  205. package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +92 -0
  206. package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +97 -0
  207. package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +77 -0
  208. package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +54 -0
  209. package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +96 -0
  210. package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +88 -0
  211. package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +176 -0
  212. package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +58 -0
  213. package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +51 -0
  214. package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +69 -0
  215. package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +92 -0
  216. package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +86 -0
  217. package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +79 -0
  218. package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +65 -0
  219. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  220. package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -3
  221. package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -1
  222. package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -1
  223. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +20 -20
  224. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +7 -7
  225. package/package.json +62 -39
  226. package/prettier.config.mjs +32 -0
  227. package/sync-version.sh +23 -0
  228. package/tools/bmad-npx-wrapper.js +10 -10
  229. package/tools/builders/web-builder.js +124 -130
  230. package/tools/bump-all-versions.js +42 -33
  231. package/tools/bump-expansion-version.js +23 -16
  232. package/tools/cli.js +10 -12
  233. package/tools/flattener/aggregate.js +10 -10
  234. package/tools/flattener/binary.js +44 -17
  235. package/tools/flattener/discovery.js +19 -18
  236. package/tools/flattener/files.js +6 -6
  237. package/tools/flattener/ignoreRules.js +125 -125
  238. package/tools/flattener/main.js +426 -70
  239. package/tools/flattener/projectRoot.js +186 -25
  240. package/tools/flattener/prompts.js +9 -9
  241. package/tools/flattener/stats.helpers.js +395 -0
  242. package/tools/flattener/stats.js +64 -14
  243. package/tools/flattener/test-matrix.js +413 -0
  244. package/tools/flattener/xml.js +33 -31
  245. package/tools/installer/bin/bmad.js +156 -113
  246. package/tools/installer/config/ide-agent-config.yaml +1 -1
  247. package/tools/installer/config/install.config.yaml +13 -3
  248. package/tools/installer/lib/config-loader.js +46 -42
  249. package/tools/installer/lib/file-manager.js +91 -113
  250. package/tools/installer/lib/ide-base-setup.js +57 -56
  251. package/tools/installer/lib/ide-setup.js +545 -399
  252. package/tools/installer/lib/installer.js +875 -714
  253. package/tools/installer/lib/memory-profiler.js +54 -53
  254. package/tools/installer/lib/module-manager.js +19 -15
  255. package/tools/installer/lib/resource-locator.js +26 -28
  256. package/tools/installer/package.json +19 -19
  257. package/tools/lib/dependency-resolver.js +26 -30
  258. package/tools/lib/yaml-utils.js +7 -7
  259. package/tools/preview-release-notes.js +66 -0
  260. package/tools/shared/bannerArt.js +3 -3
  261. package/tools/sync-installer-version.js +7 -9
  262. package/tools/update-expansion-version.js +14 -15
  263. package/tools/upgraders/v3-to-v4-upgrader.js +203 -294
  264. package/tools/version-bump.js +41 -26
  265. package/tools/yaml-format.js +56 -43
  266. package/.github/workflows/release.yaml +0 -60
  267. package/.releaserc.json +0 -21
  268. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +0 -102
  269. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +0 -13
  270. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +0 -13
  271. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +0 -25
  272. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +0 -34
  273. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +0 -70
  274. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +0 -26
  275. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +0 -109
  276. package/tools/semantic-release-sync-installer.js +0 -30
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: Bug report
3
3
  about: Create a report to help us improve
4
- title: ""
5
- labels: ""
6
- assignees: ""
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
7
  ---
8
8
 
9
9
  **Describe the bug**
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: Feature request
3
3
  about: Suggest an idea for this project
4
- title: ""
5
- labels: ""
6
- assignees: ""
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
7
  ---
8
8
 
9
9
  **Did you discuss the idea first in Discord Server (#general-dev)**
@@ -1,6 +1,15 @@
1
1
  name: Discord Notification
2
2
 
3
- on: [pull_request, release, create, delete, issue_comment, pull_request_review, pull_request_review_comment]
3
+ "on":
4
+ [
5
+ pull_request,
6
+ release,
7
+ create,
8
+ delete,
9
+ issue_comment,
10
+ pull_request_review,
11
+ pull_request_review_comment,
12
+ ]
4
13
 
5
14
  jobs:
6
15
  notify:
@@ -13,4 +22,4 @@ jobs:
13
22
  webhook: ${{ secrets.DISCORD_WEBHOOK }}
14
23
  status: ${{ job.status }}
15
24
  title: "Triggered by ${{ github.event_name }}"
16
- color: 0x5865F2
25
+ color: 0x5865F2
@@ -0,0 +1,42 @@
1
+ name: format-check
2
+
3
+ "on":
4
+ pull_request:
5
+ branches: ["**"]
6
+
7
+ jobs:
8
+ prettier:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Checkout
12
+ uses: actions/checkout@v4
13
+
14
+ - name: Setup Node
15
+ uses: actions/setup-node@v4
16
+ with:
17
+ node-version: "20"
18
+ cache: "npm"
19
+
20
+ - name: Install dependencies
21
+ run: npm ci
22
+
23
+ - name: Prettier format check
24
+ run: npm run format:check
25
+
26
+ eslint:
27
+ runs-on: ubuntu-latest
28
+ steps:
29
+ - name: Checkout
30
+ uses: actions/checkout@v4
31
+
32
+ - name: Setup Node
33
+ uses: actions/setup-node@v4
34
+ with:
35
+ node-version: "20"
36
+ cache: "npm"
37
+
38
+ - name: Install dependencies
39
+ run: npm ci
40
+
41
+ - name: ESLint
42
+ run: npm run lint
@@ -0,0 +1,173 @@
1
+ name: Manual Release
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ version_bump:
7
+ description: Version bump type
8
+ required: true
9
+ default: patch
10
+ type: choice
11
+ options:
12
+ - patch
13
+ - minor
14
+ - major
15
+
16
+ permissions:
17
+ contents: write
18
+ packages: write
19
+
20
+ jobs:
21
+ release:
22
+ runs-on: ubuntu-latest
23
+ steps:
24
+ - name: Checkout
25
+ uses: actions/checkout@v4
26
+ with:
27
+ fetch-depth: 0
28
+ token: ${{ secrets.GITHUB_TOKEN }}
29
+
30
+ - name: Setup Node.js
31
+ uses: actions/setup-node@v4
32
+ with:
33
+ node-version: "20"
34
+ cache: npm
35
+ registry-url: https://registry.npmjs.org
36
+
37
+ - name: Install dependencies
38
+ run: npm ci
39
+
40
+ - name: Run tests and validation
41
+ run: |
42
+ npm run validate
43
+ npm run format:check
44
+ npm run lint
45
+
46
+ - name: Configure Git
47
+ run: |
48
+ git config user.name "github-actions[bot]"
49
+ git config user.email "github-actions[bot]@users.noreply.github.com"
50
+
51
+ - name: Bump version
52
+ run: npm run version:${{ github.event.inputs.version_bump }}
53
+
54
+ - name: Get new version and previous tag
55
+ id: version
56
+ run: |
57
+ echo "new_version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
58
+ echo "previous_tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
59
+
60
+ - name: Update installer package.json
61
+ run: |
62
+ sed -i 's/"version": ".*"/"version": "${{ steps.version.outputs.new_version }}"/' tools/installer/package.json
63
+
64
+ - name: Build project
65
+ run: npm run build
66
+
67
+ - name: Commit version bump
68
+ run: |
69
+ git add .
70
+ git commit -m "release: bump to v${{ steps.version.outputs.new_version }}"
71
+
72
+ - name: Generate release notes
73
+ id: release_notes
74
+ run: |
75
+ # Get commits since last tag
76
+ COMMITS=$(git log ${{ steps.version.outputs.previous_tag }}..HEAD --pretty=format:"- %s" --reverse)
77
+
78
+ # Categorize commits
79
+ FEATURES=$(echo "$COMMITS" | grep -E "^- (feat|Feature)" || true)
80
+ FIXES=$(echo "$COMMITS" | grep -E "^- (fix|Fix)" || true)
81
+ CHORES=$(echo "$COMMITS" | grep -E "^- (chore|Chore)" || true)
82
+ OTHERS=$(echo "$COMMITS" | grep -v -E "^- (feat|Feature|fix|Fix|chore|Chore|release:|Release:)" || true)
83
+
84
+ # Build release notes
85
+ cat > release_notes.md << 'EOF'
86
+ ## 🚀 What's New in v${{ steps.version.outputs.new_version }}
87
+
88
+ EOF
89
+
90
+ if [ ! -z "$FEATURES" ]; then
91
+ echo "### ✨ New Features" >> release_notes.md
92
+ echo "$FEATURES" >> release_notes.md
93
+ echo "" >> release_notes.md
94
+ fi
95
+
96
+ if [ ! -z "$FIXES" ]; then
97
+ echo "### 🐛 Bug Fixes" >> release_notes.md
98
+ echo "$FIXES" >> release_notes.md
99
+ echo "" >> release_notes.md
100
+ fi
101
+
102
+ if [ ! -z "$OTHERS" ]; then
103
+ echo "### 📦 Other Changes" >> release_notes.md
104
+ echo "$OTHERS" >> release_notes.md
105
+ echo "" >> release_notes.md
106
+ fi
107
+
108
+ if [ ! -z "$CHORES" ]; then
109
+ echo "### 🔧 Maintenance" >> release_notes.md
110
+ echo "$CHORES" >> release_notes.md
111
+ echo "" >> release_notes.md
112
+ fi
113
+
114
+ cat >> release_notes.md << 'EOF'
115
+
116
+ ## 📦 Installation
117
+
118
+ ```bash
119
+ npx bmad-method install
120
+ ```
121
+
122
+ **Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/${{ steps.version.outputs.previous_tag }}...v${{ steps.version.outputs.new_version }}
123
+ EOF
124
+
125
+ # Output for GitHub Actions
126
+ echo "RELEASE_NOTES<<EOF" >> $GITHUB_OUTPUT
127
+ cat release_notes.md >> $GITHUB_OUTPUT
128
+ echo "EOF" >> $GITHUB_OUTPUT
129
+
130
+ - name: Create and push tag
131
+ run: |
132
+ # Check if tag already exists
133
+ if git rev-parse "v${{ steps.version.outputs.new_version }}" >/dev/null 2>&1; then
134
+ echo "Tag v${{ steps.version.outputs.new_version }} already exists, skipping tag creation"
135
+ else
136
+ git tag -a "v${{ steps.version.outputs.new_version }}" -m "Release v${{ steps.version.outputs.new_version }}"
137
+ git push origin "v${{ steps.version.outputs.new_version }}"
138
+ fi
139
+
140
+ - name: Push changes to main
141
+ run: |
142
+ if git push origin HEAD:main 2>/dev/null; then
143
+ echo "✅ Successfully pushed to main branch"
144
+ else
145
+ echo "⚠️ Could not push to main (protected branch). This is expected."
146
+ echo "📝 Version bump and tag were created successfully."
147
+ fi
148
+
149
+ - name: Publish to NPM
150
+ env:
151
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
152
+ run: npm publish
153
+
154
+ - name: Create GitHub Release
155
+ uses: actions/create-release@v1
156
+ env:
157
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158
+ with:
159
+ tag_name: v${{ steps.version.outputs.new_version }}
160
+ release_name: "BMad Method v${{ steps.version.outputs.new_version }}"
161
+ body: ${{ steps.release_notes.outputs.RELEASE_NOTES }}
162
+ draft: false
163
+ prerelease: false
164
+
165
+ - name: Summary
166
+ run: |
167
+ echo "🎉 Successfully released v${{ steps.version.outputs.new_version }}!"
168
+ echo "📦 Published to NPM with @latest tag"
169
+ echo "🏷️ Git tag: v${{ steps.version.outputs.new_version }}"
170
+ echo "✅ Users running 'npx bmad-method install' will now get version ${{ steps.version.outputs.new_version }}"
171
+ echo ""
172
+ echo "📝 Release notes preview:"
173
+ cat release_notes.md
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env sh
2
+
3
+ npx --no-install lint-staged
@@ -40,5 +40,30 @@
40
40
  "tileset",
41
41
  "Trae",
42
42
  "VNET"
43
- ]
43
+ ],
44
+ "json.schemas": [
45
+ {
46
+ "fileMatch": ["package.json"],
47
+ "url": "https://json.schemastore.org/package.json"
48
+ },
49
+ {
50
+ "fileMatch": [".vscode/settings.json"],
51
+ "url": "vscode://schemas/settings/folder"
52
+ }
53
+ ],
54
+ "editor.formatOnSave": true,
55
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
56
+ "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
57
+ "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
58
+ "[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
59
+ "[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
60
+ "prettier.prettierPath": "node_modules/prettier",
61
+ "prettier.requireConfig": true,
62
+ "yaml.format.enable": false,
63
+ "eslint.useFlatConfig": true,
64
+ "eslint.validate": ["javascript", "yaml"],
65
+ "editor.codeActionsOnSave": {
66
+ "source.fixAll.eslint": "explicit"
67
+ },
68
+ "editor.rulers": [100]
44
69
  }
package/CHANGELOG.md CHANGED
@@ -1,9 +1,8 @@
1
1
  ## [4.36.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.1...v4.36.2) (2025-08-10)
2
2
 
3
-
4
3
  ### Bug Fixes
5
4
 
6
- * align installer dependencies with root package versions for ESM compatibility ([#420](https://github.com/bmadcode/BMAD-METHOD/issues/420)) ([3f6b674](https://github.com/bmadcode/BMAD-METHOD/commit/3f6b67443d61ae6add98656374bed27da4704644))
5
+ - align installer dependencies with root package versions for ESM compatibility ([#420](https://github.com/bmadcode/BMAD-METHOD/issues/420)) ([3f6b674](https://github.com/bmadcode/BMAD-METHOD/commit/3f6b67443d61ae6add98656374bed27da4704644))
7
6
 
8
7
  ## [4.36.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.0...v4.36.1) (2025-08-09)
9
8
 
@@ -575,10 +574,6 @@
575
574
 
576
575
  - Manual version bumping via npm scripts is now disabled. Use conventional commits for automated releases.
577
576
 
578
- 🤖 Generated with [Claude Code](https://claude.ai/code)
579
-
580
- Co-Authored-By: Claude <noreply@anthropic.com>
581
-
582
577
  # [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
583
578
 
584
579
  ### Bug Fixes
@@ -687,3 +682,5 @@ Co-Authored-By: Claude <noreply@anthropic.com>
687
682
  ### Features
688
683
 
689
684
  - add versioning and release automation ([0ea5e50](https://github.com/bmadcode/BMAD-METHOD/commit/0ea5e50aa7ace5946d0100c180dd4c0da3e2fd8c))
685
+
686
+ # Promote to stable release 5.0.0
package/README.md CHANGED
@@ -75,6 +75,8 @@ This makes it easy to benefit from the latest improvements, bug fixes, and new a
75
75
 
76
76
  ```bash
77
77
  npx bmad-method install
78
+ # OR explicitly use stable tag:
79
+ npx bmad-method@stable install
78
80
  # OR if you already have BMad installed:
79
81
  git pull
80
82
  npm run install:bmad
@@ -4,7 +4,7 @@ bundle:
4
4
  description: Includes every core system agent.
5
5
  agents:
6
6
  - bmad-orchestrator
7
- - '*'
7
+ - "*"
8
8
  workflows:
9
9
  - brownfield-fullstack.yaml
10
10
  - brownfield-service.yaml
@@ -17,7 +17,8 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
17
17
  activation-instructions:
18
18
  - STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
19
19
  - STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
20
- - STEP 3: Greet user with your name/role and mention `*help` command
20
+ - STEP 3: Load and read `bmad-core/core-config.yaml` (project configuration) before any greeting
21
+ - STEP 4: Greet user with your name/role and immediately run `*help` to display available commands
21
22
  - DO NOT: Load any other agent files during activation
22
23
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
24
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
@@ -26,7 +27,7 @@ activation-instructions:
26
27
  - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
27
28
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
28
29
  - STAY IN CHARACTER!
29
- - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
30
+ - CRITICAL: On activation, ONLY greet user, auto-run `*help`, and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
30
31
  agent:
31
32
  name: Mary
32
33
  id: analyst
@@ -52,30 +53,30 @@ persona:
52
53
  - Integrity of Information - Ensure accurate sourcing and representation
53
54
  - Numbered Options Protocol - Always use numbered lists for selections
54
55
  # All commands require * prefix when used (e.g., *help)
55
- commands:
56
+ commands:
56
57
  - help: Show numbered list of the following commands to allow selection
57
- - create-project-brief: use task create-doc with project-brief-tmpl.yaml
58
- - perform-market-research: use task create-doc with market-research-tmpl.yaml
58
+ - brainstorm {topic}: Facilitate structured brainstorming session (run task facilitate-brainstorming-session.md with template brainstorming-output-tmpl.yaml)
59
59
  - create-competitor-analysis: use task create-doc with competitor-analysis-tmpl.yaml
60
- - yolo: Toggle Yolo Mode
60
+ - create-project-brief: use task create-doc with project-brief-tmpl.yaml
61
61
  - doc-out: Output full document in progress to current destination file
62
- - research-prompt {topic}: execute task create-deep-research-prompt.md
63
- - brainstorm {topic}: Facilitate structured brainstorming session (run task facilitate-brainstorming-session.md with template brainstorming-output-tmpl.yaml)
64
62
  - elicit: run the task advanced-elicitation
63
+ - perform-market-research: use task create-doc with market-research-tmpl.yaml
64
+ - research-prompt {topic}: execute task create-deep-research-prompt.md
65
+ - yolo: Toggle Yolo Mode
65
66
  - exit: Say goodbye as the Business Analyst, and then abandon inhabiting this persona
66
67
  dependencies:
68
+ data:
69
+ - bmad-kb.md
70
+ - brainstorming-techniques.md
67
71
  tasks:
68
- - facilitate-brainstorming-session.md
72
+ - advanced-elicitation.md
69
73
  - create-deep-research-prompt.md
70
74
  - create-doc.md
71
- - advanced-elicitation.md
72
75
  - document-project.md
76
+ - facilitate-brainstorming-session.md
73
77
  templates:
74
- - project-brief-tmpl.yaml
75
- - market-research-tmpl.yaml
76
- - competitor-analysis-tmpl.yaml
77
78
  - brainstorming-output-tmpl.yaml
78
- data:
79
- - bmad-kb.md
80
- - brainstorming-techniques.md
79
+ - competitor-analysis-tmpl.yaml
80
+ - market-research-tmpl.yaml
81
+ - project-brief-tmpl.yaml
81
82
  ```
@@ -1,6 +1,5 @@
1
1
  # architect
2
2
 
3
-
4
3
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
5
4
 
6
5
  CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
@@ -18,7 +17,8 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
18
17
  activation-instructions:
19
18
  - STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
20
19
  - STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
21
- - STEP 3: Greet user with your name/role and mention `*help` command
20
+ - STEP 3: Load and read `bmad-core/core-config.yaml` (project configuration) before any greeting
21
+ - STEP 4: Greet user with your name/role and immediately run `*help` to display available commands
22
22
  - DO NOT: Load any other agent files during activation
23
23
  - ONLY load dependency files when user selects them for execution via command or request of a task
24
24
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
@@ -27,8 +27,7 @@ activation-instructions:
27
27
  - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
28
28
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
29
29
  - STAY IN CHARACTER!
30
- - When creating architecture, always start by understanding the complete picture - user needs, business constraints, team capabilities, and technical requirements.
31
- - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
30
+ - CRITICAL: On activation, ONLY greet user, auto-run `*help`, and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
32
31
  agent:
33
32
  name: Winston
34
33
  id: architect
@@ -53,12 +52,12 @@ persona:
53
52
  - Cost-Conscious Engineering - Balance technical ideals with financial reality
54
53
  - Living Architecture - Design for change and adaptation
55
54
  # All commands require * prefix when used (e.g., *help)
56
- commands:
55
+ commands:
57
56
  - help: Show numbered list of the following commands to allow selection
58
- - create-full-stack-architecture: use create-doc with fullstack-architecture-tmpl.yaml
59
57
  - create-backend-architecture: use create-doc with architecture-tmpl.yaml
58
+ - create-brownfield-architecture: use create-doc with brownfield-architecture-tmpl.yaml
60
59
  - create-front-end-architecture: use create-doc with front-end-architecture-tmpl.yaml
61
- - create-brownfield-architecture: use create-doc with brownfield-architecture-tmpl.yaml
60
+ - create-full-stack-architecture: use create-doc with fullstack-architecture-tmpl.yaml
62
61
  - doc-out: Output full document to current destination file
63
62
  - document-project: execute the task document-project.md
64
63
  - execute-checklist {checklist}: Run task execute-checklist (default->architect-checklist)
@@ -67,18 +66,18 @@ commands:
67
66
  - yolo: Toggle Yolo Mode
68
67
  - exit: Say goodbye as the Architect, and then abandon inhabiting this persona
69
68
  dependencies:
69
+ checklists:
70
+ - architect-checklist.md
71
+ data:
72
+ - technical-preferences.md
70
73
  tasks:
71
- - create-doc.md
72
74
  - create-deep-research-prompt.md
75
+ - create-doc.md
73
76
  - document-project.md
74
77
  - execute-checklist.md
75
78
  templates:
76
79
  - architecture-tmpl.yaml
80
+ - brownfield-architecture-tmpl.yaml
77
81
  - front-end-architecture-tmpl.yaml
78
82
  - fullstack-architecture-tmpl.yaml
79
- - brownfield-architecture-tmpl.yaml
80
- checklists:
81
- - architect-checklist.md
82
- data:
83
- - technical-preferences.md
84
83
  ```
@@ -1,6 +1,5 @@
1
1
  # BMad Master
2
2
 
3
-
4
3
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
5
4
 
6
5
  CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
@@ -10,15 +9,16 @@ CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your
10
9
  ```yaml
11
10
  IDE-FILE-RESOLUTION:
12
11
  - FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
13
- - Dependencies map to {root}/{type}/{name}
12
+ - Dependencies map to root/type/name
14
13
  - type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
15
- - Example: create-doc.md → {root}/tasks/create-doc.md
14
+ - Example: create-doc.md → root/tasks/create-doc.md
16
15
  - IMPORTANT: Only load these files when user requests specific command execution
17
16
  REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
18
17
  activation-instructions:
19
18
  - STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
20
19
  - STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
21
- - STEP 3: Greet user with your name/role and mention `*help` command
20
+ - STEP 3: Load and read bmad-core/core-config.yaml (project configuration) before any greeting
21
+ - STEP 4: Greet user with your name/role and immediately run *help to display available commands
22
22
  - DO NOT: Load any other agent files during activation
23
23
  - ONLY load dependency files when user selects them for execution via command or request of a task
24
24
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
@@ -27,10 +27,10 @@ activation-instructions:
27
27
  - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
28
28
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
29
29
  - STAY IN CHARACTER!
30
- - CRITICAL: Do NOT scan filesystem or load any resources during startup, ONLY when commanded
30
+ - 'CRITICAL: Do NOT scan filesystem or load any resources during startup, ONLY when commanded (Exception: Read bmad-core/core-config.yaml during activation)'
31
31
  - CRITICAL: Do NOT run discovery tasks automatically
32
- - CRITICAL: NEVER LOAD {root}/data/bmad-kb.md UNLESS USER TYPES *kb
33
- - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
32
+ - CRITICAL: NEVER LOAD root/data/bmad-kb.md UNLESS USER TYPES *kb
33
+ - CRITICAL: On activation, ONLY greet user, auto-run *help, and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
34
34
  agent:
35
35
  name: BMad Master
36
36
  id: bmad-master
@@ -49,28 +49,40 @@ persona:
49
49
 
50
50
  commands:
51
51
  - help: Show these listed commands in a numbered list
52
- - kb: Toggle KB mode off (default) or on, when on will load and reference the {root}/data/bmad-kb.md and converse with the user answering his questions with this informational resource
53
- - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below
54
52
  - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
55
53
  - doc-out: Output full document to current destination file
56
54
  - document-project: execute the task document-project.md
57
55
  - execute-checklist {checklist}: Run task execute-checklist (no checklist = ONLY show available checklists listed under dependencies/checklist below)
56
+ - kb: Toggle KB mode off (default) or on, when on will load and reference the {root}/data/bmad-kb.md and converse with the user answering his questions with this informational resource
58
57
  - shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination
58
+ - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below
59
59
  - yolo: Toggle Yolo Mode
60
60
  - exit: Exit (confirm)
61
61
 
62
62
  dependencies:
63
+ checklists:
64
+ - architect-checklist.md
65
+ - change-checklist.md
66
+ - pm-checklist.md
67
+ - po-master-checklist.md
68
+ - story-dod-checklist.md
69
+ - story-draft-checklist.md
70
+ data:
71
+ - bmad-kb.md
72
+ - brainstorming-techniques.md
73
+ - elicitation-methods.md
74
+ - technical-preferences.md
63
75
  tasks:
64
76
  - advanced-elicitation.md
65
- - facilitate-brainstorming-session.md
66
77
  - brownfield-create-epic.md
67
78
  - brownfield-create-story.md
68
79
  - correct-course.md
69
80
  - create-deep-research-prompt.md
70
81
  - create-doc.md
71
- - document-project.md
72
82
  - create-next-story.md
83
+ - document-project.md
73
84
  - execute-checklist.md
85
+ - facilitate-brainstorming-session.md
74
86
  - generate-ai-frontend-prompt.md
75
87
  - index-docs.md
76
88
  - shard-doc.md
@@ -86,11 +98,6 @@ dependencies:
86
98
  - prd-tmpl.yaml
87
99
  - project-brief-tmpl.yaml
88
100
  - story-tmpl.yaml
89
- data:
90
- - bmad-kb.md
91
- - brainstorming-techniques.md
92
- - elicitation-methods.md
93
- - technical-preferences.md
94
101
  workflows:
95
102
  - brownfield-fullstack.md
96
103
  - brownfield-service.md
@@ -98,11 +105,4 @@ dependencies:
98
105
  - greenfield-fullstack.md
99
106
  - greenfield-service.md
100
107
  - greenfield-ui.md
101
- checklists:
102
- - architect-checklist.md
103
- - change-checklist.md
104
- - pm-checklist.md
105
- - po-master-checklist.md
106
- - story-dod-checklist.md
107
- - story-draft-checklist.md
108
108
  ```