bmad-method 4.42.1 → 4.43.1

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 (105) hide show
  1. package/CONTRIBUTING.md +2 -9
  2. package/README.md +0 -98
  3. package/bmad-core/agents/bmad-master.md +6 -6
  4. package/bmad-core/data/bmad-kb.md +1 -0
  5. package/bmad-core/tasks/validate-next-story.md +1 -1
  6. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +5 -5
  7. package/dist/agents/analyst.txt +1 -0
  8. package/dist/agents/architect.txt +5 -5
  9. package/dist/agents/bmad-master.txt +12 -11
  10. package/dist/agents/bmad-orchestrator.txt +1 -0
  11. package/dist/agents/dev.txt +1 -1
  12. package/dist/agents/po.txt +1 -1
  13. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1 -1
  14. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +1 -1
  15. package/dist/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.txt +1513 -0
  16. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-analyst.txt +3190 -0
  17. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-architect.txt +4499 -0
  18. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-designer.txt +3925 -0
  19. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-developer.txt +666 -0
  20. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-pm.txt +2381 -0
  21. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-po.txt +1612 -0
  22. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-qa.txt +1745 -0
  23. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-sm.txt +1208 -0
  24. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-ux-expert.txt +958 -0
  25. package/dist/expansion-packs/bmad-godot-game-dev/teams/godot-game-team.txt +27721 -0
  26. package/dist/teams/team-all.txt +7 -6
  27. package/dist/teams/team-fullstack.txt +7 -6
  28. package/dist/teams/team-ide-minimal.txt +2 -1
  29. package/dist/teams/team-no-ui.txt +7 -6
  30. package/docs/GUIDING-PRINCIPLES.md +3 -3
  31. package/docs/expansion-packs.md +3 -83
  32. package/docs/flattener.md +91 -0
  33. package/docs/versions.md +1 -1
  34. package/docs/working-in-the-brownfield.md +15 -6
  35. package/expansion-packs/bmad-godot-game-dev/README.md +244 -0
  36. package/expansion-packs/bmad-godot-game-dev/agent-teams/godot-game-team.yaml +18 -0
  37. package/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.md +147 -0
  38. package/expansion-packs/bmad-godot-game-dev/agents/game-analyst.md +84 -0
  39. package/expansion-packs/bmad-godot-game-dev/agents/game-architect.md +146 -0
  40. package/expansion-packs/bmad-godot-game-dev/agents/game-designer.md +78 -0
  41. package/expansion-packs/bmad-godot-game-dev/agents/game-developer.md +124 -0
  42. package/expansion-packs/bmad-godot-game-dev/agents/game-pm.md +82 -0
  43. package/expansion-packs/bmad-godot-game-dev/agents/game-po.md +115 -0
  44. package/expansion-packs/bmad-godot-game-dev/agents/game-qa.md +160 -0
  45. package/expansion-packs/bmad-godot-game-dev/agents/game-sm.md +66 -0
  46. package/expansion-packs/bmad-godot-game-dev/agents/game-ux-expert.md +75 -0
  47. package/expansion-packs/bmad-godot-game-dev/checklists/game-architect-checklist.md +377 -0
  48. package/expansion-packs/bmad-godot-game-dev/checklists/game-change-checklist.md +250 -0
  49. package/expansion-packs/bmad-godot-game-dev/checklists/game-design-checklist.md +225 -0
  50. package/expansion-packs/bmad-godot-game-dev/checklists/game-po-checklist.md +448 -0
  51. package/expansion-packs/bmad-godot-game-dev/checklists/game-story-dod-checklist.md +202 -0
  52. package/expansion-packs/bmad-godot-game-dev/config.yaml +30 -0
  53. package/expansion-packs/bmad-godot-game-dev/data/bmad-kb.md +811 -0
  54. package/expansion-packs/bmad-godot-game-dev/data/brainstorming-techniques.md +36 -0
  55. package/expansion-packs/bmad-godot-game-dev/data/development-guidelines.md +893 -0
  56. package/expansion-packs/bmad-godot-game-dev/data/elicitation-methods.md +156 -0
  57. package/expansion-packs/bmad-godot-game-dev/data/technical-preferences.md +3 -0
  58. package/expansion-packs/bmad-godot-game-dev/tasks/advanced-elicitation.md +110 -0
  59. package/expansion-packs/bmad-godot-game-dev/tasks/apply-qa-fixes.md +224 -0
  60. package/expansion-packs/bmad-godot-game-dev/tasks/brownfield-create-epic.md +162 -0
  61. package/expansion-packs/bmad-godot-game-dev/tasks/brownfield-create-story.md +149 -0
  62. package/expansion-packs/bmad-godot-game-dev/tasks/correct-course-game.md +159 -0
  63. package/expansion-packs/bmad-godot-game-dev/tasks/create-deep-research-prompt.md +278 -0
  64. package/expansion-packs/bmad-godot-game-dev/tasks/create-doc.md +103 -0
  65. package/expansion-packs/bmad-godot-game-dev/tasks/create-game-story.md +202 -0
  66. package/expansion-packs/bmad-godot-game-dev/tasks/document-project.md +343 -0
  67. package/expansion-packs/bmad-godot-game-dev/tasks/execute-checklist.md +88 -0
  68. package/expansion-packs/bmad-godot-game-dev/tasks/facilitate-brainstorming-session.md +136 -0
  69. package/expansion-packs/bmad-godot-game-dev/tasks/game-brownfield-create-epic.md +160 -0
  70. package/expansion-packs/bmad-godot-game-dev/tasks/game-brownfield-create-story.md +147 -0
  71. package/expansion-packs/bmad-godot-game-dev/tasks/game-design-brainstorming.md +290 -0
  72. package/expansion-packs/bmad-godot-game-dev/tasks/game-risk-profile.md +368 -0
  73. package/expansion-packs/bmad-godot-game-dev/tasks/game-test-design.md +219 -0
  74. package/expansion-packs/bmad-godot-game-dev/tasks/generate-ai-frontend-prompt.md +51 -0
  75. package/expansion-packs/bmad-godot-game-dev/tasks/kb-mode-interaction.md +77 -0
  76. package/expansion-packs/bmad-godot-game-dev/tasks/review-game-story.md +364 -0
  77. package/expansion-packs/bmad-godot-game-dev/tasks/shard-doc.md +187 -0
  78. package/expansion-packs/bmad-godot-game-dev/tasks/validate-game-story.md +208 -0
  79. package/expansion-packs/bmad-godot-game-dev/templates/brainstorming-output-tmpl.yaml +156 -0
  80. package/expansion-packs/bmad-godot-game-dev/templates/brownfield-prd-tmpl.yaml +281 -0
  81. package/expansion-packs/bmad-godot-game-dev/templates/competitor-analysis-tmpl.yaml +306 -0
  82. package/expansion-packs/bmad-godot-game-dev/templates/game-architecture-tmpl.yaml +1111 -0
  83. package/expansion-packs/bmad-godot-game-dev/templates/game-brief-tmpl.yaml +356 -0
  84. package/expansion-packs/bmad-godot-game-dev/templates/game-design-doc-tmpl.yaml +724 -0
  85. package/expansion-packs/bmad-godot-game-dev/templates/game-prd-tmpl.yaml +209 -0
  86. package/expansion-packs/bmad-godot-game-dev/templates/game-qa-gate-tmpl.yaml +186 -0
  87. package/expansion-packs/bmad-godot-game-dev/templates/game-story-tmpl.yaml +406 -0
  88. package/expansion-packs/bmad-godot-game-dev/templates/game-ui-spec-tmpl.yaml +601 -0
  89. package/expansion-packs/bmad-godot-game-dev/templates/level-design-doc-tmpl.yaml +620 -0
  90. package/expansion-packs/bmad-godot-game-dev/templates/market-research-tmpl.yaml +418 -0
  91. package/expansion-packs/bmad-godot-game-dev/utils/bmad-doc-template.md +327 -0
  92. package/expansion-packs/bmad-godot-game-dev/utils/workflow-management.md +71 -0
  93. package/expansion-packs/bmad-godot-game-dev/workflows/game-dev-greenfield.yaml +245 -0
  94. package/expansion-packs/bmad-godot-game-dev/workflows/game-prototype.yaml +213 -0
  95. package/package.json +1 -1
  96. package/release_notes.md +19 -2
  97. package/tools/flattener/ignoreRules.js +2 -0
  98. package/tools/installer/bin/bmad.js +37 -1
  99. package/tools/installer/config/install.config.yaml +35 -7
  100. package/tools/installer/lib/ide-setup.js +285 -80
  101. package/tools/installer/lib/installer.js +6 -1
  102. package/tools/installer/package.json +1 -1
  103. package/tools/upgraders/v3-to-v4-upgrader.js +1 -0
  104. package/test.md +0 -1
  105. /package/{implement-fork-friendly-ci.sh → tools/implement-fork-friendly-ci.sh} +0 -0
