bmad-method 4.37.0 → 4.39.1

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 (251) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +3 -3
  2. package/.github/ISSUE_TEMPLATE/feature_request.md +3 -3
  3. package/.github/workflows/discord.yaml +11 -2
  4. package/.github/workflows/format-check.yaml +42 -0
  5. package/.github/workflows/manual-release.yaml +173 -0
  6. package/.husky/pre-commit +3 -0
  7. package/.vscode/settings.json +26 -1
  8. package/CHANGELOG.md +2 -23
  9. package/README.md +2 -0
  10. package/bmad-core/agent-teams/team-all.yaml +1 -1
  11. package/bmad-core/agents/analyst.md +16 -15
  12. package/bmad-core/agents/architect.md +11 -11
  13. package/bmad-core/agents/bmad-master.md +23 -22
  14. package/bmad-core/agents/bmad-orchestrator.md +13 -17
  15. package/bmad-core/agents/dev.md +14 -11
  16. package/bmad-core/agents/pm.md +15 -14
  17. package/bmad-core/agents/po.md +9 -8
  18. package/bmad-core/agents/qa.md +42 -22
  19. package/bmad-core/agents/sm.md +7 -6
  20. package/bmad-core/agents/ux-expert.md +6 -5
  21. package/bmad-core/core-config.yaml +2 -0
  22. package/bmad-core/data/bmad-kb.md +1 -1
  23. package/bmad-core/data/test-levels-framework.md +146 -0
  24. package/bmad-core/data/test-priorities-matrix.md +172 -0
  25. package/bmad-core/tasks/apply-qa-fixes.md +148 -0
  26. package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
  27. package/bmad-core/tasks/nfr-assess.md +343 -0
  28. package/bmad-core/tasks/qa-gate.md +161 -0
  29. package/bmad-core/tasks/review-story.md +234 -74
  30. package/bmad-core/tasks/risk-profile.md +353 -0
  31. package/bmad-core/tasks/test-design.md +174 -0
  32. package/bmad-core/tasks/trace-requirements.md +264 -0
  33. package/bmad-core/templates/architecture-tmpl.yaml +49 -49
  34. package/bmad-core/templates/brainstorming-output-tmpl.yaml +5 -5
  35. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +31 -31
  36. package/bmad-core/templates/brownfield-prd-tmpl.yaml +13 -13
  37. package/bmad-core/templates/competitor-analysis-tmpl.yaml +19 -6
  38. package/bmad-core/templates/front-end-architecture-tmpl.yaml +21 -9
  39. package/bmad-core/templates/front-end-spec-tmpl.yaml +24 -24
  40. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +122 -104
  41. package/bmad-core/templates/market-research-tmpl.yaml +2 -2
  42. package/bmad-core/templates/prd-tmpl.yaml +9 -9
  43. package/bmad-core/templates/project-brief-tmpl.yaml +4 -4
  44. package/bmad-core/templates/qa-gate-tmpl.yaml +102 -0
  45. package/bmad-core/templates/story-tmpl.yaml +12 -12
  46. package/bmad-core/workflows/brownfield-fullstack.yaml +9 -9
  47. package/bmad-core/workflows/brownfield-service.yaml +1 -1
  48. package/bmad-core/workflows/brownfield-ui.yaml +1 -1
  49. package/bmad-core/workflows/greenfield-fullstack.yaml +1 -1
  50. package/bmad-core/workflows/greenfield-service.yaml +1 -1
  51. package/bmad-core/workflows/greenfield-ui.yaml +1 -1
  52. package/common/utils/bmad-doc-template.md +5 -5
  53. package/dist/agents/analyst.txt +1086 -1079
  54. package/dist/agents/architect.txt +1534 -1526
  55. package/dist/agents/bmad-master.txt +646 -632
  56. package/dist/agents/bmad-orchestrator.txt +40 -18
  57. package/dist/agents/dev.txt +158 -19
  58. package/dist/agents/pm.txt +1082 -1107
  59. package/dist/agents/po.txt +314 -332
  60. package/dist/agents/qa.txt +1754 -151
  61. package/dist/agents/sm.txt +88 -98
  62. package/dist/agents/ux-expert.txt +80 -87
  63. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +109 -146
  64. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +75 -86
  65. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +41 -48
  66. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +1903 -1941
  67. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +15 -50
  68. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +149 -195
  69. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +0 -15
  70. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +20 -37
  71. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +2660 -2752
  72. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +871 -0
  73. package/dist/expansion-packs/bmad-creative-writing/agents/book-critic.txt +78 -0
  74. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +839 -0
  75. package/dist/expansion-packs/bmad-creative-writing/agents/cover-designer.txt +85 -0
  76. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +861 -0
  77. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +796 -0
  78. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +927 -0
  79. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +842 -0
  80. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +1126 -0
  81. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +864 -0
  82. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +5917 -0
  83. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +25 -27
  84. package/dist/teams/team-all.txt +5541 -3768
  85. package/dist/teams/team-fullstack.txt +3014 -2987
  86. package/dist/teams/team-ide-minimal.txt +2219 -469
  87. package/dist/teams/team-no-ui.txt +2993 -2966
  88. package/docs/enhanced-ide-development-workflow.md +220 -15
  89. package/docs/user-guide.md +271 -18
  90. package/docs/versioning-and-releases.md +122 -44
  91. package/docs/working-in-the-brownfield.md +264 -31
  92. package/eslint.config.mjs +119 -0
  93. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +4 -4
  94. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +1 -1
  95. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  96. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +26 -28
  97. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +50 -50
  98. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +23 -23
  99. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +24 -24
  100. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +42 -42
  101. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  102. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  103. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -1
  104. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +3 -3
  105. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  106. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +1 -1
  107. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +23 -23
  108. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +63 -63
  109. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +20 -20
  110. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  111. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  112. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -1
  113. package/expansion-packs/bmad-creative-writing/README.md +132 -0
  114. package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +19 -0
  115. package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +91 -0
  116. package/expansion-packs/bmad-creative-writing/agents/book-critic.md +35 -0
  117. package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +90 -0
  118. package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +41 -0
  119. package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +89 -0
  120. package/expansion-packs/bmad-creative-writing/agents/editor.md +90 -0
  121. package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +92 -0
  122. package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +90 -0
  123. package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +92 -0
  124. package/expansion-packs/bmad-creative-writing/agents/world-builder.md +91 -0
  125. package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +16 -0
  126. package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +16 -0
  127. package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +16 -0
  128. package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +16 -0
  129. package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +15 -0
  130. package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +16 -0
  131. package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +16 -0
  132. package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +15 -0
  133. package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +15 -0
  134. package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +16 -0
  135. package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +16 -0
  136. package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +18 -0
  137. package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +16 -0
  138. package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +16 -0
  139. package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +16 -0
  140. package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +16 -0
  141. package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +49 -0
  142. package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +16 -0
  143. package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +16 -0
  144. package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +16 -0
  145. package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +15 -0
  146. package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +16 -0
  147. package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +16 -0
  148. package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +16 -0
  149. package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +16 -0
  150. package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +16 -0
  151. package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +16 -0
  152. package/expansion-packs/bmad-creative-writing/config.yaml +11 -0
  153. package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +197 -0
  154. package/expansion-packs/bmad-creative-writing/data/story-structures.md +58 -0
  155. package/expansion-packs/bmad-creative-writing/docs/brief.md +183 -0
  156. package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +117 -0
  157. package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +16 -0
  158. package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +55 -0
  159. package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +22 -0
  160. package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +16 -0
  161. package/expansion-packs/bmad-creative-writing/tasks/build-world.md +17 -0
  162. package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +15 -0
  163. package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +101 -0
  164. package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +19 -0
  165. package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +19 -0
  166. package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +17 -0
  167. package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +93 -0
  168. package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +16 -0
  169. package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +16 -0
  170. package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +16 -0
  171. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +18 -0
  172. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +19 -0
  173. package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +16 -0
  174. package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +18 -0
  175. package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +16 -0
  176. package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +17 -0
  177. package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +16 -0
  178. package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +15 -0
  179. package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +16 -0
  180. package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +51 -0
  181. package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +96 -0
  182. package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +81 -0
  183. package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +92 -0
  184. package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +97 -0
  185. package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +77 -0
  186. package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +54 -0
  187. package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +96 -0
  188. package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +88 -0
  189. package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +176 -0
  190. package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +58 -0
  191. package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +51 -0
  192. package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +69 -0
  193. package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +92 -0
  194. package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +86 -0
  195. package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +79 -0
  196. package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +65 -0
  197. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  198. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +20 -20
  199. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +7 -7
  200. package/package.json +62 -39
  201. package/prettier.config.mjs +32 -0
  202. package/sync-version.sh +23 -0
  203. package/tools/bmad-npx-wrapper.js +10 -10
  204. package/tools/builders/web-builder.js +124 -130
  205. package/tools/bump-all-versions.js +42 -33
  206. package/tools/bump-expansion-version.js +23 -16
  207. package/tools/cli.js +10 -12
  208. package/tools/flattener/aggregate.js +10 -10
  209. package/tools/flattener/binary.js +44 -17
  210. package/tools/flattener/discovery.js +19 -18
  211. package/tools/flattener/files.js +6 -6
  212. package/tools/flattener/ignoreRules.js +125 -125
  213. package/tools/flattener/main.js +426 -70
  214. package/tools/flattener/projectRoot.js +186 -25
  215. package/tools/flattener/prompts.js +9 -9
  216. package/tools/flattener/stats.helpers.js +395 -0
  217. package/tools/flattener/stats.js +64 -14
  218. package/tools/flattener/test-matrix.js +413 -0
  219. package/tools/flattener/xml.js +33 -31
  220. package/tools/installer/bin/bmad.js +156 -113
  221. package/tools/installer/config/ide-agent-config.yaml +1 -1
  222. package/tools/installer/config/install.config.yaml +13 -3
  223. package/tools/installer/lib/config-loader.js +46 -42
  224. package/tools/installer/lib/file-manager.js +91 -113
  225. package/tools/installer/lib/ide-base-setup.js +57 -56
  226. package/tools/installer/lib/ide-setup.js +545 -399
  227. package/tools/installer/lib/installer.js +875 -714
  228. package/tools/installer/lib/memory-profiler.js +54 -53
  229. package/tools/installer/lib/module-manager.js +19 -15
  230. package/tools/installer/lib/resource-locator.js +26 -28
  231. package/tools/installer/package.json +19 -19
  232. package/tools/lib/dependency-resolver.js +26 -30
  233. package/tools/lib/yaml-utils.js +7 -7
  234. package/tools/preview-release-notes.js +66 -0
  235. package/tools/shared/bannerArt.js +3 -3
  236. package/tools/sync-installer-version.js +7 -9
  237. package/tools/update-expansion-version.js +14 -15
  238. package/tools/upgraders/v3-to-v4-upgrader.js +203 -294
  239. package/tools/version-bump.js +41 -26
  240. package/tools/yaml-format.js +56 -43
  241. package/.github/workflows/release.yaml +0 -60
  242. package/.releaserc.json +0 -21
  243. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +0 -102
  244. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +0 -13
  245. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +0 -13
  246. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +0 -25
  247. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +0 -34
  248. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +0 -70
  249. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +0 -26
  250. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +0 -109
  251. package/tools/semantic-release-sync-installer.js +0 -30
