bmad-method 4.37.0 → 4.39.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 (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,91 @@
1
+ # world-builder
2
+
3
+ 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.
4
+
5
+ CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
6
+
7
+ ## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
8
+
9
+ ```yaml
10
+ IDE-FILE-RESOLUTION:
11
+ - FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
12
+ - Dependencies map to {root}/{type}/{name}
13
+ - type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
14
+ - Example: create-doc.md → {root}/tasks/create-doc.md
15
+ - IMPORTANT: Only load these files when user requests specific command execution
16
+ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
17
+ activation-instructions:
18
+ - STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
19
+ - STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
20
+ - STEP 3: Greet user with your name/role and mention `*help` command
21
+ - DO NOT: Load any other agent files during activation
22
+ - ONLY load dependency files when user selects them for execution via command or request of a task
23
+ - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
27
+ - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
28
+ - STAY IN CHARACTER!
29
+ - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
30
+ agent:
31
+ name: World Builder
32
+ id: world-builder
33
+ title: Setting & Universe Designer
34
+ icon: 🌍
35
+ whenToUse: Use for creating consistent worlds, magic systems, cultures, and immersive settings
36
+ customization: null
37
+ persona:
38
+ role: Architect of believable, immersive fictional worlds
39
+ style: Systematic, imaginative, detail-oriented, consistent
40
+ identity: Expert in worldbuilding, cultural systems, and environmental storytelling
41
+ focus: Creating internally consistent, fascinating universes
42
+ core_principles:
43
+ - Internal consistency trumps complexity
44
+ - Culture emerges from environment and history
45
+ - Magic/technology must have rules and costs
46
+ - Worlds should feel lived-in
47
+ - Setting influences character and plot
48
+ - Numbered Options Protocol - Always use numbered lists for user selections
49
+ commands:
50
+ - "*help - Show numbered list of available commands for selection"
51
+ - "*create-world - Run task create-doc.md with template world-bible-tmpl.yaml"
52
+ - "*design-culture - Create cultural systems"
53
+ - "*map-geography - Design world geography"
54
+ - "*create-timeline - Build world history"
55
+ - "*magic-system - Design magic/technology rules"
56
+ - "*economy-builder - Create economic systems"
57
+ - "*language-notes - Develop naming conventions"
58
+ - "*yolo - Toggle Yolo Mode"
59
+ - "*exit - Say goodbye as the World Builder, and then abandon inhabiting this persona"
60
+ dependencies:
61
+ tasks:
62
+ - create-doc.md
63
+ - build-world.md
64
+ - execute-checklist.md
65
+ - advanced-elicitation.md
66
+ templates:
67
+ - world-guide-tmpl.yaml
68
+ checklists:
69
+ - world-building-continuity-checklist.md
70
+ - fantasy-magic-system-checklist.md
71
+ - steampunk-gadget-checklist.md
72
+ data:
73
+ - bmad-kb.md
74
+ - story-structures.md
75
+ ```
76
+
77
+ ## Startup Context
78
+
79
+ You are the World Builder, creator of immersive universes. You understand that great settings are characters in their own right, influencing every aspect of the story.
80
+
81
+ Consider:
82
+ - **Geography shapes culture** shapes character
83
+ - **History creates conflicts** that drive plot
84
+ - **Rules and limitations** create dramatic tension
85
+ - **Sensory details** create immersion
86
+ - **Cultural touchstones** provide authenticity
87
+ - **Environmental storytelling** reveals without exposition
88
+
89
+ Every detail should serve the story while maintaining consistency.
90
+
91
+ Remember to present all options as numbered lists for easy selection.
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 6. Beta‑Feedback Closure Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: beta-feedback-closure-checklist
7
+ name: Beta‑Feedback Closure Checklist
8
+ description: Ensure all beta reader notes are addressed or consciously deferred.
9
+ items:
10
+ - "[ ] Each beta note categorized (Fix/Ignore/Consider)"
11
+ - "[ ] Fixes implemented in manuscript"
12
+ - "[ ] ‘Ignore’ notes documented with rationale"
13
+ - "[ ] ‘Consider’ notes scheduled for future pass"
14
+ - "[ ] Beta readers acknowledged in back matter"
15
+ - "[ ] Summary of changes logged in retro.md"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 1. Character Consistency Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: character-consistency-checklist
7
+ name: Character Consistency Checklist
8
+ description: Verify character details and voice remain consistent throughout the manuscript.
9
+ items:
10
+ - "[ ] Names spelled consistently (incl. diacritics)"
11
+ - "[ ] Physical descriptors match across chapters"
12
+ - "[ ] Goals and motivations do not contradict earlier scenes"
13
+ - "[ ] Character voice (speech patterns, vocabulary) is uniform"
14
+ - "[ ] Relationships and histories align with timeline"
15
+ - "[ ] Internal conflict/arc progression is logical"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 23. Comedic Timing & Humor Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: comedic-timing-checklist
7
+ name: Comedic Timing & Humor Checklist
8
+ description: Ensure jokes land and humorous beats serve character/plot.
9
+ items:
10
+ - "[ ] Setup, beat, punchline structure clear"
11
+ - "[ ] Humor aligns with character voice"
12
+ - "[ ] Cultural references understandable by target audience"
13
+ - "[ ] No conflicting tone in serious scenes"
14
+ - "[ ] Callback jokes spaced for maximum payoff"
15
+ - "[ ] Physical comedy described with vivid imagery"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 24. Cyberpunk Aesthetic Consistency Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: cyberpunk-aesthetic-checklist
7
+ name: Cyberpunk Aesthetic Consistency Checklist
8
+ description: Keep neon‑noir atmosphere, tech slang, and socio‑economic themes consistent.
9
+ items:
10
+ - "[ ] High‑tech / low‑life dichotomy evident"
11
+ - "[ ] Corporate oppression motif recurring"
12
+ - "[ ] Street slang and jargon consistent"
13
+ - "[ ] Urban setting features neon, rain, verticality"
14
+ - "[ ] Augmentation tech follows established rules"
15
+ - "[ ] Hacking sequences plausible within world rules"
16
+ ...
@@ -0,0 +1,15 @@
1
+ # ------------------------------------------------------------
2
+ # 14. eBook Formatting Checklist
3
+ ---
4
+ checklist:
5
+ id: ebook-formatting-checklist
6
+ name: eBook Formatting Checklist
7
+ description: Validate manuscript is Kindle/EPUB ready.
8
+ items:
9
+ - "[ ] Front matter meets Amazon/Apple guidelines"
10
+ - "[ ] No orphan/widow lines after conversion"
11
+ - "[ ] Embedded fonts licensed or removed"
12
+ - "[ ] Images compressed & have alt text"
13
+ - "[ ] Table of contents linked correctly"
14
+ - "[ ] EPUB passes EPUBCheck / Kindle Previewer"
15
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 22. Epic Poetry Meter & Form Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: epic-poetry-meter-checklist
7
+ name: Epic Poetry Meter & Form Checklist
8
+ description: Maintain consistent meter, line length, and poetic devices in epic verse.
9
+ items:
10
+ - "[ ] Chosen meter specified (dactylic hexameter, iambic pentameter, etc.)"
11
+ - "[ ] Scansion performed on random sample lines"
12
+ - "[ ] Caesuras / enjambments used intentionally"
13
+ - "[ ] Repetition / epithets maintain oral tradition flavor"
14
+ - "[ ] Invocation of the muse or equivalent opening present"
15
+ - "[ ] Book/canto divisions follow narrative arc"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 17. Fantasy Magic System Consistency Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: fantasy-magic-system-checklist
7
+ name: Fantasy Magic System Consistency Checklist
8
+ description: Keep magical rules, costs, and exceptions coherent.
9
+ items:
10
+ - "[ ] Core source and rules defined"
11
+ - "[ ] Limitations create plot obstacles"
12
+ - "[ ] Costs or risks for using magic stated"
13
+ - "[ ] No last‑minute power with no foreshadowing"
14
+ - "[ ] Societal impact of magic reflected in setting"
15
+ - "[ ] Rule exceptions justified and rare"
16
+ ...
@@ -0,0 +1,15 @@
1
+ # ------------------------------------------------------------
2
+ # 9. Foreshadowing & Payoff Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: foreshadowing-payoff-checklist
7
+ name: Foreshadowing & Payoff Checklist
8
+ description: Ensure planted clues/payoffs resolve satisfactorily and no dangling setups remain.
9
+ items:
10
+ - "[ ] Each major twist has early foreshadowing"
11
+ - "[ ] Subplots introduced are resolved or intentionally left open w/ sequel hook"
12
+ - "[ ] Symbolic motifs recur at least 3 times (rule of three)"
13
+ - "[ ] Chekhov’s gun fired before finale"
14
+ - "[ ] No dropped characters or MacGuffins"
15
+ ...
@@ -0,0 +1,15 @@
1
+ # ------------------------------------------------------------
2
+ # 10. Genre Tropes Checklist (General)
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: genre-tropes-checklist
7
+ name: Genre Tropes Checklist
8
+ description: Confirm expected reader promises for chosen genre are addressed or subverted intentionally.
9
+ items:
10
+ - "[ ] Core genre conventions present (e.g., mystery has a solvable puzzle)"
11
+ - "[ ] Audience‑favored tropes used or consciously averted"
12
+ - "[ ] Genre pacing beats hit (e.g., romance meet‑cute by 15%)"
13
+ - "[ ] Satisfying genre‑appropriate climax"
14
+ - "[ ] Reader expectations subversions sign‑posted to avoid disappointment"
15
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 18. Historical Accuracy Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: historical-accuracy-checklist
7
+ name: Historical Accuracy Checklist
8
+ description: Validate era‑appropriate details and avoid anachronisms.
9
+ items:
10
+ - "[ ] Clothing and fashion match era"
11
+ - "[ ] Speech patterns and slang accurate"
12
+ - "[ ] Technology and tools available in timeframe"
13
+ - "[ ] Political and cultural norms correct"
14
+ - "[ ] Major historical events timeline respected"
15
+ - "[ ] Sensitivity to real cultures and peoples"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 16. Horror Suspense & Scare Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: horror-suspense-checklist
7
+ name: Horror Suspense & Scare Checklist
8
+ description: Maintain escalating tension and effective scares.
9
+ items:
10
+ - "[ ] Early dread established within first 10%"
11
+ - "[ ] Rising stakes every 2–3 chapters"
12
+ - "[ ] Sensory details evoke fear (sound, smell, touch)"
13
+ - "[ ] At least one false scare before true threat"
14
+ - "[ ] Monster/antagonist rules consistent"
15
+ - "[ ] Climax delivers cathartic payoff and lingering unease"
16
+ ...
@@ -0,0 +1,18 @@
1
+ # ------------------------------------------------------------
2
+ # checklists/kdp-cover-ready-checklist.md
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: kdp-cover-ready-checklist
7
+ name: KDP Cover Ready Checklist
8
+ description: Ensure final cover meets Amazon KDP print specs.
9
+ items:
10
+ - "[ ] Correct trim size & bleed margins applied"
11
+ - "[ ] 300 DPI images"
12
+ - "[ ] CMYK color profile for print PDF"
13
+ - "[ ] Spine text ≥ 0.0625" away from edges"
14
+ - "[ ] Barcode zone clear of critical art"
15
+ - "[ ] No transparent layers"
16
+ - "[ ] File size < 40MB PDF"
17
+ - "[ ] Front & back text legible at thumbnail size"
18
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 4. Line‑Edit Quality Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: line-edit-quality-checklist
7
+ name: Line‑Edit Quality Checklist
8
+ description: Copy‑editing pass for clarity, grammar, and style.
9
+ items:
10
+ - "[ ] Grammar/spelling free of errors"
11
+ - "[ ] Passive voice minimized (target <15%)"
12
+ - "[ ] Repetitious words/phrases trimmed"
13
+ - "[ ] Dialogue punctuation correct"
14
+ - "[ ] Sentences varied in length/rhythm"
15
+ - "[ ] Consistent tense and POV"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 13. Marketing Copy Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: marketing-copy-checklist
7
+ name: Marketing Copy Checklist
8
+ description: Ensure query/blurb/sales page copy is compelling and professional.
9
+ items:
10
+ - "[ ] Hook sentence under 35 words"
11
+ - "[ ] Stakes and protagonist named"
12
+ - "[ ] Unique selling point emphasized"
13
+ - "[ ] Clarity on genre and tone"
14
+ - "[ ] Query letter follows standard format"
15
+ - "[ ] Bio & comparable titles included"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 11. Mystery Clue Trail Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: mystery-clue-trail-checklist
7
+ name: Mystery Clue Trail Checklist
8
+ description: Specialized checklist for mystery novels—ensures fair‑play clues and red herrings.
9
+ items:
10
+ - "[ ] Introduce primary mystery within first two chapters"
11
+ - "[ ] Every clue visible to the reader"
12
+ - "[ ] At least 2 credible red herrings"
13
+ - "[ ] Detective/protagonist has plausible method to discover clues"
14
+ - "[ ] Culprit motive/hiding method explained satisfactorily"
15
+ - "[ ] Climax reveals tie up all threads"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 21. Hard‑Science Orbital Mechanics Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: orbital-mechanics-checklist
7
+ name: Hard‑Science Orbital Mechanics Checklist
8
+ description: Verify spacecraft trajectories, delta‑v budgets, and orbital timings are scientifically plausible.
9
+ items:
10
+ - "[ ] Gravity assists modeled with correct bodies and dates"
11
+ - "[ ] Delta‑v calculations align with propulsion tech limits"
12
+ - "[ ] Transfer windows and travel times match real ephemeris"
13
+ - "[ ] Orbits obey Kepler’s laws (elliptical periods, periapsis)"
14
+ - "[ ] Communication latency accounted for at given distances"
15
+ - "[ ] Plot accounts for orbital plane changes / inclination costs"
16
+ ...
@@ -0,0 +1,49 @@
1
+ # Plot Structure Checklist
2
+
3
+ ## Opening
4
+ - [ ] Hook engages within first page
5
+ - [ ] Genre/tone established early
6
+ - [ ] World rules clear
7
+ - [ ] Protagonist introduced memorably
8
+ - [ ] Status quo established before disruption
9
+
10
+ ## Structure Fundamentals
11
+ - [ ] Inciting incident by 10-15% mark
12
+ - [ ] Clear story question posed
13
+ - [ ] Stakes established and clear
14
+ - [ ] Protagonist commits to journey
15
+ - [ ] B-story provides thematic counterpoint
16
+
17
+ ## Rising Action
18
+ - [ ] Complications escalate logically
19
+ - [ ] Try-fail cycles build tension
20
+ - [ ] Subplots weave with main plot
21
+ - [ ] False victories/defeats included
22
+ - [ ] Character growth parallels plot
23
+ ## Midpoint
24
+ - [ ] Major reversal or revelation
25
+ - [ ] Stakes raised significantly
26
+ - [ ] Protagonist approach shifts
27
+ - [ ] Time pressure introduced/increased
28
+ - [ ] Point of no return crossed
29
+
30
+ ## Crisis Building
31
+ - [ ] Bad guys close in (internal/external)
32
+ - [ ] Protagonist plans fail
33
+ - [ ] Allies fall away/betray
34
+ - [ ] All seems lost moment
35
+ - [ ] Dark night of soul (character lowest)
36
+
37
+ ## Climax
38
+ - [ ] Protagonist must act (no rescue)
39
+ - [ ] Uses lessons learned
40
+ - [ ] Internal/external conflicts merge
41
+ - [ ] Highest stakes moment
42
+ - [ ] Clear win/loss/transformation
43
+
44
+ ## Resolution
45
+ - [ ] New equilibrium established
46
+ - [ ] Loose threads tied
47
+ - [ ] Character growth demonstrated
48
+ - [ ] Thematic statement clear
49
+ - [ ] Emotional satisfaction delivered
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 5. Publication Readiness Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: publication-readiness-checklist
7
+ name: Publication Readiness Checklist
8
+ description: Final checks before releasing or submitting the manuscript.
9
+ items:
10
+ - "[ ] Front matter complete (title, author, dedication)"
11
+ - "[ ] Back matter complete (acknowledgments, about author)"
12
+ - "[ ] Table of contents updated (digital)"
13
+ - "[ ] Chapter headings numbered correctly"
14
+ - "[ ] Formatting styles consistent"
15
+ - "[ ] Metadata (ISBN, keywords) embedded"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 12. Romance Emotional Beats Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: romance-emotional-beats-checklist
7
+ name: Romance Emotional Beats Checklist
8
+ description: Track essential emotional beats in romance arcs.
9
+ items:
10
+ - "[ ] Meet‑cute / inciting attraction"
11
+ - "[ ] Growing intimacy montage"
12
+ - "[ ] Midpoint commitment or confession moment"
13
+ - "[ ] Dark night of the soul / breakup"
14
+ - "[ ] Grand gesture or reconciliation"
15
+ - "[ ] HEA or HFN ending clear"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 3. Scene Quality Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: scene-quality-checklist
7
+ name: Scene Quality Checklist
8
+ description: Quick QA pass for each scene/chapter to ensure narrative purpose.
9
+ items:
10
+ - "[ ] Clear POV established immediately"
11
+ - "[ ] Scene goal & conflict articulated"
12
+ - "[ ] Stakes apparent to the reader"
13
+ - "[ ] Hook at opening and/or end"
14
+ - "[ ] Logical cause–effect with previous scene"
15
+ - "[ ] Character emotion/reaction present"
16
+ ...
@@ -0,0 +1,15 @@
1
+ # ------------------------------------------------------------
2
+ # 15. Sci‑Fi Technology Plausibility Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: scifi-technology-plausibility-checklist
7
+ name: Sci‑Fi Technology Plausibility Checklist
8
+ description: Ensure advanced technologies feel believable and internally consistent.
9
+ items:
10
+ - "[ ] Technology built on clear scientific principles or hand‑waved consistently"
11
+ - "[ ] Limits and costs of tech established"
12
+ - "[ ] Tech capabilities applied consistently to plot"
13
+ - "[ ] No forgotten tech that would solve earlier conflicts"
14
+ - "[ ] Terminology explained or intuitively clear"
15
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 7. Sensitivity & Representation Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: sensitivity-representation-checklist
7
+ name: Sensitivity & Representation Checklist
8
+ description: Ensure respectful, accurate portrayal of marginalized groups and sensitive topics.
9
+ items:
10
+ - "[ ] Consulted authentic sources or sensitivity readers for represented groups"
11
+ - "[ ] Avoided harmful stereotypes or caricatures"
12
+ - "[ ] Language and descriptors are respectful and current"
13
+ - "[ ] Traumatic content handled with appropriate weight and trigger warnings"
14
+ - "[ ] Cultural references are accurate and contextualized"
15
+ - "[ ] Own‑voices acknowledgement (if applicable)"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 25. Steampunk Gadget Plausibility Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: steampunk-gadget-checklist
7
+ name: Steampunk Gadget Plausibility Checklist
8
+ description: Verify brass‑and‑steam inventions obey pseudo‑Victorian tech logic.
9
+ items:
10
+ - "[ ] Power source explained (steam, clockwork, pneumatics)"
11
+ - "[ ] Materials era‑appropriate (brass, wood, iron)"
12
+ - "[ ] Gear ratios or pressure levels plausible for function"
13
+ - "[ ] Airship lift calculated vs envelope size"
14
+ - "[ ] Aesthetic details (rivets, gauges) consistent"
15
+ - "[ ] No modern plastics/electronics unless justified"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 19. Thriller Pacing & Stakes Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: thriller-pacing-stakes-checklist
7
+ name: Thriller Pacing & Stakes Checklist
8
+ description: Keep readers on edge with tight pacing and escalating stakes.
9
+ items:
10
+ - "[ ] Inciting incident by 10% mark"
11
+ - "[ ] Ticking clock or deadline present"
12
+ - "[ ] Complications escalate danger every 3–4 chapters"
13
+ - "[ ] Protagonist setbacks increase tension"
14
+ - "[ ] Twist/reversal at midpoint"
15
+ - "[ ] Final confrontation resolves central threat"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 8. Timeline & Continuity Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: timeline-continuity-checklist
7
+ name: Timeline & Continuity Checklist
8
+ description: Verify dates, ages, seasons, and causal events remain consistent.
9
+ items:
10
+ - "[ ] Character ages progress logically"
11
+ - "[ ] Seasons/holidays align with passage of time"
12
+ - "[ ] Travel durations match map scale"
13
+ - "[ ] Cause → effect order preserved across chapters"
14
+ - "[ ] Flashbacks clearly timestamped and consistent"
15
+ - "[ ] Timeline visual (chronology.md) updated"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 2. World‑Building Continuity Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: world-building-continuity-checklist
7
+ name: World‑Building Continuity Checklist
8
+ description: Ensure geography, cultures, tech/magic rules, and timeline stay coherent.
9
+ items:
10
+ - "[ ] Map geography referenced consistently"
11
+ - "[ ] Cultural customs/laws remain uniform"
12
+ - "[ ] Magic/tech limitations not violated"
13
+ - "[ ] Historical dates/events match world‑guide"
14
+ - "[ ] Economics/politics align scene to scene"
15
+ - "[ ] Travel times/distances are plausible"
16
+ ...
@@ -0,0 +1,16 @@
1
+ # ------------------------------------------------------------
2
+ # 20. YA Appropriateness Checklist
3
+ # ------------------------------------------------------------
4
+ ---
5
+ checklist:
6
+ id: ya-appropriateness-checklist
7
+ name: Young Adult Content Appropriateness Checklist
8
+ description: Ensure themes, language, and content suit YA audience.
9
+ items:
10
+ - "[ ] Protagonist age 13–18 and driving action"
11
+ - "[ ] Themes of identity, friendship, coming‑of‑age present"
12
+ - "[ ] Romance handles consent and boundaries responsibly"
13
+ - "[ ] Violence and language within YA market norms"
14
+ - "[ ] No explicit sexual content beyond fade‑to‑black"
15
+ - "[ ] Hopeful or growth‑oriented ending"
16
+ ...
@@ -0,0 +1,11 @@
1
+ name: bmad-creative-writing
2
+ version: 1.1.0
3
+ short-title: Creative Writing Studio
4
+ description: >-
5
+ Comprehensive AI-powered creative writing framework providing specialized
6
+ agents, workflows, and tools for fiction writers, screenwriters, and
7
+ narrative designers. Includes 10 specialized writing agents, 8 workflows from
8
+ ideation to publication, 27 quality checklists, and KDP publishing
9
+ integration.
10
+ author: Wes
11
+ slashPrefix: cw