bmad-method 4.37.0-beta.5 → 4.37.0-beta.6

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 (206) hide show
  1. package/.github/FUNDING.yaml +15 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.md +22 -0
  4. package/.github/workflows/discord.yaml +16 -0
  5. package/.github/workflows/release.yaml +60 -0
  6. package/.releaserc.json +21 -0
  7. package/.vscode/settings.json +44 -0
  8. package/CHANGELOG.md +689 -0
  9. package/CONTRIBUTING.md +209 -0
  10. package/LICENSE +21 -0
  11. package/README.md +214 -3
  12. package/bmad-core/agent-teams/team-all.yaml +14 -0
  13. package/bmad-core/agent-teams/team-fullstack.yaml +18 -0
  14. package/bmad-core/agent-teams/team-ide-minimal.yaml +10 -0
  15. package/bmad-core/agent-teams/team-no-ui.yaml +13 -0
  16. package/bmad-core/agents/analyst.md +81 -0
  17. package/bmad-core/agents/architect.md +84 -0
  18. package/bmad-core/agents/bmad-master.md +108 -0
  19. package/bmad-core/agents/bmad-orchestrator.md +150 -0
  20. package/bmad-core/agents/dev.md +76 -0
  21. package/bmad-core/agents/pm.md +81 -0
  22. package/bmad-core/agents/po.md +76 -0
  23. package/bmad-core/agents/qa.md +69 -0
  24. package/bmad-core/agents/sm.md +62 -0
  25. package/bmad-core/agents/ux-expert.md +66 -0
  26. package/bmad-core/checklists/architect-checklist.md +443 -0
  27. package/bmad-core/checklists/change-checklist.md +182 -0
  28. package/bmad-core/checklists/pm-checklist.md +375 -0
  29. package/bmad-core/checklists/po-master-checklist.md +441 -0
  30. package/bmad-core/checklists/story-dod-checklist.md +101 -0
  31. package/bmad-core/checklists/story-draft-checklist.md +156 -0
  32. package/bmad-core/core-config.yaml +20 -0
  33. package/bmad-core/data/bmad-kb.md +803 -0
  34. package/bmad-core/data/brainstorming-techniques.md +36 -0
  35. package/bmad-core/data/elicitation-methods.md +134 -0
  36. package/bmad-core/data/technical-preferences.md +3 -0
  37. package/bmad-core/tasks/advanced-elicitation.md +117 -0
  38. package/bmad-core/tasks/brownfield-create-epic.md +160 -0
  39. package/bmad-core/tasks/brownfield-create-story.md +147 -0
  40. package/bmad-core/tasks/correct-course.md +70 -0
  41. package/bmad-core/tasks/create-brownfield-story.md +304 -0
  42. package/bmad-core/tasks/create-deep-research-prompt.md +289 -0
  43. package/bmad-core/tasks/create-next-story.md +112 -0
  44. package/bmad-core/tasks/document-project.md +341 -0
  45. package/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
  46. package/bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
  47. package/bmad-core/tasks/index-docs.md +179 -0
  48. package/bmad-core/tasks/kb-mode-interaction.md +75 -0
  49. package/bmad-core/tasks/review-story.md +145 -0
  50. package/bmad-core/tasks/shard-doc.md +187 -0
  51. package/bmad-core/tasks/validate-next-story.md +134 -0
  52. package/bmad-core/templates/architecture-tmpl.yaml +650 -0
  53. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  54. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
  55. package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
  56. package/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
  57. package/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
  58. package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
  59. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
  60. package/bmad-core/templates/market-research-tmpl.yaml +252 -0
  61. package/bmad-core/templates/prd-tmpl.yaml +202 -0
  62. package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
  63. package/bmad-core/templates/story-tmpl.yaml +137 -0
  64. package/bmad-core/workflows/brownfield-fullstack.yaml +297 -0
  65. package/bmad-core/workflows/brownfield-service.yaml +187 -0
  66. package/bmad-core/workflows/brownfield-ui.yaml +197 -0
  67. package/bmad-core/workflows/greenfield-fullstack.yaml +240 -0
  68. package/bmad-core/workflows/greenfield-service.yaml +206 -0
  69. package/bmad-core/workflows/greenfield-ui.yaml +235 -0
  70. package/common/tasks/create-doc.md +101 -0
  71. package/common/tasks/execute-checklist.md +93 -0
  72. package/common/utils/bmad-doc-template.md +325 -0
  73. package/common/utils/workflow-management.md +69 -0
  74. package/dist/agents/analyst.txt +2882 -0
  75. package/dist/agents/architect.txt +3543 -0
  76. package/dist/agents/bmad-master.txt +8756 -0
  77. package/dist/agents/bmad-orchestrator.txt +1490 -0
  78. package/dist/agents/dev.txt +428 -0
  79. package/dist/agents/pm.txt +2229 -0
  80. package/dist/agents/po.txt +1364 -0
  81. package/dist/agents/qa.txt +386 -0
  82. package/dist/agents/sm.txt +668 -0
  83. package/dist/agents/ux-expert.txt +701 -0
  84. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +2408 -0
  85. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +1631 -0
  86. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +822 -0
  87. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +10989 -0
  88. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
  89. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +3744 -0
  90. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +465 -0
  91. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +990 -0
  92. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +15467 -0
  93. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2077 -0
  94. package/dist/teams/team-all.txt +11062 -0
  95. package/dist/teams/team-fullstack.txt +10392 -0
  96. package/dist/teams/team-ide-minimal.txt +3507 -0
  97. package/dist/teams/team-no-ui.txt +8951 -0
  98. package/docs/GUIDING-PRINCIPLES.md +91 -0
  99. package/docs/core-architecture.md +219 -0
  100. package/docs/enhanced-ide-development-workflow.md +43 -0
  101. package/docs/expansion-packs.md +280 -0
  102. package/docs/how-to-contribute-with-pull-requests.md +158 -0
  103. package/docs/user-guide.md +251 -0
  104. package/docs/versioning-and-releases.md +77 -0
  105. package/docs/versions.md +48 -0
  106. package/docs/working-in-the-brownfield.md +364 -0
  107. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +102 -0
  108. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +13 -0
  109. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +13 -0
  110. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +25 -0
  111. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +34 -0
  112. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +70 -0
  113. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +26 -0
  114. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +109 -0
  115. package/expansion-packs/README.md +3 -0
  116. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +13 -0
  117. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +71 -0
  118. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +78 -0
  119. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +64 -0
  120. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
  121. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
  122. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +8 -0
  123. package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +254 -0
  124. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +651 -0
  125. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +111 -0
  126. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
  127. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +308 -0
  128. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
  129. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
  130. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  131. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
  132. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  133. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  134. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +175 -0
  135. package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +14 -0
  136. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +80 -0
  137. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +77 -0
  138. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +78 -0
  139. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +65 -0
  140. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +396 -0
  141. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +203 -0
  142. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +201 -0
  143. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +132 -0
  144. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +6 -0
  145. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +776 -0
  146. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +590 -0
  147. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +111 -0
  148. package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +151 -0
  149. package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +184 -0
  150. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +308 -0
  151. package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +200 -0
  152. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1030 -0
  153. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +356 -0
  154. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +705 -0
  155. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +256 -0
  156. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  157. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  158. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +175 -0
  159. package/expansion-packs/bmad-infrastructure-devops/README.md +147 -0
  160. package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +71 -0
  161. package/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +484 -0
  162. package/expansion-packs/bmad-infrastructure-devops/config.yaml +9 -0
  163. package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +308 -0
  164. package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +160 -0
  165. package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +154 -0
  166. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
  167. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
  168. package/package.json +62 -24
  169. package/tools/bmad-npx-wrapper.js +39 -0
  170. package/tools/builders/web-builder.js +681 -0
  171. package/tools/bump-all-versions.js +106 -0
  172. package/tools/bump-expansion-version.js +83 -0
  173. package/tools/cli.js +154 -0
  174. package/tools/flattener/aggregate.js +76 -0
  175. package/tools/flattener/binary.js +53 -0
  176. package/tools/flattener/discovery.js +70 -0
  177. package/tools/flattener/files.js +35 -0
  178. package/tools/flattener/ignoreRules.js +176 -0
  179. package/tools/flattener/main.js +217 -0
  180. package/tools/flattener/projectRoot.js +45 -0
  181. package/tools/flattener/prompts.js +44 -0
  182. package/tools/flattener/stats.js +30 -0
  183. package/tools/flattener/xml.js +86 -0
  184. package/tools/installer/README.md +8 -0
  185. package/tools/installer/package.json +44 -0
  186. package/tools/lib/dependency-resolver.js +179 -0
  187. package/tools/lib/yaml-utils.js +29 -0
  188. package/tools/md-assets/web-agent-startup-instructions.md +39 -0
  189. package/tools/semantic-release-sync-installer.js +30 -0
  190. package/tools/shared/bannerArt.js +105 -0
  191. package/tools/sync-installer-version.js +34 -0
  192. package/tools/update-expansion-version.js +54 -0
  193. package/tools/upgraders/v3-to-v4-upgrader.js +763 -0
  194. package/tools/version-bump.js +79 -0
  195. package/tools/yaml-format.js +240 -0
  196. /package/{bin → tools/installer/bin}/bmad.js +0 -0
  197. /package/{config → tools/installer/config}/ide-agent-config.yaml +0 -0
  198. /package/{config → tools/installer/config}/install.config.yaml +0 -0
  199. /package/{lib → tools/installer/lib}/config-loader.js +0 -0
  200. /package/{lib → tools/installer/lib}/file-manager.js +0 -0
  201. /package/{lib → tools/installer/lib}/ide-base-setup.js +0 -0
  202. /package/{lib → tools/installer/lib}/ide-setup.js +0 -0
  203. /package/{lib → tools/installer/lib}/installer.js +0 -0
  204. /package/{lib → tools/installer/lib}/memory-profiler.js +0 -0
  205. /package/{lib → tools/installer/lib}/module-manager.js +0 -0
  206. /package/{lib → tools/installer/lib}/resource-locator.js +0 -0
