bmad-method 4.39.2 → 4.41.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 (248) hide show
  1. package/CONTRIBUTING.md +1 -1
  2. package/LICENSE +6 -1
  3. package/README.md +11 -7
  4. package/bmad-core/agent-teams/team-all.yaml +1 -0
  5. package/bmad-core/agent-teams/team-fullstack.yaml +1 -0
  6. package/bmad-core/agent-teams/team-ide-minimal.yaml +1 -0
  7. package/bmad-core/agent-teams/team-no-ui.yaml +1 -0
  8. package/bmad-core/agents/analyst.md +2 -0
  9. package/bmad-core/agents/architect.md +2 -0
  10. package/bmad-core/agents/bmad-master.md +2 -0
  11. package/bmad-core/agents/bmad-orchestrator.md +2 -0
  12. package/bmad-core/agents/dev.md +2 -0
  13. package/bmad-core/agents/pm.md +2 -0
  14. package/bmad-core/agents/po.md +2 -0
  15. package/bmad-core/agents/qa.md +2 -0
  16. package/bmad-core/agents/sm.md +2 -0
  17. package/bmad-core/agents/ux-expert.md +2 -0
  18. package/bmad-core/checklists/architect-checklist.md +2 -0
  19. package/bmad-core/checklists/change-checklist.md +2 -0
  20. package/bmad-core/checklists/pm-checklist.md +2 -0
  21. package/bmad-core/checklists/po-master-checklist.md +2 -0
  22. package/bmad-core/checklists/story-dod-checklist.md +2 -0
  23. package/bmad-core/checklists/story-draft-checklist.md +2 -0
  24. package/bmad-core/core-config.yaml +1 -0
  25. package/bmad-core/data/bmad-kb.md +9 -7
  26. package/bmad-core/data/brainstorming-techniques.md +2 -0
  27. package/bmad-core/data/elicitation-methods.md +2 -0
  28. package/bmad-core/data/technical-preferences.md +2 -0
  29. package/bmad-core/data/test-levels-framework.md +2 -0
  30. package/bmad-core/data/test-priorities-matrix.md +2 -0
  31. package/bmad-core/tasks/advanced-elicitation.md +2 -0
  32. package/bmad-core/tasks/apply-qa-fixes.md +2 -0
  33. package/bmad-core/tasks/brownfield-create-epic.md +2 -0
  34. package/bmad-core/tasks/brownfield-create-story.md +2 -0
  35. package/bmad-core/tasks/correct-course.md +2 -0
  36. package/bmad-core/tasks/create-brownfield-story.md +2 -0
  37. package/bmad-core/tasks/create-deep-research-prompt.md +2 -0
  38. package/bmad-core/tasks/create-next-story.md +2 -0
  39. package/bmad-core/tasks/document-project.md +2 -0
  40. package/bmad-core/tasks/facilitate-brainstorming-session.md +3 -1
  41. package/bmad-core/tasks/generate-ai-frontend-prompt.md +2 -0
  42. package/bmad-core/tasks/index-docs.md +2 -0
  43. package/bmad-core/tasks/kb-mode-interaction.md +2 -0
  44. package/bmad-core/tasks/nfr-assess.md +2 -0
  45. package/bmad-core/tasks/qa-gate.md +2 -0
  46. package/bmad-core/tasks/review-story.md +2 -0
  47. package/bmad-core/tasks/risk-profile.md +2 -0
  48. package/bmad-core/tasks/shard-doc.md +2 -0
  49. package/bmad-core/tasks/test-design.md +2 -0
  50. package/bmad-core/tasks/trace-requirements.md +2 -0
  51. package/bmad-core/tasks/validate-next-story.md +2 -0
  52. package/bmad-core/templates/architecture-tmpl.yaml +1 -0
  53. package/bmad-core/templates/brainstorming-output-tmpl.yaml +1 -1
  54. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +1 -0
  55. package/bmad-core/templates/brownfield-prd-tmpl.yaml +1 -0
  56. package/bmad-core/templates/competitor-analysis-tmpl.yaml +1 -0
  57. package/bmad-core/templates/front-end-architecture-tmpl.yaml +1 -0
  58. package/bmad-core/templates/front-end-spec-tmpl.yaml +1 -0
  59. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +1 -0
  60. package/bmad-core/templates/market-research-tmpl.yaml +1 -0
  61. package/bmad-core/templates/prd-tmpl.yaml +1 -0
  62. package/bmad-core/templates/project-brief-tmpl.yaml +1 -0
  63. package/bmad-core/templates/qa-gate-tmpl.yaml +1 -0
  64. package/bmad-core/templates/story-tmpl.yaml +1 -0
  65. package/bmad-core/workflows/brownfield-fullstack.yaml +1 -0
  66. package/bmad-core/workflows/brownfield-service.yaml +1 -0
  67. package/bmad-core/workflows/brownfield-ui.yaml +1 -0
  68. package/bmad-core/workflows/greenfield-fullstack.yaml +1 -0
  69. package/bmad-core/workflows/greenfield-service.yaml +1 -0
  70. package/bmad-core/workflows/greenfield-ui.yaml +1 -0
  71. package/common/tasks/create-doc.md +2 -0
  72. package/common/tasks/execute-checklist.md +2 -0
  73. package/common/utils/bmad-doc-template.md +2 -0
  74. package/common/utils/workflow-management.md +2 -0
  75. package/dist/agents/analyst.txt +26 -9
  76. package/dist/agents/architect.txt +16 -0
  77. package/dist/agents/bmad-master.txt +65 -8
  78. package/dist/agents/bmad-orchestrator.txt +19 -7
  79. package/dist/agents/dev.txt +8 -0
  80. package/dist/agents/pm.txt +22 -0
  81. package/dist/agents/po.txt +13 -0
  82. package/dist/agents/qa.txt +16 -0
  83. package/dist/agents/sm.txt +9 -0
  84. package/dist/agents/ux-expert.txt +9 -0
  85. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +15 -0
  86. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +7 -0
  87. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +7 -0
  88. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +64 -2
  89. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +19 -0
  90. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +19 -0
  91. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +6 -0
  92. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +9 -0
  93. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +82 -2
  94. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +19 -0
  95. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +17 -0
  96. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +15 -0
  97. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +17 -0
  98. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +21 -0
  99. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +17 -0
  100. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +18 -0
  101. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +19 -0
  102. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +194 -1
  103. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +12 -0
  104. package/dist/teams/team-all.txt +92 -9
  105. package/dist/teams/team-fullstack.txt +71 -9
  106. package/dist/teams/team-ide-minimal.txt +56 -7
  107. package/dist/teams/team-no-ui.txt +64 -9
  108. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +1 -0
  109. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +2 -0
  110. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +2 -0
  111. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +2 -0
  112. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +2 -0
  113. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +2 -0
  114. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -0
  115. package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +2 -0
  116. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +2 -0
  117. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +2 -0
  118. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -0
  119. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +2 -0
  120. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +1 -0
  121. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +1 -0
  122. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
  123. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +1 -0
  124. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
  125. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +1 -0
  126. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -0
  127. package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
  128. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +2 -0
  129. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +2 -0
  130. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +2 -0
  131. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +2 -0
  132. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +2 -0
  133. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +2 -0
  134. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +2 -0
  135. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +2 -0
  136. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -0
  137. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +2 -0
  138. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +2 -0
  139. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +2 -0
  140. package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +2 -0
  141. package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +2 -0
  142. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +2 -0
  143. package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +2 -0
  144. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1 -0
  145. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +1 -0
  146. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
  147. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +1 -0
  148. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
  149. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +1 -0
  150. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -0
  151. package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +1 -0
  152. package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +2 -0
  153. package/expansion-packs/bmad-creative-writing/agents/book-critic.md +2 -0
  154. package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +2 -0
  155. package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +2 -0
  156. package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +2 -0
  157. package/expansion-packs/bmad-creative-writing/agents/editor.md +2 -0
  158. package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +2 -0
  159. package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +2 -0
  160. package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +2 -0
  161. package/expansion-packs/bmad-creative-writing/agents/world-builder.md +2 -0
  162. package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +2 -0
  163. package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +2 -0
  164. package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +2 -0
  165. package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +2 -0
  166. package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +2 -0
  167. package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +2 -0
  168. package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +2 -0
  169. package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +2 -0
  170. package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +2 -0
  171. package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +2 -0
  172. package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +2 -0
  173. package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +2 -0
  174. package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +2 -0
  175. package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +2 -0
  176. package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +2 -0
  177. package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +2 -0
  178. package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +2 -0
  179. package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +2 -0
  180. package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +2 -0
  181. package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +2 -0
  182. package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +2 -0
  183. package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +2 -0
  184. package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +2 -0
  185. package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +2 -0
  186. package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +2 -0
  187. package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +2 -0
  188. package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +2 -0
  189. package/expansion-packs/bmad-creative-writing/config.yaml +1 -0
  190. package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +2 -0
  191. package/expansion-packs/bmad-creative-writing/data/story-structures.md +2 -0
  192. package/expansion-packs/bmad-creative-writing/docs/brief.md +2 -0
  193. package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +2 -0
  194. package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +2 -0
  195. package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +2 -0
  196. package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +2 -0
  197. package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +2 -0
  198. package/expansion-packs/bmad-creative-writing/tasks/build-world.md +2 -0
  199. package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +2 -0
  200. package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +2 -0
  201. package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +2 -0
  202. package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +2 -0
  203. package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +2 -0
  204. package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +2 -0
  205. package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +2 -0
  206. package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +2 -0
  207. package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +2 -0
  208. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +2 -0
  209. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +2 -0
  210. package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +2 -0
  211. package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +2 -0
  212. package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +2 -0
  213. package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +2 -0
  214. package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +2 -0
  215. package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +2 -0
  216. package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +2 -0
  217. package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +2 -0
  218. package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +1 -0
  219. package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +1 -0
  220. package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +1 -0
  221. package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +1 -0
  222. package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +1 -0
  223. package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +1 -0
  224. package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +1 -0
  225. package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +1 -0
  226. package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +2 -0
  227. package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +1 -0
  228. package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +1 -0
  229. package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +1 -0
  230. package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +2 -1
  231. package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +1 -0
  232. package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +1 -0
  233. package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +1 -0
  234. package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +2 -0
  235. package/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +2 -0
  236. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -0
  237. package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +2 -0
  238. package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +2 -0
  239. package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +2 -0
  240. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +1 -0
  241. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +1 -0
  242. package/package.json +13 -11
  243. package/release_notes.md +5 -2
  244. package/tools/cli.js +2 -2
  245. package/tools/flattener/main.js +1 -6
  246. package/tools/installer/config/install.config.yaml +1 -1
  247. package/tools/installer/package.json +1 -1
  248. package/tools/shared/bannerArt.js +3 -3
