bmad-method 4.44.0 → 4.44.2

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 (68) hide show
  1. package/.github/ISSUE_TEMPLATE/config.yml +5 -0
  2. package/.github/workflows/manual-release.yaml +1 -1
  3. package/PR-opencode-agents-generator.md +40 -0
  4. package/README.md +38 -44
  5. package/bmad-core/agents/analyst.md +1 -1
  6. package/bmad-core/agents/architect.md +1 -1
  7. package/bmad-core/agents/bmad-master.md +7 -7
  8. package/bmad-core/agents/bmad-orchestrator.md +2 -2
  9. package/bmad-core/agents/dev.md +1 -1
  10. package/bmad-core/agents/pm.md +1 -1
  11. package/bmad-core/agents/po.md +1 -1
  12. package/bmad-core/agents/qa.md +2 -6
  13. package/bmad-core/agents/sm.md +1 -1
  14. package/bmad-core/agents/ux-expert.md +1 -1
  15. package/bmad-core/checklists/po-master-checklist.md +3 -3
  16. package/bmad-core/data/bmad-kb.md +1 -1
  17. package/bmad-core/tasks/apply-qa-fixes.md +4 -4
  18. package/bmad-core/tasks/nfr-assess.md +3 -3
  19. package/bmad-core/tasks/qa-gate.md +2 -2
  20. package/bmad-core/tasks/review-story.md +1 -1
  21. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +6 -6
  22. package/dist/agents/analyst.txt +3 -11
  23. package/dist/agents/architect.txt +1 -7
  24. package/dist/agents/bmad-master.txt +7 -31
  25. package/dist/agents/bmad-orchestrator.txt +1 -8
  26. package/dist/agents/dev.txt +5 -10
  27. package/dist/agents/pm.txt +0 -10
  28. package/dist/agents/po.txt +4 -10
  29. package/dist/agents/qa.txt +7 -15
  30. package/dist/agents/sm.txt +0 -4
  31. package/dist/agents/ux-expert.txt +0 -4
  32. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +0 -6
  33. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +0 -3
  34. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +0 -3
  35. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +2 -25
  36. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +0 -9
  37. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +0 -8
  38. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1 -4
  39. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +0 -4
  40. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +3 -35
  41. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +0 -9
  42. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +0 -8
  43. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +0 -7
  44. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +0 -8
  45. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +0 -10
  46. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +0 -8
  47. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +0 -7
  48. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +0 -9
  49. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +0 -85
  50. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-developer.txt +2 -2
  51. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-qa.txt +1 -2
  52. package/dist/expansion-packs/bmad-godot-game-dev/teams/godot-game-team.txt +5 -6
  53. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +0 -5
  54. package/dist/teams/team-all.txt +34 -69
  55. package/dist/teams/team-fullstack.txt +23 -46
  56. package/dist/teams/team-ide-minimal.txt +16 -42
  57. package/dist/teams/team-no-ui.txt +12 -34
  58. package/docs/user-guide.md +48 -1
  59. package/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.md +1 -1
  60. package/expansion-packs/bmad-godot-game-dev/agents/game-qa.md +1 -2
  61. package/expansion-packs/bmad-godot-game-dev/tasks/apply-qa-fixes.md +2 -2
  62. package/package.json +2 -1
  63. package/tools/installer/bin/bmad.js +46 -1
  64. package/tools/installer/config/install.config.yaml +18 -7
  65. package/tools/installer/lib/ide-setup.js +709 -77
  66. package/tools/installer/lib/installer.js +17 -4
  67. package/tools/installer/package.json +1 -1
  68. package/release_notes.md +0 -48
@@ -90,7 +90,6 @@ dependencies:
90
90
 
91
91
  ==================== START: .bmad-core/tasks/create-doc.md ====================
92
92
  <!-- Powered by BMAD™ Core -->
93
-
94
93
  # Create Document from Template (YAML Driven)
95
94
 
96
95
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -196,7 +195,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
196
195
 
197
196
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
198
197
  <!-- Powered by BMAD™ Core -->
199
-
200
198
  # Checklist Validation Task
201
199
 
202
200
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -287,7 +285,6 @@ The LLM will:
287
285
 