@@ -0,0 +1,176 @@
1
+ # Book Cover Design Assets
2
+ # ============================================================
3
+ # This canvas file contains:
4
+ # 1. Agent definition (cover-designer)
5
+ # 2. Three tasks
6
+ # 3. One template
7
+ # 4. One checklist
8
+ # ------------------------------------------------------------
9
+
10
+ # ------------------------------------------------------------
11
+ # agents/cover-designer.md
12
+ # ------------------------------------------------------------
13
+ ```yaml
14
+ agent:
15
+ name: Iris Vega
16
+ id: cover-designer
17
+ title: Book Cover Designer & KDP Specialist
18
+ icon: 🎨
19
+ whenToUse: Use to generate AI‑ready cover art prompts and assemble a compliant KDP package (front, spine, back).
20
+ customization: null
21
+ persona:
22
+ role: Award‑Winning Cover Artist & Publishing Production Expert
23
+ style: Visual, detail‑oriented, market‑aware, collaborative
24
+ identity: Veteran cover designer whose work has topped Amazon charts across genres; expert in KDP technical specs.
25
+ focus: Translating story essence into compelling visuals that sell while meeting printer requirements.
26
+ core_principles:
27
+ - Audience Hook – Covers must attract target readers within 3 seconds
28
+ - Genre Signaling – Color, typography, and imagery must align with expectations
29
+ - Technical Precision – Always match trim size, bleed, and DPI specs
30
+ - Sales Metadata – Integrate subtitle, series, reviews for maximum conversion
31
+ - Prompt Clarity – Provide explicit AI image prompts with camera, style, lighting, and composition cues
32
+ startup:
33
+ - Greet the user and ask for book details (trim size, page count, genre, mood).
34
+ - Offer to run *generate-cover-brief* task to gather all inputs.
35
+ commands:
36
+ - help: Show available commands
37
+ - brief: Run generate-cover-brief (collect info)
38
+ - design: Run generate-cover-prompts (produce AI prompts)
39
+ - package: Run assemble-kdp-package (full deliverables)
40
+ - exit: Exit persona
41
+ dependencies:
42
+ tasks:
43
+ - generate-cover-brief
44
+ - generate-cover-prompts
45
+ - assemble-kdp-package
46
+ templates:
47
+ - cover-design-brief-tmpl
48
+ checklists:
49
+ - kdp-cover-ready-checklist
50
+ ```
51
+
52
+ # ------------------------------------------------------------
53
+ # tasks/generate-cover-brief.md
54
+ # ------------------------------------------------------------
55
+ ---
56
+ task:
57
+ id: generate-cover-brief
58
+ name: Generate Cover Brief
59
+ description: Interactive questionnaire that captures all creative and technical parameters for the cover.
60
+ persona_default: cover-designer
61
+ steps:
62
+ - Ask for title, subtitle, author name, series info.
63
+ - Ask for genre, target audience, comparable titles.
64
+ - Ask for trim size (e.g., 6"x9"), page count, paper color.
65
+ - Ask for mood keywords, primary imagery, color palette.
66
+ - Ask what should appear on back cover (blurb, reviews, author bio, ISBN location).
67
+ - Fill cover-design-brief-tmpl with collected info.
68
+ output: cover-brief.md
69
+ ...
70
+
71
+ # ------------------------------------------------------------
72
+ # tasks/generate-cover-prompts.md
73
+ # ------------------------------------------------------------
74
+ ---
75
+ task:
76
+ id: generate-cover-prompts
77
+ name: Generate Cover Prompts
78
+ description: Produce AI image generator prompts for front cover artwork plus typography guidance.
79
+ persona_default: cover-designer
80
+ inputs:
81
+ - cover-brief.md
82
+ steps:
83
+ - Extract mood, genre, imagery from brief.
84
+ - Draft 3‑5 alternative stable diffusion / DALL·E prompts (include style, lens, color keywords).
85
+ - Specify safe negative prompts.
86
+ - Provide font pairing suggestions (Google Fonts) matching genre.
87
+ - Output prompts and typography guidance to cover-prompts.md.
88
+ output: cover-prompts.md
89
+ ...
90
+
91
+ # ------------------------------------------------------------
92
+ # tasks/assemble-kdp-package.md
93
+ # ------------------------------------------------------------
94
+ ---
95
+ task:
96
+ id: assemble-kdp-package
97
+ name: Assemble KDP Cover Package
98
+ description: Compile final instructions, assets list, and compliance checklist for Amazon KDP upload.
99
+ persona_default: cover-designer
100
+ inputs:
101
+ - cover-brief.md
102
+ - cover-prompts.md
103
+ steps:
104
+ - Calculate full‑wrap cover dimensions (front, spine, back) using trim size & page count.
105
+ - List required bleed and margin values.
106
+ - Provide layout diagram (ASCII or Mermaid) labeling zones.
107
+ - Insert ISBN placeholder or user‑supplied barcode location.
108
+ - Populate back‑cover content sections (blurb, reviews, author bio).
109
+ - Export combined PDF instructions (design-package.md) with link placeholders for final JPEG/PNG.
110
+ - Execute kdp-cover-ready-checklist; flag any unmet items.
111
+ output: design-package.md
112
+ ...
113
+
114
+ # ------------------------------------------------------------
115
+ # templates/cover-design-brief-tmpl.yaml
116
+ # ------------------------------------------------------------
117
+ ---
118
+ template:
119
+ id: cover-design-brief-tmpl
120
+ name: Cover Design Brief
121
+ description: Structured form capturing creative + technical details for cover design.
122
+ whenToUse: During generate-cover-brief task.
123
+ exampleOutput: cover-brief.md
124
+ ---
125
+ # Cover Design Brief – {{title}}
126
+
127
+ ## Book Metadata
128
+ - **Title:** {{title}}
129
+ - **Subtitle:** {{subtitle}}
130
+ - **Author:** {{author}}
131
+ - **Series (if any):** {{series}}
132
+ - **Genre:** {{genre}}
133
+ - **Target Audience:** {{audience}}
134
+
135
+ ## Technical Specs
136
+ | Item | Value |
137
+ |------|-------|
138
+ | Trim Size | {{trim_size}} |
139
+ | Page Count | {{page_count}} |
140
+ | Paper Color | {{paper_color}} |
141
+ | Print Type | {{print_type}} |
142
+ | Matte/Glossy | {{finish}} |
143
+
144
+ ## Creative Direction
145
+ - **Mood / Tone Keywords:** {{mood_keywords}}
146
+ - **Primary Imagery:** {{imagery}}
147
+ - **Color Palette:** {{colors}}
148
+ - **Font Style Preferences:** {{fonts}}
149
+
150
+ ## Back Cover Content
151
+ - **Blurb:** {{blurb}}
152
+ - **Review Snippets:** {{reviews}}
153
+ - **Author Bio:** {{author_bio}}
154
+ - **ISBN/Barcode:** {{isbn_location}}
155
+
156
+ [[LLM: After drafting, apply tasks#advanced-elicitation]]
157
+ ...
158
+
159
+ # ------------------------------------------------------------
160
+ # checklists/kdp-cover-ready-checklist.md
161
+ # ------------------------------------------------------------
162
+ ---
163
+ checklist:
164
+ id: kdp-cover-ready-checklist
165
+ name: KDP Cover Ready Checklist
166
+ description: Ensure final cover meets Amazon KDP print specs.
167
+ items:
168
+ - "[ ] Correct trim size & bleed margins applied"
169
+ - "[ ] 300 DPI images"
170
+ - "[ ] CMYK color profile for print PDF"
171
+ - "[ ] Spine text ≥ 0.0625" away from edges"
172
+ - "[ ] Barcode zone clear of critical art"
173
+ - "[ ] No transparent layers"
174
+ - "[ ] File size < 40MB PDF"
175
+ - "[ ] Front & back text legible at thumbnail size"
176
+ ...
@@ -0,0 +1,58 @@
1
+ ---
2
+ workflow:
3
+ id: novel-greenfield-workflow
4
+ name: Greenfield Novel Workflow
5
+ description: >-
6
+ End‑to‑end pipeline for writing a brand‑new novel: concept → outline → draft →
7
+ beta feedback → polish → professional critique.
8
+ phases:
9
+ ideation:
10
+ - agent: narrative-designer
11
+ task: brainstorm-premise
12
+ output: concept-brief.md
13
+ - agent: world-builder
14
+ task: build-world
15
+ input: concept-brief.md
16
+ output: world-guide.md
17
+ - agent: character-psychologist
18
+ task: develop-character
19
+ input: concept-brief.md
20
+ output: characters.md
21
+ outlining:
22
+ - agent: plot-architect
23
+ task: analyze-story-structure
24
+ input:
25
+ - concept-brief.md
26
+ - world-guide.md
27
+ - characters.md
28
+ output: story-outline.md
29
+ drafting:
30
+ - agent: editor
31
+ task: create-draft-section
32
+ input: story-outline.md
33
+ repeat: per-chapter
34
+ output: draft-manuscript.md
35
+ - agent: dialog-specialist
36
+ task: workshop-dialog
37
+ input: draft-manuscript.md
38
+ output: dialog-pass.md
39
+ revision:
40
+ - agent: beta-reader
41
+ task: provide-feedback
42
+ input: draft-manuscript.md
43
+ output: beta-notes.md
44
+ - agent: editor
45
+ task: incorporate-feedback
46
+ input:
47
+ - draft-manuscript.md
48
+ - beta-notes.md
49
+ output: polished-manuscript.md
50
+ critique:
51
+ - agent: book-critic
52
+ task: critical-review
53
+ input: polished-manuscript.md
54
+ output: critic-review.md
55
+ completion_criteria:
56
+ - critic-review.md exists
57
+ ...
58
+
@@ -0,0 +1,51 @@
1
+ ---
2
+ workflow:
3
+ id: novel-serial-workflow
4
+ name: Iterative Release Novel Workflow
5
+ description: >-
6
+ Web‑serial cycle with regular releases, reader feedback, and season‑end
7
+ professional critique.
8
+ phases:
9
+ sprint-planning:
10
+ - agent: plot-architect
11
+ task: select-next-arc
12
+ output: release-plan.md
13
+ chapter-loop:
14
+ - agent: editor
15
+ task: create-draft-section
16
+ input: release-plan.md
17
+ repeat: per-chapter
18
+ output: chapter-draft.md
19
+ - agent: dialog-specialist
20
+ task: workshop-dialog
21
+ input: chapter-draft.md
22
+ output: chapter-dialog.md
23
+ - agent: beta-reader
24
+ task: quick-feedback
25
+ input: chapter-dialog.md
26
+ output: chapter-notes.md
27
+ - agent: editor
28
+ task: final-polish
29
+ input:
30
+ - chapter-dialog.md
31
+ - chapter-notes.md
32
+ output: chapter-final.md
33
+ - agent: editor
34
+ task: publish-chapter
35
+ input: chapter-final.md
36
+ output: publication-log.md
37
+ retrospective:
38
+ - agent: beta-reader
39
+ task: analyze-reader-feedback
40
+ input: publication-log.md
41
+ output: retro.md
42
+ season-critique:
43
+ - agent: book-critic
44
+ task: critical-review
45
+ input: publication-log.md
46
+ output: critic-review.md
47
+ completion_criteria:
48
+ - publication-log.md exists
49
+ - critic-review.md exists
50
+ ...
51
+
@@ -0,0 +1,69 @@
1
+ ---
2
+ workflow:
3
+ id: novel-snowflake-workflow
4
+ name: Snowflake Novel Workflow
5
+ description: >-
6
+ 10‑step Snowflake Method culminating in professional critic review.
7
+ phases:
8
+ premise:
9
+ - agent: plot-architect
10
+ task: brainstorm-premise
11
+ output: premise.txt
12
+ paragraph:
13
+ - agent: plot-architect
14
+ task: expand-premise
15
+ input: premise.txt
16
+ output: premise-paragraph.md
17
+ characters:
18
+ - agent: character-psychologist
19
+ task: develop-character
20
+ input: premise-paragraph.md
21
+ output: character-summaries.md
22
+ synopsis:
23
+ - agent: plot-architect
24
+ task: expand-synopsis
25
+ input: premise-paragraph.md
26
+ output: synopsis.md
27
+ deep-character:
28
+ - agent: character-psychologist
29
+ task: character-depth-pass
30
+ input: character-summaries.md
31
+ output: characters.md
32
+ scene-list:
33
+ - agent: plot-architect
34
+ task: generate-scene-list
35
+ input:
36
+ - synopsis.md
37
+ - characters.md
38
+ output: scene-list.md
39
+ outline:
40
+ - agent: plot-architect
41
+ task: outline-scenes
42
+ input: scene-list.md
43
+ output: snowflake-outline.md
44
+ drafting:
45
+ - agent: editor
46
+ task: create-draft-section
47
+ input: snowflake-outline.md
48
+ repeat: per-chapter
49
+ output: draft-manuscript.md
50
+ polish:
51
+ - agent: beta-reader
52
+ task: provide-feedback
53
+ input: draft-manuscript.md
54
+ output: beta-notes.md
55
+ - agent: editor
56
+ task: incorporate-feedback
57
+ input:
58
+ - draft-manuscript.md
59
+ - beta-notes.md
60
+ output: final-manuscript.md
61
+ critique:
62
+ - agent: book-critic
63
+ task: critical-review
64
+ input: final-manuscript.md
65
+ output: critic-review.md
66
+ completion_criteria:
67
+ - critic-review.md exists
68
+ ...
69
+
@@ -0,0 +1,92 @@
1
+ ---
2
+ # workflows/novel-writing.yaml
3
+ name: novel-writing
4
+ title: Novel Writing Workflow
5
+ description: |
6
+ End‑to‑end pipeline for drafting, revising, and polishing a full‑length novel
7
+ using the BMAD Creative Writing team.
8
+
9
+ triggers:
10
+ - command: /novel
11
+ - intent: "write a novel"
12
+
13
+ inputs:
14
+ - working_title
15
+ - genre
16
+ - target_word_count
17
+
18
+ agents:
19
+ - plot-architect
20
+ - world-builder
21
+ - character-psychologist
22
+ - genre-specialist
23
+ - narrative-designer
24
+ - dialog-specialist
25
+ - editor
26
+ - beta-reader
27
+
28
+ steps:
29
+ - id: generate_outline
30
+ title: Generate high‑level outline
31
+ agent: plot-architect
32
+ uses: templates/story-outline-tmpl.yaml
33
+ outputs: outline
34
+
35
+ - id: develop_characters
36
+ title: Flesh out characters
37
+ agent: character-psychologist
38
+ inputs: outline
39
+ uses: templates/character-profile-tmpl.yaml
40
+ outputs: character_profiles
41
+
42
+ - id: build_world
43
+ title: Develop setting and worldbuilding
44
+ agent: world-builder
45
+ inputs: outline
46
+ outputs: world_bible
47
+
48
+ - id: scene_list
49
+ title: Expand outline into scene list
50
+ agent: narrative-designer
51
+ inputs:
52
+ - outline
53
+ - character_profiles
54
+ - world_bible
55
+ outputs: scene_list
56
+
57
+ - id: draft
58
+ title: Draft manuscript
59
+ agent: narrative-designer
60
+ repeat_for: scene_list
61
+ outputs: raw_chapters
62
+
63
+ - id: dialogue_pass
64
+ title: Polish dialogue
65
+ agent: dialog-specialist
66
+ inputs: raw_chapters
67
+ outputs: dialogue_polished
68
+
69
+ - id: developmental_edit
70
+ title: Developmental edit
71
+ agent: editor
72
+ inputs:
73
+ - dialogue_polished
74
+ outputs: revised_manuscript
75
+
76
+ - id: beta_read
77
+ title: Beta read and feedback
78
+ agent: beta-reader
79
+ inputs: revised_manuscript
80
+ outputs: beta_notes
81
+
82
+ - id: final_edit
83
+ title: Final copy‑edit and proof
84
+ agent: editor
85
+ inputs:
86
+ - revised_manuscript
87
+ - beta_notes
88
+ outputs: final_manuscript
89
+
90
+ outputs:
91
+ - final_manuscript
92
+
@@ -0,0 +1,86 @@
1
+ ---
2
+ # workflows/screenplay-development.yaml
3
+ name: screenplay-development
4
+ title: Screenplay Development Workflow
5
+ description: |
6
+ Develop a feature‑length screenplay from concept to polished shooting script.
7
+
8
+ triggers:
9
+ - command: /screenplay
10
+ - intent: "write a screenplay"
11
+
12
+ inputs:
13
+ - working_title
14
+ - genre
15
+ - target_length_pages
16
+
17
+ agents:
18
+ - plot-architect
19
+ - character-psychologist
20
+ - genre-specialist
21
+ - narrative-designer
22
+ - dialog-specialist
23
+ - editor
24
+ - beta-reader
25
+
26
+ steps:
27
+ - id: logline
28
+ title: Craft logline & premise
29
+ agent: plot-architect
30
+ outputs: logline
31
+
32
+ - id: beat_sheet
33
+ title: Create beat sheet (Save the Cat, etc.)
34
+ agent: plot-architect
35
+ inputs: logline
36
+ outputs: beat_sheet
37
+
38
+ - id: treatment
39
+ title: Expand into prose treatment
40
+ agent: narrative-designer
41
+ inputs: beat_sheet
42
+ outputs: treatment
43
+
44
+ - id: character_bios
45
+ title: Write character bios
46
+ agent: character-psychologist
47
+ inputs: treatment
48
+ outputs: character_bios
49
+
50
+ - id: first_draft
51
+ title: Draft screenplay
52
+ agent: narrative-designer
53
+ inputs:
54
+ - treatment
55
+ - character_bios
56
+ outputs: draft_script
57
+
58
+ - id: dialogue_polish
59
+ title: Dialogue polish
60
+ agent: dialog-specialist
61
+ inputs: draft_script
62
+ outputs: dialogue_polished_script
63
+
64
+ - id: format_check
65
+ title: Format & technical check (Final Draft / Fountain)
66
+ agent: editor
67
+ inputs: dialogue_polished_script
68
+ outputs: production_ready_script
69
+
70
+ - id: beta_read
71
+ title: Table read feedback
72
+ agent: beta-reader
73
+ inputs: production_ready_script
74
+ outputs: beta_script_notes
75
+
76
+ - id: final_script
77
+ title: Final shooting script
78
+ agent: editor
79
+ inputs:
80
+ - production_ready_script
81
+ - beta_script_notes
82
+ outputs: final_screenplay
83
+
84
+ outputs:
85
+ - final_screenplay
86
+
@@ -0,0 +1,79 @@
1
+ ---
2
+ # workflows/series-planning.yaml
3
+ name: series-planning
4
+ title: Series Planning Workflow
5
+ description: |
6
+ Plan a multi‑book or multi‑season narrative series, including overarching arcs
7
+ and individual installment roadmaps.
8
+
9
+ triggers:
10
+ - command: /series-plan
11
+ - intent: "plan a series"
12
+
13
+ inputs:
14
+ - series_title
15
+ - genre
16
+ - num_installments
17
+
18
+ agents:
19
+ - plot-architect
20
+ - world-builder
21
+ - character-psychologist
22
+ - narrative-designer
23
+ - genre-specialist
24
+ - editor
25
+
26
+ steps:
27
+ - id: high_concept
28
+ title: Define series high concept
29
+ agent: plot-architect
30
+ outputs: high_concept
31
+
32
+ - id: world_bible
33
+ title: Build series bible (world, rules, tone)
34
+ agent: world-builder
35
+ inputs: high_concept
36
+ outputs: series_bible
37
+
38
+ - id: character_arcs
39
+ title: Map long‑arc character development
40
+ agent: character-psychologist
41
+ inputs:
42
+ - high_concept
43
+ - series_bible
44
+ outputs: character_arc_map
45
+
46
+ - id: installment_overviews
47
+ title: Plot each installment overview
48
+ agent: plot-architect
49
+ repeat: num_installments
50
+ inputs:
51
+ - high_concept
52
+ - character_arc_map
53
+ outputs: installment_overviews
54
+
55
+ - id: genre_alignment
56
+ title: Genre & market alignment check
57
+ agent: genre-specialist
58
+ inputs: installment_overviews
59
+ outputs: market_positioning
60
+
61
+ - id: roadmap
62
+ title: Compile master roadmap
63
+ agent: narrative-designer
64
+ inputs:
65
+ - series_bible
66
+ - character_arc_map
67
+ - installment_overviews
68
+ - market_positioning
69
+ outputs: series_roadmap
70
+
71
+ - id: editorial_review
72
+ title: Editorial review
73
+ agent: editor
74
+ inputs: series_roadmap
75
+ outputs: final_series_plan
76
+
77
+ outputs:
78
+ - final_series_plan
79
+
@@ -0,0 +1,65 @@
1
+ ---
2
+ # workflows/short-story-creation.yaml
3
+ name: short-story-creation
4
+ title: Short Story Creation Workflow
5
+ description: |
6
+ Pipeline for drafting and polishing a standalone short story (up to ~7,500 words).
7
+
8
+ triggers:
9
+ - command: /short-story
10
+ - intent: "write a short story"
11
+
12
+ inputs:
13
+ - working_title
14
+ - genre
15
+ - target_word_count
16
+
17
+ agents:
18
+ - plot-architect
19
+ - character-psychologist
20
+ - genre-specialist
21
+ - narrative-designer
22
+ - editor
23
+ - beta-reader
24
+
25
+ steps:
26
+ - id: premise
27
+ title: Generate premise
28
+ agent: plot-architect
29
+ outputs: premise
30
+
31
+ - id: outline
32
+ title: Create compact outline
33
+ agent: plot-architect
34
+ inputs: premise
35
+ outputs: outline
36
+
37
+ - id: draft
38
+ title: Draft story
39
+ agent: narrative-designer
40
+ inputs: outline
41
+ outputs: draft_story
42
+
43
+ - id: tightening
44
+ title: Tighten prose & pacing
45
+ agent: editor
46
+ inputs: draft_story
47
+ outputs: tightened_story
48
+
49
+ - id: beta_read
50
+ title: Beta read
51
+ agent: beta-reader
52
+ inputs: tightened_story
53
+ outputs: beta_feedback
54
+
55
+ - id: final_edit
56
+ title: Final edit & proof
57
+ agent: editor
58
+ inputs:
59
+ - tightened_story
60
+ - beta_feedback
61
+ outputs: final_story
62
+
63
+ outputs:
64
+ - final_story
65
+
@@ -1,5 +1,5 @@
1
1
  name: bmad-infrastructure-devops
2
- version: 1.11.0
2
+ version: 1.12.0
3
3
  short-title: Infrastructure DevOps Pack
4
4
  description: >-
5
5
  This expansion pack extends BMad Method with comprehensive infrastructure and