@@ -0,0 +1,356 @@
1
+ template:
2
+ id: game-brief-template-v3
3
+ name: Game Brief
4
+ version: 3.0
5
+ output:
6
+ format: markdown
7
+ filename: docs/game-brief.md
8
+ title: "{{game_title}} Game Brief"
9
+
10
+ workflow:
11
+ mode: interactive
12
+
13
+ sections:
14
+ - id: initial-setup
15
+ instruction: |
16
+ This template creates a comprehensive game brief that serves as the foundation for all subsequent game development work. The brief should capture the essential vision, scope, and requirements needed to create a detailed Game Design Document.
17
+
18
+ This brief is typically created early in the ideation process, often after brainstorming sessions, to crystallize the game concept before moving into detailed design.
19
+
20
+ - id: game-vision
21
+ title: Game Vision
22
+ instruction: Establish the core vision and identity of the game. Present each subsection and gather user feedback before proceeding.
23
+ sections:
24
+ - id: core-concept
25
+ title: Core Concept
26
+ instruction: 2-3 sentences that clearly capture what the game is and why it will be compelling to players
27
+ - id: elevator-pitch
28
+ title: Elevator Pitch
29
+ instruction: Single sentence that captures the essence of the game in a memorable way
30
+ template: |
31
+ **"{{game_description_in_one_sentence}}"**
32
+ - id: vision-statement
33
+ title: Vision Statement
34
+ instruction: Inspirational statement about what the game will achieve for players and why it matters
35
+
36
+ - id: target-market
37
+ title: Target Market
38
+ instruction: Define the audience and market context. Apply `tasks#advanced-elicitation` after presenting this section.
39
+ sections:
40
+ - id: primary-audience
41
+ title: Primary Audience
42
+ template: |
43
+ **Demographics:** {{age_range}}, {{platform_preference}}, {{gaming_experience}}
44
+ **Psychographics:** {{interests}}, {{motivations}}, {{play_patterns}}
45
+ **Gaming Preferences:** {{preferred_genres}}, {{session_length}}, {{difficulty_preference}}
46
+ - id: secondary-audiences
47
+ title: Secondary Audiences
48
+ template: |
49
+ **Audience 2:** {{description}}
50
+ **Audience 3:** {{description}}
51
+ - id: market-context
52
+ title: Market Context
53
+ template: |
54
+ **Genre:** {{primary_genre}} / {{secondary_genre}}
55
+ **Platform Strategy:** {{platform_focus}}
56
+ **Competitive Positioning:** {{differentiation_statement}}
57
+
58
+ - id: game-fundamentals
59
+ title: Game Fundamentals
60
+ instruction: Define the core gameplay elements. Each subsection should be specific enough to guide detailed design work.
61
+ sections:
62
+ - id: core-gameplay-pillars
63
+ title: Core Gameplay Pillars
64
+ instruction: 3-5 fundamental principles that guide all design decisions
65
+ type: numbered-list
66
+ template: |
67
+ **{{pillar_name}}** - {{description_and_rationale}}
68
+ - id: primary-mechanics
69
+ title: Primary Mechanics
70
+ instruction: List the 3-5 most important gameplay mechanics that define the player experience
71
+ repeatable: true
72
+ template: |
73
+ **Core Mechanic: {{mechanic_name}}**
74
+
75
+ - **Description:** {{how_it_works}}
76
+ - **Player Value:** {{why_its_fun}}
77
+ - **Implementation Scope:** {{complexity_estimate}}
78
+ - id: player-experience-goals
79
+ title: Player Experience Goals
80
+ instruction: Define what emotions and experiences the game should create for players
81
+ template: |
82
+ **Primary Experience:** {{main_emotional_goal}}
83
+ **Secondary Experiences:** {{supporting_emotional_goals}}
84
+ **Engagement Pattern:** {{how_player_engagement_evolves}}
85
+
86
+ - id: scope-constraints
87
+ title: Scope and Constraints
88
+ instruction: Define the boundaries and limitations that will shape development. Apply `tasks#advanced-elicitation` to clarify any constraints.
89
+ sections:
90
+ - id: project-scope
91
+ title: Project Scope
92
+ template: |
93
+ **Game Length:** {{estimated_content_hours}}
94
+ **Content Volume:** {{levels_areas_content_amount}}
95
+ **Feature Complexity:** {{simple|moderate|complex}}
96
+ **Scope Comparison:** "Similar to {{reference_game}} but with {{key_differences}}"
97
+ - id: technical-constraints
98
+ title: Technical Constraints
99
+ template: |
100
+ **Platform Requirements:**
101
+
102
+ - Primary: {{platform_1}} - {{requirements}}
103
+ - Secondary: {{platform_2}} - {{requirements}}
104
+
105
+ **Technical Specifications:**
106
+
107
+ - Engine: Unity & C#
108
+ - Performance Target: {{fps_target}} FPS on {{target_device}}
109
+ - Memory Budget: <{{memory_limit}}MB
110
+ - Load Time Goal: <{{load_time_seconds}}s
111
+ - id: resource-constraints
112
+ title: Resource Constraints
113
+ template: |
114
+ **Team Size:** {{team_composition}}
115
+ **Timeline:** {{development_duration}}
116
+ **Budget Considerations:** {{budget_constraints_or_targets}}
117
+ **Asset Requirements:** {{art_audio_content_needs}}
118
+ - id: business-constraints
119
+ title: Business Constraints
120
+ condition: has_business_goals
121
+ template: |
122
+ **Monetization Model:** {{free|premium|freemium|subscription}}
123
+ **Revenue Goals:** {{revenue_targets_if_applicable}}
124
+ **Platform Requirements:** {{store_certification_needs}}
125
+ **Launch Timeline:** {{target_launch_window}}
126
+
127
+ - id: reference-framework
128
+ title: Reference Framework
129
+ instruction: Provide context through references and competitive analysis
130
+ sections:
131
+ - id: inspiration-games
132
+ title: Inspiration Games
133
+ sections:
134
+ - id: primary-references
135
+ title: Primary References
136
+ type: numbered-list
137
+ repeatable: true
138
+ template: |
139
+ **{{reference_game}}** - {{what_we_learn_from_it}}
140
+ - id: competitive-analysis
141
+ title: Competitive Analysis
142
+ template: |
143
+ **Direct Competitors:**
144
+
145
+ - {{competitor_1}}: {{strengths_and_weaknesses}}
146
+ - {{competitor_2}}: {{strengths_and_weaknesses}}
147
+
148
+ **Differentiation Strategy:**
149
+ {{how_we_differ_and_why_thats_valuable}}
150
+ - id: market-opportunity
151
+ title: Market Opportunity
152
+ template: |
153
+ **Market Gap:** {{underserved_need_or_opportunity}}
154
+ **Timing Factors:** {{why_now_is_the_right_time}}
155
+ **Success Metrics:** {{how_well_measure_success}}
156
+
157
+ - id: content-framework
158
+ title: Content Framework
159
+ instruction: Outline the content structure and progression without full design detail
160
+ sections:
161
+ - id: game-structure
162
+ title: Game Structure
163
+ template: |
164
+ **Overall Flow:** {{linear|hub_world|open_world|procedural}}
165
+ **Progression Model:** {{how_players_advance}}
166
+ **Session Structure:** {{typical_play_session_flow}}
167
+ - id: content-categories
168
+ title: Content Categories
169
+ template: |
170
+ **Core Content:**
171
+
172
+ - {{content_type_1}}: {{quantity_and_description}}
173
+ - {{content_type_2}}: {{quantity_and_description}}
174
+
175
+ **Optional Content:**
176
+
177
+ - {{optional_content_type}}: {{quantity_and_description}}
178
+
179
+ **Replay Elements:**
180
+
181
+ - {{replayability_features}}
182
+ - id: difficulty-accessibility
183
+ title: Difficulty and Accessibility
184
+ template: |
185
+ **Difficulty Approach:** {{how_challenge_is_structured}}
186
+ **Accessibility Features:** {{planned_accessibility_support}}
187
+ **Skill Requirements:** {{what_skills_players_need}}
188
+
189
+ - id: art-audio-direction
190
+ title: Art and Audio Direction
191
+ instruction: Establish the aesthetic vision that will guide asset creation
192
+ sections:
193
+ - id: visual-style
194
+ title: Visual Style
195
+ template: |
196
+ **Art Direction:** {{style_description}}
197
+ **Reference Materials:** {{visual_inspiration_sources}}
198
+ **Technical Approach:** {{2d_style_pixel_vector_etc}}
199
+ **Color Strategy:** {{color_palette_mood}}
200
+ - id: audio-direction
201
+ title: Audio Direction
202
+ template: |
203
+ **Music Style:** {{genre_and_mood}}
204
+ **Sound Design:** {{audio_personality}}
205
+ **Implementation Needs:** {{technical_audio_requirements}}
206
+ - id: ui-ux-approach
207
+ title: UI/UX Approach
208
+ template: |
209
+ **Interface Style:** {{ui_aesthetic}}
210
+ **User Experience Goals:** {{ux_priorities}}
211
+ **Platform Adaptations:** {{cross_platform_considerations}}
212
+
213
+ - id: risk-assessment
214
+ title: Risk Assessment
215
+ instruction: Identify potential challenges and mitigation strategies
216
+ sections:
217
+ - id: technical-risks
218
+ title: Technical Risks
219
+ type: table
220
+ template: |
221
+ | Risk | Probability | Impact | Mitigation Strategy |
222
+ | ---- | ----------- | ------ | ------------------- |
223
+ | {{technical_risk}} | {{high|med|low}} | {{high|med|low}} | {{mitigation_approach}} |
224
+ - id: design-risks
225
+ title: Design Risks
226
+ type: table
227
+ template: |
228
+ | Risk | Probability | Impact | Mitigation Strategy |
229
+ | ---- | ----------- | ------ | ------------------- |
230
+ | {{design_risk}} | {{high|med|low}} | {{high|med|low}} | {{mitigation_approach}} |
231
+ - id: market-risks
232
+ title: Market Risks
233
+ type: table
234
+ template: |
235
+ | Risk | Probability | Impact | Mitigation Strategy |
236
+ | ---- | ----------- | ------ | ------------------- |
237
+ | {{market_risk}} | {{high|med|low}} | {{high|med|low}} | {{mitigation_approach}} |
238
+
239
+ - id: success-criteria
240
+ title: Success Criteria
241
+ instruction: Define measurable goals for the project
242
+ sections:
243
+ - id: player-experience-metrics
244
+ title: Player Experience Metrics
245
+ template: |
246
+ **Engagement Goals:**
247
+
248
+ - Tutorial completion rate: >{{percentage}}%
249
+ - Average session length: {{duration}} minutes
250
+ - Player retention: D1 {{d1}}%, D7 {{d7}}%, D30 {{d30}}%
251
+
252
+ **Quality Benchmarks:**
253
+
254
+ - Player satisfaction: >{{rating}}/10
255
+ - Completion rate: >{{percentage}}%
256
+ - Technical performance: {{fps_target}} FPS consistent
257
+ - id: development-metrics
258
+ title: Development Metrics
259
+ template: |
260
+ **Technical Targets:**
261
+
262
+ - Zero critical bugs at launch
263
+ - Performance targets met on all platforms
264
+ - Load times under {{seconds}}s
265
+
266
+ **Process Goals:**
267
+
268
+ - Development timeline adherence
269
+ - Feature scope completion
270
+ - Quality assurance standards
271
+ - id: business-metrics
272
+ title: Business Metrics
273
+ condition: has_business_goals
274
+ template: |
275
+ **Commercial Goals:**
276
+
277
+ - {{revenue_target}} in first {{time_period}}
278
+ - {{user_acquisition_target}} players in first {{time_period}}
279
+ - {{retention_target}} monthly active users
280
+
281
+ - id: next-steps
282
+ title: Next Steps
283
+ instruction: Define immediate actions following the brief completion
284
+ sections:
285
+ - id: immediate-actions
286
+ title: Immediate Actions
287
+ type: numbered-list
288
+ template: |
289
+ **{{action_item}}** - {{details_and_timeline}}
290
+ - id: development-roadmap
291
+ title: Development Roadmap
292
+ sections:
293
+ - id: phase-1-preproduction
294
+ title: "Phase 1: Pre-Production ({{duration}})"
295
+ type: bullet-list
296
+ template: |
297
+ - Detailed Game Design Document creation
298
+ - Technical architecture planning
299
+ - Art style exploration and pipeline setup
300
+ - id: phase-2-prototype
301
+ title: "Phase 2: Prototype ({{duration}})"
302
+ type: bullet-list
303
+ template: |
304
+ - Core mechanic implementation
305
+ - Technical proof of concept
306
+ - Initial playtesting and iteration
307
+ - id: phase-3-production
308
+ title: "Phase 3: Production ({{duration}})"
309
+ type: bullet-list
310
+ template: |
311
+ - Full feature development
312
+ - Content creation and integration
313
+ - Comprehensive testing and optimization
314
+ - id: documentation-pipeline
315
+ title: Documentation Pipeline
316
+ sections:
317
+ - id: required-documents
318
+ title: Required Documents
319
+ type: numbered-list
320
+ template: |
321
+ Game Design Document (GDD) - {{target_completion}}
322
+ Technical Architecture Document - {{target_completion}}
323
+ Art Style Guide - {{target_completion}}
324
+ Production Plan - {{target_completion}}
325
+ - id: validation-plan
326
+ title: Validation Plan
327
+ template: |
328
+ **Concept Testing:**
329
+
330
+ - {{validation_method_1}} - {{timeline}}
331
+ - {{validation_method_2}} - {{timeline}}
332
+
333
+ **Prototype Testing:**
334
+
335
+ - {{testing_approach}} - {{timeline}}
336
+ - {{feedback_collection_method}} - {{timeline}}
337
+
338
+ - id: appendices
339
+ title: Appendices
340
+ sections:
341
+ - id: research-materials
342
+ title: Research Materials
343
+ instruction: Include any supporting research, competitive analysis, or market data that informed the brief
344
+ - id: brainstorming-notes
345
+ title: Brainstorming Session Notes
346
+ instruction: Reference any brainstorming sessions that led to this brief
347
+ - id: stakeholder-input
348
+ title: Stakeholder Input
349
+ instruction: Include key input from stakeholders that shaped the vision
350
+ - id: change-log
351
+ title: Change Log
352
+ instruction: Track document versions and changes
353
+ type: table
354
+ template: |
355
+ | Date | Version | Description | Author |
356
+ | :--- | :------ | :---------- | :----- |