288
286
  ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
289
287
  <!-- Powered by BMAD™ Core -->
290
-
291
288
  # Create AI Frontend Prompt Task
292
289
 
293
290
  ## Purpose
@@ -696,7 +693,6 @@ sections:
696
693
 
697
694
  ==================== START: .bmad-core/data/technical-preferences.md ====================
698
695
  <!-- Powered by BMAD™ Core -->
699
-
700
696
  # User-Defined Preferred Patterns and Preferences
701
697
 
702
698
  None Listed
@@ -96,7 +96,6 @@ dependencies:
96
96
 
97
97
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-doc.md ====================
98
98
  <!-- Powered by BMAD™ Core -->
99
-
100
99
  # Create Document from Template (YAML Driven)
101
100
 
102
101
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -202,7 +201,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
202
201
 
203
202
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
204
203
  <!-- Powered by BMAD™ Core -->
205
-
206
204
  # Checklist Validation Task
207
205
 
208
206
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -293,7 +291,6 @@ The LLM will:
293
291
 
294
292
  ==================== START: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ====================
295
293
  <!-- Powered by BMAD™ Core -->
296
-
297
294
  # Game Design Brainstorming Techniques Task
298
295
 
299
296
  This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts.
@@ -588,7 +585,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
588
585
 
589
586
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ====================
590
587
  <!-- Powered by BMAD™ Core -->
591
-
592
588
  # Create Deep Research Prompt Task
593
589
 
594
590
  This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
@@ -871,7 +867,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
871
867
 
872
868
  ==================== START: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ====================
873
869
  <!-- Powered by BMAD™ Core -->
874
-
875
870
  # Advanced Game Design Elicitation Task
876
871
 
877
872
  ## Purpose
@@ -2181,7 +2176,6 @@ sections:
2181
2176
 
2182
2177
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ====================
2183
2178
  <!-- Powered by BMAD™ Core -->
2184
-
2185
2179
  # Game Design Document Quality Checklist
2186
2180
 
2187
2181
  ## Document Completeness
@@ -103,7 +103,6 @@ dependencies:
103
103
 
104
104
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
105
105
  <!-- Powered by BMAD™ Core -->
106
-
107
106
  # Checklist Validation Task
108
107
 
109
108
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -811,7 +810,6 @@ sections:
811
810
 
812
811
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ====================
813
812
  <!-- Powered by BMAD™ Core -->
814
-
815
813
  # Game Development Story Definition of Done Checklist
816
814
 
817
815
  ## Story Completeness
@@ -976,7 +974,6 @@ _Any specific concerns, recommendations, or clarifications needed before develop
976
974
 
977
975
  ==================== START: .bmad-2d-phaser-game-dev/data/development-guidelines.md ====================
978
976
  <!-- Powered by BMAD™ Core -->
979
-
980
977
  # Game Development Guidelines
981
978
 
982
979
  ## Overview
@@ -89,7 +89,6 @@ dependencies:
89
89
 
90
90
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ====================
91
91
  <!-- Powered by BMAD™ Core -->
92
-
93
92
  # Create Game Development Story Task
94
93
 
95
94
  ## Purpose
@@ -310,7 +309,6 @@ This task ensures game development stories are immediately actionable and enable
310
309
 
311
310
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
312
311
  <!-- Powered by BMAD™ Core -->
313
-
314
312
  # Checklist Validation Task
315
313
 
316
314
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -658,7 +656,6 @@ sections:
658
656
 
659
657
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ====================
660
658
  <!-- Powered by BMAD™ Core -->
661
-
662
659
  # Game Development Story Definition of Done Checklist
663
660
 
664
661
  ## Story Completeness
@@ -414,7 +414,6 @@ dependencies:
414
414
 
415
415
  ==================== START: .bmad-2d-phaser-game-dev/data/bmad-kb.md ====================
416
416
  <!-- Powered by BMAD™ Core -->
417
-
418
417
  # Game Development BMad Knowledge Base
419
418
 
420
419
  ## Overview
@@ -669,7 +668,6 @@ This knowledge base provides the foundation for effective game development using
669
668
 
670
669
  ==================== START: .bmad-2d-phaser-game-dev/data/brainstorming-techniques.md ====================
