bmad-method 6.0.0-alpha.17 → 6.0.0-alpha.18

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 (186) hide show
  1. package/CHANGELOG.md +97 -0
  2. package/package.json +1 -1
  3. package/src/modules/bmgd/_module-installer/installer.js +160 -0
  4. package/src/modules/bmgd/_module-installer/platform-specifics/claude-code.js +23 -0
  5. package/src/modules/bmgd/_module-installer/platform-specifics/windsurf.js +18 -0
  6. package/src/modules/bmgd/agents/game-architect.agent.yaml +23 -8
  7. package/src/modules/bmgd/agents/game-designer.agent.yaml +38 -18
  8. package/src/modules/bmgd/agents/game-dev.agent.yaml +30 -14
  9. package/src/modules/bmgd/agents/game-qa.agent.yaml +64 -0
  10. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +27 -39
  11. package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +56 -0
  12. package/src/modules/bmgd/docs/README.md +180 -0
  13. package/src/modules/bmgd/docs/agents-guide.md +407 -0
  14. package/src/modules/bmgd/docs/game-types-guide.md +503 -0
  15. package/src/modules/bmgd/docs/glossary.md +294 -0
  16. package/src/modules/bmgd/docs/quick-flow-guide.md +288 -0
  17. package/src/modules/bmgd/docs/quick-start.md +250 -0
  18. package/src/modules/bmgd/docs/troubleshooting.md +259 -0
  19. package/src/modules/bmgd/docs/workflow-overview.jpg +0 -0
  20. package/src/modules/bmgd/docs/workflows-guide.md +463 -0
  21. package/src/modules/bmgd/gametest/knowledge/balance-testing.md +220 -0
  22. package/src/modules/bmgd/gametest/knowledge/certification-testing.md +319 -0
  23. package/src/modules/bmgd/gametest/knowledge/compatibility-testing.md +228 -0
  24. package/src/modules/bmgd/gametest/knowledge/godot-testing.md +376 -0
  25. package/src/modules/bmgd/gametest/knowledge/input-testing.md +315 -0
  26. package/src/modules/bmgd/gametest/knowledge/localization-testing.md +304 -0
  27. package/src/modules/bmgd/gametest/knowledge/multiplayer-testing.md +322 -0
  28. package/src/modules/bmgd/gametest/knowledge/performance-testing.md +204 -0
  29. package/src/modules/bmgd/gametest/knowledge/playtesting.md +384 -0
  30. package/src/modules/bmgd/gametest/knowledge/qa-automation.md +190 -0
  31. package/src/modules/bmgd/gametest/knowledge/regression-testing.md +280 -0
  32. package/src/modules/bmgd/gametest/knowledge/save-testing.md +280 -0
  33. package/src/modules/bmgd/gametest/knowledge/smoke-testing.md +404 -0
  34. package/src/modules/bmgd/gametest/knowledge/test-priorities.md +271 -0
  35. package/src/modules/bmgd/gametest/knowledge/unity-testing.md +383 -0
  36. package/src/modules/bmgd/gametest/knowledge/unreal-testing.md +388 -0
  37. package/src/modules/bmgd/gametest/qa-index.csv +17 -0
  38. package/src/modules/bmgd/module.yaml +25 -9
  39. package/src/modules/bmgd/teams/default-party.csv +2 -0
  40. package/src/modules/bmgd/teams/team-gamedev.yaml +12 -1
  41. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +164 -0
  42. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +210 -0
  43. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +289 -0
  44. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +275 -0
  45. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +49 -0
  46. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml +29 -8
  47. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +223 -0
  48. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +151 -0
  49. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +218 -0
  50. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +218 -0
  51. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +231 -0
  52. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +242 -0
  53. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +224 -0
  54. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +282 -0
  55. package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +296 -0
  56. package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.md +62 -0
  57. package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.yaml +40 -9
  58. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +248 -0
  59. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +173 -0
  60. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +332 -0
  61. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +245 -0
  62. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +229 -0
  63. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +258 -0
  64. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +249 -0
  65. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +266 -0
  66. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +272 -0
  67. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +264 -0
  68. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +255 -0
  69. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +275 -0
  70. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +284 -0
  71. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +250 -0
  72. package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +335 -0
  73. package/src/modules/bmgd/workflows/2-design/gdd/workflow.md +61 -0
  74. package/src/modules/bmgd/workflows/2-design/gdd/workflow.yaml +27 -7
  75. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +228 -0
  76. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +163 -0
  77. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +262 -0
  78. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +238 -0
  79. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +297 -0
  80. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +262 -0
  81. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +250 -0
  82. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +244 -0
  83. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +264 -0
  84. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +254 -0
  85. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +262 -0
  86. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +331 -0
  87. package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +57 -0
  88. package/src/modules/bmgd/workflows/2-design/narrative/workflow.yaml +53 -8
  89. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +223 -0
  90. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +153 -0
  91. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +262 -0
  92. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +290 -0
  93. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +300 -0
  94. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +319 -0
  95. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +304 -0
  96. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +349 -0
  97. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +293 -0
  98. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +302 -0
  99. package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +55 -0
  100. package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.yaml +50 -21
  101. package/src/modules/bmgd/workflows/4-production/code-review/checklist.md +23 -0
  102. package/src/modules/bmgd/workflows/4-production/code-review/instructions.xml +225 -0
  103. package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +18 -15
  104. package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
  105. package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +1 -1
  106. package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +11 -6
  107. package/src/modules/bmgd/workflows/4-production/create-story/checklist.md +332 -214
  108. package/src/modules/bmgd/workflows/4-production/create-story/instructions.xml +298 -0
  109. package/src/modules/bmgd/workflows/4-production/create-story/template.md +3 -5
  110. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +12 -7
  111. package/src/modules/bmgd/workflows/4-production/dev-story/checklist.md +65 -23
  112. package/src/modules/bmgd/workflows/4-production/dev-story/instructions.xml +409 -0
  113. package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +13 -3
  114. package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +4 -4
  115. package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +12 -7
  116. package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +32 -41
  117. package/src/modules/bmgd/workflows/4-production/sprint-planning/sprint-status-template.yaml +13 -13
  118. package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +6 -1
  119. package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +229 -0
  120. package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +35 -0
  121. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +140 -0
  122. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +27 -0
  123. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/checklist.md +37 -0
  124. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/instructions.md +220 -0
  125. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +45 -0
  126. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/checklist.md +26 -0
  127. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/instructions.md +156 -0
  128. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +36 -0
  129. package/src/modules/bmgd/workflows/gametest/automate/checklist.md +93 -0
  130. package/src/modules/bmgd/workflows/gametest/automate/instructions.md +317 -0
  131. package/src/modules/bmgd/workflows/gametest/automate/workflow.yaml +50 -0
  132. package/src/modules/bmgd/workflows/gametest/performance/checklist.md +96 -0
  133. package/src/modules/bmgd/workflows/gametest/performance/instructions.md +323 -0
  134. package/src/modules/bmgd/workflows/gametest/performance/performance-template.md +256 -0
  135. package/src/modules/bmgd/workflows/gametest/performance/workflow.yaml +48 -0
  136. package/src/modules/bmgd/workflows/gametest/playtest-plan/checklist.md +93 -0
  137. package/src/modules/bmgd/workflows/gametest/playtest-plan/instructions.md +297 -0
  138. package/src/modules/bmgd/workflows/gametest/playtest-plan/playtest-template.md +208 -0
  139. package/src/modules/bmgd/workflows/gametest/playtest-plan/workflow.yaml +59 -0
  140. package/src/modules/bmgd/workflows/gametest/test-design/checklist.md +98 -0
  141. package/src/modules/bmgd/workflows/gametest/test-design/instructions.md +280 -0
  142. package/src/modules/bmgd/workflows/gametest/test-design/test-design-template.md +205 -0
  143. package/src/modules/bmgd/workflows/gametest/test-design/workflow.yaml +47 -0
  144. package/src/modules/bmgd/workflows/gametest/test-framework/checklist.md +103 -0
  145. package/src/modules/bmgd/workflows/gametest/test-framework/instructions.md +348 -0
  146. package/src/modules/bmgd/workflows/gametest/test-framework/workflow.yaml +48 -0
  147. package/src/modules/bmgd/workflows/gametest/test-review/checklist.md +87 -0
  148. package/src/modules/bmgd/workflows/gametest/test-review/instructions.md +272 -0
  149. package/src/modules/bmgd/workflows/gametest/test-review/test-review-template.md +203 -0
  150. package/src/modules/bmgd/workflows/gametest/test-review/workflow.yaml +48 -0
  151. package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +299 -0
  152. package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +29 -0
  153. package/src/modules/bmgd/workflows/workflow-status/instructions.md +395 -0
  154. package/src/modules/bmgd/workflows/workflow-status/paths/gamedev-brownfield.yaml +65 -0
  155. package/src/modules/bmgd/workflows/workflow-status/paths/gamedev-greenfield.yaml +71 -0
  156. package/src/modules/bmgd/workflows/workflow-status/paths/quickflow-brownfield.yaml +29 -0
  157. package/src/modules/bmgd/workflows/workflow-status/paths/quickflow-greenfield.yaml +39 -0
  158. package/src/modules/bmgd/workflows/workflow-status/project-levels.yaml +63 -0
  159. package/src/modules/bmgd/workflows/workflow-status/workflow-status-template.yaml +24 -0
  160. package/src/modules/bmgd/workflows/workflow-status/workflow.yaml +30 -0
  161. package/tools/cli/commands/install.js +9 -0
  162. package/tools/cli/installers/lib/core/installer.js +109 -109
  163. package/tools/cli/installers/lib/core/installer.js.bak +3204 -0
  164. package/tools/cli/installers/lib/modules/manager.js +16 -4
  165. package/tools/cli/lib/agent/compiler.js +99 -0
  166. package/tools/cli/lib/ui.js +78 -27
  167. package/src/modules/bmgd/workflows/2-design/gdd/instructions-gdd.md +0 -502
  168. package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +0 -398
  169. package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +0 -256
  170. package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +0 -267
  171. package/src/modules/bmgd/workflows/4-production/epic-tech-context/checklist.md +0 -17
  172. package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +0 -164
  173. package/src/modules/bmgd/workflows/4-production/epic-tech-context/template.md +0 -76
  174. package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +0 -58
  175. package/src/modules/bmgd/workflows/4-production/story-context/checklist.md +0 -16
  176. package/src/modules/bmgd/workflows/4-production/story-context/context-template.xml +0 -34
  177. package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +0 -209
  178. package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +0 -63
  179. package/src/modules/bmgd/workflows/4-production/story-done/instructions.md +0 -111
  180. package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +0 -28
  181. package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +0 -117
  182. package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +0 -25
  183. /package/src/modules/bmgd/workflows/1-preproduction/game-brief/{template.md → templates/game-brief-template.md} +0 -0
  184. /package/src/modules/bmgd/workflows/2-design/gdd/{gdd-template.md → templates/gdd-template.md} +0 -0
  185. /package/src/modules/bmgd/workflows/2-design/narrative/{narrative-template.md → templates/narrative-template.md} +0 -0
  186. /package/src/modules/bmgd/workflows/3-technical/game-architecture/{architecture-template.md → templates/architecture-template.md} +0 -0
