bmad-method 4.39.1 → 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 (253) 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 -12
  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 -7
  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 -7
  94. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +97 -47
  95. package/dist/expansion-packs/bmad-creative-writing/agents/book-critic.txt +7 -4
  96. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +84 -37
  97. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +59 -17
  98. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +90 -49
  99. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +109 -47
  100. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +74 -28
  101. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +56 -9
  102. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +98 -48
  103. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +1404 -810
  104. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +12 -0
  105. package/dist/teams/team-all.txt +92 -14
  106. package/dist/teams/team-fullstack.txt +71 -14
  107. package/dist/teams/team-ide-minimal.txt +56 -12
  108. package/dist/teams/team-no-ui.txt +64 -14
  109. package/docs/versioning-and-releases.md +1 -1
  110. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +1 -0
  111. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +2 -0
  112. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +2 -0
  113. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +2 -0
  114. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +2 -0
  115. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +2 -0
  116. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -0
  117. package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +2 -0
  118. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +2 -0
  119. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +2 -0
  120. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -0
  121. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +2 -0
  122. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +1 -0
  123. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +1 -0
  124. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
  125. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +1 -0
  126. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
  127. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +1 -0
  128. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -0
  129. package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
  130. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +2 -0
  131. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +2 -0
  132. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +2 -0
  133. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +2 -0
  134. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +2 -0
  135. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +2 -0
  136. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +2 -0
  137. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +2 -0
  138. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -0
  139. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +2 -0
  140. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +2 -0
  141. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +2 -0
  142. package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +2 -0
  143. package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +2 -0
  144. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +2 -0
  145. package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +2 -0
  146. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1 -0
  147. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +1 -0
  148. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
  149. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +1 -0
  150. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
  151. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +1 -0
  152. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -0
  153. package/expansion-packs/bmad-creative-writing/README.md +15 -1
  154. package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +2 -1
  155. package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +14 -11
  156. package/expansion-packs/bmad-creative-writing/agents/book-critic.md +7 -2
  157. package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +14 -11
  158. package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +5 -0
  159. package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +14 -11
  160. package/expansion-packs/bmad-creative-writing/agents/editor.md +14 -11
  161. package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +15 -12
  162. package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +14 -11
  163. package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +14 -11
  164. package/expansion-packs/bmad-creative-writing/agents/world-builder.md +14 -11
  165. package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +17 -10
  166. package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +17 -10
  167. package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +17 -10
  168. package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +17 -10
  169. package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +16 -10
  170. package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +17 -10
  171. package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +17 -10
  172. package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +16 -9
  173. package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +16 -9
  174. package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +17 -10
  175. package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +17 -10
  176. package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +19 -12
  177. package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +17 -10
  178. package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +17 -10
  179. package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +17 -10
  180. package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +17 -10
  181. package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +12 -2
  182. package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +17 -10
  183. package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +17 -10
  184. package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +17 -10
  185. package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +16 -9
  186. package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +17 -10
  187. package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +17 -10
  188. package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +17 -10
  189. package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +17 -10
  190. package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +17 -10
  191. package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +17 -10
  192. package/expansion-packs/bmad-creative-writing/config.yaml +3 -2
  193. package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +13 -1
  194. package/expansion-packs/bmad-creative-writing/data/story-structures.md +10 -1
  195. package/expansion-packs/bmad-creative-writing/docs/brief.md +30 -1
  196. package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +3 -1
  197. package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +17 -10
  198. package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +14 -2
  199. package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +23 -16
  200. package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +17 -10
  201. package/expansion-packs/bmad-creative-writing/tasks/build-world.md +18 -11
  202. package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +16 -9
  203. package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +3 -1
  204. package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +19 -12
  205. package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +20 -13
  206. package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +18 -11
  207. package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +3 -8
  208. package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +17 -10
  209. package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +17 -10
  210. package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +17 -10
  211. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +19 -12
  212. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +20 -13
  213. package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +17 -10
  214. package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +19 -12
  215. package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +17 -10
  216. package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +18 -11
  217. package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +17 -10
  218. package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +16 -9
  219. package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +17 -10
  220. package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +14 -1
  221. package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +1 -0
  222. package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +1 -0
  223. package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +1 -1
  224. package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +1 -0
  225. package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +1 -0
  226. package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +1 -0
  227. package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +1 -1
  228. package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +1 -0
  229. package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +107 -65
  230. package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +1 -3
  231. package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +1 -2
  232. package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +2 -2
  233. package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +2 -3
  234. package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +1 -2
  235. package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +1 -2
  236. package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +1 -2
  237. package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +2 -0
  238. package/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +2 -0
  239. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -0
  240. package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +2 -0
  241. package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +2 -0
  242. package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +2 -0
  243. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +1 -0
  244. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +1 -0
  245. package/package.json +1 -1
  246. package/release_notes.md +23 -0
  247. package/tools/cli.js +2 -2
  248. package/tools/flattener/main.js +1 -6
  249. package/tools/installer/bin/bmad.js +1 -1
  250. package/tools/installer/config/install.config.yaml +1 -1
  251. package/tools/installer/package.json +1 -1
  252. package/tools/shared/bannerArt.js +3 -3
  253. /package/{sync-version.sh → tools/sync-version.sh} +0 -0