671
670
  <!-- Powered by BMAD™ Core -->
672
-
673
671
  # Brainstorming Techniques Data
674
672
 
675
673
  ## Creative Expansion
@@ -710,7 +708,6 @@ This knowledge base provides the foundation for effective game development using
710
708
 
711
709
  ==================== START: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ====================
712
710
  <!-- Powered by BMAD™ Core -->
713
-
714
711
  # Advanced Game Design Elicitation Task
715
712
 
716
713
  ## Purpose
@@ -825,7 +822,6 @@ The questions and perspectives offered should always consider:
825
822
 
826
823
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ====================
827
824
  <!-- Powered by BMAD™ Core -->
828
-
829
825
  # Create Deep Research Prompt Task
830
826
 
831
827
  This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
@@ -1108,7 +1104,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
1108
1104
 
1109
1105
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-doc.md ====================
1110
1106
  <!-- Powered by BMAD™ Core -->
1111
-
1112
1107
  # Create Document from Template (YAML Driven)
1113
1108
 
1114
1109
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -1214,7 +1209,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
1214
1209
 
1215
1210
  ==================== START: .bmad-2d-phaser-game-dev/tasks/document-project.md ====================
1216
1211
  <!-- Powered by BMAD™ Core -->
1217
-
1218
1212
  # Document an Existing Project
1219
1213
 
1220
1214
  ## Purpose
@@ -1561,11 +1555,10 @@ Apply the advanced elicitation task after major sections to refine based on user
1561
1555
  ==================== END: .bmad-2d-phaser-game-dev/tasks/document-project.md ====================
1562
1556
 
1563
1557
  ==================== START: .bmad-2d-phaser-game-dev/tasks/facilitate-brainstorming-session.md ====================
1564
- ## <!-- Powered by BMAD™ Core -->
1565
-
1558
+ <!-- Powered by BMAD™ Core -->
1559
+ ---
1566
1560
  docOutputLocation: docs/brainstorming-session-results.md
1567
1561
  template: '.bmad-2d-phaser-game-dev/templates/brainstorming-output-tmpl.yaml'
1568
-
1569
1562
  ---
1570
1563
 
1571
1564
  # Facilitate Brainstorming Session Task
@@ -2653,7 +2646,6 @@ sections:
2653
2646
 
2654
2647
  ==================== START: .bmad-2d-phaser-game-dev/data/elicitation-methods.md ====================
2655
2648
  <!-- Powered by BMAD™ Core -->
2656
-
2657
2649
  # Elicitation Methods Data
2658
2650
 
2659
2651
  ## Core Reflective Methods
@@ -2812,7 +2804,6 @@ sections:
2812
2804
 
2813
2805
  ==================== START: .bmad-2d-phaser-game-dev/tasks/kb-mode-interaction.md ====================
2814
2806
  <!-- Powered by BMAD™ Core -->
2815
-
2816
2807
  # KB Mode Interaction Task
2817
2808
 
2818
2809
  ## Purpose
@@ -2892,7 +2883,6 @@ Or ask me about anything else related to BMad-Method!
2892
2883
 
2893
2884
  ==================== START: .bmad-2d-phaser-game-dev/utils/workflow-management.md ====================
2894
2885
  <!-- Powered by BMAD™ Core -->
2895
-
2896
2886
  # Workflow Management
2897
2887
 
2898
2888
  Enables BMad orchestrator to manage and execute team workflows.
@@ -2966,7 +2956,6 @@ Agents should be workflow-aware: know active workflow, their role, access artifa
2966
2956
 
2967
2957
  ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ====================
2968
2958
  <!-- Powered by BMAD™ Core -->
2969
-
2970
2959
  # Checklist Validation Task
2971
2960
 
2972
2961
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -3057,7 +3046,6 @@ The LLM will:
3057
3046
 
3058
3047
  ==================== START: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ====================
3059
3048
  <!-- Powered by BMAD™ Core -->
3060
-
3061
3049
  # Game Design Brainstorming Techniques Task
3062
3050
 
3063
3051
  This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts.
@@ -4547,7 +4535,6 @@ sections:
4547
4535
 