@@ -167,6 +167,8 @@ dependencies:
167
167
  ==================== END: .bmad-core/agents/bmad-orchestrator.md ====================
168
168
 
169
169
  ==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
170
+ <!-- Powered by BMAD™ Core -->
171
+
170
172
  # Advanced Elicitation Task
171
173
 
172
174
  ## Purpose
@@ -287,6 +289,8 @@ Choose a number (0-8) or 9 to proceed:
287
289
  ==================== END: .bmad-core/tasks/advanced-elicitation.md ====================
288
290
 
289
291
  ==================== START: .bmad-core/tasks/create-doc.md ====================
292
+ <!-- Powered by BMAD™ Core -->
293
+
290
294
  # Create Document from Template (YAML Driven)
291
295
 
292
296
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -391,6 +395,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
391
395
  ==================== END: .bmad-core/tasks/create-doc.md ====================
392
396
 
393
397
  ==================== START: .bmad-core/tasks/kb-mode-interaction.md ====================
398
+ <!-- Powered by BMAD™ Core -->
399
+
394
400
  # KB Mode Interaction Task
395
401
 
396
402
  ## Purpose
@@ -469,11 +475,13 @@ Or ask me about anything else related to BMad-Method!
469
475
  ==================== END: .bmad-core/tasks/kb-mode-interaction.md ====================
