bmad-method 4.37.0 → 4.39.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 (251) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +3 -3
  2. package/.github/ISSUE_TEMPLATE/feature_request.md +3 -3
  3. package/.github/workflows/discord.yaml +11 -2
  4. package/.github/workflows/format-check.yaml +42 -0
  5. package/.github/workflows/manual-release.yaml +173 -0
  6. package/.husky/pre-commit +3 -0
  7. package/.vscode/settings.json +26 -1
  8. package/CHANGELOG.md +2 -23
  9. package/README.md +2 -0
  10. package/bmad-core/agent-teams/team-all.yaml +1 -1
  11. package/bmad-core/agents/analyst.md +16 -15
  12. package/bmad-core/agents/architect.md +11 -11
  13. package/bmad-core/agents/bmad-master.md +23 -22
  14. package/bmad-core/agents/bmad-orchestrator.md +13 -17
  15. package/bmad-core/agents/dev.md +14 -11
  16. package/bmad-core/agents/pm.md +15 -14
  17. package/bmad-core/agents/po.md +9 -8
  18. package/bmad-core/agents/qa.md +42 -22
  19. package/bmad-core/agents/sm.md +7 -6
  20. package/bmad-core/agents/ux-expert.md +6 -5
  21. package/bmad-core/core-config.yaml +2 -0
  22. package/bmad-core/data/bmad-kb.md +1 -1
  23. package/bmad-core/data/test-levels-framework.md +146 -0
  24. package/bmad-core/data/test-priorities-matrix.md +172 -0
  25. package/bmad-core/tasks/apply-qa-fixes.md +148 -0
  26. package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
  27. package/bmad-core/tasks/nfr-assess.md +343 -0
  28. package/bmad-core/tasks/qa-gate.md +161 -0
  29. package/bmad-core/tasks/review-story.md +234 -74
  30. package/bmad-core/tasks/risk-profile.md +353 -0
  31. package/bmad-core/tasks/test-design.md +174 -0
  32. package/bmad-core/tasks/trace-requirements.md +264 -0
  33. package/bmad-core/templates/architecture-tmpl.yaml +49 -49
  34. package/bmad-core/templates/brainstorming-output-tmpl.yaml +5 -5
  35. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +31 -31
  36. package/bmad-core/templates/brownfield-prd-tmpl.yaml +13 -13
  37. package/bmad-core/templates/competitor-analysis-tmpl.yaml +19 -6
  38. package/bmad-core/templates/front-end-architecture-tmpl.yaml +21 -9
  39. package/bmad-core/templates/front-end-spec-tmpl.yaml +24 -24
  40. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +122 -104
  41. package/bmad-core/templates/market-research-tmpl.yaml +2 -2
  42. package/bmad-core/templates/prd-tmpl.yaml +9 -9
  43. package/bmad-core/templates/project-brief-tmpl.yaml +4 -4
  44. package/bmad-core/templates/qa-gate-tmpl.yaml +102 -0
  45. package/bmad-core/templates/story-tmpl.yaml +12 -12
  46. package/bmad-core/workflows/brownfield-fullstack.yaml +9 -9
  47. package/bmad-core/workflows/brownfield-service.yaml +1 -1
  48. package/bmad-core/workflows/brownfield-ui.yaml +1 -1
  49. package/bmad-core/workflows/greenfield-fullstack.yaml +1 -1
  50. package/bmad-core/workflows/greenfield-service.yaml +1 -1
  51. package/bmad-core/workflows/greenfield-ui.yaml +1 -1
  52. package/common/utils/bmad-doc-template.md +5 -5
  53. package/dist/agents/analyst.txt +1086 -1079
  54. package/dist/agents/architect.txt +1534 -1526
  55. package/dist/agents/bmad-master.txt +646 -632
  56. package/dist/agents/bmad-orchestrator.txt +40 -18
  57. package/dist/agents/dev.txt +158 -19
  58. package/dist/agents/pm.txt +1082 -1107
  59. package/dist/agents/po.txt +314 -332
  60. package/dist/agents/qa.txt +1754 -151
  61. package/dist/agents/sm.txt +88 -98
  62. package/dist/agents/ux-expert.txt +80 -87
  63. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +109 -146
  64. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +75 -86
  65. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +41 -48
  66. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +1903 -1941
  67. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +15 -50
  68. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +149 -195
  69. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +0 -15
  70. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +20 -37
  71. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +2660 -2752
  72. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +871 -0
  73. package/dist/expansion-packs/bmad-creative-writing/agents/book-critic.txt +78 -0
  74. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +839 -0
  75. package/dist/expansion-packs/bmad-creative-writing/agents/cover-designer.txt +85 -0
  76. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +861 -0
  77. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +796 -0
  78. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +927 -0
  79. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +842 -0
  80. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +1126 -0
  81. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +864 -0
  82. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +5917 -0
  83. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +25 -27
  84. package/dist/teams/team-all.txt +5541 -3768
  85. package/dist/teams/team-fullstack.txt +3014 -2987
  86. package/dist/teams/team-ide-minimal.txt +2219 -469
  87. package/dist/teams/team-no-ui.txt +2993 -2966
  88. package/docs/enhanced-ide-development-workflow.md +220 -15
  89. package/docs/user-guide.md +271 -18
  90. package/docs/versioning-and-releases.md +122 -44
  91. package/docs/working-in-the-brownfield.md +264 -31
  92. package/eslint.config.mjs +119 -0
  93. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +4 -4
  94. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +1 -1
  95. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  96. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +26 -28
  97. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +50 -50
  98. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +23 -23
  99. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +24 -24
  100. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +42 -42
  101. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  102. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  103. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -1
  104. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +3 -3
  105. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  106. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +1 -1
  107. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +23 -23
  108. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +63 -63
  109. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +20 -20
  110. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +65 -65
  111. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +5 -5
  112. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -1
  113. package/expansion-packs/bmad-creative-writing/README.md +132 -0
  114. package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +19 -0
  115. package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +91 -0
  116. package/expansion-packs/bmad-creative-writing/agents/book-critic.md +35 -0
  117. package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +90 -0
  118. package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +41 -0
  119. package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +89 -0
  120. package/expansion-packs/bmad-creative-writing/agents/editor.md +90 -0
  121. package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +92 -0
  122. package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +90 -0
  123. package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +92 -0
  124. package/expansion-packs/bmad-creative-writing/agents/world-builder.md +91 -0
  125. package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +16 -0
  126. package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +16 -0
  127. package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +16 -0
  128. package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +16 -0
  129. package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +15 -0
  130. package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +16 -0
  131. package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +16 -0
  132. package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +15 -0
  133. package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +15 -0
  134. package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +16 -0
  135. package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +16 -0
  136. package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +18 -0
  137. package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +16 -0
  138. package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +16 -0
  139. package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +16 -0
  140. package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +16 -0
  141. package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +49 -0
  142. package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +16 -0
  143. package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +16 -0
  144. package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +16 -0
  145. package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +15 -0
  146. package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +16 -0
  147. package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +16 -0
  148. package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +16 -0
  149. package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +16 -0
  150. package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +16 -0
  151. package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +16 -0
  152. package/expansion-packs/bmad-creative-writing/config.yaml +11 -0
  153. package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +197 -0
  154. package/expansion-packs/bmad-creative-writing/data/story-structures.md +58 -0
  155. package/expansion-packs/bmad-creative-writing/docs/brief.md +183 -0
  156. package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +117 -0
  157. package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +16 -0
  158. package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +55 -0
  159. package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +22 -0
  160. package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +16 -0
  161. package/expansion-packs/bmad-creative-writing/tasks/build-world.md +17 -0
  162. package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +15 -0
  163. package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +101 -0
  164. package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +19 -0
  165. package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +19 -0
  166. package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +17 -0
  167. package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +93 -0
  168. package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +16 -0
  169. package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +16 -0
  170. package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +16 -0
  171. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +18 -0
  172. package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +19 -0
  173. package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +16 -0
  174. package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +18 -0
  175. package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +16 -0
  176. package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +17 -0
  177. package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +16 -0
  178. package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +15 -0
  179. package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +16 -0
  180. package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +51 -0
  181. package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +96 -0
  182. package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +81 -0
  183. package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +92 -0
  184. package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +97 -0
  185. package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +77 -0
  186. package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +54 -0
  187. package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +96 -0
  188. package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +88 -0
  189. package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +176 -0
  190. package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +58 -0
  191. package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +51 -0
  192. package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +69 -0
  193. package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +92 -0
  194. package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +86 -0
  195. package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +79 -0
  196. package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +65 -0
  197. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  198. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +20 -20
  199. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +7 -7
  200. package/package.json +62 -39
  201. package/prettier.config.mjs +32 -0
  202. package/sync-version.sh +23 -0
  203. package/tools/bmad-npx-wrapper.js +10 -10
  204. package/tools/builders/web-builder.js +124 -130
  205. package/tools/bump-all-versions.js +42 -33
  206. package/tools/bump-expansion-version.js +23 -16
  207. package/tools/cli.js +10 -12
  208. package/tools/flattener/aggregate.js +10 -10
  209. package/tools/flattener/binary.js +44 -17
  210. package/tools/flattener/discovery.js +19 -18
  211. package/tools/flattener/files.js +6 -6
  212. package/tools/flattener/ignoreRules.js +125 -125
  213. package/tools/flattener/main.js +426 -70
  214. package/tools/flattener/projectRoot.js +186 -25
  215. package/tools/flattener/prompts.js +9 -9
  216. package/tools/flattener/stats.helpers.js +395 -0
  217. package/tools/flattener/stats.js +64 -14
  218. package/tools/flattener/test-matrix.js +413 -0
  219. package/tools/flattener/xml.js +33 -31
  220. package/tools/installer/bin/bmad.js +156 -113
  221. package/tools/installer/config/ide-agent-config.yaml +1 -1
  222. package/tools/installer/config/install.config.yaml +13 -3
  223. package/tools/installer/lib/config-loader.js +46 -42
  224. package/tools/installer/lib/file-manager.js +91 -113
  225. package/tools/installer/lib/ide-base-setup.js +57 -56
  226. package/tools/installer/lib/ide-setup.js +545 -399
  227. package/tools/installer/lib/installer.js +875 -714
  228. package/tools/installer/lib/memory-profiler.js +54 -53
  229. package/tools/installer/lib/module-manager.js +19 -15
  230. package/tools/installer/lib/resource-locator.js +26 -28
  231. package/tools/installer/package.json +19 -19
  232. package/tools/lib/dependency-resolver.js +26 -30
  233. package/tools/lib/yaml-utils.js +7 -7
  234. package/tools/preview-release-notes.js +66 -0
  235. package/tools/shared/bannerArt.js +3 -3
  236. package/tools/sync-installer-version.js +7 -9
  237. package/tools/update-expansion-version.js +14 -15
  238. package/tools/upgraders/v3-to-v4-upgrader.js +203 -294
  239. package/tools/version-bump.js +41 -26
  240. package/tools/yaml-format.js +56 -43
  241. package/.github/workflows/release.yaml +0 -60
  242. package/.releaserc.json +0 -21
  243. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +0 -102
  244. 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 +0 -13
  245. 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 +0 -13
  246. 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 +0 -25
  247. 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 +0 -34
  248. 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 +0 -70
  249. 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 +0 -26
  250. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +0 -109
  251. package/tools/semantic-release-sync-installer.js +0 -30
