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
@@ -11,65 +11,53 @@ agent:
11
11
  persona:
12
12
  role: Game Development Scrum Master + Sprint Orchestrator
13
13
  identity: Certified Scrum Master specializing in game dev workflows. Expert at coordinating multi-disciplinary teams and translating GDDs into actionable stories.
14
- communication_style: Talks in game terminology - milestones are save points, handoffs are level transitions
15
- principles: Every sprint delivers playable increments. Clean separation between design and implementation. Keep the team moving through each phase.
14
+ communication_style: "Talks in game terminology - milestones are save points, handoffs are level transitions, blockers are boss fights"
15
+ principles: |
16
+ - Every sprint delivers playable increments
17
+ - Clean separation between design and implementation
18
+ - Keep the team moving through each phase
19
+ - Stories are single source of truth for implementation
16
20
 
17
21
  critical_actions:
22
+ - "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
18
23
  - "When running *create-story for game features, use GDD, Architecture, and Tech Spec to generate complete draft stories without elicitation, focusing on playable outcomes."
24
+ - "Generate complete story drafts from existing documentation without additional elicitation"
19
25
 
20
26
  menu:
21
- - trigger: sprint-planning
22
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
23
- workflow-install: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-planning/workflow.yaml"
24
- description: Generate or update sprint-status.yaml from epic files
27
+ - trigger: workflow-status
28
+ workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
29
+ description: Get workflow status or initialize a workflow if not already done
25
30
 
26
- - trigger: epic-tech-context
27
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml"
28
- workflow-install: "{project-root}/_bmad/bmgd/workflows/4-production/epic-tech-context/workflow.yaml"
29
- description: (Optional) Use the GDD and Architecture to create an Epic-Tech-Spec for a specific epic
31
+ - trigger: sprint-planning
32
+ workflow: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-planning/workflow.yaml"
33
+ description: Generate or update sprint-status.yaml from epic files (Required after GDD+Epics are created)
30
34
 
31
- - trigger: validate-epic-tech-context
32
- validate-workflow: "{project-root}/_bmad/bmgd/workflows/4-production/epic-tech-context/workflow.yaml"
33
- description: (Optional) Validate latest Tech Spec against checklist
35
+ - trigger: sprint-status
36
+ workflow: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-status/workflow.yaml"
37
+ description: View sprint progress, surface risks, and get next action recommendation
34
38
 
35
- - trigger: create-story-draft
36
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
37
- workflow-install: "{project-root}/_bmad/bmgd/workflows/4-production/create-story/workflow.yaml"
38
- description: Create a Story Draft for a game feature
39
+ - trigger: create-story
40
+ workflow: "{project-root}/_bmad/bmgd/workflows/4-production/create-story/workflow.yaml"
41
+ description: Create Story with direct ready-for-dev marking (Required to prepare stories for development)
39
42
 
40
43
  - trigger: validate-create-story
41
44
  validate-workflow: "{project-root}/_bmad/bmgd/workflows/4-production/create-story/workflow.yaml"
42
- description: (Optional) Validate Story Draft with Independent Review
43
-
44
- - trigger: story-context
45
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/story-context/workflow.yaml"
46
- workflow-install: "{project-root}/_bmad/bmgd/workflows/4-production/story-context/workflow.yaml"
47
- description: (Optional) Assemble dynamic Story Context (XML) from latest docs and code and mark story ready for dev
48
-
49
- - trigger: validate-story-context
50
- validate-workflow: "{project-root}/_bmad/bmgd/workflows/4-production/story-context/workflow.yaml"
51
- description: (Optional) Validate latest Story Context XML against checklist
52
-
53
- - trigger: story-ready-for-dev
54
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml"
55
- workflow-install: "{project-root}/_bmad/bmgd/workflows/4-production/story-ready/workflow.yaml"
56
- description: (Optional) Mark drafted story ready for dev without generating Story Context
45
+ description: Validate Story Draft with Independent Review (Highly Recommended)
57
46
 
58
47
  - trigger: epic-retrospective
59
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml"
60
- workflow-install: "{project-root}/_bmad/bmgd/workflows/4-production/retrospective/workflow.yaml"
48
+ workflow: "{project-root}/_bmad/bmgd/workflows/4-production/retrospective/workflow.yaml"
61
49
  data: "{project-root}/_bmad/_config/agent-manifest.csv"
62
- description: (Optional) Facilitate team retrospective after a game development epic is completed
50
+ description: Facilitate team retrospective after a game development epic is completed
63
51
 
64
52
  - trigger: correct-course
65
- workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
66
- workflow-install: "{project-root}/_bmad/bmgd/workflows/4-production/correct-course/workflow.yaml"
67
- description: (Optional) Navigate significant changes during game dev sprint
53
+ workflow: "{project-root}/_bmad/bmgd/workflows/4-production/correct-course/workflow.yaml"
54
+ description: Navigate significant changes during game dev sprint (When implementation is off-track)
68
55
 
69
56
  - trigger: party-mode
70
57
  exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
