bmad-method 4.37.0 → 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 (251) 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 +2 -23
  9. package/README.md +2 -0
  10. package/bmad-core/agent-teams/team-all.yaml +1 -1
  11. package/bmad-core/agents/analyst.md +16 -15
  12. package/bmad-core/agents/architect.md +11 -11
  13. package/bmad-core/agents/bmad-master.md +23 -22
  14. package/bmad-core/agents/bmad-orchestrator.md +13 -17
  15. package/bmad-core/agents/dev.md +14 -11
  16. package/bmad-core/agents/pm.md +15 -14
  17. package/bmad-core/agents/po.md +9 -8
  18. package/bmad-core/agents/qa.md +42 -22
  19. package/bmad-core/agents/sm.md +7 -6
  20. package/bmad-core/agents/ux-expert.md +6 -5
  21. package/bmad-core/core-config.yaml +2 -0
  22. package/bmad-core/data/bmad-kb.md +1 -1
  23. package/bmad-core/data/test-levels-framework.md +146 -0
  24. package/bmad-core/data/test-priorities-matrix.md +172 -0
  25. package/bmad-core/tasks/apply-qa-fixes.md +148 -0
  26. package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
  27. package/bmad-core/tasks/nfr-assess.md +343 -0
  28. package/bmad-core/tasks/qa-gate.md +161 -0
  29. package/bmad-core/tasks/review-story.md +234 -74
  30. package/bmad-core/tasks/risk-profile.md +353 -0
  31. package/bmad-core/tasks/test-design.md +174 -0
  32. package/bmad-core/tasks/trace-requirements.md +264 -0
  33. package/bmad-core/templates/architecture-tmpl.yaml +49 -49
  34. package/bmad-core/templates/brainstorming-output-tmpl.yaml +5 -5
  35. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +31 -31
  36. package/bmad-core/templates/brownfield-prd-tmpl.yaml +13 -13
  37. package/bmad-core/templates/competitor-analysis-tmpl.yaml +19 -6
  38. package/bmad-core/templates/front-end-architecture-tmpl.yaml +21 -9
  39. package/bmad-core/templates/front-end-spec-tmpl.yaml +24 -24
  40. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +122 -104
  41. package/bmad-core/templates/market-research-tmpl.yaml +2 -2
  42. package/bmad-core/templates/prd-tmpl.yaml +9 -9
  43. package/bmad-core/templates/project-brief-tmpl.yaml +4 -4
  44. package/bmad-core/templates/qa-gate-tmpl.yaml +102 -0
  45. package/bmad-core/templates/story-tmpl.yaml +12 -12
  46. package/bmad-core/workflows/brownfield-fullstack.yaml +9 -9
  47. package/bmad-core/workflows/brownfield-service.yaml +1 -1
  48. package/bmad-core/workflows/brownfield-ui.yaml +1 -1
  49. package/bmad-core/workflows/greenfield-fullstack.yaml +1 -1
  50. package/bmad-core/workflows/greenfield-service.yaml +1 -1
  51. package/bmad-core/workflows/greenfield-ui.yaml +1 -1
  52. package/common/utils/bmad-doc-template.md +5 -5
  53. package/dist/agents/analyst.txt +1086 -1079
  54. package/dist/agents/architect.txt +1534 -1526
  55. package/dist/agents/bmad-master.txt +646 -632
  56. package/dist/agents/bmad-orchestrator.txt +40 -18
  57. package/dist/agents/dev.txt +158 -19
  58. package/dist/agents/pm.txt +1082 -1107
  59. package/dist/agents/po.txt +314 -332
  60. package/dist/agents/qa.txt +1754 -151
  61. package/dist/agents/sm.txt +88 -98
  62. package/dist/agents/ux-expert.txt +80 -87
  63. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +109 -146
  64. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +75 -86
  65. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +41 -48
  66. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +1903 -1941
  67. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +15 -50
  68. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +149 -195
  69. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +0 -15
  70. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +20 -37
  71. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +2660 -2752
  72. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +871 -0
  73. package/dist/expansion-packs/bmad-creative-writing/agents/book-critic.txt +78 -0
  74. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +839 -0
  75. package/dist/expansion-packs/bmad-creative-writing/agents/cover-designer.txt +85 -0
  76. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +861 -0
  77. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +796 -0
  78. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +927 -0
  79. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +842 -0
  80. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +1126 -0
  81. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +864 -0
  82. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +5917 -0
  83. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +25 -27
  84. package/dist/teams/team-all.txt +5541 -3768
  85. package/dist/teams/team-fullstack.txt +3014 -2987
  86. package/dist/teams/team-ide-minimal.txt +2219 -469
  87. package/dist/teams/team-no-ui.txt +2993 -2966
  88. package/docs/enhanced-ide-development-workflow.md +220 -15
  89. package/docs/user-guide.md +271 -18
  90. package/docs/versioning-and-releases.md +122 -44
  91. package/docs/working-in-the-brownfield.md +264 -31
  92. package/eslint.config.mjs +119 -0
  93. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +4 -4
  94. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +1 -1
  95. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  96. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +26 -28
  97. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +50 -50
  98. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +23 -23
  99. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +24 -24
  100. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +42 -42
  101. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  102. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  103. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -1
  104. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +3 -3
  105. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  106. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +1 -1
  107. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +23 -23
  108. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +63 -63
  109. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +20 -20
  110. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  111. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  112. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -1
  113. package/expansion-packs/bmad-creative-writing/README.md +132 -0
  114. package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +19 -0
  115. package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +91 -0
  116. package/expansion-packs/bmad-creative-writing/agents/book-critic.md +35 -0
  117. package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +90 -0
  118. package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +41 -0
  119. package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +89 -0
  120. package/expansion-packs/bmad-creative-writing/agents/editor.md +90 -0
  121. package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +92 -0
  122. package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +90 -0
  123. package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +92 -0
  124. package/expansion-packs/bmad-creative-writing/agents/world-builder.md +91 -0
  125. package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +16 -0
  126. package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +16 -0
  127. package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +16 -0
  128. package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +16 -0
  129. package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +15 -0
  130. package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +16 -0
  131. package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +16 -0
  132. package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +15 -0
  133. package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +15 -0
  134. package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +16 -0
  135. package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +16 -0
  136. package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +18 -0
  137. package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +16 -0
  138. package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +16 -0
  139. package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +16 -0
  140. package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +16 -0
  141. package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +49 -0
  142. package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +16 -0
  143. package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +16 -0
  144. package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +16 -0
  145. package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +15 -0
  146. package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +16 -0
  147. package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +16 -0
  148. package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +16 -0
  149. package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +16 -0
  150. package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +16 -0
  151. package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +16 -0
  152. package/expansion-packs/bmad-creative-writing/config.yaml +11 -0
  153. package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +197 -0
  154. package/expansion-packs/bmad-creative-writing/data/story-structures.md +58 -0
  155. package/expansion-packs/bmad-creative-writing/docs/brief.md +183 -0
  156. package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +117 -0
  157. package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +16 -0
  158. package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +55 -0
  159. package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +22 -0
  160. package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +16 -0
  161. package/expansion-packs/bmad-creative-writing/tasks/build-world.md +17 -0
  162. package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +15 -0
  163. package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +101 -0
  164. package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +19 -0
  165. package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +19 -0
  166. package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +17 -0
  167. package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +93 -0
  168. package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +16 -0
  169. package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +16 -0
  170. package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +16 -0
  171. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +18 -0
  172. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +19 -0
  173. package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +16 -0
  174. package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +18 -0
  175. package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +16 -0
  176. package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +17 -0
  177. package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +16 -0
  178. package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +15 -0
  179. package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +16 -0
  180. package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +51 -0
  181. package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +96 -0
  182. package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +81 -0
  183. package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +92 -0
  184. package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +97 -0
  185. package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +77 -0
  186. package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +54 -0
  187. package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +96 -0
  188. package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +88 -0
  189. package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +176 -0
  190. package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +58 -0
  191. package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +51 -0
  192. package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +69 -0
  193. package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +92 -0
  194. package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +86 -0
  195. package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +79 -0
  196. package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +65 -0
  197. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  198. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +20 -20
  199. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +7 -7
  200. package/package.json +62 -39
  201. package/prettier.config.mjs +32 -0
  202. package/sync-version.sh +23 -0
  203. package/tools/bmad-npx-wrapper.js +10 -10
  204. package/tools/builders/web-builder.js +124 -130
  205. package/tools/bump-all-versions.js +42 -33
  206. package/tools/bump-expansion-version.js +23 -16
  207. package/tools/cli.js +10 -12
  208. package/tools/flattener/aggregate.js +10 -10
  209. package/tools/flattener/binary.js +44 -17
  210. package/tools/flattener/discovery.js +19 -18
  211. package/tools/flattener/files.js +6 -6
  212. package/tools/flattener/ignoreRules.js +125 -125
  213. package/tools/flattener/main.js +426 -70
  214. package/tools/flattener/projectRoot.js +186 -25
  215. package/tools/flattener/prompts.js +9 -9
  216. package/tools/flattener/stats.helpers.js +395 -0
  217. package/tools/flattener/stats.js +64 -14
  218. package/tools/flattener/test-matrix.js +413 -0
  219. package/tools/flattener/xml.js +33 -31
  220. package/tools/installer/bin/bmad.js +156 -113
  221. package/tools/installer/config/ide-agent-config.yaml +1 -1
  222. package/tools/installer/config/install.config.yaml +13 -3
  223. package/tools/installer/lib/config-loader.js +46 -42
  224. package/tools/installer/lib/file-manager.js +91 -113
  225. package/tools/installer/lib/ide-base-setup.js +57 -56
  226. package/tools/installer/lib/ide-setup.js +545 -399
  227. package/tools/installer/lib/installer.js +875 -714
  228. package/tools/installer/lib/memory-profiler.js +54 -53
  229. package/tools/installer/lib/module-manager.js +19 -15
  230. package/tools/installer/lib/resource-locator.js +26 -28
  231. package/tools/installer/package.json +19 -19
  232. package/tools/lib/dependency-resolver.js +26 -30
  233. package/tools/lib/yaml-utils.js +7 -7
  234. package/tools/preview-release-notes.js +66 -0
  235. package/tools/shared/bannerArt.js +3 -3
  236. package/tools/sync-installer-version.js +7 -9
  237. package/tools/update-expansion-version.js +14 -15
  238. package/tools/upgraders/v3-to-v4-upgrader.js +203 -294
  239. package/tools/version-bump.js +41 -26
  240. package/tools/yaml-format.js +56 -43
  241. package/.github/workflows/release.yaml +0 -60
  242. package/.releaserc.json +0 -21
  243. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +0 -102
  244. 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
  245. 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
  246. 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
  247. 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
  248. 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
  249. 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
  250. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +0 -109
  251. 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,22 +1,3 @@