@@ -230,63 +230,54 @@ CRITICAL: First, help the user select the most appropriate research focus based
230
230
  Present these numbered options to the user:
231
231
 
232
232
  1. **Product Validation Research**
233
-
234
233
  - Validate product hypotheses and market fit
235
234
  - Test assumptions about user needs and solutions
236
235
  - Assess technical and business feasibility
237
236
  - Identify risks and mitigation strategies
238
237
 
239
238
  2. **Market Opportunity Research**
240
-
241
239
  - Analyze market size and growth potential
242
240
  - Identify market segments and dynamics
243
241
  - Assess market entry strategies
244
242
  - Evaluate timing and market readiness
245
243
 
246
244
  3. **User & Customer Research**
247
-
248
245
  - Deep dive into user personas and behaviors
249
246
  - Understand jobs-to-be-done and pain points
250
247
  - Map customer journeys and touchpoints
251
248
  - Analyze willingness to pay and value perception
252
249
 
253
250
  4. **Competitive Intelligence Research**
254
-
255
251
  - Detailed competitor analysis and positioning
256
252
  - Feature and capability comparisons
257
253
  - Business model and strategy analysis
258
254
  - Identify competitive advantages and gaps
259
255
 
260
256
  5. **Technology & Innovation Research**
261
-
262
257
  - Assess technology trends and possibilities
