bmad-method 4.39.2 → 4.40.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 +1 -1
  243. package/release_notes.md +4 -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
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Workflow Management
2
4
 
3
5
  Enables BMad orchestrator to manage and execute team workflows.
@@ -104,6 +104,8 @@ dependencies:
104
104
  ==================== END: .bmad-core/agents/analyst.md ====================
105
105
 
106
106
  ==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
107
+ <!-- Powered by BMAD™ Core -->
108
+
107
109
  # Advanced Elicitation Task
108
110
 
109
111
  ## Purpose
@@ -224,6 +226,8 @@ Choose a number (0-8) or 9 to proceed:
224
226
  ==================== END: .bmad-core/tasks/advanced-elicitation.md ====================
225
227
 
226
228
  ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
229
+ <!-- Powered by BMAD™ Core -->
230
+
227
231
  # Create Deep Research Prompt Task
228
232
 
229
233
  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.
@@ -505,6 +509,8 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
505
509
  ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ====================
506
510
 
507
511
  ==================== START: .bmad-core/tasks/create-doc.md ====================
512
+ <!-- Powered by BMAD™ Core -->
513
+
508
514
  # Create Document from Template (YAML Driven)
509
515
 
510
516
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -609,6 +615,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
609
615
  ==================== END: .bmad-core/tasks/create-doc.md ====================
610
616
 
611
617
  ==================== START: .bmad-core/tasks/document-project.md ====================
618
+ <!-- Powered by BMAD™ Core -->
619
+
612
620
  # Document an Existing Project
613
621
 
614
622
  ## Purpose
@@ -955,9 +963,11 @@ Apply the advanced elicitation task after major sections to refine based on user
955
963
  ==================== END: .bmad-core/tasks/document-project.md ====================
956
964
 
957
965
  ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
958
- ---
966
+ ## <!-- Powered by BMAD™ Core -->
967
+
959
968
  docOutputLocation: docs/brainstorming-session-results.md
960
969
  template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
970
+
961
971
  ---
962
972
 
963
973
  # Facilitate Brainstorming Session Task
@@ -1249,10 +1259,11 @@ sections:
1249
1259
  content: |
1250
1260
  ---
1251
1261
 
1252
- *Session facilitated using the BMAD-METHOD brainstorming framework*
1262
+ *Session facilitated using the BMAD-METHOD brainstorming framework*
1253
1263
  ==================== END: .bmad-core/templates/brainstorming-output-tmpl.yaml ====================
1254
1264
 
1255
1265
  ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ====================
1266
+ # <!-- Powered by BMAD™ Core -->
1256
1267
  template:
1257
1268
  id: competitor-analysis-template-v2
1258
1269
  name: Competitive Analysis Report
@@ -1562,6 +1573,7 @@ sections:
1562
1573
  ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ====================
1563
1574
 
1564
1575
  ==================== START: .bmad-core/templates/market-research-tmpl.yaml ====================
1576
+ # <!-- Powered by BMAD™ Core -->
1565
1577
  template:
1566
1578
  id: market-research-template-v2
1567
1579
  name: Market Research Report
@@ -1817,6 +1829,7 @@ sections:
1817
1829
  ==================== END: .bmad-core/templates/market-research-tmpl.yaml ====================
1818
1830
 
1819
1831
  ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ====================
1832
+ # <!-- Powered by BMAD™ Core -->
1820
1833
  template:
1821
1834
  id: project-brief-template-v2
1822
1835
  name: Project Brief
@@ -2041,11 +2054,13 @@ sections:
2041
2054
  ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ====================
2042
2055
 
2043
2056
  ==================== START: .bmad-core/data/bmad-kb.md ====================
2044
- # BMad Knowledge Base
2057
+ <!-- Powered by BMAD™ Core -->
2058
+
2059
+ # BMAD™ Knowledge Base
2045
2060
 
2046
2061
  ## Overview
2047
2062
 
2048
- 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.
2063
+ 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.
2049
2064
 
2050
2065
  ### Key Features
2051
2066
 
@@ -2144,7 +2159,7 @@ npx bmad-method install
2144
2159
  - **Roo Code**: Web-based IDE with agent support
2145
2160
  - **GitHub Copilot**: VS Code extension with AI peer programming assistant
2146
2161
 
2147
- **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.
2162
+ **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.
2148
2163
 