@@ -1,15 +1,27 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
1
3
  # Book Cover Design Assets
4
+
2
5
  # ============================================================
6
+
3
7
  # This canvas file contains:
8
+
4
9
  # 1. Agent definition (cover-designer)
10
+
5
11
  # 2. Three tasks
12
+
6
13
  # 3. One template
14
+
7
15
  # 4. One checklist
16
+
8
17
  # ------------------------------------------------------------
9
18
 
10
19
  # ------------------------------------------------------------
20
+
11
21
  # agents/cover-designer.md
22
+
12
23
  # ------------------------------------------------------------
24
+
13
25
  ```yaml
14
26
  agent:
15
27
  name: Iris Vega
@@ -50,81 +62,103 @@ dependencies:
50
62
  ```
51
63
 
52
64
  # ------------------------------------------------------------
65
+
53
66
  # tasks/generate-cover-brief.md
67
+
54
68
  # ------------------------------------------------------------
69
+
55
70
  ---
71
+
56
72
  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
73
+ id: generate-cover-brief
74
+ name: Generate Cover Brief
75
+ description: Interactive questionnaire that captures all creative and technical parameters for the cover.
76
+ persona_default: cover-designer
61
77
  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
- ...
78
+
79
+ - Ask for title, subtitle, author name, series info.
80
+ - Ask for genre, target audience, comparable titles.
81
+ - Ask for trim size (e.g., 6"x9"), page count, paper color.
82
+ - Ask for mood keywords, primary imagery, color palette.
83
+ - Ask what should appear on back cover (blurb, reviews, author bio, ISBN location).
84
+ - Fill cover-design-brief-tmpl with collected info.
85
+ output: cover-brief.md
86
+ ...
70
87
 
71
88
  # ------------------------------------------------------------
89
+
72
90
  # tasks/generate-cover-prompts.md
91
+
73
92
  # ------------------------------------------------------------
93
+
74
94
  ---
95
+
75
96
  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
97
+ id: generate-cover-prompts
98
+ name: Generate Cover Prompts
99
+ description: Produce AI image generator prompts for front cover artwork plus typography guidance.
100
+ persona_default: cover-designer
80
101
  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
- ...
102
+
103
+ - cover-brief.md
104
+ steps:
105
+ - Extract mood, genre, imagery from brief.
106
+ - Draft 3‑5 alternative stable diffusion / DALL·E prompts (include style, lens, color keywords).
107
+ - Specify safe negative prompts.
108
+ - Provide font pairing suggestions (Google Fonts) matching genre.
109
+ - Output prompts and typography guidance to cover-prompts.md.
110
+ output: cover-prompts.md
111
+ ...
90
112
 
91
113
  # ------------------------------------------------------------
114
+
92
115
  # tasks/assemble-kdp-package.md