263
258
  - Evaluate technical approaches and architectures
264
259
  - Identify emerging technologies and disruptions
265
260
  - Analyze build vs. buy vs. partner options
266
261
 
267
262
  6. **Industry & Ecosystem Research**
268
-
269
263
  - Map industry value chains and dynamics
270
264
  - Identify key players and relationships
271
265
  - Analyze regulatory and compliance factors
272
266
  - Understand partnership opportunities
273
267
 
274
268
  7. **Strategic Options Research**
275
-
276
269
  - Evaluate different strategic directions
277
270
  - Assess business model alternatives
278
271
  - Analyze go-to-market strategies
279
272
  - Consider expansion and scaling paths
280
273
 
281
274
  8. **Risk & Feasibility Research**
282
-
283
275
  - Identify and assess various risk factors
284
276
  - Evaluate implementation challenges
285
277
  - Analyze resource requirements
286
278
  - Consider regulatory and legal implications
287
279
 
288
280
  9. **Custom Research Focus**
289
-
290
281
  - User-defined research objectives
291
282
  - Specialized domain investigation
292
283
  - Cross-functional research needs
@@ -455,13 +446,11 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
455
446
  ### 5. Review and Refinement
456
447
 
457
448
  1. **Present Complete Prompt**
458
-
459
449
  - Show the full research prompt
