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
@@ -40,6 +40,7 @@ These references map directly to bundle sections:
40
40
 
41
41
 
42
42
  ==================== START: .bmad-core/agent-teams/team-no-ui.yaml ====================
43
+ # <!-- Powered by BMAD™ Core -->
43
44
  bundle:
44
45
  name: Team No UI
45
46
  icon: 🔧
@@ -435,6 +436,8 @@ dependencies:
435
436
  ==================== END: .bmad-core/agents/po.md ====================
436
437
 
437
438
  ==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
439
+ <!-- Powered by BMAD™ Core -->
440
+
438
441
  # Advanced Elicitation Task
439
442
 
440
443
  ## Purpose
@@ -555,6 +558,8 @@ Choose a number (0-8) or 9 to proceed:
555
558
  ==================== END: .bmad-core/tasks/advanced-elicitation.md ====================
556
559
 
557
560
  ==================== START: .bmad-core/tasks/create-doc.md ====================
561
+ <!-- Powered by BMAD™ Core -->
562
+
558
563
  # Create Document from Template (YAML Driven)
559
564
 
560
565
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -659,6 +664,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
659
664
  ==================== END: .bmad-core/tasks/create-doc.md ====================
660
665
 
661
666
  ==================== START: .bmad-core/tasks/kb-mode-interaction.md ====================
667
+ <!-- Powered by BMAD™ Core -->
668
+
662
669
  # KB Mode Interaction Task
663
670
 
664
671
  ## Purpose
@@ -737,11 +744,13 @@ Or ask me about anything else related to BMad-Method!
737
744
  ==================== END: .bmad-core/tasks/kb-mode-interaction.md ====================
738
745
 
739
746
  ==================== START: .bmad-core/data/bmad-kb.md ====================
740
- # BMad Knowledge Base
747
+ <!-- Powered by BMAD™ Core -->
748
+
749
+ # BMAD™ Knowledge Base
741
750
 
742
751
  ## Overview
743
752
 
744
- 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.
753
+ 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.
745
754
 
746
755
  ### Key Features
747
756
 
@@ -840,7 +849,7 @@ npx bmad-method install
840
849
  - **Roo Code**: Web-based IDE with agent support
841
850
  - **GitHub Copilot**: VS Code extension with AI peer programming assistant
842
851
 
843
- **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.
852
+ **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.
844
853
 
845
854
  **Verify Installation**:
846
855
 
@@ -848,7 +857,7 @@ npx bmad-method install
848
857
  - IDE-specific integration files created
849
858
  - All agent commands/rules/modes available
850
859
 
851
- **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
860
+ **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
852
861
 
853
862
  ### Environment Selection Guide
854
863
 
@@ -1092,7 +1101,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
1092
1101
 
1093
1102
  ### System Overview
1094
1103
 
1095
- 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).
1104
+ 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).
1096
1105
 
1097
1106
  ### Key Architectural Components
1098
1107
 
@@ -1447,7 +1456,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh
1447
1456
  - **Keep conversations focused** - One agent, one task per conversation
1448
1457
  - **Review everything** - Always review and approve before marking complete
1449
1458
 
1450
- ## Contributing to BMad-Method
1459
+ ## Contributing to BMAD-METHOD™
1451
1460
 
1452
1461
  ### Quick Contribution Guidelines
1453
1462
 
@@ -1479,7 +1488,7 @@ For full details, see `CONTRIBUTING.md`. Key points:
1479
1488
 
1480
1489
  ### What Are Expansion Packs?
1481
1490
 
1482
- 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.
1491
+ 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.
1483
1492
 
1484
1493
  ### Why Use Expansion Packs?
1485
1494
 
@@ -1546,6 +1555,8 @@ Use the **expansion-creator** pack to build your own:
1546
1555
  ==================== END: .bmad-core/data/bmad-kb.md ====================
1547
1556
 
1548
1557
  ==================== START: .bmad-core/data/elicitation-methods.md ====================
1558
+ <!-- Powered by BMAD™ Core -->
1559
+
1549
1560
  # Elicitation Methods Data
1550
1561
 
1551
1562
  ## Core Reflective Methods
@@ -1703,6 +1714,8 @@ Use the **expansion-creator** pack to build your own:
1703
1714
  ==================== END: .bmad-core/data/elicitation-methods.md ====================
1704
1715
 
1705
1716
  ==================== START: .bmad-core/utils/workflow-management.md ====================
1717
+ <!-- Powered by BMAD™ Core -->
1718
+
1706
1719
  # Workflow Management
1707
1720
 
1708
1721
  Enables BMad orchestrator to manage and execute team workflows.
@@ -1775,6 +1788,8 @@ Agents should be workflow-aware: know active workflow, their role, access artifa
1775
1788
  ==================== END: .bmad-core/utils/workflow-management.md ====================