2149
2164
  **Verify Installation**:
2150
2165
 
@@ -2152,7 +2167,7 @@ npx bmad-method install
2152
2167
  - IDE-specific integration files created
2153
2168
  - All agent commands/rules/modes available
2154
2169
 
2155
- **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
2170
+ **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
2156
2171
 
2157
2172
  ### Environment Selection Guide
2158
2173
 
@@ -2396,7 +2411,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
2396
2411
 
2397
2412
  ### System Overview
2398
2413
 
2399
- 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).
2414
+ 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).
2400
2415
 
2401
2416
  ### Key Architectural Components
2402
2417
 
@@ -2751,7 +2766,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh
2751
2766
  - **Keep conversations focused** - One agent, one task per conversation
2752
2767
  - **Review everything** - Always review and approve before marking complete
2753
2768
 
2754
- ## Contributing to BMad-Method
2769
+ ## Contributing to BMAD-METHOD™
2755
2770
 
2756
2771
  ### Quick Contribution Guidelines
2757
2772
 
@@ -2783,7 +2798,7 @@ For full details, see `CONTRIBUTING.md`. Key points:
2783
2798
 
2784
2799
  ### What Are Expansion Packs?
2785
2800
 
2786
- 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.
2801
+ 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.
2787
2802
 
2788
2803
  ### Why Use Expansion Packs?
2789
2804
 
@@ -2850,6 +2865,8 @@ Use the **expansion-creator** pack to build your own:
2850
2865
  ==================== END: .bmad-core/data/bmad-kb.md ====================
2851
2866
 
2852
2867
  ==================== START: .bmad-core/data/brainstorming-techniques.md ====================
2868
+ <!-- Powered by BMAD™ Core -->
2869
+
2853
2870
  # Brainstorming Techniques Data
2854
2871
 
2855
2872
  ## Creative Expansion
@@ -105,6 +105,8 @@ dependencies:
105
105
  ==================== END: .bmad-core/agents/architect.md ====================
106
106
 
107
107
  ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
108
+ <!-- Powered by BMAD™ Core -->
109
+
108
110
  # Create Deep Research Prompt Task
109
111
 
110
112
  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.
@@ -386,6 +388,8 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
386
388
  ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ====================
387
389
 
388
390
  ==================== START: .bmad-core/tasks/create-doc.md ====================
391
+ <!-- Powered by BMAD™ Core -->
392
+
389
393
  # Create Document from Template (YAML Driven)
390
394
 
391
395
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -490,6 +494,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
490
494
  ==================== END: .bmad-core/tasks/create-doc.md ====================
491
495
 
492
496
  ==================== START: .bmad-core/tasks/document-project.md ====================
497
+ <!-- Powered by BMAD™ Core -->
498
+
493
499
  # Document an Existing Project
494
500
 
495
501
  ## Purpose
@@ -836,6 +842,8 @@ Apply the advanced elicitation task after major sections to refine based on user
836
842
  ==================== END: .bmad-core/tasks/document-project.md ====================
837
843
 
838
844
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
845
+ <!-- Powered by BMAD™ Core -->
846
+
839
847
  # Checklist Validation Task
840
848
 
841
849
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -925,6 +933,7 @@ The LLM will:
925
933
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
926
934
 
927
935
  ==================== START: .bmad-core/templates/architecture-tmpl.yaml ====================
936
+ # <!-- Powered by BMAD™ Core -->
928
937
  template:
929
938
  id: architecture-template-v2
930
939
  name: Architecture Document
@@ -1578,6 +1587,7 @@ sections:
1578
1587
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
1579
1588
 
1580
1589
  ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ====================
1590
+ # <!-- Powered by BMAD™ Core -->
1581
1591
  template:
1582
1592
  id: brownfield-architecture-template-v2
1583
1593
  name: Brownfield Enhancement Architecture
@@ -2057,6 +2067,7 @@ sections:
2057
2067
  ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ====================
2058
2068
 
2059
2069
  ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
2070
+ # <!-- Powered by BMAD™ Core -->
2060
2071
  template:
2061
2072
  id: frontend-architecture-template-v2
2062
2073
  name: Frontend Architecture Document
@@ -2278,6 +2289,7 @@ sections:
2278
2289
  ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
2279
2290
 
