@bmad/bmad-game-dev-studio 0.1.4

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 (57) hide show
  1. package/.markdownlint-cli2.yaml +35 -0
  2. package/.nvmrc +1 -0
  3. package/.prettierignore +9 -0
  4. package/LICENSE +26 -0
  5. package/README.md +119 -0
  6. package/eslint.config.mjs +152 -0
  7. package/package.json +91 -0
  8. package/prettier.config.mjs +32 -0
  9. package/src/_module-installer/installer.js +110 -0
  10. package/src/_module-installer/platform-specifics/claude-code.js +23 -0
  11. package/src/_module-installer/platform-specifics/windsurf.js +18 -0
  12. package/src/agents/game-architect.agent.yaml +40 -0
  13. package/src/agents/game-designer.agent.yaml +45 -0
  14. package/src/agents/game-dev.agent.yaml +49 -0
  15. package/src/agents/game-qa.agent.yaml +63 -0
  16. package/src/agents/game-scrum-master.agent.yaml +56 -0
  17. package/src/agents/game-solo-dev.agent.yaml +49 -0
  18. package/src/agents/tech-writer/tech-writer.agent.yaml +45 -0
  19. package/src/gametest/qa-index.csv +18 -0
  20. package/src/module-help.csv +26 -0
  21. package/src/module.yaml +65 -0
  22. package/src/teams/default-party.csv +12 -0
  23. package/src/teams/team-gamedev.yaml +29 -0
  24. package/src/workflows/1-preproduction/brainstorm-game/game-brain-methods.csv +26 -0
  25. package/src/workflows/1-preproduction/brainstorm-game/workflow.yaml +62 -0
  26. package/src/workflows/1-preproduction/game-brief/workflow.yaml +67 -0
  27. package/src/workflows/2-design/gdd/game-types.csv +25 -0
  28. package/src/workflows/2-design/gdd/workflow.yaml +101 -0
  29. package/src/workflows/2-design/narrative/workflow.yaml +77 -0
  30. package/src/workflows/3-technical/game-architecture/architecture-patterns.yaml +507 -0
  31. package/src/workflows/3-technical/game-architecture/decision-catalog.yaml +340 -0
  32. package/src/workflows/3-technical/game-architecture/engine-mcps.yaml +270 -0
  33. package/src/workflows/3-technical/game-architecture/pattern-categories.csv +13 -0
  34. package/src/workflows/3-technical/game-architecture/workflow.yaml +101 -0
  35. package/src/workflows/4-production/code-review/instructions.xml +226 -0
  36. package/src/workflows/4-production/code-review/workflow.yaml +64 -0
  37. package/src/workflows/4-production/correct-course/workflow.yaml +65 -0
  38. package/src/workflows/4-production/create-story/instructions.xml +345 -0
  39. package/src/workflows/4-production/create-story/workflow.yaml +61 -0
  40. package/src/workflows/4-production/dev-story/instructions.xml +410 -0
  41. package/src/workflows/4-production/dev-story/workflow.yaml +27 -0
  42. package/src/workflows/4-production/retrospective/workflow.yaml +58 -0
  43. package/src/workflows/4-production/sprint-planning/sprint-status-template.yaml +55 -0
  44. package/src/workflows/4-production/sprint-planning/workflow.yaml +54 -0
  45. package/src/workflows/4-production/sprint-status/workflow.yaml +35 -0
  46. package/src/workflows/document-project/documentation-requirements.csv +12 -0
  47. package/src/workflows/document-project/templates/project-scan-report-schema.json +160 -0
  48. package/src/workflows/document-project/workflow.yaml +30 -0
  49. package/src/workflows/document-project/workflows/deep-dive.yaml +31 -0
  50. package/src/workflows/document-project/workflows/full-scan.yaml +31 -0
  51. package/src/workflows/gametest/automate/workflow.yaml +50 -0
  52. package/src/workflows/gametest/e2e-scaffold/workflow.yaml +145 -0
  53. package/src/workflows/gametest/performance/workflow.yaml +48 -0
  54. package/src/workflows/gametest/playtest-plan/workflow.yaml +59 -0
  55. package/src/workflows/gametest/test-design/workflow.yaml +47 -0
  56. package/src/workflows/gametest/test-framework/workflow.yaml +48 -0
  57. package/src/workflows/gametest/test-review/workflow.yaml +48 -0