4548
4536
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ====================
4549
4537
  <!-- Powered by BMAD™ Core -->
4550
-
4551
4538
  # Game Design Document Quality Checklist
4552
4539
 
4553
4540
  ## Document Completeness
@@ -5370,7 +5357,6 @@ sections:
5370
5357
 
5371
5358
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ====================
5372
5359
  <!-- Powered by BMAD™ Core -->
5373
-
5374
5360
  # Game Development Story Definition of Done Checklist
5375
5361
 
5376
5362
  ## Story Completeness
@@ -5535,7 +5521,6 @@ _Any specific concerns, recommendations, or clarifications needed before develop
5535
5521
 
5536
5522
  ==================== START: .bmad-2d-phaser-game-dev/data/development-guidelines.md ====================
5537
5523
  <!-- Powered by BMAD™ Core -->
5538
-
5539
5524
  # Game Development Guidelines
5540
5525
 
5541
5526
  ## Overview
@@ -6187,7 +6172,6 @@ These guidelines ensure consistent, high-quality game development that meets per
6187
6172
 
6188
6173
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ====================
6189
6174
  <!-- Powered by BMAD™ Core -->
6190
-
6191
6175
  # Create Game Development Story Task
6192
6176
 
6193
6177
  ## Purpose
@@ -8734,7 +8718,6 @@ sections:
8734
8718
 
8735
8719
  ==================== START: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ====================
8736
8720
  <!-- Powered by BMAD™ Core -->
8737
-
8738
8721
  # Advanced Game Design Elicitation Task
8739
8722
 
8740
8723
  ## Purpose
@@ -8849,7 +8832,6 @@ The questions and perspectives offered should always consider:
8849
8832
 
8850
8833
  ==================== START: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ====================
8851
8834
  <!-- Powered by BMAD™ Core -->
8852
-
8853
8835
  # Create Game Development Story Task
8854
8836
 
8855
8837
  ## Purpose
@@ -9070,7 +9052,6 @@ This task ensures game development stories are immediately actionable and enable
9070
9052
 
9071
9053
  ==================== START: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ====================
9072
9054
  <!-- Powered by BMAD™ Core -->
9073
-
9074
9055
  # Game Design Brainstorming Techniques Task
9075
9056
 
9076
9057
  This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts.
@@ -9365,7 +9346,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
9365
9346
 
9366
9347
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ====================
9367
9348
  <!-- Powered by BMAD™ Core -->
9368
-
9369
9349
  # Game Design Document Quality Checklist
9370
9350
 
9371
9351
  ## Document Completeness
@@ -9571,7 +9551,6 @@ _Outline immediate next actions for the team based on this assessment._
9571
9551
 
9572
9552
  ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ====================
9573
9553
  <!-- Powered by BMAD™ Core -->
9574
-
9575
9554
  # Game Development Story Definition of Done Checklist
9576
9555
 
9577
9556
  ## Story Completeness
@@ -10102,7 +10081,6 @@ workflow:
10102
10081
 
10103
10082
  ==================== START: .bmad-2d-phaser-game-dev/data/bmad-kb.md ====================
10104
10083
  <!-- Powered by BMAD™ Core -->
10105
-
10106
10084
  # Game Development BMad Knowledge Base
10107
10085
 
10108
10086
  ## Overview
@@ -10357,7 +10335,6 @@ This knowledge base provides the foundation for effective game development using
10357
10335
 
10358
10336
  ==================== START: .bmad-2d-phaser-game-dev/data/development-guidelines.md ====================
10359
10337
  <!-- Powered by BMAD™ Core -->
10360
-
10361
10338
  # Game Development Guidelines
10362
10339
 
10363
10340
  ## Overview
@@ -104,7 +104,6 @@ dependencies:
104
104
 
105
105
  ==================== START: .bmad-2d-unity-game-dev/tasks/create-doc.md ====================
106
106
  <!-- Powered by BMAD™ Core -->
107
-
108
107
  # Create Document from Template (YAML Driven)
109
108
 
110
109
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -210,7 +209,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
210
209
 
211
210
  ==================== START: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ====================
212
211
  <!-- Powered by BMAD™ Core -->
213
-
214
212
  # Create Deep Research Prompt Task