470
476
 
471
477
  ==================== START: .bmad-core/data/bmad-kb.md ====================
472
- # BMad Knowledge Base
478
+ <!-- Powered by BMAD™ Core -->
479
+
480
+ # BMAD™ Knowledge Base
473
481
 
474
482
  ## Overview
475
483
 
476
- BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments.
484
+ BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments.
477
485
 
478
486
  ### Key Features
479
487
 
@@ -572,7 +580,7 @@ npx bmad-method install
572
580
  - **Roo Code**: Web-based IDE with agent support
573
581
  - **GitHub Copilot**: VS Code extension with AI peer programming assistant
574
582
 
575
- **Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
583
+ **Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
576
584
 
577
585
  **Verify Installation**:
578
586
 
@@ -580,7 +588,7 @@ npx bmad-method install
580
588
  - IDE-specific integration files created
581
589
  - All agent commands/rules/modes available
582
590
 
583
- **Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective
591
+ **Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective
584
592
 
585
593
  ### Environment Selection Guide
586
594
 
@@ -824,7 +832,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
824
832
 
825
833
  ### System Overview
826
834
 
827
- The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini).
835
+ The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini).
828
836
 
829
837
  ### Key Architectural Components
830
838
 
@@ -1179,7 +1187,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh
1179
1187
  - **Keep conversations focused** - One agent, one task per conversation
1180
1188
  - **Review everything** - Always review and approve before marking complete
1181
1189
 
1182
- ## Contributing to BMad-Method
1190
+ ## Contributing to BMAD-METHOD™
1183
1191
 