@@ -0,0 +1,345 @@
1
+ <workflow>
2
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
3
+ <critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
4
+ <critical>Communicate all responses in {communication_language} and generate all documents in {document_output_language}</critical>
5
+
6
+ <critical>🔥 CRITICAL MISSION: You are creating the ULTIMATE story context engine that prevents LLM developer mistakes, omissions or
7
+ disasters! 🔥</critical>
8
+ <critical>Your purpose is NOT to copy from epics - it's to create a comprehensive, optimized story file that gives the DEV agent
9
+ EVERYTHING needed for flawless implementation</critical>
10
+ <critical>COMMON LLM MISTAKES TO PREVENT: reinventing wheels, wrong libraries, wrong file locations, breaking regressions, ignoring UX,
11
+ vague implementations, lying about completion, not learning from past work</critical>
12
+ <critical>🚨 EXHAUSTIVE ANALYSIS REQUIRED: You must thoroughly analyze ALL artifacts to extract critical context - do NOT be lazy or skim!
13
+ This is the most important function in the entire development process!</critical>
14
+ <critical>🔬 UTILIZE SUBPROCESSES AND SUBAGENTS: Use research subagents, subprocesses or parallel processing if available to thoroughly
15
+ analyze different artifacts simultaneously and thoroughly</critical>
16
+ <critical>❓ SAVE QUESTIONS: If you think of questions or clarifications during analysis, save them for the end after the complete story is
17
+ written</critical>
18
+ <critical>🎯 ZERO USER INTERVENTION: Process should be fully automated except for initial epic/story selection or missing documents</critical>
19
+
20
+ <step n="1" goal="Determine target story">
21
+ <check if="{{story_path}} is provided by user or user provided the epic and story number such as 2-4 or 1.6 or epic 1 story 5">
22
+ <action>Parse user-provided story path: extract epic_num, story_num, story_title from format like "1-2-user-auth"</action>
23
+ <action>Set {{epic_num}}, {{story_num}}, {{story_key}} from user input</action>
24
+ <action>GOTO step 2a</action>
25
+ </check>
26
+
27
+ <action>Check if {{sprint_status}} file exists for auto discover</action>
28
+ <check if="sprint status file does NOT exist">
29
+ <output>🚫 No sprint status file found and no story specified</output>
30
+ <output>
31
+ **Required Options:**
32
+ 1. Run `sprint-planning` to initialize sprint tracking (recommended)
33
+ 2. Provide specific epic-story number to create (e.g., "1-2-user-auth")
34
+ 3. Provide path to story documents if sprint status doesn't exist yet
35
+ </output>
36
+ <ask>Choose option [1], provide epic-story number, path to story docs, or [q] to quit:</ask>
37
+
38
+ <check if="user chooses 'q'">
39
+ <action>HALT - No work needed</action>
40
+ </check>
41
+
42
+ <check if="user chooses '1'">
43
+ <output>Run sprint-planning workflow first to create sprint-status.yaml</output>
44
+ <action>HALT - User needs to run sprint-planning</action>
45
+ </check>
46
+
47
+ <check if="user provides epic-story number">
48
+ <action>Parse user input: extract epic_num, story_num, story_title</action>
49
+ <action>Set {{epic_num}}, {{story_num}}, {{story_key}} from user input</action>
50
+ <action>GOTO step 2a</action>
51
+ </check>
52
+
53
+ <check if="user provides story docs path">
54
+ <action>Use user-provided path for story documents</action>
55
+ <action>GOTO step 2a</action>
56
+ </check>
57
+ </check>
58
+
59
+ <!-- Auto-discover from sprint status only if no user input -->
60
+ <check if="no user input provided">
61
+ <critical>MUST read COMPLETE {sprint_status} file from start to end to preserve order</critical>
62
+ <action>Load the FULL file: {{sprint_status}}</action>
63
+ <action>Read ALL lines from beginning to end - do not skip any content</action>
64
+ <action>Parse the development_status section completely</action>
65
+
66
+ <action>Find the FIRST story (by reading in order from top to bottom) where:
67
+ - Key matches pattern: number-number-name (e.g., "1-2-user-auth")
68
+ - NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
69
+ - Status value equals "backlog"
70
+ </action>
71
+
72
+ <check if="no backlog story found">
73
+ <output>📋 No backlog stories found in sprint-status.yaml
74
+
75
+ All stories are either already created, in progress, or done.
76
+
77
+ **Options:**
78
+ 1. Run sprint-planning to refresh story tracking
79
+ 2. Load PM agent and run correct-course to add more stories
80
+ 3. Check if current sprint is complete and run retrospective
81
+ </output>
82
+ <action>HALT</action>
83
+ </check>
84
+
85
+ <action>Extract from found story key (e.g., "1-2-user-authentication"):
86
+ - epic_num: first number before dash (e.g., "1")
87
+ - story_num: second number after first dash (e.g., "2")
88
+ - story_title: remainder after second dash (e.g., "user-authentication")
89
+ </action>
90
+ <action>Set {{story_id}} = "{{epic_num}}.{{story_num}}"</action>
91
+ <action>Store story_key for later use (e.g., "1-2-user-authentication")</action>
92
+
93
+ <!-- Mark epic as in-progress if this is first story -->
94
+ <action>Check if this is the first story in epic {{epic_num}} by looking for {{epic_num}}-1-* pattern</action>
95
+ <check if="this is first story in epic {{epic_num}}">
96
+ <action>Load {{sprint_status}} and check epic-{{epic_num}} status</action>
97
+ <action>If epic status is "backlog" → update to "in-progress"</action>
98
+ <action>If epic status is "contexted" (legacy status) → update to "in-progress" (backward compatibility)</action>
99
+ <action>If epic status is "in-progress" → no change needed</action>
100
+ <check if="epic status is 'done'">
101
+ <output>🚫 ERROR: Cannot create story in completed epic</output>
102
+ <output>Epic {{epic_num}} is marked as 'done'. All stories are complete.</output>
103
+ <output>If you need to add more work, either:</output>
104
+ <output>1. Manually change epic status back to 'in-progress' in sprint-status.yaml</output>
105
+ <output>2. Create a new epic for additional work</output>
106
+ <action>HALT - Cannot proceed</action>
107
+ </check>
108
+ <check if="epic status is not one of: backlog, contexted, in-progress, done">
109
+ <output>🚫 ERROR: Invalid epic status '{{epic_status}}'</output>
110
+ <output>Epic {{epic_num}} has invalid status. Expected: backlog, in-progress, or done</output>
111
+ <output>Please fix sprint-status.yaml manually or run sprint-planning to regenerate</output>
112
+ <action>HALT - Cannot proceed</action>
113
+ </check>
114
+ <output>📊 Epic {{epic_num}} status updated to in-progress</output>
115
+ </check>
116
+
117
+ <action>GOTO step 2a</action>
118
+ </check>
119
+ <action>Load the FULL file: {{sprint_status}}</action>
120
+ <action>Read ALL lines from beginning to end - do not skip any content</action>
121
+ <action>Parse the development_status section completely</action>
122
+
123
+ <action>Find the FIRST story (by reading in order from top to bottom) where:
124
+ - Key matches pattern: number-number-name (e.g., "1-2-user-auth")
125
+ - NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
126
+ - Status value equals "backlog"
127
+ </action>
128
+
129
+ <check if="no backlog story found">
130
+ <output>📋 No backlog stories found in sprint-status.yaml
131
+
132
+ All stories are either already created, in progress, or done.
133
+
134
+ **Options:**
135
+ 1. Run sprint-planning to refresh story tracking
136
+ 2. Load PM agent and run correct-course to add more stories
137
+ 3. Check if current sprint is complete and run retrospective
138
+ </output>
139
+ <action>HALT</action>
140
+ </check>
141
+
142
+ <action>Extract from found story key (e.g., "1-2-user-authentication"):
143
+ - epic_num: first number before dash (e.g., "1")
144
+ - story_num: second number after first dash (e.g., "2")
145
+ - story_title: remainder after second dash (e.g., "user-authentication")
146
+ </action>
147
+ <action>Set {{story_id}} = "{{epic_num}}.{{story_num}}"</action>
148
+ <action>Store story_key for later use (e.g., "1-2-user-authentication")</action>
149
+
150
+ <!-- Mark epic as in-progress if this is first story -->
151
+ <action>Check if this is the first story in epic {{epic_num}} by looking for {{epic_num}}-1-* pattern</action>
152
+ <check if="this is first story in epic {{epic_num}}">
153
+ <action>Load {{sprint_status}} and check epic-{{epic_num}} status</action>
154
+ <action>If epic status is "backlog" → update to "in-progress"</action>
155
+ <action>If epic status is "contexted" (legacy status) → update to "in-progress" (backward compatibility)</action>
156
+ <action>If epic status is "in-progress" → no change needed</action>
157
+ <check if="epic status is 'done'">
158
+ <output>🚫 ERROR: Cannot create story in completed epic</output>
159
+ <output>Epic {{epic_num}} is marked as 'done'. All stories are complete.</output>
160
+ <output>If you need to add more work, either:</output>
161
+ <output>1. Manually change epic status back to 'in-progress' in sprint-status.yaml</output>
162
+ <output>2. Create a new epic for additional work</output>
163
+ <action>HALT - Cannot proceed</action>
164
+ </check>
165
+ <check if="epic status is not one of: backlog, contexted, in-progress, done">
166
+ <output>🚫 ERROR: Invalid epic status '{{epic_status}}'</output>
167
+ <output>Epic {{epic_num}} has invalid status. Expected: backlog, in-progress, or done</output>
168
+ <output>Please fix sprint-status.yaml manually or run sprint-planning to regenerate</output>
169
+ <action>HALT - Cannot proceed</action>
170
+ </check>
171
+ <output>📊 Epic {{epic_num}} status updated to in-progress</output>
172
+ </check>
173
+
174
+ <action>GOTO step 2a</action>
175
+ </step>
176
+
177
+ <step n="2" goal="Load and analyze core artifacts">
178
+ <critical>🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer fuckups!</critical>
179
+
180
+ <!-- Load all available content through discovery protocol -->
181
+ <invoke-protocol
182
+ name="discover_inputs" />
183
+ <note>Available content: {epics_content}, {prd_content}, {architecture_content}, {ux_content},
184
+ {project_context}</note>
185
+
186
+ <!-- Analyze epics file for story foundation -->
187
+ <action>From {epics_content}, extract Epic {{epic_num}} complete context:</action> **EPIC ANALYSIS:** - Epic
188
+ objectives and business value - ALL stories in this epic for cross-story context - Our specific story's requirements, user story
189
+ statement, acceptance criteria - Technical requirements and constraints - Dependencies on other stories/epics - Source hints pointing to
190
+ original documents <!-- Extract specific story requirements -->
191
+ <action>Extract our story ({{epic_num}}-{{story_num}}) details:</action> **STORY FOUNDATION:** - User story statement
192
+ (As a, I want, so that) - Detailed acceptance criteria (already BDD formatted) - Technical requirements specific to this story -
193
+ Business context and value - Success criteria <!-- Previous story analysis for context continuity -->
194
+ <check if="story_num > 1">
195
+ <action>Load previous story file: {{story_dir}}/{{epic_num}}-{{previous_story_num}}-*.md</action> **PREVIOUS STORY INTELLIGENCE:** -
196
+ Dev notes and learnings from previous story - Review feedback and corrections needed - Files that were created/modified and their
197
+ patterns - Testing approaches that worked/didn't work - Problems encountered and solutions found - Code patterns established <action>Extract
198
+ all learnings that could impact current story implementation</action>
199
+ </check>
200
+
201
+ <!-- Git intelligence for previous work patterns -->
202
+ <check
203
+ if="previous story exists AND git repository detected">
204
+ <action>Get last 5 commit titles to understand recent work patterns</action>
205
+ <action>Analyze 1-5 most recent commits for relevance to current story:
206
+ - Files created/modified
207
+ - Code patterns and conventions used
208
+ - Library dependencies added/changed
209
+ - Architecture decisions implemented
210
+ - Testing approaches used
211
+ </action>
212
+ <action>Extract actionable insights for current story implementation</action>
213
+ </check>
214
+ </step>
215
+
216
+ <step n="3" goal="Architecture analysis for developer guardrails">
217
+ <critical>🏗️ ARCHITECTURE INTELLIGENCE - Extract everything the developer MUST follow!</critical> **ARCHITECTURE DOCUMENT ANALYSIS:** <action>Systematically
218
+ analyze architecture content for story-relevant requirements:</action>
219
+
220
+ <!-- Load architecture - single file or sharded -->
221
+ <check if="architecture file is single file">
222
+ <action>Load complete {architecture_content}</action>
223
+ </check>
224
+ <check if="architecture is sharded to folder">
225
+ <action>Load architecture index and scan all architecture files</action>
226
+ </check> **CRITICAL ARCHITECTURE EXTRACTION:** <action>For
227
+ each architecture section, determine if relevant to this story:</action> - **Technical Stack:** Languages, frameworks, libraries with
228
+ versions - **Code Structure:** Folder organization, naming conventions, file patterns - **API Patterns:** Service structure, endpoint
229
+ patterns, data contracts - **Database Schemas:** Tables, relationships, constraints relevant to story - **Security Requirements:**
230
+ Authentication patterns, authorization rules - **Performance Requirements:** Caching strategies, optimization patterns - **Testing
231
+ Standards:** Testing frameworks, coverage expectations, test patterns - **Deployment Patterns:** Environment configurations, build
232
+ processes - **Integration Patterns:** External service integrations, data flows <action>Extract any story-specific requirements that the
233
+ developer MUST follow</action>
234
+ <action>Identify any architectural decisions that override previous patterns</action>
235
+ </step>
236
+
237
+ <step n="4" goal="Web research for latest technical specifics">
238
+ <critical>🌐 ENSURE LATEST TECH KNOWLEDGE - Prevent outdated implementations!</critical> **WEB INTELLIGENCE:** <action>Identify specific
239
+ technical areas that require latest version knowledge:</action>
240
+
241
+ <!-- Check for libraries/frameworks mentioned in architecture -->
242
+ <action>From architecture analysis, identify specific libraries, APIs, or
243
+ frameworks</action>
244
+ <action>For each critical technology, research latest stable version and key changes:
245
+ - Latest API documentation and breaking changes
246
+ - Security vulnerabilities or updates
247
+ - Performance improvements or deprecations
248
+ - Best practices for current version
249
+ </action>
250
+ **EXTERNAL CONTEXT INCLUSION:** <action>Include in story any critical latest information the developer needs:
251
+ - Specific library versions and why chosen
252
+ - API endpoints with parameters and authentication
253
+ - Recent security patches or considerations
254
+ - Performance optimization techniques
255
+ - Migration considerations if upgrading
256
+ </action>
257
+ </step>
258
+
259
+ <step n="5" goal="Create comprehensive story file">
260
+ <critical>📝 CREATE ULTIMATE STORY FILE - The developer's master implementation guide!</critical>
261
+
262
+ <action>Initialize from template.md:
263
+ {default_output_file}</action>
264
+ <template-output file="{default_output_file}">story_header</template-output>
265
+
266
+ <!-- Story foundation from epics analysis -->
267
+ <template-output
268
+ file="{default_output_file}">story_requirements</template-output>
269
+
270
+ <!-- Developer context section - MOST IMPORTANT PART -->
271
+ <template-output file="{default_output_file}">
272
+ developer_context_section</template-output> **DEV AGENT GUARDRAILS:** <template-output file="{default_output_file}">
273
+ technical_requirements</template-output>
274
+ <template-output file="{default_output_file}">architecture_compliance</template-output>
275
+ <template-output
276
+ file="{default_output_file}">library_framework_requirements</template-output>
277
+ <template-output file="{default_output_file}">
278
+ file_structure_requirements</template-output>
279
+ <template-output file="{default_output_file}">testing_requirements</template-output>
280
+
281
+ <!-- Previous story intelligence -->
282
+ <check
283
+ if="previous story learnings available">
284
+ <template-output file="{default_output_file}">previous_story_intelligence</template-output>
285
+ </check>
286
+
287
+ <!-- Git intelligence -->
288
+ <check
289
+ if="git analysis completed">
290
+ <template-output file="{default_output_file}">git_intelligence_summary</template-output>
291
+ </check>
292
+
293
+ <!-- Latest technical specifics -->
294
+ <check if="web research completed">
295
+ <template-output file="{default_output_file}">latest_tech_information</template-output>
296
+ </check>
297
+
298
+ <!-- Project context reference -->
299
+ <template-output
300
+ file="{default_output_file}">project_context_reference</template-output>
301
+
302
+ <!-- Final status update -->
303
+ <template-output file="{default_output_file}">
304
+ story_completion_status</template-output>
305
+
306
+ <!-- CRITICAL: Set status to ready-for-dev -->
307
+ <action>Set story Status to: "ready-for-dev"</action>
308
+ <action>Add completion note: "Ultimate
309
+ context engine analysis completed - comprehensive developer guide created"</action>
310
+ </step>
311
+
312
+ <step n="6" goal="Update sprint status and finalize">
313
+ <invoke-task>Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.xml</invoke-task>
314
+ <action>Save story document unconditionally</action>
315
+
316
+ <!-- Update sprint status -->
317
+ <check if="sprint status file exists">
318
+ <action>Update {{sprint_status}}</action>
319
+ <action>Load the FULL file and read all development_status entries</action>
320
+ <action>Find development_status key matching {{story_key}}</action>
321
+ <action>Verify current status is "backlog" (expected previous state)</action>
322
+ <action>Update development_status[{{story_key}}] = "ready-for-dev"</action>
323
+ <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
324
+ </check>
325
+
326
+ <action>Report completion</action>
327
+ <output>**🎯 ULTIMATE BMad Method STORY CONTEXT CREATED, {user_name}!**
328
+
329
+ **Story Details:**
330
+ - Story ID: {{story_id}}
331
+ - Story Key: {{story_key}}
332
+ - File: {{story_file}}
333
+ - Status: ready-for-dev
334
+
335
+ **Next Steps:**
336
+ 1. Review the comprehensive story in {{story_file}}
337
+ 2. Run dev agents `dev-story` for optimized implementation
338
+ 3. Run `code-review` when complete (auto-marks done)
339
+ 4. Optional: Run TEA `*automate` after `dev-story` to generate guardrail tests
340
+
341
+ **The developer now has everything needed for flawless implementation!**
342
+ </output>
343
+ </step>
344
+
345
+ </workflow>
@@ -0,0 +1,61 @@
1
+ name: create-story
2
+ description: "Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking"
3
+ author: "BMad"
4
+
5
+ # Critical variables from config
6
+ config_source: "{project-root}/_bmad/gds/config.yaml"
7
+ user_name: "{config_source}:user_name"
8
+ communication_language: "{config_source}:communication_language"
9
+ date: system-generated
10
+ planning_artifacts: "{config_source}:planning_artifacts"
11
+ implementation_artifacts: "{config_source}:implementation_artifacts"
12
+ output_folder: "{implementation_artifacts}"
13
+ story_dir: "{implementation_artifacts}"
14
+
15
+ # Workflow components
16
+ installed_path: "{project-root}/_bmad/gds/workflows/4-production/create-story"
17
+ template: "{installed_path}/template.md"
18
+ instructions: "{installed_path}/instructions.xml"
19
+ validation: "{installed_path}/checklist.md"
20
+
21
+ # Variables and inputs
22
+ variables:
23
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml" # Primary source for story tracking
24
+ epics_file: "{planning_artifacts}/epics.md" # Enhanced epics+stories with BDD and source hints
25
+ prd_file: "{planning_artifacts}/gdd.md" # Fallback for requirements (if not in epics file)
26
+ architecture_file: "{planning_artifacts}/architecture.md" # Fallback for constraints (if not in epics file)
27
+ ux_file: "{planning_artifacts}/*ux*.md" # Fallback for UX requirements (if not in epics file)
28
+ story_title: "" # Will be elicited if not derivable
29
+
30
+ # Project context
31
+ project_context: "**/project-context.md"
32
+
33
+ default_output_file: "{story_dir}/{{story_key}}.md"
34
+
35
+ # Smart input file references - Simplified for enhanced approach
36
+ # The epics+stories file should contain everything needed with source hints
37
+ input_file_patterns:
38
+ prd:
39
+ description: "Game Design Document (fallback - epics file should have most content)"
40
+ whole: "{planning_artifacts}/*gdd*.md"
41
+ sharded: "{planning_artifacts}/*gdd*/*.md"
42
+ load_strategy: "SELECTIVE_LOAD" # Only load if needed
43
+ architecture:
44
+ description: "Architecture (fallback - epics file should have relevant sections)"
45
+ whole: "{planning_artifacts}/*architecture*.md"
46
+ sharded: "{planning_artifacts}/*architecture*/*.md"
47
+ load_strategy: "SELECTIVE_LOAD" # Only load if needed
48
+ ux:
49
+ description: "UX design (fallback - epics file should have relevant sections)"
50
+ whole: "{planning_artifacts}/*ux*.md"
51
+ sharded: "{planning_artifacts}/*ux*/*.md"
52
+ load_strategy: "SELECTIVE_LOAD" # Only load if needed
53
+ epics:
54
+ description: "Enhanced epics+stories file with BDD and source hints"
55
+ whole: "{planning_artifacts}/*epic*.md"
56
+ sharded: "{planning_artifacts}/*epic*/*.md"
57
+ load_strategy: "SELECTIVE_LOAD" # Only load needed epic
58
+
59
+ standalone: true
60
+
61
+ web_bundle: false