1776
1789
 
1777
1790
  ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
1791
+ <!-- Powered by BMAD™ Core -->
1792
+
1778
1793
  # Create Deep Research Prompt Task
1779
1794
 
1780
1795
  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.
@@ -2056,6 +2071,8 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
2056
2071
  ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ====================
2057
2072
 
2058
2073
  ==================== START: .bmad-core/tasks/document-project.md ====================
2074
+ <!-- Powered by BMAD™ Core -->
2075
+
2059
2076
  # Document an Existing Project
2060
2077
 
2061
2078
  ## Purpose
@@ -2402,9 +2419,11 @@ Apply the advanced elicitation task after major sections to refine based on user
2402
2419
  ==================== END: .bmad-core/tasks/document-project.md ====================
2403
2420
 
2404
2421
  ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
2405
- ---
2422
+ ## <!-- Powered by BMAD™ Core -->
2423
+
2406
2424
  docOutputLocation: docs/brainstorming-session-results.md
2407
2425
  template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
2426
+
2408
2427
  ---
2409
2428
 
2410
2429
  # Facilitate Brainstorming Session Task
@@ -2696,10 +2715,11 @@ sections:
2696
2715
  content: |
2697
2716
  ---
2698
2717
 
2699
- *Session facilitated using the BMAD-METHOD brainstorming framework*
2718
+ *Session facilitated using the BMAD-METHOD brainstorming framework*
2700
2719
  ==================== END: .bmad-core/templates/brainstorming-output-tmpl.yaml ====================
2701
2720
 
2702
2721
  ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ====================
2722
+ # <!-- Powered by BMAD™ Core -->
2703
2723
  template:
2704
2724
  id: competitor-analysis-template-v2
2705
2725
  name: Competitive Analysis Report
@@ -3009,6 +3029,7 @@ sections:
3009
3029
  ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ====================
3010
3030
 
3011
3031
  ==================== START: .bmad-core/templates/market-research-tmpl.yaml ====================
3032
+ # <!-- Powered by BMAD™ Core -->
3012
3033
  template:
3013
3034
  id: market-research-template-v2
3014
3035
  name: Market Research Report
@@ -3264,6 +3285,7 @@ sections:
3264
3285
  ==================== END: .bmad-core/templates/market-research-tmpl.yaml ====================
3265
3286
 
3266
3287
  ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ====================
3288
+ # <!-- Powered by BMAD™ Core -->
3267
3289
  template:
3268
3290
  id: project-brief-template-v2
3269
3291
  name: Project Brief
@@ -3488,6 +3510,8 @@ sections:
3488
3510
  ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ====================
3489
3511
 
3490
3512
  ==================== START: .bmad-core/data/brainstorming-techniques.md ====================
3513
+ <!-- Powered by BMAD™ Core -->
3514
+
3491
3515
  # Brainstorming Techniques Data
3492
3516
 
3493
3517
  ## Creative Expansion
@@ -3527,6 +3551,8 @@ sections:
3527
3551
  ==================== END: .bmad-core/data/brainstorming-techniques.md ====================
3528
3552
 
3529
3553
  ==================== START: .bmad-core/tasks/brownfield-create-epic.md ====================
3554
+ <!-- Powered by BMAD™ Core -->
3555
+
3530
3556
  # Create Brownfield Epic Task
3531
3557
 
3532
3558
  ## Purpose
@@ -3690,6 +3716,8 @@ The epic creation is successful when:
3690
3716
  ==================== END: .bmad-core/tasks/brownfield-create-epic.md ====================
3691
3717
 
3692
3718
  ==================== START: .bmad-core/tasks/brownfield-create-story.md ====================
3719
+ <!-- Powered by BMAD™ Core -->
3720
+
3693
3721
  # Create Brownfield Story Task
3694
3722
 
3695
3723
  ## Purpose
@@ -3840,6 +3868,8 @@ The story creation is successful when:
3840
3868
  ==================== END: .bmad-core/tasks/brownfield-create-story.md ====================
3841
3869
 
3842
3870
  ==================== START: .bmad-core/tasks/correct-course.md ====================
3871
+ <!-- Powered by BMAD™ Core -->
3872
+
3843
3873
  # Correct Course Task
3844
3874
 
3845
3875
  ## Purpose
@@ -3913,6 +3943,8 @@ The story creation is successful when:
3913
3943
  ==================== END: .bmad-core/tasks/correct-course.md ====================
3914
3944
 
3915
3945
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
3946
+ <!-- Powered by BMAD™ Core -->
3947
+
3916
3948
  # Checklist Validation Task
3917
3949
 
3918
3950
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -4002,6 +4034,8 @@ The LLM will:
4002
4034
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
4003
4035
 
4004
4036
  ==================== START: .bmad-core/tasks/shard-doc.md ====================
