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
package/CONTRIBUTING.md CHANGED
@@ -206,4 +206,4 @@ Each commit should represent one logical change:
206
206
 
207
207
  ## License
208
208
 
209
- By contributing to this project, you agree that your contributions will be licensed under the same license as the project.
209
+ By contributing to this project, you agree that your contributions will be licensed under the MIT License.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Brian AKA BMad AKA BMad Code
3
+ Copyright (c) 2025 BMad Code, LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
+
23
+ TRADEMARK NOTICE:
24
+ BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. The use of these
25
+ trademarks in this software does not grant any rights to use the trademarks
26
+ for any other purpose.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # BMad-Method: Universal AI Agent Framework
1
+ # BMAD-METHOD™: Universal AI Agent Framework
2
2
 
3
3
  [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
@@ -11,11 +11,11 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho
11
11
 
12
12
  **[Join our Discord Community](https://discord.gg/gk8jAdXWmj)** - A growing community for AI enthusiasts! Get help, share ideas, explore AI agents & frameworks, collaborate on tech projects, enjoy hobbies, and help each other succeed. Whether you're stuck on BMad, building your own agents, or just want to chat about the latest in AI - we're here for you! **Some mobile and VPN may have issue joining the discord, this is a discord issue - if the invite does not work, try from your own internet or another network, or non-VPN.**
13
13
 
14
- ⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover BMad-Method and you will be notified of updates!
14
+ ⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover BMAD-METHOD™ and you will be notified of updates!
15
15
 
16
16
  ## Overview
17
17
 
18
- **BMad Method's Two Key Innovations:**
18
+ **BMAD-METHOD™'s Two Key Innovations:**
19
19
 
20
20
  **1. Agentic Planning:** Dedicated agents (Analyst, PM, Architect) collaborate with you to create detailed, consistent PRDs and Architecture documents. Through advanced prompt engineering and human-in-the-loop refinement, these planning agents produce comprehensive specifications that go far beyond generic AI task generation.
21
21
 
@@ -49,7 +49,7 @@ This two-phase approach eliminates both **planning inconsistency** and **context
49
49
 
50
50
  ## Important: Keep Your BMad Installation Updated
51
51
 
52
- **Stay up-to-date effortlessly!** If you already have BMad-Method installed in your project, simply run:
52
+ **Stay up-to-date effortlessly!** If you already have BMAD-METHOD™ installed in your project, simply run:
53
53
 
54
54
  ```bash
55
55
  npx bmad-method install
@@ -110,11 +110,11 @@ npm run install:bmad # build and install all to a destination folder
110
110
 
111
111
  ## 🌟 Beyond Software Development - Expansion Packs
112
112
 
113
- BMad's natural language framework works in ANY domain. Expansion packs provide specialized AI agents for creative writing, business strategy, health & wellness, education, and more. Also expansion packs can expand the core BMad-Method with specific functionality that is not generic for all cases. [See the Expansion Packs Guide](docs/expansion-packs.md) and learn to create your own!
113
+ BMAD™'s natural language framework works in ANY domain. Expansion packs provide specialized AI agents for creative writing, business strategy, health & wellness, education, and more. Also expansion packs can expand the core BMAD-METHOD™ with specific functionality that is not generic for all cases. [See the Expansion Packs Guide](docs/expansion-packs.md) and learn to create your own!
114
114
 
115
115
  ## Codebase Flattener Tool
116
116
 
117
- The BMad-Method includes a powerful codebase flattener tool designed to prepare your project files for AI model consumption. This tool aggregates your entire codebase into a single XML file, making it easy to share your project context with AI assistants for analysis, debugging, or development assistance.
117
+ The BMAD-METHOD™ includes a powerful codebase flattener tool designed to prepare your project files for AI model consumption. This tool aggregates your entire codebase into a single XML file, making it easy to share your project context with AI assistants for analysis, debugging, or development assistance.
118
118
 
119
119
  ### Features
120
120
 
@@ -157,7 +157,7 @@ The tool will display progress and provide a comprehensive summary:
157
157
  📊 File breakdown: 142 text, 14 binary, 0 errors
158
158
  ```
159
159
 
160
- The generated XML file contains your project's text-based source files in a structured format that AI models can easily parse and understand, making it perfect for code reviews, architecture discussions, or getting AI assistance with your BMad-Method projects.
160
+ The generated XML file contains your project's text-based source files in a structured format that AI models can easily parse and understand, making it perfect for code reviews, architecture discussions, or getting AI assistance with your BMAD-METHOD™ projects.
161
161
 
162
162
  #### Advanced Usage & Options
163
163
 
@@ -216,6 +216,10 @@ The generated XML file contains your project's text-based source files in a stru
216
216
 
217
217
  MIT License - see [LICENSE](LICENSE) for details.
218
218
 
219
+ ## Trademark Notice
220
+
221
+ BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. All rights reserved.
222
+
219
223
  [![Contributors](https://contrib.rocks/image?repo=bmadcode/bmad-method)](https://github.com/bmadcode/bmad-method/graphs/contributors)
220
224
 
221
225
  <sub>Built with ❤️ for the AI-assisted development community</sub>
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  bundle:
2
3
  name: Team All
3
4
  icon: 👥
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  bundle:
2
3
  name: Team Fullstack
3
4
  icon: 🚀
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  bundle:
2
3
  name: Team IDE Minimal
3
4
  icon: ⚡
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  bundle:
2
3
  name: Team No UI
3
4
  icon: 🔧
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # analyst
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
  # 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
  # BMad Master
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
  # BMad Web Orchestrator
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
  # dev
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
  # pm
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
  # po
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
  # qa
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
  # 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
  # ux-expert
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
  # Architect Solution Validation Checklist
2
4
 
3
5
  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.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Change Navigation Checklist
2
4
 
3
5
  **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.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Product Manager (PM) Requirements Checklist
2
4
 
3
5
  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.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Product Owner (PO) Master Validation Checklist
2
4
 
3
5
  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.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Story Definition of Done (DoD) Checklist
2
4
 
3
5
  ## Instructions for Developer Agent
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Story Draft Checklist
2
4
 
3
5
  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.
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  markdownExploder: true
2
3
  qa:
3
4
  qaLocation: docs/qa
@@ -1,8 +1,10 @@
1
- # BMad Knowledge Base
1
+ <!-- Powered by BMAD™ Core -->
2
+
3
+ # BMAD™ Knowledge Base
2
4
 
3
5
  ## Overview
4
6
 
5
- 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.
7
+ 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.
6
8
 
7
9
  ### Key Features
8
10
 
@@ -101,7 +103,7 @@ npx bmad-method install
101
103
  - **Roo Code**: Web-based IDE with agent support
102
104
  - **GitHub Copilot**: VS Code extension with AI peer programming assistant
103
105
 
104
- **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.
106
+ **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.
105
107
 
106
108
  **Verify Installation**:
107
109
 
@@ -109,7 +111,7 @@ npx bmad-method install
109
111
  - IDE-specific integration files created
110
112
  - All agent commands/rules/modes available
111
113
 
112
- **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
114
+ **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
113
115
 
114
116
  ### Environment Selection Guide
115
117
 
@@ -353,7 +355,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
353
355
 
354
356
  ### System Overview
355
357
 
356
- 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).
358
+ 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).
357
359
 
358
360
  ### Key Architectural Components
359
361
 
@@ -708,7 +710,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh
708
710
  - **Keep conversations focused** - One agent, one task per conversation
709
711
  - **Review everything** - Always review and approve before marking complete
710
712
 
711
- ## Contributing to BMad-Method
713
+ ## Contributing to BMAD-METHOD™
712
714
 
713
715
  ### Quick Contribution Guidelines
714
716
 
@@ -740,7 +742,7 @@ For full details, see `CONTRIBUTING.md`. Key points:
740
742
 
741
743
  ### What Are Expansion Packs?
742
744
 
743
- 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.
745
+ 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.
744
746
 
745
747
  ### Why Use Expansion Packs?
746
748
 
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Brainstorming Techniques Data
2
4
 
3
5
  ## Creative Expansion
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Elicitation Methods Data
2
4
 
3
5
  ## Core Reflective Methods
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # User-Defined Preferred Patterns and Preferences
2
4
 
3
5
  None Listed
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Test Levels Framework
2
4
 
3
5
  Comprehensive guide for determining appropriate test levels (unit, integration, E2E) for different scenarios.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Test Priorities Matrix
2
4
 
3
5
  Guide for prioritizing test scenarios based on risk, criticality, and business impact.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Advanced Elicitation Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # apply-qa-fixes
2
4
 
3
5
  Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Brownfield Epic Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Brownfield Story Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Correct Course Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Brownfield Story Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Deep Research Prompt Task
2
4
 
3
5
  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.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Next Story Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Document an Existing Project
2
4
 
3
5
  ## Purpose
@@ -1,6 +1,8 @@
1
- ---
1
+ ## <!-- Powered by BMAD™ Core -->
2
+
2
3
  docOutputLocation: docs/brainstorming-session-results.md
3
4
  template: '{root}/templates/brainstorming-output-tmpl.yaml'
5
+
4
6
  ---
5
7
 
6
8
  # Facilitate Brainstorming Session Task
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create AI Frontend Prompt Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Index Documentation Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # KB Mode Interaction Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # nfr-assess
2
4
 
3
5
  Quick NFR validation focused on the core four: security, performance, reliability, maintainability.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # qa-gate
2
4
 
3
5
  Create or update a quality gate decision file for a story based on review findings.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # review-story
2
4
 
3
5
  Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # risk-profile
2
4
 
3
5
  Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Document Sharding Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # test-design
2
4
 
3
5
  Create comprehensive test scenarios with appropriate test level recommendations for story implementation.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # trace-requirements
2
4
 
3
5
  Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Validate Next Story Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: architecture-template-v2
3
4
  name: Architecture Document
@@ -153,4 +153,4 @@ sections:
153
153
  content: |
154
154
  ---
155
155
 
156
- *Session facilitated using the BMAD-METHOD brainstorming framework*
156
+ *Session facilitated using the BMAD-METHOD brainstorming framework*
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: brownfield-architecture-template-v2
3
4
  name: Brownfield Enhancement Architecture
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: brownfield-prd-template-v2
3
4
  name: Brownfield Enhancement PRD
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: competitor-analysis-template-v2
3
4
  name: Competitive Analysis Report
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: frontend-architecture-template-v2
3
4
  name: Frontend Architecture Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: frontend-spec-template-v2
3
4
  name: UI/UX Specification
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: fullstack-architecture-template-v2
3
4
  name: Fullstack Architecture Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: market-research-template-v2
3
4
  name: Market Research Report
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: prd-template-v2
3
4
  name: Product Requirements Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: project-brief-template-v2
3
4
  name: Project Brief
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: qa-gate-template-v1
3
4
  name: Quality Gate Decision
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: story-template-v2
3
4
  name: Story Document
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: brownfield-fullstack
3
4
  name: Brownfield Full-Stack Enhancement
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: brownfield-service
3
4
  name: Brownfield Service/API Enhancement
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: brownfield-ui
3
4
  name: Brownfield UI/Frontend Enhancement
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: greenfield-fullstack
3
4
  name: Greenfield Full-Stack Application Development
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: greenfield-service
3
4
  name: Greenfield Service/API Development
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: greenfield-ui
3
4
  name: Greenfield UI/Frontend Development
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Create Document from Template (YAML Driven)
2
4
 
3
5
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Checklist Validation Task
2
4
 
3
5
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # BMad Document Template Specification
2
4
 
3
5
  ## Overview