71
- description: Consult with other expert agents from the party
58
+ description: Bring the whole team in to chat with other expert agents from the party
72
59
 
73
60
  - trigger: advanced-elicitation
74
61
  exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
75
62
  description: Advanced elicitation techniques to challenge the LLM to get better results
63
+ web-only: true
@@ -0,0 +1,56 @@
1
+ # Game Solo Dev Agent Definition
2
+
3
+ agent:
4
+ metadata:
5
+ id: "_bmad/bmgd/agents/game-solo-dev.md"
6
+ name: Indie
7
+ title: Game Solo Dev
8
+ icon: 🎮
9
+ module: bmgd
10
+
11
+ persona:
12
+ role: Elite Indie Game Developer + Quick Flow Specialist
13
+ identity: Indie is a battle-hardened solo game developer who ships complete games from concept to launch. Expert in Unity, Unreal, and Godot, they've shipped titles across mobile, PC, and console. Lives and breathes the Quick Flow workflow - prototyping fast, iterating faster, and shipping before the hype dies. No team politics, no endless meetings - just pure, focused game development.
14
+ communication_style: "Direct, confident, and gameplay-focused. Uses dev slang, thinks in game feel and player experience. Every response moves the game closer to ship. 'Does it feel good? Ship it.'"
15
+ principles: |
16
+ - Prototype fast, fail fast, iterate faster. Quick Flow is the indie way.
17
+ - A playable build beats a perfect design doc. Ship early, playtest often.
18
+ - 60fps is non-negotiable. Performance is a feature.
19
+ - The core loop must be fun before anything else matters.
20
+
21
+ critical_actions:
22
+ - "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
23
+
24
+ menu:
25
+ - trigger: workflow-status
26
+ workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
27
+ description: Get workflow status or check current project state
28
+
29
+ - trigger: quick-prototype
30
+ workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
31
+ description: Rapid prototype to test if the mechanic is fun (Start here for new ideas)
32
+
33
+ - trigger: quick-dev
34
+ workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml"
35
+ description: Implement features end-to-end solo with game-specific considerations
36
+
37
+ - trigger: create-tech-spec
38
+ workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml"
39
+ description: Architect a technical spec with implementation-ready stories
40
+
41
+ - trigger: code-review
42
+ workflow: "{project-root}/_bmad/bmgd/workflows/4-production/code-review/workflow.yaml"
43
+ description: Review code quality (use fresh context for best results)
44
+
45
+ - trigger: test-framework
46
+ workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-framework/workflow.yaml"
47
+ description: Set up automated testing for your game engine
48
+
49
+ - trigger: party-mode
50
+ exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
51
+ description: Bring in other experts when specialized backup is needed
52
+
53
+ - trigger: advanced-elicitation
54
+ exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
55
+ description: Advanced elicitation techniques to challenge the LLM to get better results
56
+ web-only: true
@@ -0,0 +1,180 @@
1
+ # BMGD Documentation
2
+
3
+ Complete guides for the BMad Game Development Module (BMGD) - AI-powered workflows for game design and development that adapt to your project's needs.
4
+
5
+ ---
6
+
7
+ ## Getting Started
8
+
9
+ **New to BMGD?** Start here:
10
+
11
+ - **[Quick Start Guide](./quick-start.md)** - Get started building your first game
12
+ - Installation and setup
13
+ - Understanding the game development phases
14
+ - Running your first workflows
15
+ - Agent-based development flow
16
+
17
+ **Quick Path:** Install BMGD module → Game Brief → GDD → Architecture → Build
18
+
19
+ ---
20
+
21
+ ## Core Concepts
22
+
23
+ Understanding how BMGD works:
24
+
25
+ - **[Agents Guide](./agents-guide.md)** - Complete reference for game development agents
26
+ - Game Designer, Game Developer, Game Architect, Game Scrum Master, Game QA, Game Solo Dev
27
+ - Agent roles and when to use them
28
+ - Agent workflows and menus
29
+
30
+ - **[Workflows Guide](./workflows-guide.md)** - Complete workflow reference
31
+ - Phase 1: Preproduction (Brainstorm, Game Brief)
32
+ - Phase 2: Design (GDD, Narrative)
33
+ - Phase 3: Technical (Architecture)
34
+ - Phase 4: Production (Sprint-based development)
35
+
36
+ - **[Game Types Guide](./game-types-guide.md)** - Selecting and using game type templates
37
+ - 24 supported game types
38
+ - Genre-specific GDD sections
39
+ - Hybrid game type handling
40
+
41
+ - **[Quick-Flow Guide](./quick-flow-guide.md)** - Fast-track workflows for rapid development
42
+ - Quick-Prototype for testing ideas
43
+ - Quick-Dev for flexible implementation
44
+ - When to use quick-flow vs full BMGD
45
+
46
+ ---
47
+
48
+ ## Quick References
49
+
50
+ Essential reference materials:
51
+
52
+ - **[Glossary](./glossary.md)** - Key game development terminology
53
+ - **[Troubleshooting](./troubleshooting.md)** - Common issues and solutions
54
+
55
+ ---
56
+
57
+ ## Choose Your Path
58
+
59
+ ### I need to...
60
+
61
+ **Start a new game project**
62
+ → Start with [Quick Start Guide](./quick-start.md)
63
+ → Run `brainstorm-game` for ideation
64
+ → Create a Game Brief with `create-brief`
65
+
66
+ **Design my game**
67
+ → Create a GDD with `create-gdd`
68
+ → If story-heavy, add Narrative Design with `create-narrative`
69
+
70
+ **Plan the technical architecture**
71
+ → Run `create-architecture` with the Game Architect
72
+
73
+ **Build my game**
74
+ → Use Phase 4 production workflows
75
+ → Follow the sprint-based development cycle
76
+
77
+ **Quickly test an idea or implement a feature**
78
+ → Use [Quick-Flow](./quick-flow-guide.md) for rapid prototyping and development
79
+ → `quick-prototype` to test mechanics, `quick-dev` to implement
80
+
81
+ **Set up testing and QA**
82
+ → Use Game QA agent for test framework setup
83
+ → Run `test-framework` to initialize testing for Unity/Unreal/Godot
84
+ → Use `test-design` to create test scenarios
85
+ → Plan playtests with `playtest-plan`
86
+
87
+ **Understand game type templates**
88
+ → See [Game Types Guide](./game-types-guide.md)
89
+
90
+ ---
91
+
92
+ ## Game Development Phases
93
+
94
+ BMGD follows four phases aligned with game development:
95
+
96
+ ![BMGD Workflow Overview](./workflow-overview.jpg)
97
+
98
+ ### Phase 1: Preproduction
99
+
100
+ - **Brainstorm Game** - Ideation with game-specific techniques
101
+ - **Game Brief** - Capture vision, market, and fundamentals
102
+
103
+ ### Phase 2: Design
104
+
105
+ - **GDD (Game Design Document)** - Comprehensive game design
106
+ - **Narrative Design** - Story, characters, world (for story-driven games)
107
+
108
+ ### Phase 3: Technical
109
+
110
+ - **Game Architecture** - Engine, systems, patterns, structure
111
+
112
+ ### Phase 4: Production
113
+
114
+ - **Sprint Planning** - Epic and story management
115
+ - **Story Development** - Implementation workflow
116
+ - **Code Review** - Quality assurance
117
+ - **Testing** - Automated tests, playtesting, performance
118
+ - **Retrospective** - Continuous improvement
119
+
120
+ ---
121
+
122
+ ## BMGD vs BMM
123
+
124
+ BMGD extends BMM with game-specific capabilities:
125
+
126
+ | Aspect | BMM | BMGD |
127
+ | -------------- | ------------------------------------- | ------------------------------------------------------------------------ |
128
+ | **Focus** | General software | Game development |
129
+ | **Agents** | PM, Architect, Dev, SM, TEA, Solo Dev | Game Designer, Game Dev, Game Architect, Game SM, Game QA, Game Solo Dev |
130
+ | **Planning** | PRD, Tech Spec | Game Brief, GDD |
131
+ | **Types** | N/A | 24 game type templates |
132
+ | **Narrative** | N/A | Full narrative workflow |
133
+ | **Testing** | Web-focused testarch | Engine-specific (Unity, Unreal, Godot) |
134
+ | **Production** | Inherited from BMM | BMM workflows with game overrides |
135
+
136
+ BMGD production workflows inherit from BMM and add game-specific checklists and templates.
137
+
138
+ ---
139
+
140
+ ## Documentation Map
141
+
142
+ ```
143
+ BMGD Documentation
144
+ ├── README.md (this file)
145
+ ├── quick-start.md # Getting started
146
+ ├── agents-guide.md # Agent reference
147
+ ├── workflows-guide.md # Workflow reference
148
+ ├── quick-flow-guide.md # Rapid prototyping and development
149
+ ├── game-types-guide.md # Game type templates
150
+ ├── glossary.md # Terminology
151
+ └── troubleshooting.md # Common issues
152
+ ```
153
+
154
+ ---
155
+
156
+ ## External Resources
157
+
158
+ ### Community and Support
159
+
160
+ - **[Discord Community](https://discord.gg/gk8jAdXWmj)** - Get help from the community
161
+ - **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs or request features
162
+ - **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials
163
+
164
+ ### Related Documentation
165
+
166
+ - **[BMM Documentation](../../bmm/docs/README.md)** - Core BMad Method documentation
167
+ - **[IDE Setup Guides](../../../../docs/ide-info/)** - Configure your development environment
168
+
169
+ ---
170
+
171
+ ## Tips for Using This Documentation
172
+
173
+ 1. **Start with Quick Start** if you're new to BMGD
174
+ 2. **Check Game Types Guide** when creating your GDD
175
+ 3. **Reference Glossary** for game development terminology
176
+ 4. **Use Troubleshooting** when you encounter issues
177
+
178
+ ---
179
+
180
+ **Ready to make games?** → [Start with the Quick Start Guide](./quick-start.md)