460
450
  - Explain key elements and rationale
461
451
  - Highlight any assumptions made
462
452
 
463
453
  2. **Gather Feedback**
464
-
465
454
  - Are the objectives clear and correct?
466
455
  - Do the questions address all concerns?
467
456
  - Is the scope appropriate?
@@ -592,13 +581,11 @@ CRITICAL: Use proper parsing that understands markdown context. A ## inside a co
592
581
  For each extracted section:
593
582
 
594
583
  1. **Generate filename**: Convert the section heading to lowercase-dash-case
595
-
596
584
  - Remove special characters
597
585
  - Replace spaces with dashes
598
586
  - Example: "## Tech Stack" → `tech-stack.md`
599
587
 
600
588
  2. **Adjust heading levels**:
601
-
602
589
  - The level 2 heading becomes level 1 (# instead of ##) in the sharded new document
603
590
  - All subsection levels decrease by 1:
604
591
 
@@ -802,9 +789,9 @@ This document captures the CURRENT STATE of the [Project Name] codebase, includi
802
789
 
803
790
  ### Change Log
804
791
 
805
- | Date | Version | Description | Author |
806
- |------|---------|-------------|--------|
807
- | [Date] | 1.0 | Initial brownfield analysis | [Analyst] |
792
+ | Date | Version | Description | Author |
793
+ | ------ | ------- | --------------------------- | --------- |
794
+ | [Date] | 1.0 | Initial brownfield analysis | [Analyst] |
808
795
 
809
796
  ## Quick Reference - Key Files and Entry Points
810
797
 
@@ -827,11 +814,11 @@ This document captures the CURRENT STATE of the [Project Name] codebase, includi
827
814
 
828
815
  ### Actual Tech Stack (from package.json/requirements.txt)
829
816
 
830
- | Category | Technology | Version | Notes |
831
- |----------|------------|---------|--------|
832
- | Runtime | Node.js | 16.x | [Any constraints] |
833
- | Framework | Express | 4.18.2 | [Custom middleware?] |
834
- | Database | PostgreSQL | 13 | [Connection pooling setup] |
817
+ | Category | Technology | Version | Notes |
818
+ | --------- | ---------- | ------- | -------------------------- |
819
+ | Runtime | Node.js | 16.x | [Any constraints] |
820
+ | Framework | Express | 4.18.2 | [Custom middleware?] |
821
+ | Database | PostgreSQL | 13 | [Connection pooling setup] |
835
822
 
836
823
  etc...
837
824
 
@@ -870,6 +857,7 @@ project-root/
870
857
  ### Data Models
871
858
 
872
859
  Instead of duplicating, reference actual model files:
860
+
873
861
  - **User Model**: See `src/models/User.js`
874
862
  - **Order Model**: See `src/models/Order.js`
875
863
  - **Related Types**: TypeScript definitions in `src/types/`
@@ -899,10 +887,10 @@ Instead of duplicating, reference actual model files:
899
887
 
900
888
  ### External Services
901
889
 
902
- | Service | Purpose | Integration Type | Key Files |
903
- |---------|---------|------------------|-----------|
904
- | Stripe | Payments | REST API | `src/integrations/stripe/` |
905
- | SendGrid | Emails | SDK | `src/services/emailService.js` |
890
+ | Service | Purpose | Integration Type | Key Files |
891
+ | -------- | -------- | ---------------- | ------------------------------ |
892
+ | Stripe | Payments | REST API | `src/integrations/stripe/` |
893
+ | SendGrid | Emails | SDK | `src/services/emailService.js` |
906
894
 
907
895
  etc...
908
896
 
@@ -947,6 +935,7 @@ npm run test:integration # Runs integration tests (requires local DB)
947
935
  ### Files That Will Need Modification
948
936
 
949
937
  Based on the enhancement requirements, these files will be affected:
938
+
950
939
  - `src/services/userService.js` - Add new user fields
951
940
  - `src/models/User.js` - Update schema
952
941
  - `src/routes/userRoutes.js` - New endpoints
@@ -1044,7 +1033,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
1044
1033
  ## Instructions
1045
1034
 
1046
1035
  1. **Initial Assessment**
1047
-
1048
1036
  - If user or the task being run provides a checklist name:
1049
1037
  - Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
1050
1038
  - If multiple matches found, ask user to clarify
@@ -1057,14 +1045,12 @@ If the user asks or does not specify a specific checklist, list the checklists a
1057
1045
  - All at once (YOLO mode - recommended for checklists, there will be a summary of sections at the end to discuss)
1058
1046
 
1059
1047
  2. **Document and Artifact Gathering**
1060
-
1061
1048
  - Each checklist will specify its required documents/artifacts at the beginning
1062
1049
  - Follow the checklist's specific instructions for what to gather, generally a file can be resolved in the docs folder, if not or unsure, halt and ask or confirm with the user.
1063
1050
 
1064
1051
  3. **Checklist Processing**
1065
1052
 
1066
1053
  If in interactive mode:
1067
-
1068
1054
  - Work through each section of the checklist one at a time
1069
1055
  - For each section:
1070
1056
  - Review all items in the section following instructions for that section embedded in the checklist
@@ -1073,7 +1059,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
1073
1059
  - Get user confirmation before proceeding to next section or if any thing major do we need to halt and take corrective action
1074
1060
 
1075
1061
  If in YOLO mode:
1076
-
1077
1062
  - Process all sections at once
1078
1063
  - Create a comprehensive report of all findings
1079
1064
  - Present the complete analysis to the user
@@ -1081,7 +1066,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
1081
1066
  4. **Validation Approach**
1082
1067
 
1083
1068
  For each checklist item:
1084
-
1085
1069
  - Read and understand the requirement
1086
1070
  - Look for evidence in the documentation that satisfies the requirement
1087
1071
  - Consider both explicit mentions and implicit coverage
@@ -1095,7 +1079,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
1095
1079
  5. **Section Analysis**
1096
1080
 
1097
1081
  For each section:
1098
-
1099
1082
  - think step by step to calculate pass rate
1100
1083
  - Identify common themes in failed items
1101
1084
  - Provide specific recommendations for improvement
@@ -1105,7 +1088,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
1105
1088
  6. **Final Report**
1106
1089
 
1107
1090
  Prepare a summary that includes:
1108
-
1109
1091
  - Overall checklist completion status
1110
1092
  - Pass rates by section
1111
1093
  - List of failed items with context
@@ -1149,7 +1131,6 @@ The LLM will:
1149
1131
  2. If the section contains game flow diagrams, level layouts, or system diagrams, explain each diagram briefly with game development context before offering elicitation options (e.g., "The gameplay loop diagram shows how player actions lead to rewards and progression. Notice how each step maintains player engagement and creates opportunities for skill development.")
1150
1132
 
1151
1133
  3. If the section contains multiple game elements (like multiple mechanics, multiple levels, multiple systems, etc.), inform the user they can apply elicitation actions to:
1152
-
1153
1134
  - The entire section as a whole
1154
1135
  - Individual game elements within the section (specify which element when selecting an action)
1155
1136
 
@@ -2633,34 +2614,29 @@ Ask the user if they want to work through the checklist:
2633
2614
  Generate a comprehensive validation report that includes:
2634
2615
 
2635
2616
  1. Executive Summary
2636
-
2637
2617
  - Overall game architecture readiness (High/Medium/Low)
2638
2618
  - Critical risks for game development
2639
2619
  - Key strengths of the game architecture
2640
2620
  - Unity-specific assessment
2641
2621
 
2642
2622
  2. Game Systems Analysis
2643
-
2644
2623
  - Pass rate for each major system section
2645
2624
  - Most concerning gaps in game architecture
2646
2625
  - Systems requiring immediate attention
2647
2626
  - Unity integration completeness
2648
2627
 
2649
2628
  3. Performance Risk Assessment
2650
-
2651
2629
  - Top 5 performance risks for the game
2652
2630
  - Mobile platform specific concerns
2653
2631
  - Frame rate stability risks
2654
2632
  - Memory usage concerns
2655
2633
 
2656
2634
  4. Implementation Recommendations
2657
-
2658
2635
  - Must-fix items before development
2659
2636
  - Unity-specific improvements needed
2660
2637
  - Game development workflow enhancements
2661
2638
 
2662
2639
  5. AI Agent Implementation Readiness
2663
-
2664
2640
  - Game-specific concerns for AI implementation
2665
2641
  - Unity component complexity assessment
2666
2642
  - Areas needing additional clarification
@@ -3208,25 +3184,21 @@ Assets/
3208
3184
  ### Story Implementation Process
3209
3185
 
3210
3186
  1. **Read Story Requirements:**
3211
-
3212
3187
  - Understand acceptance criteria
3213
3188
  - Identify technical requirements
3214
3189
  - Review performance constraints
3215
3190
 
3216
3191
  2. **Plan Implementation:**
3217
-
3218
3192
  - Identify files to create/modify
3219
3193
  - Consider Unity's component-based architecture
3220
3194
  - Plan testing approach
3221
3195
 
3222
3196
  3. **Implement Feature:**
3223
-
3224
3197
  - Write clean C# code following all guidelines
3225
3198
  - Use established patterns
3226
3199
  - Maintain stable FPS performance
3227
3200
 
3228
3201
  4. **Test Implementation:**
3229
-
3230
3202
  - Write edit mode tests for game logic
3231
3203
  - Write play mode tests for integration testing
3232
3204
  - Test cross-platform functionality
@@ -3540,7 +3512,6 @@ that can handle [specific game requirements] with stable performance."
3540
3512
  **Prerequisites**: Game planning documents must exist in `docs/` folder of Unity project
3541
3513
 
3542
3514
  1. **Document Sharding** (CRITICAL STEP for Game Development):
3543
-
3544
3515
  - Documents created by Game Designer/Architect (in Web or IDE) MUST be sharded for development
3545
3516
  - Use core BMad agents or tools to shard:
3546
3517
  a) **Manual**: Use core BMad `shard-doc` task if available