1184
1192
  ### Quick Contribution Guidelines
1185
1193
 
@@ -1211,7 +1219,7 @@ For full details, see `CONTRIBUTING.md`. Key points:
1211
1219
 
1212
1220
  ### What Are Expansion Packs?
1213
1221
 
1214
- Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development.
1222
+ Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development.
1215
1223
 
1216
1224
  ### Why Use Expansion Packs?
1217
1225
 
@@ -1278,6 +1286,8 @@ Use the **expansion-creator** pack to build your own:
1278
1286
  ==================== END: .bmad-core/data/bmad-kb.md ====================
1279
1287
 
1280
1288
  ==================== START: .bmad-core/data/elicitation-methods.md ====================
1289
+ <!-- Powered by BMAD™ Core -->
1290
+
1281
1291
  # Elicitation Methods Data
1282
1292
 
1283
1293
  ## Core Reflective Methods
@@ -1435,6 +1445,8 @@ Use the **expansion-creator** pack to build your own:
1435
1445
  ==================== END: .bmad-core/data/elicitation-methods.md ====================
1436
1446
 
1437
1447
  ==================== START: .bmad-core/utils/workflow-management.md ====================
1448
+ <!-- Powered by BMAD™ Core -->
1449
+
1438
1450
  # Workflow Management
1439
1451
 
1440
1452
  Enables BMad orchestrator to manage and execute team workflows.
@@ -93,6 +93,8 @@ dependencies:
93
93
  ==================== END: .bmad-core/agents/dev.md ====================
94
94
 
95
95
  ==================== START: .bmad-core/tasks/apply-qa-fixes.md ====================
96
+ <!-- Powered by BMAD™ Core -->
97
+
96
98
  # apply-qa-fixes
97
99
 
98
100
  Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file.
@@ -244,6 +246,8 @@ Fix plan:
244
246
  ==================== END: .bmad-core/tasks/apply-qa-fixes.md ====================
245
247
 
246
248
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
249
+ <!-- Powered by BMAD™ Core -->
250
+
247
251
  # Checklist Validation Task
248
252
 
249
253
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -333,6 +337,8 @@ The LLM will:
333
337
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
334
338
 
335
339
  ==================== START: .bmad-core/tasks/validate-next-story.md ====================
340
+ <!-- Powered by BMAD™ Core -->
341
+
336
342
  # Validate Next Story Task
337
343
 
338
344
  ## Purpose
@@ -470,6 +476,8 @@ Provide a structured validation report including:
470
476
  ==================== END: .bmad-core/tasks/validate-next-story.md ====================
471
477
 
472
478
  ==================== START: .bmad-core/checklists/story-dod-checklist.md ====================
479
+ <!-- Powered by BMAD™ Core -->
480
+
473
481
  # Story Definition of Done (DoD) Checklist
474
482
 
475
483
  ## Instructions for Developer Agent
@@ -104,6 +104,8 @@ dependencies:
104
104
  ==================== END: .bmad-core/agents/pm.md ====================
105
105
 
106
106
  ==================== START: .bmad-core/tasks/brownfield-create-epic.md ====================
107
+ <!-- Powered by BMAD™ Core -->
108
+
107
109
  # Create Brownfield Epic Task
108
110
 
109
111
  ## Purpose
@@ -267,6 +269,8 @@ The epic creation is successful when:
267
269
  ==================== END: .bmad-core/tasks/brownfield-create-epic.md ====================
268
270
 
269
271
  ==================== START: .bmad-core/tasks/brownfield-create-story.md ====================
272
+ <!-- Powered by BMAD™ Core -->
273
+
270
274
  # Create Brownfield Story Task
271
275
 
272
276
  ## Purpose
@@ -417,6 +421,8 @@ The story creation is successful when:
417
421
  ==================== END: .bmad-core/tasks/brownfield-create-story.md ====================
418
422
 
419
423
  ==================== START: .bmad-core/tasks/correct-course.md ====================
424
+ <!-- Powered by BMAD™ Core -->
425
+
420
426
  # Correct Course Task
421
427
 
422
428
  ## Purpose
@@ -490,6 +496,8 @@ The story creation is successful when:
490
496
  ==================== END: .bmad-core/tasks/correct-course.md ====================
491
497
 
492
498
  ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
499
+ <!-- Powered by BMAD™ Core -->
500
+
493
501
  # Create Deep Research Prompt Task
494
502
 
495
503
  This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
@@ -771,6 +779,8 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
771
779
  ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ====================
772
780
 
773
781
  ==================== START: .bmad-core/tasks/create-doc.md ====================
782
+ <!-- Powered by BMAD™ Core -->
783
+
774
784
  # Create Document from Template (YAML Driven)