2280
2291
  ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ====================
2292
+ # <!-- Powered by BMAD™ Core -->
2281
2293
  template:
2282
2294
  id: fullstack-architecture-template-v2
2283
2295
  name: Fullstack Architecture Document
@@ -3104,6 +3116,8 @@ sections:
3104
3116
  ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ====================
3105
3117
 
3106
3118
  ==================== START: .bmad-core/checklists/architect-checklist.md ====================
3119
+ <!-- Powered by BMAD™ Core -->
3120
+
3107
3121
  # Architect Solution Validation Checklist
3108
3122
 
3109
3123
  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.
@@ -3545,6 +3559,8 @@ After presenting the report, ask the user if they would like detailed analysis o
3545
3559
  ==================== END: .bmad-core/checklists/architect-checklist.md ====================
3546
3560
 
3547
3561
  ==================== START: .bmad-core/data/technical-preferences.md ====================
3562
+ <!-- Powered by BMAD™ Core -->
3563
+
3548
3564
  # User-Defined Preferred Patterns and Preferences
3549
3565
 
3550
3566
  None Listed
@@ -127,6 +127,8 @@ dependencies:
127
127
  ==================== END: .bmad-core/agents/bmad-master.md ====================
128
128
 
129
129
  ==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
130
+ <!-- Powered by BMAD™ Core -->
131
+
130
132
  # Advanced Elicitation Task
131
133
 
132
134
  ## Purpose
@@ -247,6 +249,8 @@ Choose a number (0-8) or 9 to proceed:
247
249
  ==================== END: .bmad-core/tasks/advanced-elicitation.md ====================
248
250
 
249
251
  ==================== START: .bmad-core/tasks/brownfield-create-epic.md ====================
252
+ <!-- Powered by BMAD™ Core -->
253
+
250
254
  # Create Brownfield Epic Task
251
255
 
252
256
  ## Purpose
@@ -410,6 +414,8 @@ The epic creation is successful when:
410
414
  ==================== END: .bmad-core/tasks/brownfield-create-epic.md ====================
411
415
 
412
416
  ==================== START: .bmad-core/tasks/brownfield-create-story.md ====================
417
+ <!-- Powered by BMAD™ Core -->
418
+
413
419
  # Create Brownfield Story Task
414
420
 
415
421
  ## Purpose
@@ -560,6 +566,8 @@ The story creation is successful when:
560
566
  ==================== END: .bmad-core/tasks/brownfield-create-story.md ====================
561
567
 
562
568
  ==================== START: .bmad-core/tasks/correct-course.md ====================
569
+ <!-- Powered by BMAD™ Core -->
570
+
563
571
  # Correct Course Task
564
572
 
565
573
  ## Purpose
@@ -633,6 +641,8 @@ The story creation is successful when:
633
641
  ==================== END: .bmad-core/tasks/correct-course.md ====================
634
642
 
635
643
  ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
644
+ <!-- Powered by BMAD™ Core -->
645
+
636
646
  # Create Deep Research Prompt Task
637
647
 
638
648
  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.
@@ -914,6 +924,8 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
914
924
  ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ====================
915
925
 
916
926
  ==================== START: .bmad-core/tasks/create-doc.md ====================
927
+ <!-- Powered by BMAD™ Core -->
928
+
917
929
  # Create Document from Template (YAML Driven)
918
930
 
919
931
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -1018,6 +1030,8 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
1018
1030
  ==================== END: .bmad-core/tasks/create-doc.md ====================
1019
1031
 
1020
1032
  ==================== START: .bmad-core/tasks/create-next-story.md ====================
1033
+ <!-- Powered by BMAD™ Core -->
1034
+
1021
1035
  # Create Next Story Task
1022
1036
 
1023
1037
  ## Purpose