4037
+ <!-- Powered by BMAD™ Core -->
4038
+
4005
4039
  # Document Sharding Task
4006
4040
 
4007
4041
  ## Purpose
@@ -4190,6 +4224,7 @@ Document sharded successfully:
4190
4224
  ==================== END: .bmad-core/tasks/shard-doc.md ====================
4191
4225
 
4192
4226
  ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ====================
4227
+ # <!-- Powered by BMAD™ Core -->
4193
4228
  template:
4194
4229
  id: brownfield-prd-template-v2
4195
4230
  name: Brownfield Enhancement PRD
@@ -4473,6 +4508,7 @@ sections:
4473
4508
  ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ====================
4474
4509
 
4475
4510
  ==================== START: .bmad-core/templates/prd-tmpl.yaml ====================
4511
+ # <!-- Powered by BMAD™ Core -->
4476
4512
  template:
4477
4513
  id: prd-template-v2
4478
4514
  name: Product Requirements Document
@@ -4678,6 +4714,8 @@ sections:
4678
4714
  ==================== END: .bmad-core/templates/prd-tmpl.yaml ====================
4679
4715
 
4680
4716
  ==================== START: .bmad-core/checklists/change-checklist.md ====================
4717
+ <!-- Powered by BMAD™ Core -->
4718
+
4681
4719
  # Change Navigation Checklist
4682
4720
 
4683
4721
  **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.
@@ -4863,6 +4901,8 @@ Keep it action-oriented and forward-looking.]]
4863
4901
  ==================== END: .bmad-core/checklists/change-checklist.md ====================
4864
4902
 
4865
4903
  ==================== START: .bmad-core/checklists/pm-checklist.md ====================
4904
+ <!-- Powered by BMAD™ Core -->
4905
+
4866
4906
  # Product Manager (PM) Requirements Checklist
4867
4907
 
4868
4908
  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.
@@ -5236,12 +5276,15 @@ After presenting the report, ask if the user wants:
5236
5276
  ==================== END: .bmad-core/checklists/pm-checklist.md ====================
5237
5277
 
5238
5278
  ==================== START: .bmad-core/data/technical-preferences.md ====================
5279
+ <!-- Powered by BMAD™ Core -->
5280
+
5239
5281
  # User-Defined Preferred Patterns and Preferences
5240
5282
 
5241
5283
  None Listed
5242
5284
  ==================== END: .bmad-core/data/technical-preferences.md ====================
5243
5285
 
5244
5286
  ==================== START: .bmad-core/templates/architecture-tmpl.yaml ====================
5287
+ # <!-- Powered by BMAD™ Core -->
5245
5288
  template:
5246
5289
  id: architecture-template-v2
5247
5290
  name: Architecture Document
@@ -5895,6 +5938,7 @@ sections:
5895
5938
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
5896
5939
 
5897
5940
  ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ====================
5941
+ # <!-- Powered by BMAD™ Core -->
5898
5942
  template:
5899
5943
  id: brownfield-architecture-template-v2
5900
5944
  name: Brownfield Enhancement Architecture
@@ -6374,6 +6418,7 @@ sections:
6374
6418
  ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ====================
6375
6419
 
6376
6420
  ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
6421
+ # <!-- Powered by BMAD™ Core -->
6377
6422
  template:
6378
6423
  id: frontend-architecture-template-v2
6379
6424
  name: Frontend Architecture Document
@@ -6595,6 +6640,7 @@ sections:
6595
6640
  ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
6596
6641
 
6597
6642
  ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ====================
6643
+ # <!-- Powered by BMAD™ Core -->
6598
6644
  template:
6599
6645
  id: fullstack-architecture-template-v2
6600
6646
  name: Fullstack Architecture Document
@@ -7421,6 +7467,8 @@ sections:
7421
7467
  ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ====================
7422
7468
 
7423
7469
  ==================== START: .bmad-core/checklists/architect-checklist.md ====================
7470
+ <!-- Powered by BMAD™ Core -->
7471
+
7424
7472
  # Architect Solution Validation Checklist
7425
7473
 
7426
7474
  This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
@@ -7862,6 +7910,8 @@ After presenting the report, ask the user if they would like detailed analysis o
7862
7910
  ==================== END: .bmad-core/checklists/architect-checklist.md ====================
7863
7911
 
7864
7912
  ==================== START: .bmad-core/tasks/validate-next-story.md ====================
7913
+ <!-- Powered by BMAD™ Core -->
7914
+
7865
7915
  # Validate Next Story Task
7866
7916
 
7867
7917
  ## Purpose
@@ -7999,6 +8049,7 @@ Provide a structured validation report including:
7999
8049
  ==================== END: .bmad-core/tasks/validate-next-story.md ====================
8000
8050
 
8001
8051
  ==================== START: .bmad-core/templates/story-tmpl.yaml ====================