@@ -0,0 +1,262 @@
1
+ ---
2
+ name: 'step-10-production'
3
+ description: 'Plan production scope including writing estimates, localization, and voice acting'
4
+
5
+ # Path Definitions
6
+ workflow_path: '{project-root}/_bmad/bmgd/workflows/2-design/narrative'
7
+
8
+ # File References
9
+ thisStepFile: '{workflow_path}/steps/step-10-production.md'
10
+ nextStepFile: '{workflow_path}/steps/step-11-complete.md'
11
+ workflowFile: '{workflow_path}/workflow.md'
12
+ outputFile: '{output_folder}/narrative-design.md'
13
+
14
+ # Task References
15
+ advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
16
+ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
17
+ ---
18
+
19
+ # Step 10: Production Planning
20
+
21
+ **Progress: Step 10 of 11** - Next: Complete
22
+
23
+ ## STEP GOAL:
24
+
25
+ Plan the production scope for narrative content: writing scope estimates, localization considerations, and voice acting plans.
26
+
27
+ ## MANDATORY EXECUTION RULES (READ FIRST):
28
+
29
+ ### Universal Rules:
30
+
31
+ - NEVER generate content without user input
32
+ - CRITICAL: Read the complete step file before taking any action
33
+ - CRITICAL: When loading next step with 'C', ensure entire file is read
34
+ - YOU ARE A FACILITATOR, not a content generator
35
+ - NEVER mention time estimates
36
+
37
+ ### Role Reinforcement:
38
+
39
+ - You are a narrative design facilitator
40
+ - Production planning ensures realistic scope
41
+ - Help user understand what they're committing to
42
+
43
+ ### Step-Specific Rules:
44
+
45
+ - FORBIDDEN to estimate scope without user input
46
+ - Help user think through production needs
47
+ - Be realistic about effort required
48
+
49
+ ## EXECUTION PROTOCOLS:
50
+
51
+ - Show your analysis before taking any action
52
+ - Present A/P/C menu after generating content
53
+ - ONLY save when user chooses C (Continue)
54
+ - Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]` before loading next step
55
+
56
+ ## COLLABORATION MENUS (A/P/C):
57
+
58
+ - **A (Advanced Elicitation)**: Explore production details
59
+ - **P (Party Mode)**: Get perspectives on scope
60
+ - **C (Continue)**: Save the content and proceed
61
+
62
+ ## Sequence of Instructions (Do not deviate, skip, or optimize)
63
+
64
+ ### 1. Writing Scope Discovery
65
+
66
+ "**Let's estimate the writing scope for {{game_name}}.**
67
+
68
+ **Scope elements:**
69
+
70
+ - **Word count estimate** - Total written content
71
+ - **Scene/chapter count** - Major narrative sections
72
+ - **Dialogue lines** - Approximate line count
73
+ - **Branching complexity** - How much unique content per path?
74
+
75
+ **For reference:**
76
+
77
+ - Light narrative game: ~5,000-15,000 words
78
+ - Moderate narrative: ~15,000-50,000 words
79
+ - Heavy narrative: ~50,000-150,000 words
80
+ - Story-driven/Visual novel: 100,000+ words
81
+
82
+ Estimate your writing scope:"
83
+
84
+ ### 2. Localization Discovery
85
+
86
+ "**Are you planning localization?**
87
+
88
+ **Localization considerations:**
89
+
90
+ - **Target languages** - Which languages?
91
+ - **Cultural adaptation** - What needs to change per region?
92
+ - **Text expansion** - Some languages use 30% more space
93
+ - **UI implications** - Can UI handle longer text?
94
+ - **Audio implications** - Will you dub or subtitle?
95
+
96
+ Describe your localization plans (or indicate English-only):"
97
+
98
+ ### 3. Voice Acting Discovery
99
+
100
+ "**What are your voice acting plans?**
101
+
102
+ **Voice acting scope:**
103
+
104
+ - **Fully voiced** - All dialogue recorded
105
+ - **Partially voiced** - Key scenes only
106
+ - **Grunts/barks only** - No full dialogue
107
+ - **Text only** - No voice acting
108
+
109
+ **If voiced:**
110
+
111
+ - Number of characters needing voices?
112
+ - Approximate dialogue volume?
113
+ - Professional or placeholder voices?
114
+
115
+ Describe your voice acting approach:"
116
+
117
+ ### 4. Generate Production Content
118
+
119
+ Based on the conversation, prepare the content:
120
+
121
+ ```markdown
122
+ ## Production Planning
123
+
124
+ ### Writing Scope
125
+
126
+ **Estimated Word Count:** {{word_count}}
127
+
128
+ **Content Breakdown:**
129
+
130
+ - Main story: {{main_story_words}}
131
+ - Side content: {{side_content_words}}
132
+ - Environmental/lore: {{lore_words}}
133
+ - UI/system text: {{ui_words}}
134
+
135
+ **Scene Count:** {{scene_count}}
136
+
137
+ **Dialogue Lines:** {{line_count}}
138
+
139
+ **Branching Complexity:**
140
+ {{branching_impact_on_scope}}
141
+
142
+ ---
143
+
144
+ ### Localization
145
+
146
+ {{if_localizing}}
147
+ **Target Languages:**
148
+ {{language_list}}
149
+
150
+ **Cultural Adaptation Notes:**
151
+ {{adaptation_needs}}
152
+
153
+ **Technical Considerations:**
154
+
155
+ - Text expansion buffer: {{percentage}}
156
+ - UI flexibility: {{notes}}
157
+ - Audio approach: {{dub_or_subtitle}}
158
+ {{/if_localizing}}
159
+
160
+ {{if_english_only}}
161
+ **Approach:** English only
162
+ **Future consideration:** {{maybe_later_notes}}
163
+ {{/if_english_only}}
164
+
165
+ ---
166
+
167
+ ### Voice Acting
168
+
169
+ **Approach:** {{voice_acting_level}}
170
+
171
+ {{if_voiced}}
172
+ **Characters Needing Voices:** {{character_count}}
173
+
174
+ **Dialogue Volume:** {{line_count_for_recording}}
175
+
176
+ **Voice Cast Notes:**
177
+ {{casting_considerations}}
178
+
179
+ **Recording Approach:**
180
+ {{professional_or_placeholder}}
181
+ {{/if_voiced}}
182
+
183
+ {{if_not_voiced}}
184
+ **Rationale:** {{why_no_voice}}
185
+ {{/if_not_voiced}}
186
+ ```
187
+
188
+ ### 5. Present Content and Menu
189
+
190
+ Show the generated content to the user and present:
191
+
192
+ "I've documented the production planning.
193
+
194
+ **Here's what I'll add to the document:**
195
+
196
+ [Show the complete markdown content from step 4]
197
+
198
+ **Production Summary:**
199
+
200
+ - Writing: ~{{word_count}} words
201
+ - Localization: {{languages_or_none}}
202
+ - Voice acting: {{level}}
203
+
204
+ **Validation Check:**
205
+
206
+ - Is scope realistic for your resources?
207
+ - Have you considered all production needs?
208
+ - Are localization needs addressed?
209
+
210
+ **Select an Option:**
211
+ [A] Advanced Elicitation - Explore production details
212
+ [P] Party Mode - Get perspectives on scope
213
+ [C] Continue - Save this and move to Completion (Step 11 of 11)"
214
+
215
+ ### 6. Handle Menu Selection
216
+
217
+ #### IF A (Advanced Elicitation):
218
+
219
+ - Execute {advancedElicitationTask} with the current content
220
+ - Ask user: "Accept these changes? (y/n)"
221
+ - If yes: Update content, return to A/P/C menu
222
+ - If no: Keep original, return to A/P/C menu
223
+
224
+ #### IF P (Party Mode):
225
+
226
+ - Execute {partyModeWorkflow} with the current content
227
+ - Ask user: "Accept these changes? (y/n)"
228
+ - If yes: Update content, return to A/P/C menu
229
+ - If no: Keep original, return to A/P/C menu
230
+
231
+ #### IF C (Continue):
232
+
233
+ - Append the final content to `{outputFile}`
234
+ - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]`
235
+ - Load `{nextStepFile}`
236
+
237
+ ## CRITICAL STEP COMPLETION NOTE
238
+
239
+ ONLY WHEN [C continue option] is selected and [production content saved with frontmatter updated], will you then load and read fully `{nextStepFile}`.
240
+
241
+ ---
242
+
243
+ ## SYSTEM SUCCESS/FAILURE METRICS
244
+
245
+ ### SUCCESS:
246
+
247
+ - Writing scope estimated
248
+ - Localization needs addressed
249
+ - Voice acting approach defined
250
+ - Realistic production expectations set
251
+ - A/P/C menu presented and handled correctly
252
+ - Frontmatter updated with stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
253
+
254
+ ### SYSTEM FAILURE:
255
+
256
+ - Estimating scope without user input
257
+ - Missing major production considerations
258
+ - Unrealistic expectations set
259
+ - Not presenting A/P/C menu after content
260
+ - Proceeding without user selecting 'C'
261
+
262
+ **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
@@ -0,0 +1,331 @@
1
+ ---
2
+ name: 'step-11-complete'
3
+ description: 'Complete the narrative workflow with final summary, visualizations, and handoff'
4
+
5
+ # Path Definitions
6
+ workflow_path: '{project-root}/_bmad/bmgd/workflows/2-design/narrative'
7
+
8
+ # File References
9
+ thisStepFile: '{workflow_path}/steps/step-11-complete.md'
10
+ workflowFile: '{workflow_path}/workflow.md'
11
+ outputFile: '{output_folder}/narrative-design.md'
12
+
13
+ # Handoff References
14
+ architectureWorkflow: '{project-root}/_bmad/bmgd/workflows/3-technical/game-architecture/workflow.yaml'
15
+ ---
16
+
17
+ # Step 11: Complete
18
+
19
+ **Progress: Step 11 of 11** - Narrative Design Complete!
20
+
21
+ ## STEP GOAL:
22
+
23
+ Generate final visualizations (character relationships, timeline), capture references, update workflow status, and provide clear handoff guidance.
24
+
25
+ ## MANDATORY EXECUTION RULES (READ FIRST):
26
+
27
+ ### Universal Rules:
28
+
29
+ - NEVER generate content without user input
30
+ - CRITICAL: Read the complete step file before taking any action
31
+ - YOU ARE A FACILITATOR, not a content generator
32
+ - NEVER mention time estimates
33
+
34
+ ### Role Reinforcement:
35
+
36
+ - You are a narrative design facilitator
37
+ - This is the final step - ensure completeness
38
+ - Provide actionable next steps
39
+
40
+ ### Step-Specific Rules:
41
+
42
+ - Generate relationship map from characters defined
43
+ - Generate timeline from story beats
44
+ - Capture any references user wants to note
45
+
46
+ ## EXECUTION PROTOCOLS:
47
+
48
+ - Show your analysis before taking any action
49
+ - Generate final visualizations
50
+ - Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]`
51
+ - Present completion summary and next steps
52
+
53
+ ## Sequence of Instructions (Do not deviate, skip, or optimize)
54
+
55
+ ### 1. Generate Character Relationship Map
56
+
57
+ **Create text-based relationship visualization:**
58
+
59
+ Based on all characters documented, generate:
60
+
61
+ ```markdown
62
+ ## Appendix: Character Relationships
63
+
64
+ ### Relationship Map
65
+ ```
66
+
67
+ [ANTAGONIST]
68
+ |
69
+ (opposes)
70
+ |
71
+ [MENTOR] ---(guides)--- [PROTAGONIST] ---(allies)--- [COMPANION]
72
+ |
73
+ (romantic)
74
+ |
75
+ [LOVE INTEREST]
76
+
77
+ ```
78
+
79
+ ### Relationship Key
80
+
81
+ - {{character_1}} → {{character_2}}: {{relationship_type}}
82
+ - {{character_2}} → {{character_3}}: {{relationship_type}}
83
+ {{continue_for_all_relationships}}
84
+ ```
85
+
86
+ ### 2. Generate Story Timeline
87
+
88
+ **Create timeline visualization:**
89
+
90
+ Based on story beats documented, generate:
91
+
92
+ ```markdown
93
+ ## Appendix: Story Timeline
94
+
95
+ ### Chronological Events
96
+ ```
97
+
98
+ [BACKSTORY]
99
+ |
100
+ v
101
+ [ACT 1: SETUP]
102
+ ├── {{beat_1}}
103
+ ├── {{beat_2}}
104
+ └── {{inciting_incident}}
105
+ |
106
+ v
107
+ [ACT 2: CONFRONTATION]
108
+ ├── {{beat_3}}
109
+ ├── {{midpoint}}
110
+ ├── {{beat_4}}
111
+ └── {{crisis}}
112
+ |
113
+ v
114
+ [ACT 3: RESOLUTION]
115
+ ├── {{climax}}
116
+ └── {{resolution}}
117
+
118
+ ```
119
+
120
+ ### Timeline Notes
121
+
122
+ {{any_timeline_clarifications}}
123
+ ```
124
+
125
+ ### 3. References Discovery
126
+
127
+ "**Do you have any references or inspirations to note?**
128
+
129
+ This helps future writers understand your vision:
130
+
131
+ - Books, movies, games that inspired you
132
+ - Reference materials for tone/style
133
+ - Mood boards or concept art references
134
+ - Theme or narrative references
135
+
136
+ What references should be documented? (or 'none'):"
137
+
138
+ ### 4. Finalize Document
139
+
140
+ **Update the document with final content:**
141
+
142
+ Add relationship map and timeline to document.
143
+
144
+ **Final frontmatter:**
145
+
146
+ ```yaml
147
+ ---
148
+ title: 'Narrative Design Document'
149
+ project: '{{game_name}}'
150
+ date: '{{date}}'
151
+ author: '{{user_name}}'
152
+ version: '1.0'
153
+ stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
154
+ status: 'complete'
155
+ narrativeComplexity: '{{complexity}}'
156
+ ---
157
+ ```
158
+
159
+ ### 5. Update Workflow Status
160
+
161
+ **If not in standalone mode:**
162
+
163
+ Load `{output_folder}/bmm-workflow-status.yaml` and:
164
+
165
+ - Update `narrative` status to the output file path
166
+ - Preserve all comments and structure
167
+ - Determine next workflow in sequence
168
+
169
+ ### 6. Present Completion Summary
170
+
171
+ "**Narrative Design Complete!**
172
+
173
+ {{user_name}}, the Narrative Design Document for **{{game_name}}** is complete!
174
+
175
+ **Narrative Summary:**
176
+
177
+ - **Premise:** {{premise_summary}}
178
+ - **Themes:** {{themes_list}}
179
+ - **Characters:** {{character_count}} ({{protagonist_count}} protagonist, {{antagonist_count}} antagonist, {{supporting_count}} supporting)
180
+ - **Story Structure:** {{structure_type}}
181
+ - **Writing Scope:** ~{{word_count}} words
182
+
183
+ **Sections Completed:**
184
+
185
+ 1. Story Foundation (premise, themes, structure)
186
+ 2. Story Beats (major moments, pacing)
187
+ 3. Characters (all characters and arcs)
188
+ 4. World Building (setting, history, locations)
189
+ 5. Dialogue Framework (style, key conversations)
190
+ 6. Environmental Storytelling (visual, audio, documents)
191
+ 7. Narrative Delivery (cutscenes, in-game, endings)
192
+ 8. Gameplay Integration (gating, agency)
193
+ 9. Production Planning (scope, localization, voice)
194
+ 10. Appendices (relationships, timeline)
195
+
196
+ **Document saved to:** `{outputFile}`
197
+
198
+ Do you want to review or adjust anything before we finalize?"
199
+
200
+ ### 7. Handle Review Requests
201
+
202
+ **If user wants to review:**
203
+
204
+ "Which would you like to review?
205
+
206
+ 1. Story Foundation
207
+ 2. Story Beats
208
+ 3. Characters
209
+ 4. World Building
210
+ 5. Dialogue
211
+ 6. Environmental Storytelling
212
+ 7. Narrative Delivery
213
+ 8. Gameplay Integration
214
+ 9. Production Planning
215
+ 10. Full Document
216
+
217
+ Select a section:"
218
+
219
+ ### 8. Present Next Steps Menu
220
+
221
+ "**Recommended Next Steps:**
222
+
223
+ 1. **Technical Architecture** - Define how narrative systems will be implemented
224
+ - Workflow: `create-architecture`
225
+ - Input: GDD + Narrative Design
226
+ - Output: Technical architecture document
227
+
228
+ 2. **Create Script/Screenplay** - Write the actual dialogue and scenes
229
+ - This is done outside the workflow
230
+ - Use the Narrative Design as your blueprint
231
+
232
+ 3. **Review with Team** - Share with collaborators for feedback
233
+
234
+ 4. **Exit Workflow**
235
+
236
+ **Which would you like to do next?**
237
+
238
+ 1. Start Architecture workflow
239
+ 2. Review the narrative document
240
+ 3. Exit workflow"
241
+
242
+ ### 9. Handle User Selection
243
+
244
+ Based on user choice:
245
+
246
+ **If 1 (Architecture):**
247
+
248
+ - Confirm document is saved
249
+ - Provide handoff guidance
250
+ - Note narrative will inform technical decisions
251
+
252
+ **If 2 (Review):**
253
+
254
+ - Present full document or requested section
255
+ - Return to next steps menu
256
+
257
+ **If 3 (Exit):**
258
+
259
+ - Confirm document is saved and complete
260
+ - Exit workflow gracefully
261
+
262
+ ### 10. Final Completion Message
263
+
264
+ "**Narrative Design Complete!**
265
+
266
+ **Deliverables:**
267
+
268
+ - Narrative design saved to: `{outputFile}`
269
+ - {{character_count}} characters documented
270
+ - {{beat_count}} story beats mapped
271
+ - {{location_count}} locations defined
272
+
273
+ {{#if standalone_mode != true}}
274
+ **Status Updated:**
275
+
276
+ - Progress tracking updated: narrative marked complete
277
+ - Next recommended: Architecture workflow
278
+ {{/if}}
279
+
280
+ **Your Narrative Is Ready For:**
281
+
282
+ - Script/screenplay writing
283
+ - Technical implementation planning
284
+ - Team review and iteration
285
+ - Production scheduling
286
+
287
+ Excellent work crafting the narrative for {{game_name}}, {{user_name}}!"
288
+
289
+ ---
290
+
291
+ ## SYSTEM SUCCESS/FAILURE METRICS
292
+
293
+ ### SUCCESS:
294
+
295
+ - Relationship map generated
296
+ - Timeline generated
297
+ - References captured
298
+ - All content saved to document
299
+ - Workflow status updated (if tracking)
300
+ - Frontmatter shows all 11 steps completed
301
+ - User has clear next steps
302
+
303
+ ### SYSTEM FAILURE:
304
+
305
+ - Missing visualizations
306
+ - Incomplete document
307
+ - Status not updated when tracking
308
+ - No clear next steps provided
309
+ - User left without guidance
310
+
311
+ **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
312
+
313
+ ---
314
+
315
+ ## Narrative Design Workflow Complete
316
+
317
+ The Narrative Design workflow creates comprehensive narrative documentation through 11 collaborative steps:
318
+
319
+ 1. **Initialize** - Validate readiness, assess complexity
320
+ 2. **Foundation** - Premise, themes, tone, structure
321
+ 3. **Story** - Beats and pacing
322
+ 4. **Characters** - All characters and arcs
323
+ 5. **World** - Setting, history, factions, locations
324
+ 6. **Dialogue** - Style and systems
325
+ 7. **Environmental** - Environmental storytelling
326
+ 8. **Delivery** - Narrative delivery methods
327
+ 9. **Integration** - Gameplay-narrative connection
328
+ 10. **Production** - Scope and planning
329
+ 11. **Complete** - Visualizations and handoff
330
+
331
+ This step-file architecture ensures consistent, thorough narrative design with user collaboration at every step.
@@ -0,0 +1,57 @@
1
+ # Narrative Design Workflow
2
+
3
+ **Comprehensive narrative design for story-driven games**
4
+
5
+ ## Overview
6
+
7
+ This workflow creates detailed narrative content for games with significant story elements. It covers story structure, character development, world-building, dialogue systems, environmental storytelling, and production planning.
8
+
9
+ ## Workflow Structure
10
+
11
+ The workflow uses a step-file architecture for modular, stateful execution:
12
+
13
+ 1. **Step 1: Initialize** - Validate readiness, load GDD, assess narrative complexity
14
+ 2. **Step 1b: Continue** - Resume existing narrative work
15
+ 3. **Step 2: Foundation** - Define premise, themes, tone, and story structure
16
+ 4. **Step 3: Story** - Map story beats and pacing
17
+ 5. **Step 4: Characters** - Develop all characters and their arcs
18
+ 6. **Step 5: World** - Build world, history, factions, and locations
19
+ 7. **Step 6: Dialogue** - Define dialogue style and systems
20
+ 8. **Step 7: Environmental** - Plan environmental storytelling
21
+ 9. **Step 8: Delivery** - Design narrative delivery methods
22
+ 10. **Step 9: Integration** - Plan gameplay-narrative integration
23
+ 11. **Step 10: Production** - Scope, localization, and voice acting
24
+ 12. **Step 11: Complete** - Final summary and handoff
25
+
26
+ ## State Tracking
27
+
28
+ Progress is tracked in the narrative document frontmatter:
29
+
30
+ ```yaml
31
+ stepsCompleted: [1, 2, 3, ...] # Array of completed step numbers
32
+ ```
33
+
34
+ ## Starting the Workflow
35
+
36
+ To begin, load and execute step-01-init.md:
37
+
38
+ ```
39
+ {workflow_path}/steps/step-01-init.md
40
+ ```
41
+
42
+ ## Critical Rules
43
+
44
+ - **NEVER** generate narrative content without user input
45
+ - **ALWAYS** facilitate user creativity - help them craft THEIR story
46
+ - **NEVER** mention time estimates
47
+ - **ALWAYS** present options and wait for user selection
48
+ - **FOLLOW** the step sequence exactly - no skipping or optimizing
49
+
50
+ ## Agent Role
51
+
52
+ You are a narrative design facilitator:
53
+
54
+ - Draw out the user's story vision
55
+ - Help weave user's ideas into cohesive narrative
56
+ - Focus on what the user wants to create
57
+ - The goal is for users to feel THEY crafted the narrative