775
785
 
776
786
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -875,6 +885,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
875
885
  ==================== END: .bmad-core/tasks/create-doc.md ====================
876
886
 
877
887
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
888
+ <!-- Powered by BMAD™ Core -->
889
+
878
890
  # Checklist Validation Task
879
891
 
880
892
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -964,6 +976,8 @@ The LLM will:
964
976
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
965
977
 
966
978
  ==================== START: .bmad-core/tasks/shard-doc.md ====================
979
+ <!-- Powered by BMAD™ Core -->
980
+
967
981
  # Document Sharding Task
968
982
 
969
983
  ## Purpose
@@ -1152,6 +1166,7 @@ Document sharded successfully:
1152
1166
  ==================== END: .bmad-core/tasks/shard-doc.md ====================
1153
1167
 
1154
1168
  ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ====================
1169
+ # <!-- Powered by BMAD™ Core -->
1155
1170
  template:
1156
1171
  id: brownfield-prd-template-v2
1157
1172
  name: Brownfield Enhancement PRD
@@ -1435,6 +1450,7 @@ sections:
1435
1450
  ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ====================
1436
1451
 
1437
1452
  ==================== START: .bmad-core/templates/prd-tmpl.yaml ====================
1453
+ # <!-- Powered by BMAD™ Core -->
1438
1454
  template:
1439
1455
  id: prd-template-v2
1440
1456
  name: Product Requirements Document
@@ -1640,6 +1656,8 @@ sections:
1640
1656
  ==================== END: .bmad-core/templates/prd-tmpl.yaml ====================
1641
1657
 
1642
1658
  ==================== START: .bmad-core/checklists/change-checklist.md ====================
1659
+ <!-- Powered by BMAD™ Core -->
1660
+
1643
1661
  # Change Navigation Checklist
1644
1662
 
1645
1663
  **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
@@ -1825,6 +1843,8 @@ Keep it action-oriented and forward-looking.]]
1825
1843
  ==================== END: .bmad-core/checklists/change-checklist.md ====================
1826
1844
 
1827
1845
  ==================== START: .bmad-core/checklists/pm-checklist.md ====================
1846
+ <!-- Powered by BMAD™ Core -->
1847
+
1828
1848
  # Product Manager (PM) Requirements Checklist
1829
1849
 
1830
1850
  This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process.
@@ -2198,6 +2218,8 @@ After presenting the report, ask if the user wants:
2198
2218
  ==================== END: .bmad-core/checklists/pm-checklist.md ====================
2199
2219
 
2200
2220
  ==================== START: .bmad-core/data/technical-preferences.md ====================
2221
+ <!-- Powered by BMAD™ Core -->
2222
+
2201
2223
  # User-Defined Preferred Patterns and Preferences
2202
2224
 
2203
2225
  None Listed
@@ -99,6 +99,8 @@ dependencies:
99
99
  ==================== END: .bmad-core/agents/po.md ====================
100
100
 
101
101
  ==================== START: .bmad-core/tasks/correct-course.md ====================
102
+ <!-- Powered by BMAD™ Core -->
103
+
102
104
  # Correct Course Task
103
105
 
104
106
  ## Purpose
@@ -172,6 +174,8 @@ dependencies:
172
174
  ==================== END: .bmad-core/tasks/correct-course.md ====================
173
175
 
174
176
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
177
+ <!-- Powered by BMAD™ Core -->
178
+
175
179
  # Checklist Validation Task
176
180
 
177
181
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -261,6 +265,8 @@ The LLM will:
261
265
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
262
266
 
263
267
  ==================== START: .bmad-core/tasks/shard-doc.md ====================
268
+ <!-- Powered by BMAD™ Core -->
269
+
264
270
  # Document Sharding Task
265
271
 
266
272
  ## Purpose
@@ -449,6 +455,8 @@ Document sharded successfully:
449
455
  ==================== END: .bmad-core/tasks/shard-doc.md ====================
450
456
 
451
457
  ==================== START: .bmad-core/tasks/validate-next-story.md ====================
458
+ <!-- Powered by BMAD™ Core -->
459
+
452
460
  # Validate Next Story Task
453
461
 
454
462
  ## Purpose
@@ -586,6 +594,7 @@ Provide a structured validation report including:
586
594
  ==================== END: .bmad-core/tasks/validate-next-story.md ====================
587
595
 
588
596
  ==================== START: .bmad-core/templates/story-tmpl.yaml ====================
597
+ # <!-- Powered by BMAD™ Core -->
589
598
  template:
590
599
  id: story-template-v2
591
600
  name: Story Document