215
213
 
216
214
  This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
@@ -493,7 +491,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
493
491
 
494
492
  ==================== START: .bmad-2d-unity-game-dev/tasks/shard-doc.md ====================
495
493
  <!-- Powered by BMAD™ Core -->
496
-
497
494
  # Document Sharding Task
498
495
 
499
496
  ## Purpose
@@ -683,7 +680,6 @@ Document sharded successfully:
683
680
 
684
681
  ==================== START: .bmad-2d-unity-game-dev/tasks/document-project.md ====================
685
682
  <!-- Powered by BMAD™ Core -->
686
-
687
683
  # Document an Existing Project
688
684
 
689
685
  ## Purpose
@@ -1031,7 +1027,6 @@ Apply the advanced elicitation task after major sections to refine based on user
1031
1027
 
1032
1028
  ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ====================
1033
1029
  <!-- Powered by BMAD™ Core -->
1034
-
1035
1030
  # Checklist Validation Task
1036
1031
 
1037
1032
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -1122,7 +1117,6 @@ The LLM will:
1122
1117
 
1123
1118
  ==================== START: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ====================
1124
1119
  <!-- Powered by BMAD™ Core -->
1125
-
1126
1120
  # Advanced Game Design Elicitation Task
1127
1121
 
1128
1122
  ## Purpose
@@ -2271,7 +2265,6 @@ sections:
2271
2265
 
2272
2266
  ==================== START: .bmad-2d-unity-game-dev/checklists/game-architect-checklist.md ====================
2273
2267
  <!-- Powered by BMAD™ Core -->
2274
-
2275
2268
  # Game Architect Solution Validation Checklist
2276
2269
 
2277
2270
  This checklist serves as a comprehensive framework for the Game Architect to validate the technical design and architecture before game development execution. The Game Architect should systematically work through each item, ensuring the game architecture is robust, scalable, performant, and aligned with the Game Design Document requirements.
@@ -2667,7 +2660,6 @@ After presenting the report, ask the user if they would like detailed analysis o
2667
2660
 
2668
2661
  ==================== START: .bmad-2d-unity-game-dev/data/development-guidelines.md ====================
2669
2662
  <!-- Powered by BMAD™ Core -->
2670
-
2671
2663
  # Game Development Guidelines (Unity & C#)
2672
2664
 
2673
2665
  ## Overview
@@ -3258,7 +3250,6 @@ These guidelines ensure consistent, high-quality game development that meets per
3258
3250
 
3259
3251
  ==================== START: .bmad-2d-unity-game-dev/data/bmad-kb.md ====================
3260
3252
  <!-- Powered by BMAD™ Core -->
3261
-
3262
3253
  # BMad Knowledge Base - 2D Unity Game Development
3263
3254
 
3264
3255
  ## Overview
@@ -101,7 +101,6 @@ dependencies:
101
101
 
102
102
  ==================== START: .bmad-2d-unity-game-dev/tasks/create-doc.md ====================
103
103
  <!-- Powered by BMAD™ Core -->
104
-
105
104
  # Create Document from Template (YAML Driven)
106
105
 
107
106
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -207,7 +206,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
207
206
 
208
207
  ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ====================
209
208
  <!-- Powered by BMAD™ Core -->
210
-
211
209
  # Checklist Validation Task
212
210
 
213
211
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -298,7 +296,6 @@ The LLM will:
298
296
 
299
297
  ==================== START: .bmad-2d-unity-game-dev/tasks/shard-doc.md ====================
300
298
  <!-- Powered by BMAD™ Core -->
301
-
302
299
  # Document Sharding Task
303
300
 
304
301
  ## Purpose
@@ -488,7 +485,6 @@ Document sharded successfully:
488
485
 
489
486
  ==================== START: .bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md ====================
490
487
  <!-- Powered by BMAD™ Core -->
491
-
492
488
  # Game Design Brainstorming Techniques Task
493
489
 
494
490
  This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts.
@@ -783,7 +779,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
783
779
 
784
780
  ==================== START: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ====================
785
781
  <!-- Powered by BMAD™ Core -->
786
-
787
782
  # Create Deep Research Prompt Task
788
783
 
789
784
  This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