@@ -0,0 +1,202 @@
1
+ # Game Development Story Definition of Done (DoD) Checklist (Godot)
2
+
3
+ ## Instructions for Developer Agent
4
+
5
+ Before marking a story as 'Ready for Review', please go through each item in this checklist. Report the status of each item (e.g., [x] Done, [ ] Not Done, [N/A] Not Applicable) and provide brief comments if necessary.
6
+
7
+ [[LLM: INITIALIZATION INSTRUCTIONS - GODOT GAME STORY DOD VALIDATION
8
+
9
+ This checklist is for GAME DEVELOPER AGENTS to self-validate their Godot implementation work before marking a story complete.
10
+
11
+ IMPORTANT: This is a self-assessment following TDD principles. Be honest about what's actually done vs what should be done. Performance targets (60+ FPS) are non-negotiable.
12
+
13
+ EXECUTION APPROACH:
14
+
15
+ 1. Verify tests were written FIRST (TDD compliance)
16
+ 2. Go through each section systematically
17
+ 3. Mark items as [x] Done, [ ] Not Done, or [N/A] Not Applicable
18
+ 4. Add brief comments explaining any [ ] or [N/A] items
19
+ 5. Report performance metrics (FPS, draw calls, memory)
20
+ 6. Flag any technical debt or optimization needs
21
+
22
+ The goal is performant, tested, quality delivery following John Carmack's optimization philosophy.]]
23
+
24
+ ## Checklist Items
25
+
26
+ 1. **Test-Driven Development Compliance:**
27
+
28
+ [[LLM: TDD is mandatory. Tests must be written FIRST. No exceptions.]]
29
+ - [ ] Tests were written BEFORE implementation (Red phase)
30
+ - [ ] Tests initially failed as expected
31
+ - [ ] Implementation made tests pass (Green phase)
32
+ - [ ] Code was refactored while maintaining passing tests (Refactor phase)
33
+ - [ ] GUT tests written for all GDScript code
34
+ - [ ] GoDotTest tests written for all C# code
35
+ - [ ] Test coverage meets 80% minimum requirement
36
+ - [ ] Performance benchmarks defined and passing
37
+
38
+ 2. **Requirements & Game Design:**
39
+
40
+ [[LLM: Requirements drive implementation. GDD alignment is critical.]]
41
+ - [ ] All functional requirements from story implemented
42
+ - [ ] All acceptance criteria met and tested
43
+ - [ ] Game Design Document (GDD) requirements implemented
44
+ - [ ] Player experience goals achieved
45
+ - [ ] Core gameplay loop functions correctly
46
+ - [ ] Fun factor validated through testing
47
+
48
+ 3. **Godot Standards & Architecture:**
49
+
50
+ [[LLM: Godot best practices ensure maintainability and performance.]]
51
+ - [ ] Node hierarchy follows Godot conventions
52
+ - [ ] Scene composition patterns properly used
53
+ - [ ] Signal connections documented and optimized
54
+ - [ ] Autoload/singleton usage justified
55
+ - [ ] Resource system used appropriately
56
+ - [ ] Export variables properly configured
57
+ - [ ] Node groups used for efficient queries
58
+ - [ ] Scene inheritance utilized where appropriate
59
+
60
+ 4. **Code Quality & Language Strategy:**
61
+
62
+ [[LLM: Language choice impacts performance. GDScript for iteration, C# for computation.]]
63
+ - [ ] GDScript code uses static typing throughout
64
+ - [ ] C# code follows .NET conventions
65
+ - [ ] Language choice (GDScript vs C#) justified for each system
66
+ - [ ] Interop between languages minimized
67
+ - [ ] Memory management patterns followed (pooling, references)
68
+ - [ ] No GDScript/C# marshalling in hot paths
69
+ - [ ] Code comments explain optimization decisions
70
+ - [ ] No new script errors or warnings
71
+
72
+ 5. **Performance Validation:**
73
+
74
+ [[LLM: 60+ FPS is the minimum, not the target. Profile everything.]]
75
+ - [ ] Stable 60+ FPS achieved on target hardware
76
+ - [ ] Frame time consistently under 16.67ms
77
+ - [ ] Draw calls within budget for scene type
78
+ - [ ] Memory usage within platform limits
79
+ - [ ] No memory leaks detected
80
+ - [ ] Object pooling implemented where needed
81
+ - [ ] Godot profiler shows no bottlenecks
82
+ - [ ] Performance regression tests pass
83
+
84
+ 6. **Platform Testing:**
85
+
86
+ [[LLM: Test on all target platforms. Platform-specific issues kill games.]]
87
+ - [ ] Functionality verified in Godot Editor
88
+ - [ ] Desktop export tested (Windows/Mac/Linux)
89
+ - [ ] Mobile export tested if applicable (iOS/Android)
90
+ - [ ] Web export tested if applicable (HTML5)
91
+ - [ ] Input handling works on all platforms
92
+ - [ ] Platform-specific optimizations applied
93
+ - [ ] Export settings properly configured
94
+ - [ ] Build sizes within acceptable limits
95
+
96
+ 7. **Game Functionality:**
97
+
98
+ [[LLM: Games must be fun AND functional. Test the player experience.]]
99
+ - [ ] Game mechanics work as specified
100
+ - [ ] Player controls responsive (<50ms input latency)
101
+ - [ ] UI elements function correctly (Control nodes)
102
+ - [ ] Audio integration works (AudioStreamPlayer)
103
+ - [ ] Visual feedback and animations smooth
104
+ - [ ] Particle effects within performance budget
105
+ - [ ] Save/load system functions correctly
106
+ - [ ] Scene transitions work smoothly
107
+
108
+ 8. **Testing Coverage:**
109
+
110
+ [[LLM: Comprehensive testing prevents player frustration.]]
111
+ - [ ] Unit tests (GUT/GoDotTest) all passing
112
+ - [ ] Integration tests for scene interactions pass
113
+ - [ ] Performance tests meet benchmarks
114
+ - [ ] Edge cases and error conditions handled
115
+ - [ ] Multiplayer tests pass (if applicable)
116
+ - [ ] Platform-specific tests complete
117
+ - [ ] Regression tests for existing features pass
118
+ - [ ] Manual playtesting completed
119
+
120
+ 9. **Story Administration:**
121
+
122
+ [[LLM: Documentation enables team collaboration.]]
123
+ - [ ] All tasks within story marked complete [x]
124
+ - [ ] Implementation decisions documented
125
+ - [ ] Performance optimizations noted
126
+ - [ ] File List section updated with all changes
127
+ - [ ] Debug Log references added
128
+ - [ ] Completion Notes comprehensive
129
+ - [ ] Change Log updated
130
+ - [ ] Status set to 'Ready for Review'
131
+
132
+ 10. **Project & Dependencies:**
133
+
134
+ [[LLM: Project must build and run. Dependencies must be justified.]]
135
+ - [ ] Godot project opens without errors
136
+ - [ ] Project exports successfully for all platforms
137
+ - [ ] Any new plugins/addons pre-approved
138
+ - [ ] Asset import settings optimized
139
+ - [ ] Project settings properly configured
140
+ - [ ] Version control files (.tscn/.tres) clean
141
+ - [ ] No uncommitted debug code
142
+ - [ ] Build automation scripts updated
143
+
144
+ 11. **Optimization & Polish:**
145
+
146
+ [[LLM: Following Carmack's philosophy - measure, optimize, verify.]]
147
+ - [ ] Hot paths identified and optimized
148
+ - [ ] Critical code moved to C# if needed
149
+ - [ ] Draw call batching implemented
150
+ - [ ] Texture atlasing used where appropriate
151
+ - [ ] LOD system implemented if needed
152
+ - [ ] Occlusion culling configured
153
+ - [ ] Static typing used throughout GDScript
154
+ - [ ] Signal connections optimized
155
+
156
+ 12. **Documentation:**
157
+
158
+ [[LLM: Good documentation prevents future confusion.]]
159
+ - [ ] GDScript documentation comments complete
160
+ - [ ] C# XML documentation complete
161
+ - [ ] Node purposes documented in scenes
162
+ - [ ] Export variable tooltips added
163
+ - [ ] Performance notes included
164
+ - [ ] Platform-specific notes documented
165
+ - [ ] Known issues or limitations noted
166
+
167
+ ## Performance Metrics Report
168
+
169
+ [[LLM: Report actual performance metrics, not estimates.]]
170
+
171
+ - **Frame Rate:** \_\_\_ FPS (Target: 60+)
172
+ - **Frame Time:** \_\_\_ ms (Target: <16.67ms)
173
+ - **Draw Calls:** **_ (Budget: _**)
174
+ - **Memory Usage:** **_ MB (Limit: _**)
175
+ - **Scene Load Time:** \_\_\_ seconds
176
+ - **Input Latency:** \_\_\_ ms
177
+ - **Test Coverage:** \_\_\_% (Minimum: 80%)
178
+
179
+ ## Final Confirmation
180
+
181
+ [[LLM: FINAL GODOT DOD SUMMARY
182
+
183
+ After completing the checklist:
184
+
185
+ 1. Confirm TDD was followed (tests written first)
186
+ 2. Report performance metrics with specific numbers
187
+ 3. List any items marked [ ] with explanations
188
+ 4. Identify optimization opportunities
189
+ 5. Note any technical debt created
190
+ 6. Confirm the story is truly ready for review
191
+ 7. State whether 60+ FPS target is met
192
+
193
+ Remember Carmack's principle: "Focus on what matters: framerate and responsiveness."
194
+
195
+ Be honest - performance issues and bugs found now are easier to fix than after release.]]
196
+
197
+ - [ ] I, the Game Developer Agent, confirm that:
198
+ - [ ] TDD was followed (tests written first)
199
+ - [ ] All applicable items above have been addressed
200
+ - [ ] Performance targets (60+ FPS) are met
201
+ - [ ] Tests provide 80%+ coverage
202
+ - [ ] The story is ready for review
@@ -0,0 +1,30 @@
1
+ name: bmad-godot-game-dev
2
+ version: 1.0.0
3
+ short-title: Godot Game Dev Pack
4
+ description: Game Development expansion pack for BMad Method - Godot GDscript & C# focused
5
+ author: sjennings (Lum), based on BMAD Unity Game Dev expansion pack by pbean (PinkyD)
6
+ slashPrefix: BmadG
7
+ markdownExploder: true
8
+ qa:
9
+ qaLocation: docs/qa
10
+ prd:
11
+ prdFile: docs/prd.md
12
+ prdVersion: v4
13
+ prdSharded: true
14
+ prdShardedLocation: docs/prd
15
+ epicFilePattern: epic-{n}*.md
16
+ architecture:
17
+ architectureFile: docs/architecture.md
18
+ architectureVersion: v4
19
+ architectureSharded: true
20
+ architectureShardedLocation: docs/architecture
21
+ customTechnicalDocuments: null
22
+ devLoadAlwaysFiles:
23
+ - docs/architecture/coding-standards.md
24
+ - docs/architecture/tech-stack.md
25
+ - docs/architecture/source-tree.md
26
+ - docs/architecture/testing-strategy-and-standards.md
27
+ qaLoadAlwaysFiles:
28
+ - docs/architecture/testing-strategy-and-standards.md
29
+ devDebugLog: .ai/debug-log.md
30
+ devStoryLocation: docs/stories