116
+
93
117
  # ------------------------------------------------------------
118
+
94
119
  ---
120
+
95
121
  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
122
+ id: assemble-kdp-package
123
+ name: Assemble KDP Cover Package
124
+ description: Compile final instructions, assets list, and compliance checklist for Amazon KDP upload.
125
+ persona_default: cover-designer
100
126
  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
- ...
127
+
128
+ - cover-brief.md
129
+ - cover-prompts.md
130
+ steps:
131
+ - Calculate full‑wrap cover dimensions (front, spine, back) using trim size & page count.
132
+ - List required bleed and margin values.
133
+ - Provide layout diagram (ASCII or Mermaid) labeling zones.
134
+ - Insert ISBN placeholder or user‑supplied barcode location.
135
+ - Populate back‑cover content sections (blurb, reviews, author bio).
136
+ - Export combined PDF instructions (design-package.md) with link placeholders for final JPEG/PNG.
137
+ - Execute kdp-cover-ready-checklist; flag any unmet items.
138
+ output: design-package.md
139
+ ...
113
140
 
114
141
  # ------------------------------------------------------------
142
+
115
143
  # templates/cover-design-brief-tmpl.yaml
144
+
116
145
  # ------------------------------------------------------------
146
+
117
147
  ---
148
+
118
149
  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
150
+ id: cover-design-brief-tmpl
151
+ name: Cover Design Brief
152
+ description: Structured form capturing creative + technical details for cover design.
153
+ whenToUse: During generate-cover-brief task.
154
+ exampleOutput: cover-brief.md
155
+
124
156
  ---
157
+
125
158
  # Cover Design Brief – {{title}}
126
159
 
127
160
  ## Book Metadata
161
+
128
162
  - **Title:** {{title}}
129
163
  - **Subtitle:** {{subtitle}}
130
164
  - **Author:** {{author}}
@@ -133,21 +167,24 @@ template:
133
167
  - **Target Audience:** {{audience}}
134
168
 
135
169
  ## 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}} |
170
+
171
+ | Item | Value |
172
+ | ------------ | --------------- |
173
+ | Trim Size | {{trim_size}} |
174
+ | Page Count | {{page_count}} |
175
+ | Paper Color | {{paper_color}} |
176
+ | Print Type | {{print_type}} |
177
+ | Matte/Glossy | {{finish}} |
143
178
 
144
179
  ## Creative Direction
180
+
145
181
  - **Mood / Tone Keywords:** {{mood_keywords}}
146
182
  - **Primary Imagery:** {{imagery}}
147
183
  - **Color Palette:** {{colors}}
148
184
  - **Font Style Preferences:** {{fonts}}
149
185
 
150
186
  ## Back Cover Content
187
+
151
188
  - **Blurb:** {{blurb}}
152
189
  - **Review Snippets:** {{reviews}}
153
190
  - **Author Bio:** {{author_bio}}
@@ -157,20 +194,25 @@ template:
157
194
  ...
158
195
 
159
196
  # ------------------------------------------------------------
197
+
160
198
  # checklists/kdp-cover-ready-checklist.md
199
+
161
200
  # ------------------------------------------------------------
201
+
162
202
  ---
203
+
163
204
  checklist:
164
- id: kdp-cover-ready-checklist
165
- name: KDP Cover Ready Checklist
166
- description: Ensure final cover meets Amazon KDP print specs.
205
+ id: kdp-cover-ready-checklist
206
+ name: KDP Cover Ready Checklist
207
+ description: Ensure final cover meets Amazon KDP print specs.
167
208
  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
- ...
209
+
210
+ - "[ ] Correct trim size & bleed margins applied"
211
+ - "[ ] 300 DPI images"
212
+ - "[ ] CMYK color profile for print PDF"
213
+ - "[ ] Spine text 0.0625" away from edges"
214
+ - "[ ] Barcode zone clear of critical art"
215
+ - "[ ] No transparent layers"
216
+ - "[ ] File size < 40MB PDF"
217
+ - "[ ] Front & back text legible at thumbnail size"
218
+ ...
@@ -1,4 +1,4 @@
1
- ---
1
+ # <!-- Powered by BMAD™ Core -->
2
2
  workflow:
3
3
  id: novel-greenfield-workflow
4
4
  name: Greenfield Novel Workflow
@@ -54,5 +54,3 @@ workflow:
54
54
  output: critic-review.md
55
55
  completion_criteria:
56
56
  - critic-review.md exists
57
- ...
58
-
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  workflow:
3
4
  id: novel-serial-workflow
@@ -47,5 +48,3 @@ workflow:
47
48
  completion_criteria:
48
49
  - publication-log.md exists
49
50
  - critic-review.md exists
50
- ...
51
-
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  ---
2
3
  workflow:
3
4
  id: novel-snowflake-workflow
@@ -65,5 +66,4 @@ workflow:
65
66
  output: critic-review.md
66
67
  completion_criteria:
67
68
  - critic-review.md exists
68
- ...
69
-
69
+ # end
@@ -1,10 +1,10 @@
1
- ---
1
+ # <!-- Powered by BMAD™ Core -->
2
2
  # workflows/novel-writing.yaml
3
3
  name: novel-writing
4
4
  title: Novel Writing Workflow
5
5
  description: |
6
6
  End‑to‑end pipeline for drafting, revising, and polishing a full‑length novel
7
- using the BMAD Creative Writing team.
7
+ using the BMAD Creative Writing team.
8
8
 
9
9
  triggers:
10
10
  - command: /novel
@@ -89,4 +89,3 @@ steps:
89
89
 
90
90
  outputs:
91
91
  - final_manuscript
92
-
@@ -1,4 +1,4 @@
1
- ---
1
+ # <!-- Powered by BMAD™ Core -->
2
2
  # workflows/screenplay-development.yaml
3
3
  name: screenplay-development
4
4
  title: Screenplay Development Workflow
@@ -83,4 +83,3 @@ steps:
83
83
 
84
84
  outputs:
85
85
  - final_screenplay
86
-
@@ -1,4 +1,4 @@
1
- ---
1
+ # <!-- Powered by BMAD™ Core -->
2
2
  # workflows/series-planning.yaml
3
3
  name: series-planning
4
4
  title: Series Planning Workflow
@@ -76,4 +76,3 @@ steps:
76
76
 
77
77
  outputs:
78
78
  - final_series_plan
79
-
@@ -1,4 +1,4 @@
1
- ---
1
+ # <!-- Powered by BMAD™ Core -->
2
2
  # workflows/short-story-creation.yaml
3
3
  name: short-story-creation
4
4
  title: Short Story Creation Workflow
@@ -62,4 +62,3 @@ steps:
62
62
 
63
63
  outputs:
64
64
  - final_story
65
-
@@ -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
@@ -1,3 +1,4 @@
1
+ # <!-- Powered by BMAD™ Core -->
1
2
  template:
2
3
  id: infrastructure-platform-template-v2
3
4
  name: Platform Infrastructure Implementation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "4.39.1",
