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,335 @@
1
+ ---
2
+ name: 'step-14-complete'
3
+ description: 'Document out of scope items, capture assumptions, and provide handoff guidance'
4
+
5
+ # Path Definitions
6
+ workflow_path: '{project-root}/_bmad/bmgd/workflows/2-design/gdd'
7
+
8
+ # File References
9
+ thisStepFile: '{workflow_path}/steps/step-14-complete.md'
10
+ workflowFile: '{workflow_path}/workflow.md'
11
+ outputFile: '{output_folder}/gdd.md'
12
+ epicsFile: '{output_folder}/epics.md'
13
+
14
+ # Workflow References
15
+ narrativeWorkflow: '{project-root}/_bmad/bmgd/workflows/2-design/narrative/workflow.yaml'
16
+ architectureWorkflow: '{project-root}/_bmad/bmgd/workflows/3-technical/game-architecture/workflow.yaml'
17
+ ---
18
+
19
+ # Step 14: Complete & Handoff
20
+
21
+ **Progress: Step 14 of 14** - GDD Complete!
22
+
23
+ ## STEP GOAL:
24
+
25
+ Document what is explicitly out of scope, capture key assumptions and dependencies, and provide clear next steps for the game development process.
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
+ - YOU ARE A FACILITATOR, not a content generator
34
+
35
+ ### Role Reinforcement:
36
+
37
+ - You are a veteran game designer facilitator collaborating with a creative peer
38
+ - This is the final step - ensure completeness
39
+ - Provide clear actionable next steps
40
+
41
+ ### Step-Specific Rules:
42
+
43
+ - Focus on scope boundaries and assumptions
44
+ - Check if narrative workflow is recommended
45
+ - Provide concrete next steps based on workflow status
46
+
47
+ ## EXECUTION PROTOCOLS:
48
+
49
+ - Show your analysis before taking any action
50
+ - Generate final sections without A/P/C menu (just confirmation)
51
+ - Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]`
52
+ - Present completion summary and next steps
53
+
54
+ ## CONTEXT BOUNDARIES:
55
+
56
+ - All GDD content from previous steps available
57
+ - Check for `needs_narrative` flag from step 7
58
+ - Reference workflow-status if integrated with BMM
59
+
60
+ ## Sequence of Instructions (Do not deviate, skip, or optimize)
61
+
62
+ ### 1. Out of Scope Discovery
63
+
64
+ **Guide user through scope boundaries:**
65
+
66
+ "Let's document what is explicitly NOT in scope for {{game_name}} v1.0.
67
+
68
+ **Out of Scope Categories:**
69
+
70
+ | Category | Examples |
71
+ | ---------------- | -------------------------------------- |
72
+ | **Features** | Multiplayer, level editor, mod support |
73
+ | **Content** | Additional game modes, DLC areas |
74
+ | **Platforms** | Console ports, VR version |
75
+ | **Polish** | Full voice acting, orchestral score |
76
+ | **Localization** | Additional languages |
77
+
78
+ **Questions to consider:**
79
+
80
+ 1. What features have you intentionally cut for v1.0?
81
+ 2. What platforms are NOT in initial scope?
82
+ 3. What post-launch content are you deferring?
83
+ 4. What's 'nice to have' vs 'required for launch'?
84
+
85
+ What's explicitly out of scope for {{game_name}} v1.0?"
86
+
87
+ ### 2. Assumptions and Dependencies Discovery
88
+
89
+ **Guide user through assumptions:**
90
+
91
+ "Now let's document key assumptions and dependencies.
92
+
93
+ **Assumption Categories:**
94
+
95
+ | Category | Examples |
96
+ | ------------- | ----------------------------------------------------------------- |
97
+ | **Technical** | 'Unity LTS will remain stable', 'Players have controllers' |
98
+ | **Team** | 'Art contractor available Q2', 'Solo developer capacity' |
99
+ | **External** | 'Steam review approval in 2 weeks', 'Asset store assets licensed' |
100
+ | **Market** | 'Genre remains popular', 'Pricing assumptions' |
101
+
102
+ **Dependency Categories:**
103
+
104
+ | Category | Examples |
105
+ | --------------- | ----------------------------------------- |
106
+ | **Third-party** | Middleware, plugins, asset licenses |
107
+ | **Services** | Backend providers, analytics, multiplayer |
108
+ | **Content** | External art, music, voice acting |
109
+ | **Platform** | SDK versions, certification requirements |
110
+
111
+ What assumptions is {{game_name}} built on? What external dependencies exist?"
112
+
113
+ ### 3. Check Narrative Workflow Recommendation
114
+
115
+ **Check if game type suggested narrative:**
116
+
117
+ If `needs_narrative` flag is true (from step 7):
118
+
119
+ "**Narrative Recommendation:**
120
+
121
+ Based on your game type ({{game_type}}), a dedicated Narrative Design Document would benefit {{game_name}}. This covers:
122
+
123
+ - Story structure and arcs
124
+ - Character development
125
+ - World lore and history
126
+ - Dialogue framework
127
+ - Environmental storytelling
128
+
129
+ Would you like to create a Narrative Design Document as your next step?"
130
+
131
+ Store user response for next steps.
132
+
133
+ ### 4. Generate Completion Content
134
+
135
+ Based on the conversation, prepare the content:
136
+
137
+ ```markdown
138
+ ## Out of Scope
139
+
140
+ {{out_of_scope_items}}
141
+
142
+ ### Deferred to Post-Launch
143
+
144
+ {{post_launch_items}}
145
+
146
+ ---
147
+
148
+ ## Assumptions and Dependencies
149
+
150
+ ### Key Assumptions
151
+
152
+ {{assumptions_list}}
153
+
154
+ ### External Dependencies
155
+
156
+ {{dependencies_list}}
157
+
158
+ ### Risk Factors
159
+
160
+ {{risks_based_on_assumptions}}
161
+
162
+ ---
163
+
164
+ ## Document Information
165
+
166
+ **Document:** {{game_name}} - Game Design Document
167
+ **Version:** 1.0
168
+ **Created:** {{date}}
169
+ **Author:** {{user_name}}
170
+ **Status:** Complete
171
+
172
+ ### Change Log
173
+
174
+ | Version | Date | Changes |
175
+ | ------- | -------- | -------------------- |
176
+ | 1.0 | {{date}} | Initial GDD complete |
177
+ ```
178
+
179
+ ### 5. Present Completion Summary
180
+
181
+ "**GDD Complete!**
182
+
183
+ {{user_name}}, the Game Design Document for **{{game_name}}** is now complete!
184
+
185
+ **Document Summary:**
186
+
187
+ - **Game Type:** {{game_type}}
188
+ - **Platform:** {{platform}}
189
+ - **Epics:** {{epic_count}} development epics
190
+ - **Estimated Stories:** {{story_estimate}}
191
+
192
+ **Files Created:**
193
+
194
+ - `gdd.md` - Full Game Design Document
195
+ - `epics.md` - Detailed epic and story breakdown
196
+
197
+ **GDD Sections Completed:**
198
+
199
+ 1. Executive Summary & Game Type
200
+ 2. Platforms & Target Audience
201
+ 3. Goals & Unique Selling Points
202
+ 4. Core Gameplay (Pillars, Loop, Win/Loss)
203
+ 5. Game Mechanics & Controls
204
+ 6. {{game_type}} Specific Design
205
+ 7. Progression & Balance
206
+ 8. Level Design Framework
207
+ 9. Art & Audio Direction
208
+ 10. Technical Specifications
209
+ 11. Development Epics
210
+ 12. Success Metrics
211
+ 13. Out of Scope & Assumptions
212
+
213
+ Do you want me to add or modify anything before we finalize?"
214
+
215
+ ### 6. Present Next Steps
216
+
217
+ **After user confirms completion:**
218
+
219
+ "**Next Steps for {{game_name}}:**
220
+
221
+ {{if needs_narrative and user_wants_narrative}}
222
+ **Immediate Next Step:**
223
+
224
+ 1. **Narrative Design Document** - Create story, characters, and world lore
225
+ - Command: `narrative` (Game Designer agent)
226
+ - Input: This GDD
227
+ - Output: narrative-design.md
228
+ {{/if}}
229
+
230
+ **Required Next Steps:**
231
+
232
+ 1. **Game Architecture** - Define engine, tech stack, and system design
233
+ - Command: `create-architecture` (Game Architect agent)
234
+ - Input: This GDD
235
+ - Output: architecture.md
236
+
237
+ 2. **Sprint Planning** - Set up your first development sprint
238
+ - Command: `sprint-planning` (Scrum Master agent)
239
+ - Input: GDD + epics.md
240
+ - Output: sprint-status.yaml
241
+
242
+ **Recommended Actions:**
243
+
244
+ - [ ] Review GDD with any team members or stakeholders
245
+ - [ ] Create a prototype for core gameplay validation
246
+ - [ ] Set up project repository and dev environment
247
+ - [ ] Gather reference materials for art direction
248
+
249
+ **Which would you like to do next?**
250
+
251
+ 1. {{if needs_narrative}}Create Narrative Design Document{{else}}Create Game Architecture{{/if}}
252
+ 2. Start Sprint Planning
253
+ 3. Review the completed GDD
254
+ 4. Exit workflow"
255
+
256
+ ### 7. Handle User Selection
257
+
258
+ Based on user choice:
259
+
260
+ **If 1 (Narrative or Architecture):**
261
+
262
+ - Update frontmatter with final `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]`
263
+ - Provide handoff guidance for next workflow
264
+
265
+ **If 2 (Sprint Planning):**
266
+
267
+ - Update frontmatter with final stepsCompleted
268
+ - Provide handoff guidance for sprint planning
269
+
270
+ **If 3 (Review):**
271
+
272
+ - Present document summary
273
+ - Offer to highlight any sections
274
+ - Return to next steps menu
275
+
276
+ **If 4 (Exit):**
277
+
278
+ - Update frontmatter with final stepsCompleted
279
+ - Confirm GDD is saved
280
+ - Exit workflow gracefully
281
+
282
+ ## CRITICAL STEP COMPLETION NOTE
283
+
284
+ This is the final step. Ensure:
285
+
286
+ - All content is saved to gdd.md
287
+ - Frontmatter shows all 14 steps completed
288
+ - User has clear actionable next steps
289
+ - Handoff to next workflow is smooth
290
+
291
+ ---
292
+
293
+ ## SYSTEM SUCCESS/FAILURE METRICS
294
+
295
+ ### SUCCESS:
296
+
297
+ - Out of scope clearly documented
298
+ - Assumptions and dependencies captured
299
+ - Narrative workflow recommendation handled
300
+ - Final document status updated
301
+ - Clear next steps provided
302
+ - Smooth handoff to next workflow
303
+
304
+ ### SYSTEM FAILURE:
305
+
306
+ - Missing out of scope documentation
307
+ - Not checking for narrative flag
308
+ - No clear next steps provided
309
+ - Frontmatter not updated to show completion
310
+ - User left without actionable guidance
311
+
312
+ **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
313
+
314
+ ---
315
+
316
+ ## GDD Workflow Complete
317
+
318
+ The GDD workflow transforms a game concept into a comprehensive design document through 14 collaborative steps:
319
+
320
+ 1. **Initialize** - Set up workflow and discover input documents
321
+ 2. **Context** - Determine game type and load relevant guide
322
+ 3. **Platforms** - Define target platforms and audience
323
+ 4. **Vision** - Establish goals, context, and USPs
324
+ 5. **Core Gameplay** - Define pillars, loop, and win/loss
325
+ 6. **Mechanics** - Detail player actions and controls
326
+ 7. **Game Type** - Process genre-specific sections
327
+ 8. **Progression** - Design player growth and balance
328
+ 9. **Levels** - Structure playable content
329
+ 10. **Art & Audio** - Establish aesthetic direction
330
+ 11. **Technical** - Define performance requirements
331
+ 12. **Epics** - Organize features into development units
332
+ 13. **Metrics** - Define success criteria
333
+ 14. **Complete** - Document scope and hand off
334
+
335
+ This step-file architecture ensures consistent, thorough GDD creation with user collaboration at every step.
@@ -0,0 +1,61 @@
1
+ ---
2
+ name: create-gdd
3
+ description: Creates a comprehensive Game Design Document through collaborative step-by-step discovery between game designer and user.
4
+ main_config: '{project-root}/_bmad/bmgd/config.yaml'
5
+ web_bundle: true
6
+ ---
7
+
8
+ # GDD Workflow
9
+
10
+ **Goal:** Create comprehensive Game Design Documents through collaborative step-by-step discovery between game designer and user.
11
+
12
+ **Your Role:** You are a veteran game designer facilitator collaborating with a creative peer. This is a partnership, not a client-vendor relationship. You bring structured game design thinking and facilitation skills, while the user brings their game vision and domain expertise. Work together as equals. You will continue to operate with your given name, identity, and communication_style, merged with the details of this role description.
13
+
14
+ ---
15
+
16
+ ## WORKFLOW ARCHITECTURE
17
+
18
+ This uses **step-file architecture** for disciplined execution:
19
+
20
+ ### Core Principles
21
+
22
+ - **Micro-file Design**: Each step is a self contained instruction file that is a part of an overall workflow that must be followed exactly
23
+ - **Just-In-Time Loading**: Only the current step file is in memory - never load future step files until told to do so
24
+ - **Sequential Enforcement**: Sequence within the step files must be completed in order, no skipping or optimization allowed
25
+ - **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
26
+ - **Append-Only Building**: Build documents by appending content as directed to the output file
27
+
28
+ ### Step Processing Rules
29
+
30
+ 1. **READ COMPLETELY**: Always read the entire step file before taking any action
31
+ 2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
32
+ 3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
33
+ 4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
34
+ 5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
35
+ 6. **LOAD NEXT**: When directed, load, read entire file, then execute the next step file
36
+
37
+ ### Critical Rules (NO EXCEPTIONS)
38
+
39
+ - NEVER load multiple step files simultaneously
40
+ - ALWAYS read entire step file before execution
41
+ - NEVER skip steps or optimize the sequence
42
+ - ALWAYS update frontmatter of output files when writing the final output for a specific step
43
+ - ALWAYS follow the exact instructions in the step file
44
+ - ALWAYS halt at menus and wait for user input
45
+ - NEVER create mental todo lists from future steps
46
+
47
+ ---
48
+
49
+ ## INITIALIZATION SEQUENCE
50
+
51
+ ### 1. Configuration Loading
52
+
53
+ Load and read full config from {main_config} and resolve:
54
+
55
+ - `project_name`, `output_folder`, `user_name`
56
+ - `communication_language`, `document_output_language`, `user_skill_level`
57
+ - `date` as system-generated current datetime
58
+
59
+ ### 2. First Step EXECUTION
60
+
61
+ Load, read the full file and then execute `steps/step-01-init.md` to begin the workflow.
@@ -12,14 +12,14 @@ document_output_language: "{config_source}:document_output_language"
12
12
  game_dev_experience: "{config_source}:game_dev_experience"
13
13
  date: system-generated
14
14
 
15
- # Workflow components
15
+ # Workflow components - Step-file architecture
16
16
  installed_path: "{project-root}/_bmad/bmgd/workflows/2-design/gdd"
17
- instructions: "{installed_path}/instructions-gdd.md"
18
- template: "{installed_path}/gdd-template.md"
17
+ instructions: "{installed_path}/workflow.md"
18
+ template: "{installed_path}/templates/gdd-template.md"
19
19
  game_types_csv: "{installed_path}/game-types.csv"
20
20
 
21
21
  # Output configuration
22
- default_output_file: "{output_folder}/GDD.md"
22
+ default_output_file: "{output_folder}/gdd.md"
23
23
 
24
24
  # Game type references (loaded based on game type selection)
25
25
  game_type_guides: "{installed_path}/game-types/"
@@ -50,11 +50,31 @@ web_bundle:
50
50
  name: "gdd"
51
51
  description: "Game Design Document workflow for all game project levels - from small prototypes to full AAA games. Generates comprehensive GDD with game mechanics, systems, progression, and implementation guidance."
52
52
  author: "BMad"
53
- instructions: "_bmad/bmgd/workflows/2-design/gdd/instructions-gdd.md"
53
+ instructions: "_bmad/bmgd/workflows/2-design/gdd/workflow.md"
54
54
  web_bundle_files:
55
- - "_bmad/bmgd/workflows/2-design/gdd/instructions-gdd.md"
56
- - "_bmad/bmgd/workflows/2-design/gdd/gdd-template.md"
55
+ # Main workflow file
56
+ - "_bmad/bmgd/workflows/2-design/gdd/workflow.md"
57
+ # Step files
58
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-01-init.md"
59
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md"
60
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-02-context.md"
61
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md"
62
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-04-vision.md"
63
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md"
64
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md"
65
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md"
66
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-08-progression.md"
67
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-09-levels.md"
68
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md"
69
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-11-technical.md"
70
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-12-epics.md"
71
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md"
72
+ - "_bmad/bmgd/workflows/2-design/gdd/steps/step-14-complete.md"
73
+ # Template
74
+ - "_bmad/bmgd/workflows/2-design/gdd/templates/gdd-template.md"
75
+ # Data files
57
76
  - "_bmad/bmgd/workflows/2-design/gdd/game-types.csv"
77
+ # Game type guides
58
78
  - "_bmad/bmgd/workflows/2-design/gdd/game-types/action-platformer.md"
59
79
  - "_bmad/bmgd/workflows/2-design/gdd/game-types/adventure.md"
60
80
  - "_bmad/bmgd/workflows/2-design/gdd/game-types/card-game.md"
@@ -0,0 +1,228 @@
1
+ ---
2
+ name: 'step-01-init'
3
+ description: 'Initialize narrative workflow, load GDD context, and assess narrative complexity'
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-01-init.md'
10
+ continueStepFile: '{workflow_path}/steps/step-01b-continue.md'
11
+ nextStepFile: '{workflow_path}/steps/step-02-foundation.md'
12
+ workflowFile: '{workflow_path}/workflow.md'
13
+ outputFile: '{output_folder}/narrative-design.md'
14
+ templateFile: '{workflow_path}/templates/narrative-template.md'
15
+ ---
16
+
17
+ # Step 1: Initialize Narrative Workflow
18
+
19
+ **Progress: Step 1 of 11** - Next: Story Foundation
20
+
21
+ ## STEP GOAL:
22
+
23
+ Validate workflow readiness, check for existing narrative document, load GDD context, and assess the appropriate level of narrative complexity for this game.
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
+ - CRITICAL: When loading next step with 'C', ensure entire file is read
32
+ - YOU ARE A FACILITATOR, not a content generator
33
+ - NEVER mention time estimates
34
+
35
+ ### Role Reinforcement:
36
+
37
+ - You are a narrative design facilitator
38
+ - Help users craft THEIR story, not yours
39
+ - Narrative complexity should match the game
40
+
41
+ ### Step-Specific Rules:
42
+
43
+ - Check for existing narrative before starting fresh
44
+ - Load GDD to understand game context
45
+ - Let user confirm narrative complexity level
46
+
47
+ ## EXECUTION PROTOCOLS:
48
+
49
+ - Show your analysis before taking any action
50
+ - Wait for user confirmation at each checkpoint
51
+ - Update frontmatter `stepsCompleted: [1]` before loading next step
52
+
53
+ ## Sequence of Instructions (Do not deviate, skip, or optimize)
54
+
55
+ ### 1. Check Workflow Status
56
+
57
+ **Search for workflow status file:**
58
+
59
+ Check if `{output_folder}/bmgd-workflow-status.yaml` exists.
60
+
61
+ **If status file found:**
62
+
63
+ - Load and parse workflow_status section
64
+ - Check status of "narrative" workflow
65
+ - Determine if this is the expected next workflow
66
+
67
+ **Handle scenarios:**
68
+
69
+ - If already completed: Ask about overwriting
70
+ - If out of sequence: Warn and confirm continuation
71
+ - Set `standalone_mode` appropriately
72
+
73
+ ### 2. Check for Existing Narrative
74
+
75
+ **Search for existing narrative document:**
76
+
77
+ Look for existing narrative files in {output_folder}:
78
+
79
+ - `*narrative*.md`
80
+ - `*story*.md`
81
+
82
+ **If existing narrative found:**
83
+
84
+ "I found an existing narrative document: `{{existing_file}}`
85
+
86
+ **Options:**
87
+
88
+ 1. **Continue** - Resume from where you left off
89
+ 2. **Start Fresh** - Begin a new narrative (will overwrite)
90
+ 3. **Review** - Let me review the existing document first
91
+
92
+ Which would you like to do?"
93
+
94
+ **Handle selection:**
95
+
96
+ - If **Continue**: Load `{continueStepFile}`
97
+ - If **Start Fresh**: Continue with step 3
98
+ - If **Review**: Show document summary
99
+
100
+ ### 3. Load GDD Context
101
+
102
+ **Search for GDD:**
103
+
104
+ Look for GDD files using patterns:
105
+
106
+ - `{output_folder}/*gdd*.md`
107
+ - `{output_folder}/*game-design*.md`
108
+
109
+ **If GDD not found:**
110
+
111
+ "**Note: GDD Not Found**
112
+
113
+ The Narrative workflow works best with a completed GDD.
114
+
115
+ **Options:**
116
+
117
+ 1. Continue without GDD (I'll ask more questions)
118
+ 2. Run GDD workflow first: `create-gdd`
119
+
120
+ Your choice:"
121
+
122
+ **If GDD found:**
123
+
124
+ Load and extract:
125
+
126
+ - `game_type`
127
+ - `game_name`
128
+ - Any existing narrative mentions
129
+ - Core mechanics and themes
130
+
131
+ ### 4. Assess Narrative Complexity
132
+
133
+ "**Narrative Complexity Assessment**
134
+
135
+ Let's determine the right depth for your narrative design.
136
+
137
+ **Narrative Complexity Levels:**
138
+
139
+ | Level | Description | Examples |
140
+ | ------------ | ----------------------- | ------------------------------ |
141
+ | **Critical** | Story IS the game | Visual Novel, Text Adventure |
142
+ | **Heavy** | Story drives experience | Story RPG, Narrative Adventure |
143
+ | **Moderate** | Story enhances gameplay | Metroidvania, Horror, Tactics |
144
+ | **Light** | Story provides context | Most action, puzzle, arcade |
145
+
146
+ **Based on {{game_type}}, I'd suggest: {{suggested_complexity}}**
147
+
148
+ What level of narrative complexity does {{game_name}} have?"
149
+
150
+ ### 5. Validate Complexity Choice
151
+
152
+ **If user selects Light:**
153
+
154
+ "**Light narrative games usually don't need a full Narrative Design Document.**
155
+
156
+ Your options:
157
+
158
+ 1. **Proceed anyway** - Create full narrative document
159
+ 2. **Quick narrative** - Just the essentials (premise, setting, key characters)
160
+ 3. **Expand GDD** - Add narrative sections to existing GDD instead
161
+
162
+ What would you like to do?"
163
+
164
+ **Handle selection appropriately.**
165
+
166
+ ### 6. Initialize Output Document
167
+
168
+ **If proceeding with full narrative:**
169
+
170
+ Create `{outputFile}` with frontmatter:
171
+
172
+ ```markdown
173
+ ---
174
+ title: 'Narrative Design Document'
175
+ project: '{{game_name}}'
176
+ date: '{{date}}'
177
+ author: '{{user_name}}'
178
+ version: '1.0'
179
+ stepsCompleted: [1]
180
+ status: 'in-progress'
181
+ narrativeComplexity: '{{selected_complexity}}'
182
+ gdd: '{{gdd_file}}'
183
+ ---
184
+
185
+ # Narrative Design Document
186
+
187
+ ## {{game_name}}
188
+
189
+ ### Document Status
190
+
191
+ This narrative document is being created through the BMGD Narrative Workflow.
192
+
193
+ **Narrative Complexity:** {{selected_complexity}}
194
+ **Steps Completed:** 1 of 11 (Initialize)
195
+
196
+ ---
197
+
198
+ _Content will be added as we progress through the workflow._
199
+ ```
200
+
201
+ ### 7. Proceed to Foundation Step
202
+
203
+ After initialization:
204
+
205
+ - Update frontmatter: `stepsCompleted: [1]`
206
+ - Load `{nextStepFile}`
207
+
208
+ ---
209
+
210
+ ## SYSTEM SUCCESS/FAILURE METRICS
211
+
212
+ ### SUCCESS:
213
+
214
+ - Workflow status checked appropriately
215
+ - Existing narrative check performed
216
+ - GDD loaded and analyzed (if available)
217
+ - Narrative complexity assessed with user
218
+ - Output document initialized with proper frontmatter
219
+ - Frontmatter updated with stepsCompleted: [1]
220
+
221
+ ### SYSTEM FAILURE:
222
+
223
+ - Starting without complexity assessment
224
+ - Not checking for existing narrative
225
+ - Proceeding without user confirmation
226
+ - Missing frontmatter initialization
227
+
228
+ **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.