@@ -3563,20 +3534,17 @@ Resulting Unity Project Folder Structure:
3563
3534
  3. **Game Development Cycle** (Sequential, one game story at a time):
3564
3535
 
3565
3536
  **CRITICAL CONTEXT MANAGEMENT for Unity Development**:
3566
-
3567
3537
  - **Context windows matter!** Always use fresh, clean context windows
3568
3538
  - **Model selection matters!** Use most powerful thinking model for Game SM story creation
3569
3539
  - **ALWAYS start new chat between Game SM, Game Dev, and QA work**
3570
3540
 
3571
3541
  **Step 1 - Game Story Creation**:
3572
-
3573
3542
  - **NEW CLEAN CHAT** → Select powerful model → `/bmad2du/game-sm` → `*draft`
3574
3543
  - Game SM executes create-game-story task using `game-story-tmpl`
3575
3544
  - Review generated story in `docs/game-stories/`
3576
3545
  - Update status from "Draft" to "Approved"
3577
3546
 
3578
3547
  **Step 2 - Unity Game Story Implementation**:
3579
-
3580
3548
  - **NEW CLEAN CHAT** → `/bmad2du/game-developer`
3581
3549
  - Agent asks which game story to implement
3582
3550
  - Include story file content to save game dev agent lookup time