@@ -726,6 +735,8 @@ sections:
726
735
  ==================== END: .bmad-core/templates/story-tmpl.yaml ====================
727
736
 
728
737
  ==================== START: .bmad-core/checklists/change-checklist.md ====================
738
+ <!-- Powered by BMAD™ Core -->
739
+
729
740
  # Change Navigation Checklist
730
741
 
731
742
  **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
@@ -911,6 +922,8 @@ Keep it action-oriented and forward-looking.]]
911
922
  ==================== END: .bmad-core/checklists/change-checklist.md ====================
912
923
 
913
924
  ==================== START: .bmad-core/checklists/po-master-checklist.md ====================
925
+ <!-- Powered by BMAD™ Core -->
926
+
914
927
  # Product Owner (PO) Master Validation Checklist
915
928
 
916
929
  This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
@@ -111,6 +111,8 @@ dependencies:
111
111
  ==================== END: .bmad-core/agents/qa.md ====================
112
112
 
113
113
  ==================== START: .bmad-core/tasks/nfr-assess.md ====================
114
+ <!-- Powered by BMAD™ Core -->
115
+
114
116
  # nfr-assess
115
117
 
116
118
  Quick NFR validation focused on the core four: security, performance, reliability, maintainability.
@@ -457,6 +459,8 @@ performance_deep_dive:
457
459
  ==================== END: .bmad-core/tasks/nfr-assess.md ====================
458
460
 
459
461
  ==================== START: .bmad-core/tasks/qa-gate.md ====================
462
+ <!-- Powered by BMAD™ Core -->
463
+
460
464
  # qa-gate
461
465
 
462
466
  Create or update a quality gate decision file for a story based on review findings.
@@ -621,6 +625,8 @@ Gate: CONCERNS → qa.qaLocation/gates/{epic}.{story}-{slug}.yml
621
625
  ==================== END: .bmad-core/tasks/qa-gate.md ====================
622
626
 
623
627
  ==================== START: .bmad-core/tasks/review-story.md ====================
628
+ <!-- Powered by BMAD™ Core -->
629
+
624
630
  # review-story
625
631
 
626
632
  Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file.
@@ -938,6 +944,8 @@ After review:
938
944
  ==================== END: .bmad-core/tasks/review-story.md ====================
939
945
 
940
946
  ==================== START: .bmad-core/tasks/risk-profile.md ====================
947
+ <!-- Powered by BMAD™ Core -->
948
+
941
949
  # risk-profile
942
950
 
943
951
  Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis.
@@ -1294,6 +1302,8 @@ Risk profile: qa.qaLocation/assessments/{epic}.{story}-risk-{YYYYMMDD}.md
1294
1302
  ==================== END: .bmad-core/tasks/risk-profile.md ====================
1295
1303
 
1296
1304
  ==================== START: .bmad-core/tasks/test-design.md ====================
1305
+ <!-- Powered by BMAD™ Core -->
1306
+
1297
1307
  # test-design
1298
1308
 
1299
1309
  Create comprehensive test scenarios with appropriate test level recommendations for story implementation.
@@ -1471,6 +1481,8 @@ Before finalizing, verify:
1471
1481
  ==================== END: .bmad-core/tasks/test-design.md ====================
1472
1482
 
1473
1483
  ==================== START: .bmad-core/tasks/trace-requirements.md ====================
1484
+ <!-- Powered by BMAD™ Core -->
1485
+
1474
1486
  # trace-requirements
1475
1487
 
1476
1488
  Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability.
@@ -1738,6 +1750,7 @@ Trace matrix: qa.qaLocation/assessments/{epic}.{story}-trace-{YYYYMMDD}.md
1738
1750
  ==================== END: .bmad-core/tasks/trace-requirements.md ====================
1739
1751
 
1740
1752
  ==================== START: .bmad-core/templates/qa-gate-tmpl.yaml ====================
1753
+ # <!-- Powered by BMAD™ Core -->
1741
1754
  template:
1742
1755
  id: qa-gate-template-v1
1743
1756
  name: Quality Gate Decision
@@ -1843,6 +1856,7 @@ optional_fields_examples:
1843
1856
  ==================== END: .bmad-core/templates/qa-gate-tmpl.yaml ====================
1844
1857
 
1845
1858
  ==================== START: .bmad-core/templates/story-tmpl.yaml ====================
1859
+ # <!-- Powered by BMAD™ Core -->
1846
1860
  template:
1847
1861
  id: story-template-v2
1848
1862
  name: Story Document
@@ -1983,6 +1997,8 @@ sections:
1983
1997
  ==================== END: .bmad-core/templates/story-tmpl.yaml ====================