8052
+ # <!-- Powered by BMAD™ Core -->
8002
8053
  template:
8003
8054
  id: story-template-v2
8004
8055
  name: Story Document
@@ -8139,6 +8190,8 @@ sections:
8139
8190
  ==================== END: .bmad-core/templates/story-tmpl.yaml ====================
8140
8191
 
8141
8192
  ==================== START: .bmad-core/checklists/po-master-checklist.md ====================
8193
+ <!-- Powered by BMAD™ Core -->
8194
+
8142
8195
  # Product Owner (PO) Master Validation Checklist
8143
8196
 
8144
8197
  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.
@@ -8574,6 +8627,7 @@ After presenting the report, ask if the user wants:
8574
8627
  ==================== END: .bmad-core/checklists/po-master-checklist.md ====================
8575
8628
 
8576
8629
  ==================== START: .bmad-core/workflows/greenfield-service.yaml ====================
8630
+ # <!-- Powered by BMAD™ Core -->
8577
8631
  workflow:
8578
8632
  id: greenfield-service
8579
8633
  name: Greenfield Service/API Development
@@ -8783,6 +8837,7 @@ workflow:
8783
8837
  ==================== END: .bmad-core/workflows/greenfield-service.yaml ====================
8784
8838
 
8785
8839
  ==================== START: .bmad-core/workflows/brownfield-service.yaml ====================
8840
+ # <!-- Powered by BMAD™ Core -->
8786
8841
  workflow:
8787
8842
  id: brownfield-service
8788
8843
  name: Brownfield Service/API Enhancement
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  bundle:
2
3
  name: Phaser 2D NodeJS Game Team
3
4
  icon: 🎮
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # game-designer
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # game-developer
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # game-sm
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Design Document Quality Checklist
2
4
 
3
5
  ## Document Completeness
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Development Story Definition of Done Checklist
2
4
 
3
5
  ## Story Completeness
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  name: bmad-2d-phaser-game-dev
2
3
  version: 1.13.0
3
4
  short-title: Phaser 3 2D Game Dev Pack
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Development BMad Knowledge Base
2
4
 
3
5
  ## Overview
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Development Guidelines
2
4
 
3
5
  ## Overview
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Advanced Game Design Elicitation Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Game Development Story Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Design Brainstorming Techniques Task
2
4
 
3
5
  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.
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-architecture-template-v2
3
4
  name: Game Architecture Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-brief-template-v2
3
4
  name: Game Brief
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-design-doc-template-v2
3
4
  name: Game Design Document (GDD)
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-story-template-v2
3
4
  name: Game Development Story
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: level-design-doc-template-v2
3
4
  name: Level Design Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: game-dev-greenfield
3
4
  name: Game Development - Greenfield Project
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: game-prototype
3
4
  name: Game Prototype Development
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  bundle:
2
3
  name: Unity 2D Game Team
3
4
  icon: 🎮
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # game-architect
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # game-designer
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # game-developer
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # game-sm
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Architect Solution Validation Checklist
2
4
 
3
5
  This checklist serves as a comprehensive framework for the Game Architect to validate the technical design and architecture before game development execution. The Game Architect should systematically work through each item, ensuring the game architecture is robust, scalable, performant, and aligned with the Game Design Document requirements.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Development Change Navigation Checklist
2
4
 
3
5
  **Purpose:** To systematically guide the Game SM agent and user through analysis and planning when a significant change (performance issue, platform constraint, technical blocker, gameplay feedback) is identified during Unity game development.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Design Document Quality Checklist
2
4
 
3
5
  ## Document Completeness
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Development Story Definition of Done (DoD) Checklist
2
4
 
3
5
  ## Instructions for Developer Agent
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  name: bmad-2d-unity-game-dev
2
3
  version: 1.6.0
3
4
  short-title: Unity C# 2D Game Dev Pack
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # BMad Knowledge Base - 2D Unity Game Development
2
4
 
3
5
  ## Overview
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Development Guidelines (Unity & C#)
2
4
 
3
5
  ## Overview
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Advanced Game Design Elicitation Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Correct Course Task - Game Development
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Game Story Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Game Design Brainstorming Techniques Task
2
4
 
3
5
  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.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Validate Game Story Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-architecture-template-v3
3
4
  name: Game Architecture Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-brief-template-v3
3
4
  name: Game Brief
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-design-doc-template-v3
3
4
  name: Game Design Document (GDD)
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: game-story-template-v3
3
4
  name: Game Development Story
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: level-design-doc-template-v2
3
4
  name: Level Design Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: unity-game-dev-greenfield
3
4
  name: Game Development - Greenfield Project (Unity)
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: unity-game-prototype
3
4
  name: Game Prototype Development (Unity)
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  bundle:
2
3
  name: Creative Writing Team
3
4
  icon: ✍️
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # beta-reader
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.