@@ -1066,7 +1061,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
1066
1061
 
1067
1062
  ==================== START: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ====================
1068
1063
  <!-- Powered by BMAD™ Core -->
1069
-
1070
1064
  # Advanced Game Design Elicitation Task
1071
1065
 
1072
1066
  ## Purpose
@@ -2738,7 +2732,6 @@ sections:
2738
2732
 
2739
2733
  ==================== START: .bmad-2d-unity-game-dev/checklists/game-design-checklist.md ====================
2740
2734
  <!-- Powered by BMAD™ Core -->
2741
-
2742
2735
  # Game Design Document Quality Checklist
2743
2736
 
2744
2737
  ## Document Completeness
@@ -2944,7 +2937,6 @@ _Outline immediate next actions for the team based on this assessment._
2944
2937
 
2945
2938
  ==================== START: .bmad-2d-unity-game-dev/data/bmad-kb.md ====================
2946
2939
  <!-- Powered by BMAD™ Core -->
2947
-
2948
2940
  # BMad Knowledge Base - 2D Unity Game Development
2949
2941
 
2950
2942
  ## Overview
@@ -98,7 +98,6 @@ dependencies:
98
98
 
99
99
  ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ====================
100
100
  <!-- Powered by BMAD™ Core -->
101
-
102
101
  # Checklist Validation Task
103
102
 
104
103
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -189,7 +188,6 @@ The LLM will:
189
188
 
190
189
  ==================== START: .bmad-2d-unity-game-dev/tasks/validate-next-story.md ====================
191
190
  <!-- Powered by BMAD™ Core -->
192
-
193
191
  # Validate Next Story Task
194
192
 
195
193
  ## Purpose
@@ -211,7 +209,7 @@ To comprehensively validate a story draft before implementation begins, ensuring
211
209
 
212
210
  ### 1. Template Completeness Validation
213
211
 
214
- - Load `.bmad-core/templates/story-tmpl.yaml` and extract all section headings from the template
212
+ - Load `bmad-core/templates/story-tmpl.md` and extract all section headings from the template
215
213
  - **Missing sections check**: Compare story sections against template sections to verify all required sections are present
216
214
  - **Placeholder validation**: Ensure no template placeholders remain unfilled (e.g., `{{EpicNum}}`, `{{role}}`, `_TBD_`)
217
215
  - **Agent section verification**: Confirm all sections from template exist for future agent use
@@ -328,7 +326,6 @@ Provide a structured validation report including:
328
326
 
329
327
  ==================== START: .bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md ====================
330
328
  <!-- Powered by BMAD™ Core -->
331
-
332
329
  # Game Development Story Definition of Done (DoD) Checklist
333
330
 
334
331
  ## Instructions for Developer Agent
@@ -89,7 +89,6 @@ dependencies:
89
89
 
90
90
  ==================== START: .bmad-2d-unity-game-dev/tasks/create-game-story.md ====================
91
91
  <!-- Powered by BMAD™ Core -->
92
-
93
92
  # Create Game Story Task
94
93
 
95
94
  ## Purpose
@@ -278,7 +277,6 @@ This task ensures game development stories are immediately actionable and enable
278
277
 
279
278
  ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ====================
280
279
  <!-- Powered by BMAD™ Core -->
281
-
282
280
  # Checklist Validation Task
283
281
 
284
282
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -369,7 +367,6 @@ The LLM will:
369
367
 
370
368
  ==================== START: .bmad-2d-unity-game-dev/tasks/correct-course-game.md ====================
371
369
  <!-- Powered by BMAD™ Core -->
372
-
373
370
  # Correct Course Task - Game Development
374
371
 
375
372
  ## Purpose
@@ -775,7 +772,6 @@ sections:
775
772
 
776
773
  ==================== START: .bmad-2d-unity-game-dev/checklists/game-change-checklist.md ====================
777
774
  <!-- Powered by BMAD™ Core -->
778
-
779
775
  # Game Development Change Navigation Checklist
780
776
 
781
777
  **Purpose:** To systematically guide the Game SM agent and user through analysis and planning when a significant change (performance issue, platform constraint, technical blocker, gameplay feedback) is identified during Unity game development.