1984
1998
 
1985
1999
  ==================== START: .bmad-core/data/technical-preferences.md ====================
2000
+ <!-- Powered by BMAD™ Core -->
2001
+
1986
2002
  # User-Defined Preferred Patterns and Preferences
1987
2003
 
1988
2004
  None Listed
@@ -85,6 +85,8 @@ dependencies:
85
85
  ==================== END: .bmad-core/agents/sm.md ====================
86
86
 
87
87
  ==================== START: .bmad-core/tasks/correct-course.md ====================
88
+ <!-- Powered by BMAD™ Core -->
89
+
88
90
  # Correct Course Task
89
91
 
90
92
  ## Purpose
@@ -158,6 +160,8 @@ dependencies:
158
160
  ==================== END: .bmad-core/tasks/correct-course.md ====================
159
161
 
160
162
  ==================== START: .bmad-core/tasks/create-next-story.md ====================
163
+ <!-- Powered by BMAD™ Core -->
164
+
161
165
  # Create Next Story Task
162
166
 
163
167
  ## Purpose
@@ -273,6 +277,8 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]`
273
277
  ==================== END: .bmad-core/tasks/create-next-story.md ====================
274
278
 
275
279
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
280
+ <!-- Powered by BMAD™ Core -->
281
+
276
282
  # Checklist Validation Task
277
283
 
278
284
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -362,6 +368,7 @@ The LLM will:
362
368
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
363
369
 
364
370
  ==================== START: .bmad-core/templates/story-tmpl.yaml ====================
371
+ # <!-- Powered by BMAD™ Core -->
365
372
  template:
366
373
  id: story-template-v2
367
374
  name: Story Document
@@ -502,6 +509,8 @@ sections:
502
509
  ==================== END: .bmad-core/templates/story-tmpl.yaml ====================
503
510
 
504
511
  ==================== START: .bmad-core/checklists/story-draft-checklist.md ====================
512
+ <!-- Powered by BMAD™ Core -->
513
+
505
514
  # Story Draft Checklist
506
515
 
507
516
  The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
@@ -89,6 +89,8 @@ dependencies:
89
89
  ==================== END: .bmad-core/agents/ux-expert.md ====================
90
90
 
91
91
  ==================== START: .bmad-core/tasks/create-doc.md ====================
92
+ <!-- Powered by BMAD™ Core -->
93
+
92
94
  # Create Document from Template (YAML Driven)
93
95
 
94
96
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -193,6 +195,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
193
195
  ==================== END: .bmad-core/tasks/create-doc.md ====================
194
196
 
195
197
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
198
+ <!-- Powered by BMAD™ Core -->
199
+
196
200
  # Checklist Validation Task
197
201
 
198
202
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -282,6 +286,8 @@ The LLM will:
282
286
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
283
287
 
284
288
  ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
289
+ <!-- Powered by BMAD™ Core -->
290
+
285
291
  # Create AI Frontend Prompt Task
286
292
 
287
293
  ## Purpose
@@ -336,6 +342,7 @@ You will now synthesize the inputs and the above principles into a final, compre
336
342
  ==================== END: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
337
343
 
338
344
  ==================== START: .bmad-core/templates/front-end-spec-tmpl.yaml ====================
345
+ # <!-- Powered by BMAD™ Core -->
339
346
  template:
340
347
  id: frontend-spec-template-v2
341
348
  name: UI/UX Specification
@@ -688,6 +695,8 @@ sections:
688
695
  ==================== END: .bmad-core/templates/front-end-spec-tmpl.yaml ====================
689
696
 
690
697
  ==================== START: .bmad-core/data/technical-preferences.md ====================
698
+ <!-- Powered by BMAD™ Core -->
699
+
691
700
  # User-Defined Preferred Patterns and Preferences
692
701
 
693
702
  None Listed
@@ -95,6 +95,8 @@ dependencies:
95
95
  ==================== END: .bmad-2d-phaser-game-dev/agents/game-designer.md ====================
96
96
 
97
97
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-doc.md ====================
98
+ <!-- Powered by BMAD™ Core -->
99
+
98
100
  # Create Document from Template (YAML Driven)
99
101
 
100
102
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -199,6 +201,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
199
201
  ==================== END: .bmad-2d-phaser-game-dev/tasks/create-doc.md ====================
200
202
 
201
203
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
204
+ <!-- Powered by BMAD™ Core -->
205
+
202
206
  # Checklist Validation Task
203
207
 
204
208
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -288,6 +292,8 @@ The LLM will:
288
292
  ==================== END: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
289
293
 
290
294
  ==================== START: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ====================
295
+ <!-- Powered by BMAD™ Core -->
296
+
291
297
  # Game Design Brainstorming Techniques Task
292
298
 
293
299
  This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts.
@@ -581,6 +587,8 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
581
587
  ==================== END: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ====================
582
588
 
583
589
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ====================
590
+ <!-- Powered by BMAD™ Core -->
591
+
584
592
  # Create Deep Research Prompt Task
585
593
 
586
594
  This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
@@ -862,6 +870,8 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
862
870
  ==================== END: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ====================
863
871
 
864
872
  ==================== START: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ====================
873
+ <!-- Powered by BMAD™ Core -->
874
+
865
875
  # Advanced Game Design Elicitation Task
866
876
 
867
877
  ## Purpose
@@ -975,6 +985,7 @@ The questions and perspectives offered should always consider:
975
985
  ==================== END: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ====================
976
986
 
977
987
  ==================== START: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ====================
988
+ # <!-- Powered by BMAD™ Core -->
978
989
  template:
979
990
  id: game-design-doc-template-v2
980
991
  name: Game Design Document (GDD)
@@ -1321,6 +1332,7 @@ sections:
1321
1332
  ==================== END: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ====================
1322
1333
 
1323
1334
  ==================== START: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ====================
1335
+ # <!-- Powered by BMAD™ Core -->
1324
1336
  template:
1325
1337
  id: level-design-doc-template-v2
1326
1338
  name: Level Design Document
@@ -1808,6 +1820,7 @@ sections:
1808
1820
  ==================== END: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ====================
1809
1821
 
1810
1822
  ==================== START: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ====================
1823
+ # <!-- Powered by BMAD™ Core -->
1811
1824
  template:
1812
1825
  id: game-brief-template-v2
1813
1826
  name: Game Brief
@@ -2167,6 +2180,8 @@ sections:
2167
2180
  ==================== END: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ====================
2168
2181
 
2169
2182
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ====================
2183
+ <!-- Powered by BMAD™ Core -->
2184
+
2170
2185
  # Game Design Document Quality Checklist
2171
2186
 
2172
2187
  ## Document Completeness
@@ -102,6 +102,8 @@ dependencies:
102
102
  ==================== END: .bmad-2d-phaser-game-dev/agents/game-developer.md ====================
103
103
 
104
104
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
105
+ <!-- Powered by BMAD™ Core -->
106
+
105
107
  # Checklist Validation Task
106
108
 
107
109
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -191,6 +193,7 @@ The LLM will:
191
193
  ==================== END: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
192
194
 
193
195
  ==================== START: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ====================
196
+ # <!-- Powered by BMAD™ Core -->
194
197
  template:
195
198
  id: game-architecture-template-v2
196
199
  name: Game Architecture Document
@@ -807,6 +810,8 @@ sections:
807
810
  ==================== END: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ====================
808
811
 
809
812
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ====================
813
+ <!-- Powered by BMAD™ Core -->
814
+
810
815
  # Game Development Story Definition of Done Checklist
811
816
 
812
817
  ## Story Completeness
@@ -970,6 +975,8 @@ _Any specific concerns, recommendations, or clarifications needed before develop
970
975
  ==================== END: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ====================
971
976
 
972
977
  ==================== START: .bmad-2d-phaser-game-dev/data/development-guidelines.md ====================
978
+ <!-- Powered by BMAD™ Core -->
979
+
973
980
  # Game Development Guidelines
974
981
 
975
982
  ## Overview
@@ -88,6 +88,8 @@ dependencies:
88
88
  ==================== END: .bmad-2d-phaser-game-dev/agents/game-sm.md ====================
89
89
 
90
90
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ====================
91
+ <!-- Powered by BMAD™ Core -->
92
+
91
93
  # Create Game Development Story Task
92
94
 
93
95
  ## Purpose
@@ -307,6 +309,8 @@ This task ensures game development stories are immediately actionable and enable
307
309
  ==================== END: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ====================
308
310
 
309
311
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
312
+ <!-- Powered by BMAD™ Core -->
313
+
310
314
  # Checklist Validation Task
311
315
 
312
316
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -396,6 +400,7 @@ The LLM will:
396
400
  ==================== END: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
397
401
 
398
402
  ==================== START: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ====================
403
+ # <!-- Powered by BMAD™ Core -->
399
404
  template:
400
405
  id: game-story-template-v2
401
406
  name: Game Development Story
@@ -652,6 +657,8 @@ sections:
652
657
  ==================== END: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ====================
653
658
 
654
659
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ====================
660
+ <!-- Powered by BMAD™ Core -->
661
+
655
662
  # Game Development Story Definition of Done Checklist
656
663
 
657
664
  ## Story Completeness