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
  # Book Critic Agent Definition
2
4
 
3
5
  # -------------------------------------------------------
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # character-psychologist
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
  # ------------------------------------------------------------
2
4
 
3
5
  # agents/cover-designer.md
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # dialog-specialist
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
  # editor
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
  # genre-specialist
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
  # narrative-designer
2
4
 
3
5
  ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # plot-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
  # world-builder
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
  # ------------------------------------------------------------
2
4
 
3
5
  # 6. Beta‑Feedback Closure Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 1. Character Consistency Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 23. Comedic Timing & Humor Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 24. Cyberpunk Aesthetic Consistency Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 14. eBook Formatting Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 22. Epic Poetry Meter & Form Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 17. Fantasy Magic System Consistency Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 9. Foreshadowing & Payoff Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 10. Genre Tropes Checklist (General)
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 18. Historical Accuracy Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 16. Horror Suspense & Scare Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # checklists/kdp-cover-ready-checklist.md
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 4. Line‑Edit Quality Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 13. Marketing Copy Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 11. Mystery Clue Trail Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 21. Hard‑Science Orbital Mechanics Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Plot Structure Checklist
2
4
 
3
5
  ## Opening
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 5. Publication Readiness Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 12. Romance Emotional Beats Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 3. Scene Quality Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 15. Sci‑Fi Technology Plausibility Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 7. Sensitivity & Representation Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 25. Steampunk Gadget Plausibility Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 19. Thriller Pacing & Stakes Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 8. Timeline & Continuity Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 2. World‑Building Continuity Checklist
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 20. YA Appropriateness Checklist
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  name: bmad-creative-writing
2
3
  version: 1.1.1
3
4
  short-title: Creative Writing Studio
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # BMad Creative Writing Knowledge Base
2
4
 
3
5
  ## Overview
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Story Structure Patterns
2
4
 
3
5
  ## Three-Act Structure
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Project Brief: BMad Creative Writing Expansion Pack
2
4
 
3
5
  ## Executive Summary
@@ -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
  # ------------------------------------------------------------
2
4
 
3
5
  # 16. Analyze Reader Feedback
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Analyze Story Structure
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # tasks/assemble-kdp-package.md
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 1. Brainstorm Premise
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 2. Build World
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 9. Character Depth Pass
@@ -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
  # ------------------------------------------------------------
2
4
 
3
5
  # 4. Create Draft Section (Chapter)
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # Critical Review Task
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 3. Develop Character
@@ -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
  # ------------------------------------------------------------
2
4
 
3
5
  # 7. Expand Premise (Snowflake Step 2)
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 8. Expand Synopsis (Snowflake Step 4)
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 14. Final Polish
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # tasks/generate-cover-brief.md
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # tasks/generate-cover-prompts.md
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 10. Generate Scene List
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 6. Incorporate Feedback
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 11. Outline Scenes
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 5. Provide Feedback (Beta)
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 15. Publish Chapter
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 13. Quick Feedback (Serial)
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # ------------------------------------------------------------
2
4
 
3
5
  # 12. Select Next Arc (Serial)
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Workshop Dialog
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: beta-feedback-form-tmpl
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: chapter-draft-tmpl
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: character-profile
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: cover-design-brief-tmpl
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: premise-brief-tmpl
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: scene-list-tmpl
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: story-outline
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  template:
3
4
  id: world-guide-tmpl
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Book Cover Design Assets
2
4
 
3
5
  # ============================================================
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  workflow:
2
3
  id: novel-greenfield-workflow
3
4
  name: Greenfield Novel Workflow
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  workflow:
3
4
  id: novel-serial-workflow
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  workflow:
3
4
  id: novel-snowflake-workflow
@@ -1,9 +1,10 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  # workflows/novel-writing.yaml
2
3
  name: novel-writing
3
4
  title: Novel Writing Workflow
4
5
  description: |
5
6
  End‑to‑end pipeline for drafting, revising, and polishing a full‑length novel
6
- using the BMAD Creative Writing team.
7
+ using the BMAD Creative Writing team.
7
8
 
8
9
  triggers:
9
10
  - command: /novel
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  # workflows/screenplay-development.yaml
2
3
  name: screenplay-development
3
4
  title: Screenplay Development Workflow
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  # workflows/series-planning.yaml
2
3
  name: series-planning
3
4
  title: Series Planning Workflow
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  # workflows/short-story-creation.yaml
2
3
  name: short-story-creation
3
4
  title: Short Story Creation Workflow
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # infra-devops-platform
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
  # Infrastructure Change Validation Checklist
2
4
 
3
5
  This checklist serves as a comprehensive framework for validating infrastructure changes before deployment to production. The DevOps/Platform Engineer should systematically work through each item, ensuring the infrastructure is secure, compliant, resilient, and properly implemented according to organizational standards.
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  name: bmad-infrastructure-devops
2
3
  version: 1.12.0
3
4
  short-title: Infrastructure DevOps Pack
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # BMad Infrastructure DevOps Expansion Pack Knowledge Base
2
4
 
3
5
  ## Overview
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Infrastructure Review Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,5 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Infrastructure Validation Task
2
4
 
3
5
  ## Purpose
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: infrastructure-architecture-template-v2
3
4
  name: Infrastructure Architecture