4
+ "version": "4.40.0",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -0,0 +1,23 @@
1
+ ## 🚀 What's New in v4.40.0
2
+
3
+ ### 🐛 Bug Fixes
4
+ - fix: update installer version display to show 4.39.0
5
+ - fix: prettier fixes
6
+ - fix: previous merge set wrong default install location
7
+ - fix: documentation and trademark updates
8
+ - fix: remove incorrect else branch causing flatten command regression (#452)
9
+
10
+ ### 📦 Other Changes
11
+ - patch: move script to tools folder
12
+
13
+ ### 🔧 Maintenance
14
+ - chore: bump to 4.39.1 to fix installer version display
15
+
16
+
17
+ ## 📦 Installation
18
+
19
+ ```bash
20
+ npx bmad-method install
21
+ ```
22
+
23
+ **Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.40.0
package/tools/cli.js CHANGED
@@ -8,7 +8,7 @@ const program = new Command();
8
8
 
9
9
  program
10
10
  .name('bmad-build')
11
- .description('BMad-Method build tool for creating web bundles')
11
+ .description('BMAD-METHOD™ build tool for creating web bundles')
12
12
  .version('4.0.0');
13
13
 
14
14
  program
@@ -136,7 +136,7 @@ program
136
136
 
137
137
  program
138
138
  .command('upgrade')
139
- .description('Upgrade a BMad-Method V3 project to V4')
139
+ .description('Upgrade a BMAD-METHOD™ V3 project to V4')
140
140
  .option('-p, --project <path>', 'Path to V3 project (defaults to current directory)')
141
141
  .option('--dry-run', 'Show what would be changed without making changes')
142
142
  .option('--no-backup', 'Skip creating backup (not recommended)')
@@ -68,7 +68,7 @@ const program = new Command();
68
68
 
69
69
  program
70
70
  .name('bmad-flatten')
71
- .description('BMad-Method codebase flattener tool')
71
+ .description('BMAD-METHOD™ codebase flattener tool')
72
72
  .version('1.0.0')
73
73
  .option('-i, --input <path>', 'Input directory to flatten', process.cwd())
74
74
  .option('-o, --output <path>', 'Output file path', 'flattened-codebase.xml')
@@ -115,11 +115,6 @@ program
115
115
  path.join(inputDir, 'flattened-codebase.xml'),
116
116
  );
117
117
  }
118
- } else {
119
- console.error(
120
- 'Could not auto-detect a project root and no arguments were provided. Please specify -i/--input and -o/--output.',
121
- );
122
- process.exit(1);
123
118
  }
124
119
 
125
120
  // Ensure output directory exists
@@ -216,7 +216,7 @@ async function promptInstallation() {
216
216
  type: 'input',
217
217
  name: 'directory',
218
218
  message: 'Enter the full path to your project directory where BMad should be installed:',
219
- default: process.cwd(),
219
+ default: path.resolve('.'),
220
220
  validate: (input) => {
221
221
  if (!input.trim()) {
222
222
  return 'Please enter a valid project path';
@@ -105,7 +105,7 @@ ide-configurations:
105
105
  format: custom-modes
106
106
  file: .kilocodemodes
107
107
  instructions: |
108
- # To use BMAD agents in Kilo Code:
108
+ # To use BMAD agents in Kilo Code:
109
109
  # 1. Open the mode selector in VSCode
110
110
  # 2. Select a bmad-{agent} mode (e.g. "bmad-dev")
111
111
  # 3. The AI adopts that agent's persona and capabilities
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.39.1",
3
+ "version": "4.40.0",
4
4
  "description": "BMad Method installer - AI-powered Agile development framework",
5
5
  "keywords": [
6
6
  "bmad",
@@ -1,6 +1,6 @@
1
1
  // ASCII banner art definitions extracted from banners.js to separate art from logic
2
2
 
3
- const BMAD_TITLE = 'BMAD-METHOD';
3
+ const BMAD_TITLE = 'BMAD-METHOD';
4
4
  const FLATTENER_TITLE = 'FLATTENER';
5
5
  const INSTALLER_TITLE = 'INSTALLER';
6
6
 
@@ -65,7 +65,7 @@ const INSTALLER_MEDIUM = `
65
65
  // Width: 30 columns total (28 inner)
66
66
  const BMAD_SMALL = `
67
67
  ╭──────────────────────────╮
68
- BMAD-METHOD │
68
+ BMAD-METHOD
69
69
  ╰──────────────────────────╯
70
70
  `;
71
71
 
@@ -82,7 +82,7 @@ const INSTALLER_SMALL = `
82
82
  `;
83
83
 
84
84
  // Tiny (compact brackets)
85
- const BMAD_TINY = `[ BMAD-METHOD ]`;
85
+ const BMAD_TINY = `[ BMAD-METHOD ]`;
86
86
  const FLATTENER_TINY = `[ FLATTENER ]`;
87
87
  const INSTALLER_TINY = `[ INSTALLER ]`;
88
88
 
File without changes