@@ -3585,7 +3553,6 @@ Resulting Unity Project Folder Structure:
3585
3553
  - Game Dev marks story as "Review" when complete with all Unity tests passing
3586
3554
 
3587
3555
  **Step 3 - Game QA Review**:
3588
-
3589
3556
  - **NEW CLEAN CHAT** → Use core `@qa` agent → execute review-story task
3590
3557
  - QA performs senior Unity developer code review
3591
3558
  - QA can refactor and improve Unity code directly
@@ -3625,14 +3592,12 @@ Since this expansion pack doesn't include specific brownfield templates, you'll
3625
3592
 
3626
3593
  1. **Upload Unity project to Web UI** (GitHub URL, files, or zip)
3627
3594
  2. **Create adapted Game Design Document**: `/bmad2du/game-designer` - Modify `game-design-doc-tmpl` to include:
3628
-
3629
3595
  - Analysis of existing game systems
3630
3596
  - Integration points for new features
3631
3597
  - Compatibility requirements
3632
3598
  - Risk assessment for changes
3633
3599
 
3634
3600
  3. **Game Architecture Planning**:
3635
-
3636
3601
  - Use `/bmad2du/game-architect` with `game-architecture-tmpl`
3637
3602
  - Focus on how new features integrate with existing Unity systems
3638
3603
  - Plan for gradual rollout and testing
@@ -3733,7 +3698,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic ga
3733
3698
 
3734
3699
  - **Claude Code**: `/bmad2du/game-designer`, `/bmad2du/game-developer`, `/bmad2du/game-sm`, `/bmad2du/game-architect`
3735
3700
  - **Cursor**: `@bmad2du/game-designer`, `@bmad2du/game-developer`, `@bmad2du/game-sm`, `@bmad2du/game-architect`
3736
- - **Windsurf**: `@bmad2du/game-designer`, `@bmad2du/game-developer`, `@bmad2du/game-sm`, `@bmad2du/game-architect`
3701
+ - **Windsurf**: `/bmad2du/game-designer`, `/bmad2du/game-developer`, `/bmad2du/game-sm`, `/bmad2du/game-architect`
3737
3702
  - **Trae**: `@bmad2du/game-designer`, `@bmad2du/game-developer`, `@bmad2du/game-sm`, `@bmad2du/game-architect`
3738
3703
  - **Roo Code**: Select mode from mode selector with bmad2du prefix
3739
3704
  - **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select the appropriate game agent.