@@ -1133,6 +1147,8 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]`
1133
1147
  ==================== END: .bmad-core/tasks/create-next-story.md ====================
1134
1148
 
1135
1149
  ==================== START: .bmad-core/tasks/document-project.md ====================
1150
+ <!-- Powered by BMAD™ Core -->
1151
+
1136
1152
  # Document an Existing Project
1137
1153
 
1138
1154
  ## Purpose
@@ -1479,6 +1495,8 @@ Apply the advanced elicitation task after major sections to refine based on user
1479
1495
  ==================== END: .bmad-core/tasks/document-project.md ====================
1480
1496
 
1481
1497
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
1498
+ <!-- Powered by BMAD™ Core -->
1499
+
1482
1500
  # Checklist Validation Task
1483
1501
 
1484
1502
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -1568,9 +1586,11 @@ The LLM will:
1568
1586
  ==================== END: .bmad-core/tasks/execute-checklist.md ====================
1569
1587
 
1570
1588
  ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
1571
- ---
1589
+ ## <!-- Powered by BMAD™ Core -->
1590
+
1572
1591
  docOutputLocation: docs/brainstorming-session-results.md
1573
1592
  template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
1593
+
1574
1594
  ---
1575
1595
 
1576
1596
  # Facilitate Brainstorming Session Task
@@ -1707,6 +1727,8 @@ Generate structured document with these sections:
1707
1727
  ==================== END: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
1708
1728
 
1709
1729
  ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
1730
+ <!-- Powered by BMAD™ Core -->
1731
+
1710
1732
  # Create AI Frontend Prompt Task
1711
1733
 
1712
1734
  ## Purpose
@@ -1761,6 +1783,8 @@ You will now synthesize the inputs and the above principles into a final, compre
1761
1783
  ==================== END: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
1762
1784
 
1763
1785
  ==================== START: .bmad-core/tasks/index-docs.md ====================
1786
+ <!-- Powered by BMAD™ Core -->
1787
+
1764
1788
  # Index Documentation Task
1765
1789
 
1766
1790
  ## Purpose
@@ -1937,6 +1961,8 @@ Would you like to proceed with documentation indexing? Please provide the requir
1937
1961
  ==================== END: .bmad-core/tasks/index-docs.md ====================
1938
1962
 
1939
1963
  ==================== START: .bmad-core/tasks/shard-doc.md ====================
1964
+ <!-- Powered by BMAD™ Core -->
1965
+
1940
1966
  # Document Sharding Task
1941
1967
 
1942
1968
  ## Purpose
@@ -2125,6 +2151,7 @@ Document sharded successfully:
2125
2151
  ==================== END: .bmad-core/tasks/shard-doc.md ====================
2126
2152
 
2127
2153
  ==================== START: .bmad-core/templates/architecture-tmpl.yaml ====================
2154
+ # <!-- Powered by BMAD™ Core -->
2128
2155
  template:
2129
2156
  id: architecture-template-v2
2130
2157
  name: Architecture Document
@@ -2778,6 +2805,7 @@ sections:
2778
2805
  ==================== END: .bmad-core/templates/architecture-tmpl.yaml ====================
2779
2806
 
2780
2807
  ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ====================
2808
+ # <!-- Powered by BMAD™ Core -->
2781
2809
  template:
2782
2810
  id: brownfield-architecture-template-v2
2783
2811
  name: Brownfield Enhancement Architecture
@@ -3257,6 +3285,7 @@ sections:
3257
3285
  ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ====================
3258
3286
 
3259
3287
  ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ====================
3288
+ # <!-- Powered by BMAD™ Core -->
3260
3289
  template:
3261
3290
  id: brownfield-prd-template-v2
3262
3291
  name: Brownfield Enhancement PRD
@@ -3540,6 +3569,7 @@ sections:
3540
3569
  ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ====================
3541
3570
 
3542
3571
  ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ====================
3572
+ # <!-- Powered by BMAD™ Core -->
3543
3573
  template:
3544
3574
  id: competitor-analysis-template-v2
3545
3575
  name: Competitive Analysis Report
@@ -3849,6 +3879,7 @@ sections:
3849
3879
  ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ====================
3850
3880
 
3851
3881
  ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
3882
+ # <!-- Powered by BMAD™ Core -->
3852
3883
  template:
3853
3884
  id: frontend-architecture-template-v2
3854
3885
  name: Frontend Architecture Document
@@ -4070,6 +4101,7 @@ sections:
4070
4101
  ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ====================
4071
4102
 
4072
4103
  ==================== START: .bmad-core/templates/front-end-spec-tmpl.yaml ====================
4104
+ # <!-- Powered by BMAD™ Core -->
4073
4105
  template:
4074
4106
  id: frontend-spec-template-v2
4075
4107
  name: UI/UX Specification
@@ -4422,6 +4454,7 @@ sections:
4422
4454
  ==================== END: .bmad-core/templates/front-end-spec-tmpl.yaml ====================
4423
4455
 
4424
4456
  ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ====================
4457
+ # <!-- Powered by BMAD™ Core -->
4425
4458
  template:
4426
4459
  id: fullstack-architecture-template-v2
4427
4460
  name: Fullstack Architecture Document
@@ -5248,6 +5281,7 @@ sections:
5248
5281
  ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ====================
5249
5282
 
5250
5283
  ==================== START: .bmad-core/templates/market-research-tmpl.yaml ====================
5284
+ # <!-- Powered by BMAD™ Core -->
5251
5285
  template:
5252
5286
  id: market-research-template-v2
5253
5287
  name: Market Research Report
@@ -5503,6 +5537,7 @@ sections:
5503
5537
  ==================== END: .bmad-core/templates/market-research-tmpl.yaml ====================
5504
5538
 
5505
5539
  ==================== START: .bmad-core/templates/prd-tmpl.yaml ====================
5540
+ # <!-- Powered by BMAD™ Core -->
5506
5541
  template:
5507
5542
  id: prd-template-v2
5508
5543
  name: Product Requirements Document
@@ -5708,6 +5743,7 @@ sections:
5708
5743
  ==================== END: .bmad-core/templates/prd-tmpl.yaml ====================
5709
5744
 
5710
5745
  ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ====================
5746
+ # <!-- Powered by BMAD™ Core -->
5711
5747
  template:
5712
5748
  id: project-brief-template-v2
5713
5749
  name: Project Brief
@@ -5932,6 +5968,7 @@ sections:
5932
5968
  ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ====================
5933
5969
 
5934
5970
  ==================== START: .bmad-core/templates/story-tmpl.yaml ====================
5971
+ # <!-- Powered by BMAD™ Core -->
5935
5972
  template:
5936
5973
  id: story-template-v2
5937
5974
  name: Story Document
@@ -6072,6 +6109,8 @@ sections:
6072
6109
  ==================== END: .bmad-core/templates/story-tmpl.yaml ====================
6073
6110
 
6074
6111
  ==================== START: .bmad-core/checklists/architect-checklist.md ====================
6112
+ <!-- Powered by BMAD™ Core -->
6113
+
6075
6114
  # Architect Solution Validation Checklist
6076
6115
 
6077
6116
  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.
@@ -6513,6 +6552,8 @@ After presenting the report, ask the user if they would like detailed analysis o
6513
6552
  ==================== END: .bmad-core/checklists/architect-checklist.md ====================
6514
6553
 
6515
6554
  ==================== START: .bmad-core/checklists/change-checklist.md ====================
6555
+ <!-- Powered by BMAD™ Core -->
6556
+
6516
6557
  # Change Navigation Checklist
6517
6558
 
6518
6559
  **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.
@@ -6698,6 +6739,8 @@ Keep it action-oriented and forward-looking.]]
6698
6739
  ==================== END: .bmad-core/checklists/change-checklist.md ====================
6699
6740
 
6700
6741
  ==================== START: .bmad-core/checklists/pm-checklist.md ====================
6742
+ <!-- Powered by BMAD™ Core -->
6743
+
6701
6744
  # Product Manager (PM) Requirements Checklist
6702
6745
 
6703
6746
  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.
@@ -7071,6 +7114,8 @@ After presenting the report, ask if the user wants:
7071
7114
  ==================== END: .bmad-core/checklists/pm-checklist.md ====================
7072
7115
 
7073
7116
  ==================== START: .bmad-core/checklists/po-master-checklist.md ====================
7117
+ <!-- Powered by BMAD™ Core -->
7118
+
7074
7119
  # Product Owner (PO) Master Validation Checklist
7075
7120
 
7076
7121
  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.
@@ -7506,6 +7551,8 @@ After presenting the report, ask if the user wants:
7506
7551
  ==================== END: .bmad-core/checklists/po-master-checklist.md ====================
7507
7552
 
7508
7553
  ==================== START: .bmad-core/checklists/story-dod-checklist.md ====================
7554
+ <!-- Powered by BMAD™ Core -->
7555
+
7509
7556
  # Story Definition of Done (DoD) Checklist
7510
7557
 
7511
7558
  ## Instructions for Developer Agent
@@ -7603,6 +7650,8 @@ Be honest - it's better to flag issues now than have them discovered later.]]
7603
7650
  ==================== END: .bmad-core/checklists/story-dod-checklist.md ====================
7604
7651
 
7605
7652
  ==================== START: .bmad-core/checklists/story-draft-checklist.md ====================
7653
+ <!-- Powered by BMAD™ Core -->
7654
+
7606
7655
  # Story Draft Checklist
7607
7656
 
7608
7657
  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.
@@ -7759,11 +7808,13 @@ Be pragmatic - perfect documentation doesn't exist, but it must be enough to pro
7759
7808
  ==================== END: .bmad-core/checklists/story-draft-checklist.md ====================
7760
7809
 
7761
7810
  ==================== START: .bmad-core/data/bmad-kb.md ====================
7762
- # BMad Knowledge Base
7811
+ <!-- Powered by BMAD™ Core -->
7812
+
7813
+ # BMAD™ Knowledge Base
7763
7814
 
7764
7815
  ## Overview
7765
7816
 
7766
- 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.
7817
+ 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.
7767
7818
 
7768
7819
  ### Key Features
7769
7820
 
@@ -7862,7 +7913,7 @@ npx bmad-method install
7862
7913
  - **Roo Code**: Web-based IDE with agent support
7863
7914
  - **GitHub Copilot**: VS Code extension with AI peer programming assistant
7864
7915
 
7865
- **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.
7916
+ **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.
7866
7917
 
7867
7918
  **Verify Installation**:
7868
7919
 
@@ -7870,7 +7921,7 @@ npx bmad-method install
7870
7921
  - IDE-specific integration files created
7871
7922
  - All agent commands/rules/modes available
7872
7923
 
7873
- **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
7924
+ **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
7874
7925
 
7875
7926
  ### Environment Selection Guide
7876
7927
 
@@ -8114,7 +8165,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
8114
8165
 
8115
8166
  ### System Overview
8116
8167
 
8117
- 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).
8168
+ 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).
8118
8169
 
8119
8170
  ### Key Architectural Components
8120
8171
 
@@ -8469,7 +8520,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh
8469
8520
  - **Keep conversations focused** - One agent, one task per conversation
8470
8521
  - **Review everything** - Always review and approve before marking complete
8471
8522
 
8472
- ## Contributing to BMad-Method
8523
+ ## Contributing to BMAD-METHOD™
8473
8524
 
8474
8525
  ### Quick Contribution Guidelines
8475
8526
 
@@ -8501,7 +8552,7 @@ For full details, see `CONTRIBUTING.md`. Key points:
8501
8552
 
8502
8553
  ### What Are Expansion Packs?
8503
8554
 
8504
- 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.
8555
+ 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.
8505
8556
 
8506
8557
  ### Why Use Expansion Packs?
8507
8558
 
@@ -8568,6 +8619,8 @@ Use the **expansion-creator** pack to build your own:
8568
8619
  ==================== END: .bmad-core/data/bmad-kb.md ====================
8569
8620
 
8570
8621
  ==================== START: .bmad-core/data/brainstorming-techniques.md ====================
8622
+ <!-- Powered by BMAD™ Core -->
8623
+
8571
8624
  # Brainstorming Techniques Data
8572
8625
 
8573
8626
  ## Creative Expansion
@@ -8607,6 +8660,8 @@ Use the **expansion-creator** pack to build your own:
8607
8660
  ==================== END: .bmad-core/data/brainstorming-techniques.md ====================
8608
8661
 
8609
8662
  ==================== START: .bmad-core/data/elicitation-methods.md ====================
8663
+ <!-- Powered by BMAD™ Core -->
8664
+
8610
8665
  # Elicitation Methods Data
8611
8666
 
8612
8667
  ## Core Reflective Methods
@@ -8764,6 +8819,8 @@ Use the **expansion-creator** pack to build your own:
8764
8819
  ==================== END: .bmad-core/data/elicitation-methods.md ====================
8765
8820
 
8766
8821
  ==================== START: .bmad-core/data/technical-preferences.md ====================
8822
+ <!-- Powered by BMAD™ Core -->
8823
+
8767
8824
  # User-Defined Preferred Patterns and Preferences
8768
8825
 
8769
8826
  None Listed