1
- # [4.37.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.2...v4.37.0) (2025-08-16)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * add semver dependency and correct NPM dist-tag configuration ([5ceca3a](https://github.com/bmadcode/BMAD-METHOD/commit/5ceca3aeb9390706b0f0233322e197c9533e8426))
7
- * **docs:** fix broken link in GUIDING-PRINCIPLES.md ([#428](https://github.com/bmadcode/BMAD-METHOD/issues/428)) ([3efcfd5](https://github.com/bmadcode/BMAD-METHOD/commit/3efcfd54d47f4c3cdc6527a438f86fc615a8700c))
8
- * remove git plugin to resolve branch protection conflicts ([8e324f6](https://github.com/bmadcode/BMAD-METHOD/commit/8e324f60b0dad2f385ff62bd63615afc73c575f8))
9
- * update package-lock.json for semver dependency ([faff4e0](https://github.com/bmadcode/BMAD-METHOD/commit/faff4e06a16563c6d2f7fd4c1ed4046a2ee56289))
10
- * update versions for dual publishing beta releases ([e0dcbcf](https://github.com/bmadcode/BMAD-METHOD/commit/e0dcbcf5277ac33a824b445060177fd3e71f13d4))
11
-
12
-
13
- ### Features
14
-
15
- * implement dual NPM publishing strategy ([d92ba83](https://github.com/bmadcode/BMAD-METHOD/commit/d92ba835fa6e720059b943e352a03435f2a704c9))
16
- * install Cursor rules to subdirectory ([#438](https://github.com/bmadcode/BMAD-METHOD/issues/438)) ([d563266](https://github.com/bmadcode/BMAD-METHOD/commit/d563266b9738b5d3c5ec1e31ab683aad517e2604)), closes [#376](https://github.com/bmadcode/BMAD-METHOD/issues/376) [#376](https://github.com/bmadcode/BMAD-METHOD/issues/376)
17
- * republish beta with corrected dependencies and tags ([75ba8d8](https://github.com/bmadcode/BMAD-METHOD/commit/75ba8d82e1a678c16bb5ef05a0a3f1356b99668b))
18
- * trigger new beta release with fixed dependencies ([f3e429d](https://github.com/bmadcode/BMAD-METHOD/commit/f3e429d746b8e95d5b3da522ac18d68e3054bb36))
19
-
20
1
  ## [4.36.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.1...v4.36.2) (2025-08-10)
21
2
 
22
3
  ### Bug Fixes
@@ -593,10 +574,6 @@
593
574
 
594
575
  - Manual version bumping via npm scripts is now disabled. Use conventional commits for automated releases.
595
576
 
596
- 🤖 Generated with [Claude Code](https://claude.ai/code)
597
-
598
- Co-Authored-By: Claude <noreply@anthropic.com>
599
-
600
577
  # [4.2.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.1.0...v4.2.0) (2025-06-15)
601
578
 
602
579
  ### Bug Fixes
@@ -705,3 +682,5 @@ Co-Authored-By: Claude <noreply@anthropic.com>
705
682
  ### Features
706
683
 
707
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
@@ -54,28 +55,28 @@ persona:
54
55
  # All commands require * prefix when used (e.g., *help)
55
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
  ```
@@ -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,8 +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
- - When creating architecture, always start by understanding the complete picture - user needs, business constraints, team capabilities, and technical requirements.
30
- - 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.
31
31
  agent:
32
32
  name: Winston
33
33
  id: architect
@@ -54,10 +54,10 @@ persona:
54
54
  # All commands require * prefix when used (e.g., *help)
55
55
  commands:
56
56
  - help: Show numbered list of the following commands to allow selection
57
- - create-full-stack-architecture: use create-doc with fullstack-architecture-tmpl.yaml
58
57
  - create-backend-architecture: use create-doc with architecture-tmpl.yaml
59
- - create-front-end-architecture: use create-doc with front-end-architecture-tmpl.yaml
60
58
  - create-brownfield-architecture: use create-doc with brownfield-architecture-tmpl.yaml
59
+ - create-front-end-architecture: use create-doc with front-end-architecture-tmpl.yaml
60
+ - create-full-stack-architecture: use create-doc with fullstack-architecture-tmpl.yaml
61
61
  - doc-out: Output full document to current destination file
62
62
  - document-project: execute the task document-project.md
63
63
  - execute-checklist {checklist}: Run task execute-checklist (default->architect-checklist)
@@ -66,18 +66,18 @@ commands:
66
66
  - yolo: Toggle Yolo Mode
67
67
  - exit: Say goodbye as the Architect, and then abandon inhabiting this persona
68
68
  dependencies:
69
+ checklists:
70
+ - architect-checklist.md
71
+ data:
72
+ - technical-preferences.md
69
73
  tasks:
70
- - create-doc.md
71
74
  - create-deep-research-prompt.md
75
+ - create-doc.md
72
76
  - document-project.md
73
77
  - execute-checklist.md
74
78
  templates:
75
79
  - architecture-tmpl.yaml
80
+ - brownfield-architecture-tmpl.yaml
76
81
  - front-end-architecture-tmpl.yaml
77
82
  - fullstack-architecture-tmpl.yaml
78
- - brownfield-architecture-tmpl.yaml
79
- checklists:
80
- - architect-checklist.md
81
- data:
82
- - technical-preferences.md
83
83
  ```
@@ -9,15 +9,16 @@ CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your
9
9
  ```yaml
10
10
  IDE-FILE-RESOLUTION:
11
11
  - FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
12
- - Dependencies map to {root}/{type}/{name}
12
+ - Dependencies map to root/type/name
13
13
  - type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
14
- - Example: create-doc.md → {root}/tasks/create-doc.md
14
+ - Example: create-doc.md → root/tasks/create-doc.md
15
15
  - IMPORTANT: Only load these files when user requests specific command execution
16
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.
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,10 +27,10 @@ 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: 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)'
30
31
  - CRITICAL: Do NOT run discovery tasks automatically
31
- - CRITICAL: NEVER LOAD {root}/data/bmad-kb.md UNLESS USER TYPES *kb
32
- - 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.
33
34
  agent:
34
35
  name: BMad Master
35
36
  id: bmad-master
@@ -48,28 +49,40 @@ persona:
48
49
 
49
50
  commands:
50
51
  - help: Show these listed commands in a numbered list
51
- - 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
52
- - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below
53
52
  - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
54
53
  - doc-out: Output full document to current destination file
55
54
  - document-project: execute the task document-project.md
56
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
57
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
58
59
  - yolo: Toggle Yolo Mode
59
60
  - exit: Exit (confirm)
60
61
 
61
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
62
75
  tasks:
63
76
  - advanced-elicitation.md
64
- - facilitate-brainstorming-session.md
65
77
  - brownfield-create-epic.md
66
78
  - brownfield-create-story.md
67
79
  - correct-course.md
68
80
  - create-deep-research-prompt.md
69
81
  - create-doc.md
70
- - document-project.md
71
82
  - create-next-story.md
83
+ - document-project.md
72
84
  - execute-checklist.md
85
+ - facilitate-brainstorming-session.md
73
86
  - generate-ai-frontend-prompt.md
74
87
  - index-docs.md
75
88
  - shard-doc.md
@@ -85,11 +98,6 @@ dependencies:
85
98
  - prd-tmpl.yaml
86
99
  - project-brief-tmpl.yaml
87
100
  - story-tmpl.yaml
88
- data:
89
- - bmad-kb.md
90
- - brainstorming-techniques.md
91
- - elicitation-methods.md
92
- - technical-preferences.md
93
101
  workflows:
94
102
  - brownfield-fullstack.md
95
103
  - brownfield-service.md
@@ -97,11 +105,4 @@ dependencies:
97
105
  - greenfield-fullstack.md
98
106
  - greenfield-service.md
99
107
  - greenfield-ui.md
100
- checklists:
101
- - architect-checklist.md
102
- - change-checklist.md
103
- - pm-checklist.md
104
- - po-master-checklist.md
105
- - story-dod-checklist.md
106
- - story-draft-checklist.md
107
108
  ```
@@ -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
@@ -28,8 +29,8 @@ activation-instructions:
28
29
  - Assess user goal against available agents and workflows in this bundle
29
30
  - If clear match to an agent's expertise, suggest transformation with *agent command
30
31
  - If project-oriented, suggest *workflow-guidance to explore options
31
- - Load resources only when needed - never pre-load
32
- - 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
+ - Load resources only when needed - never pre-load (Exception: Read `bmad-core/core-config.yaml` during activation)
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.
33
34
  agent:
34
35
  name: BMad Orchestrator
35
36
  id: bmad-orchestrator
@@ -53,21 +54,16 @@ persona:
53
54
  - Always remind users that commands require * prefix
54
55
  commands: # All commands require * prefix when used (e.g., *help, *agent pm)
55
56
  help: Show this guide with available agents and workflows
57
+ agent: Transform into a specialized agent (list if name not specified)
56
58
  chat-mode: Start conversational mode for detailed assistance
59
+ checklist: Execute a checklist (list if name not specified)
60
+ doc-out: Output full document
57
61
  kb-mode: Load full BMad knowledge base
62
+ party-mode: Group chat with all agents
58
63
  status: Show current context, active agent, and progress
59
- agent: Transform into a specialized agent (list if name not specified)
60
- exit: Return to BMad or exit session
61
64
  task: Run a specific task (list if name not specified)
62
- workflow: Start a specific workflow (list if name not specified)
63
- workflow-guidance: Get personalized help selecting the right workflow
64
- plan: Create detailed workflow plan before starting
65
- plan-status: Show current workflow plan progress
66
- plan-update: Update workflow plan status
67
- checklist: Execute a checklist (list if name not specified)
68
65
  yolo: Toggle skip confirmations mode
69
- party-mode: Group chat with all agents
70
- doc-out: Output full document
66
+ exit: Return to BMad or exit session
71
67
  help-display-template: |
72
68
  === BMad Orchestrator Commands ===
73
69
  All commands must start with * (asterisk)
@@ -131,19 +127,19 @@ workflow-guidance:
131
127
  - Understand each workflow's purpose, options, and decision points
132
128
  - Ask clarifying questions based on the workflow's structure
133
129
  - Guide users through workflow selection when multiple options exist
134
- - When appropriate, suggest: "Would you like me to create a detailed workflow plan before starting?"
130
+ - When appropriate, suggest: 'Would you like me to create a detailed workflow plan before starting?'
135
131
  - For workflows with divergent paths, help users choose the right path
136
132
  - Adapt questions to the specific domain (e.g., game dev vs infrastructure vs web dev)
137
133
  - Only recommend workflows that actually exist in the current bundle
138
134
  - When *workflow-guidance is called, start an interactive session and list all available workflows with brief descriptions
139
135
  dependencies:
136
+ data:
137
+ - bmad-kb.md
138
+ - elicitation-methods.md
140
139
  tasks:
141
140
  - advanced-elicitation.md
142
141
  - create-doc.md
143
142
  - kb-mode-interaction.md
144
- data:
145
- - bmad-kb.md
146
- - elicitation-methods.md
147
143
  utils:
148
144
  - workflow-management.md
149
145
  ```