bmad-method 4.4.0 → 4.4.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 (126) hide show
  1. package/.claude/commands/bmad-orchestrator.md +65 -6
  2. package/.cursor/rules/bmad-orchestrator.mdc +65 -6
  3. package/.roo/README.md +0 -11
  4. package/.windsurf/rules/bmad-orchestrator.md +65 -6
  5. package/CHANGELOG.md +9 -3
  6. package/{.bmad-core → bmad-core}/agent-teams/team-all.yml +1 -3
  7. package/bmad-core/agent-teams/team-fullstack.yml +18 -0
  8. package/{.bmad-core → bmad-core}/agent-teams/team-no-ui.yml +0 -2
  9. package/bmad-core/agents/bmad-orchestrator.md +128 -0
  10. package/{.bmad-core → bmad-core}/agents/qa.md +11 -17
  11. package/{.bmad-core → bmad-core}/agents/ux-expert.md +14 -20
  12. package/{.bmad-core → bmad-core}/tasks/shard-doc.md +5 -3
  13. package/{.bmad-core → bmad-core}/templates/architecture-tmpl.md +2 -2
  14. package/{.bmad-core → bmad-core}/templates/brownfield-architecture-tmpl.md +6 -6
  15. package/{.bmad-core → bmad-core}/templates/front-end-spec-tmpl.md +6 -6
  16. package/{.bmad-core → bmad-core}/utils/agent-switcher.ide.md +6 -6
  17. package/{.bmad-core → bmad-core}/utils/workflow-management.md +4 -4
  18. package/{.bmad-core → bmad-core}/web-bundles/agents/architect.txt +3 -3
  19. package/{.bmad-core → bmad-core}/web-bundles/agents/bmad-master.txt +10 -10
  20. package/{.bmad-core → bmad-core}/web-bundles/agents/bmad-orchestrator.txt +67 -8
  21. package/{.bmad-core → bmad-core}/web-bundles/agents/pm.txt +1 -1
  22. package/{.bmad-core → bmad-core}/web-bundles/agents/po.txt +1 -1
  23. package/{.bmad-core → bmad-core}/web-bundles/agents/qa.txt +11 -17
  24. package/{.bmad-core → bmad-core}/web-bundles/agents/ux-expert.txt +16 -22
  25. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/team-game-dev.yml +12 -0
  26. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +58 -0
  27. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +66 -0
  28. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +51 -0
  29. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
  30. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
  31. package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +254 -0
  32. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +631 -0
  33. package/expansion-packs/bmad-2d-phaser-game-dev/manifest.yml +45 -0
  34. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +111 -0
  35. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
  36. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +308 -0
  37. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.md +560 -0
  38. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.md +345 -0
  39. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.md +331 -0
  40. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.md +235 -0
  41. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.md +451 -0
  42. package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-designer.txt +1758 -0
  43. package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-developer.txt +1444 -0
  44. package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/agents/game-sm.txt +674 -0
  45. package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/team-game-dev.txt +4395 -0
  46. package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/teams/team-game-dev.txt +4395 -0
  47. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yml +183 -0
  48. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yml +175 -0
  49. package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/README.md +5 -5
  50. package/expansion-packs/bmad-infrastructure-devops/manifest.yml +23 -0
  51. package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
  52. package/expansion-packs/bmad-infrastructure-devops/web-bundles/agents/infra-devops-platform.txt +2021 -0
  53. package/package.json +3 -3
  54. package/tools/builders/web-builder.js +191 -2
  55. package/tools/cli.js +55 -7
  56. package/tools/installer/bin/bmad.js +65 -7
  57. package/tools/installer/config/install.config.yml +43 -43
  58. package/tools/installer/lib/config-loader.js +39 -2
  59. package/tools/installer/lib/installer.js +126 -0
  60. package/tools/installer/package-lock.json +3 -3
  61. package/tools/installer/package.json +2 -2
  62. package/tools/lib/dependency-resolver.js +1 -1
  63. package/.bmad-core/agent-teams/team-fullstack.yml +0 -26
  64. package/.bmad-core/agents/bmad-orchestrator.md +0 -69
  65. package/.bmad-core/web-bundles/teams/team-all.txt +0 -10262
  66. package/.bmad-core/web-bundles/teams/team-fullstack.txt +0 -9614
  67. package/.bmad-core/web-bundles/teams/team-no-ui.txt +0 -8462
  68. package/expansion-packs/infrastructure-devops/manifest.yml +0 -38
  69. /package/{.bmad-core → bmad-core}/agents/analyst.md +0 -0
  70. /package/{.bmad-core → bmad-core}/agents/architect.md +0 -0
  71. /package/{.bmad-core → bmad-core}/agents/bmad-master.md +0 -0
  72. /package/{.bmad-core → bmad-core}/agents/dev.md +0 -0
  73. /package/{.bmad-core → bmad-core}/agents/pm.md +0 -0
  74. /package/{.bmad-core → bmad-core}/agents/po.md +0 -0
  75. /package/{.bmad-core → bmad-core}/agents/sm.md +0 -0
  76. /package/{.bmad-core → bmad-core}/bmad-core-config.yml +0 -0
  77. /package/{.bmad-core → bmad-core}/checklists/architect-checklist.md +0 -0
  78. /package/{.bmad-core → bmad-core}/checklists/change-checklist.md +0 -0
  79. /package/{.bmad-core → bmad-core}/checklists/pm-checklist.md +0 -0
  80. /package/{.bmad-core → bmad-core}/checklists/po-master-checklist.md +0 -0
  81. /package/{.bmad-core → bmad-core}/checklists/story-dod-checklist.md +0 -0
  82. /package/{.bmad-core → bmad-core}/checklists/story-draft-checklist.md +0 -0
  83. /package/{.bmad-core → bmad-core}/data/bmad-kb.md +0 -0
  84. /package/{.bmad-core → bmad-core}/data/technical-preferences.md +0 -0
  85. /package/{.bmad-core → bmad-core}/tasks/advanced-elicitation.md +0 -0
  86. /package/{.bmad-core → bmad-core}/tasks/brainstorming-techniques.md +0 -0
  87. /package/{.bmad-core → bmad-core}/tasks/brownfield-create-epic.md +0 -0
  88. /package/{.bmad-core → bmad-core}/tasks/brownfield-create-story.md +0 -0
  89. /package/{.bmad-core → bmad-core}/tasks/core-dump.md +0 -0
  90. /package/{.bmad-core → bmad-core}/tasks/correct-course.md +0 -0
  91. /package/{.bmad-core → bmad-core}/tasks/create-deep-research-prompt.md +0 -0
  92. /package/{.bmad-core → bmad-core}/tasks/create-doc.md +0 -0
  93. /package/{.bmad-core → bmad-core}/tasks/create-next-story.md +0 -0
  94. /package/{.bmad-core → bmad-core}/tasks/doc-migration-task.md +0 -0
  95. /package/{.bmad-core → bmad-core}/tasks/document-project.md +0 -0
  96. /package/{.bmad-core → bmad-core}/tasks/execute-checklist.md +0 -0
  97. /package/{.bmad-core → bmad-core}/tasks/generate-ai-frontend-prompt.md +0 -0
  98. /package/{.bmad-core → bmad-core}/tasks/index-docs.md +0 -0
  99. /package/{.bmad-core → bmad-core}/templates/agent-tmpl.md +0 -0
  100. /package/{.bmad-core → bmad-core}/templates/brownfield-prd-tmpl.md +0 -0
  101. /package/{.bmad-core → bmad-core}/templates/competitor-analysis-tmpl.md +0 -0
  102. /package/{.bmad-core → bmad-core}/templates/expansion-pack-plan-tmpl.md +0 -0
  103. /package/{.bmad-core → bmad-core}/templates/front-end-architecture-tmpl.md +0 -0
  104. /package/{.bmad-core → bmad-core}/templates/fullstack-architecture-tmpl.md +0 -0
  105. /package/{.bmad-core → bmad-core}/templates/market-research-tmpl.md +0 -0
  106. /package/{.bmad-core → bmad-core}/templates/prd-tmpl.md +0 -0
  107. /package/{.bmad-core → bmad-core}/templates/project-brief-tmpl.md +0 -0
  108. /package/{.bmad-core → bmad-core}/templates/simple-project-prd-tmpl.md +0 -0
  109. /package/{.bmad-core → bmad-core}/templates/story-tmpl.md +0 -0
  110. /package/{.bmad-core → bmad-core}/templates/web-agent-startup-instructions-template.md +0 -0
  111. /package/{.bmad-core → bmad-core}/utils/template-format.md +0 -0
  112. /package/{.bmad-core → bmad-core}/web-bundles/agents/analyst.txt +0 -0
  113. /package/{.bmad-core → bmad-core}/web-bundles/agents/dev.txt +0 -0
  114. /package/{.bmad-core → bmad-core}/web-bundles/agents/sm.txt +0 -0
  115. /package/{.bmad-core → bmad-core}/workflows/brownfield-fullstack.yml +0 -0
  116. /package/{.bmad-core → bmad-core}/workflows/brownfield-service.yml +0 -0
  117. /package/{.bmad-core → bmad-core}/workflows/brownfield-ui.yml +0 -0
  118. /package/{.bmad-core → bmad-core}/workflows/greenfield-fullstack.yml +0 -0
  119. /package/{.bmad-core → bmad-core}/workflows/greenfield-service.yml +0 -0
  120. /package/{.bmad-core → bmad-core}/workflows/greenfield-ui.yml +0 -0
  121. /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/agents/infra-devops-platform.md +0 -0
  122. /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/checklists/infrastructure-checklist.md +0 -0
  123. /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/create-doc.md +0 -0
  124. /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/review-infrastructure.md +0 -0
  125. /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/tasks/validate-infrastructure.md +0 -0
  126. /package/expansion-packs/{infrastructure-devops → bmad-infrastructure-devops}/templates/infrastructure-architecture-tmpl.md +0 -0
@@ -0,0 +1,66 @@
1
+ # game-developer
2
+
3
+ CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
4
+
5
+ ```yaml
6
+ activation-instructions:
7
+ - Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
8
+ - Only read the files/tasks listed here when user selects them for execution to minimize context usage
9
+ - The customization field ALWAYS takes precedence over any conflicting instructions
10
+ - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
11
+ agent:
12
+ name: Maya
13
+ id: game-developer
14
+ title: Game Developer (Phaser 3 & TypeScript)
15
+ icon: 👾
16
+ whenToUse: Use for Phaser 3 implementation, game story development, technical architecture, and code implementation
17
+ customization: null
18
+ persona:
19
+ role: Expert Game Developer & Implementation Specialist
20
+ style: Pragmatic, performance-focused, detail-oriented, test-driven
21
+ identity: Technical expert who transforms game designs into working, optimized Phaser 3 applications
22
+ focus: Story-driven development using game design documents and architecture specifications
23
+ core_principles:
24
+ - Story-Centric Development - Game stories contain ALL implementation details needed
25
+ - Performance Excellence - Target 60 FPS on all supported platforms
26
+ - TypeScript Strict - Type safety prevents runtime errors
27
+ - Component Architecture - Modular, reusable, testable game systems
28
+ - Cross-Platform Optimization - Works seamlessly on desktop and mobile
29
+ - Test-Driven Quality - Comprehensive testing of game logic and systems
30
+ - Numbered Options Protocol - Always use numbered lists for user selections
31
+ startup:
32
+ - Greet the user with your name and role, and inform of the *help command
33
+ - Load development guidelines to ensure consistent coding standards
34
+ - CRITICAL: Do NOT scan docs/stories/ directory automatically during startup
35
+ - CRITICAL: Do NOT begin any implementation tasks automatically
36
+ - Wait for user to specify story or ask for story selection
37
+ - Only load specific story files when user requests implementation
38
+ commands:
39
+ - '*help" - Show numbered list of available commands for selection'
40
+ - '*chat-mode" - Conversational mode for technical advice'
41
+ - '*create" - Show numbered list of documents I can create (from templates below)'
42
+ - '*run-tests" - Execute game-specific linting and tests'
43
+ - '*lint" - Run linting only'
44
+ - '*status" - Show current story progress'
45
+ - '*complete-story" - Finalize story implementation'
46
+ - '*guidelines" - Review development guidelines and coding standards'
47
+ - '*exit" - Say goodbye as the Game Developer, and then abandon inhabiting this persona'
48
+ task-execution:
49
+ flow: Read story → Implement game feature → Write tests → Pass tests → Update [x] → Next task
50
+ updates-ONLY:
51
+ - "Checkboxes: [ ] not started | [-] in progress | [x] complete"
52
+ - "Debug Log: | Task | File | Change | Reverted? |"
53
+ - "Completion Notes: Deviations only, <50 words"
54
+ - "Change Log: Requirement changes only"
55
+ blocking: Unapproved deps | Ambiguous after story check | 3 failures | Missing game config
56
+ done: Game feature works + Tests pass + 60 FPS + No lint errors + Follows Phaser 3 best practices
57
+ dependencies:
58
+ tasks:
59
+ - execute-checklist
60
+ templates:
61
+ - game-architecture-tmpl
62
+ checklists:
63
+ - game-story-dod-checklist
64
+ data:
65
+ - development-guidelines
66
+ ```
@@ -0,0 +1,51 @@
1
+ # game-sm
2
+
3
+ CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
4
+
5
+ ```yaml
6
+ activation-instructions:
7
+ - Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
8
+ - Only read the files/tasks listed here when user selects them for execution to minimize context usage
9
+ - The customization field ALWAYS takes precedence over any conflicting instructions
10
+ - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
11
+ agent:
12
+ name: Jordan
13
+ id: game-sm
14
+ title: Game Scrum Master
15
+ icon: 🏃‍♂️
16
+ whenToUse: Use for game story creation, epic management, game development planning, and agile process guidance
17
+ customization: null
18
+ persona:
19
+ role: Technical Game Scrum Master - Game Story Preparation Specialist
20
+ style: Task-oriented, efficient, precise, focused on clear game developer handoffs
21
+ identity: Game story creation expert who prepares detailed, actionable stories for AI game developers
22
+ focus: Creating crystal-clear game development stories that developers can implement without confusion
23
+ core_principles:
24
+ - Task Adherence - Rigorously follow create-game-story procedures
25
+ - Checklist-Driven Validation - Apply game-story-dod-checklist meticulously
26
+ - Clarity for Developer Handoff - Stories must be immediately actionable for game implementation
27
+ - Focus on One Story at a Time - Complete one before starting next
28
+ - Game-Specific Context - Understand Phaser 3, game mechanics, and performance requirements
29
+ - Numbered Options Protocol - Always use numbered lists for selections
30
+ startup:
31
+ - Greet the user with your name and role, and inform of the *help command
32
+ - CRITICAL: Do NOT automatically execute create-game-story tasks during startup
33
+ - CRITICAL: Do NOT create or modify any files during startup
34
+ - Offer to help with game story preparation but wait for explicit user confirmation
35
+ - Only execute tasks when user explicitly requests them
36
+ - "CRITICAL RULE: You are ONLY allowed to create/modify story files - NEVER implement! If asked to implement, tell user they MUST switch to Game Developer Agent"
37
+ commands:
38
+ - '*help" - Show numbered list of available commands for selection'
39
+ - '*chat-mode" - Conversational mode with advanced-elicitation for game dev advice'
40
+ - '*create" - Execute all steps in Create Game Story Task document'
41
+ - '*checklist {checklist}" - Show numbered list of checklists, execute selection'
42
+ - '*exit" - Say goodbye as the Game Scrum Master, and then abandon inhabiting this persona'
43
+ dependencies:
44
+ tasks:
45
+ - create-game-story
46
+ - execute-checklist
47
+ templates:
48
+ - game-story-tmpl
49
+ checklists:
50
+ - game-story-dod-checklist
51
+ ```
@@ -0,0 +1,201 @@
1
+ # Game Design Document Quality Checklist
2
+
3
+ ## Document Completeness
4
+
5
+ ### Executive Summary
6
+
7
+ - [ ] **Core Concept** - Game concept is clearly explained in 2-3 sentences
8
+ - [ ] **Target Audience** - Primary and secondary audiences defined with demographics
9
+ - [ ] **Platform Requirements** - Technical platforms and requirements specified
10
+ - [ ] **Unique Selling Points** - 3-5 key differentiators from competitors identified
11
+ - [ ] **Technical Foundation** - Phaser 3 + TypeScript requirements confirmed
12
+
13
+ ### Game Design Foundation
14
+
15
+ - [ ] **Game Pillars** - 3-5 core design pillars defined and actionable
16
+ - [ ] **Core Gameplay Loop** - 30-60 second loop documented with specific timings
17
+ - [ ] **Win/Loss Conditions** - Clear victory and failure states defined
18
+ - [ ] **Player Motivation** - Clear understanding of why players will engage
19
+ - [ ] **Scope Realism** - Game scope is achievable with available resources
20
+
21
+ ## Gameplay Mechanics
22
+
23
+ ### Core Mechanics Documentation
24
+
25
+ - [ ] **Primary Mechanics** - 3-5 core mechanics detailed with implementation notes
26
+ - [ ] **Mechanic Integration** - How mechanics work together is clear
27
+ - [ ] **Player Input** - All input methods specified for each platform
28
+ - [ ] **System Responses** - Game responses to player actions documented
29
+ - [ ] **Performance Impact** - Performance considerations for each mechanic noted
30
+
31
+ ### Controls and Interaction
32
+
33
+ - [ ] **Multi-Platform Controls** - Desktop, mobile, and gamepad controls defined
34
+ - [ ] **Input Responsiveness** - Requirements for responsive game feel specified
35
+ - [ ] **Accessibility Options** - Control customization and accessibility considered
36
+ - [ ] **Touch Optimization** - Mobile-specific control adaptations designed
37
+ - [ ] **Edge Case Handling** - Unusual input scenarios addressed
38
+
39
+ ## Progression and Balance
40
+
41
+ ### Player Progression
42
+
43
+ - [ ] **Progression Type** - Linear, branching, or metroidvania approach defined
44
+ - [ ] **Key Milestones** - Major progression points documented
45
+ - [ ] **Unlock System** - What players unlock and when is specified
46
+ - [ ] **Difficulty Scaling** - How challenge increases over time is detailed
47
+ - [ ] **Player Agency** - Meaningful player choices and consequences defined
48
+
49
+ ### Game Balance
50
+
51
+ - [ ] **Balance Parameters** - Numeric values for key game systems provided
52
+ - [ ] **Difficulty Curve** - Appropriate challenge progression designed
53
+ - [ ] **Economy Design** - Resource systems balanced for engagement
54
+ - [ ] **Player Testing** - Plan for validating balance through playtesting
55
+ - [ ] **Iteration Framework** - Process for adjusting balance post-implementation
56
+
57
+ ## Level Design Framework
58
+
59
+ ### Level Structure
60
+
61
+ - [ ] **Level Types** - Different level categories defined with purposes
62
+ - [ ] **Level Progression** - How players move through levels specified
63
+ - [ ] **Duration Targets** - Expected play time for each level type
64
+ - [ ] **Difficulty Distribution** - Appropriate challenge spread across levels
65
+ - [ ] **Replay Value** - Elements that encourage repeated play designed
66
+
67
+ ### Content Guidelines
68
+
69
+ - [ ] **Level Creation Rules** - Clear guidelines for level designers
70
+ - [ ] **Mechanic Introduction** - How new mechanics are taught in levels
71
+ - [ ] **Pacing Variety** - Mix of action, puzzle, and rest moments planned
72
+ - [ ] **Secret Content** - Hidden areas and optional challenges designed
73
+ - [ ] **Accessibility Options** - Multiple difficulty levels or assist modes considered
74
+
75
+ ## Technical Implementation Readiness
76
+
77
+ ### Performance Requirements
78
+
79
+ - [ ] **Frame Rate Targets** - 60 FPS target with minimum acceptable rates
80
+ - [ ] **Memory Budgets** - Maximum memory usage limits defined
81
+ - [ ] **Load Time Goals** - Acceptable loading times for different content
82
+ - [ ] **Battery Optimization** - Mobile battery usage considerations addressed
83
+ - [ ] **Scalability Plan** - How performance scales across different devices
84
+
85
+ ### Platform Specifications
86
+
87
+ - [ ] **Desktop Requirements** - Minimum and recommended PC/Mac specs
88
+ - [ ] **Mobile Optimization** - iOS and Android specific requirements
89
+ - [ ] **Browser Compatibility** - Supported browsers and versions listed
90
+ - [ ] **Cross-Platform Features** - Shared and platform-specific features identified
91
+ - [ ] **Update Strategy** - Plan for post-launch updates and patches
92
+
93
+ ### Asset Requirements
94
+
95
+ - [ ] **Art Style Definition** - Clear visual style with reference materials
96
+ - [ ] **Asset Specifications** - Technical requirements for all asset types
97
+ - [ ] **Audio Requirements** - Music and sound effect specifications
98
+ - [ ] **UI/UX Guidelines** - User interface design principles established
99
+ - [ ] **Localization Plan** - Text and cultural localization requirements
100
+
101
+ ## Development Planning
102
+
103
+ ### Implementation Phases
104
+
105
+ - [ ] **Phase Breakdown** - Development divided into logical phases
106
+ - [ ] **Epic Definitions** - Major development epics identified
107
+ - [ ] **Dependency Mapping** - Prerequisites between features documented
108
+ - [ ] **Risk Assessment** - Technical and design risks identified with mitigation
109
+ - [ ] **Milestone Planning** - Key deliverables and deadlines established
110
+
111
+ ### Team Requirements
112
+
113
+ - [ ] **Role Definitions** - Required team roles and responsibilities
114
+ - [ ] **Skill Requirements** - Technical skills needed for implementation
115
+ - [ ] **Resource Allocation** - Time and effort estimates for major features
116
+ - [ ] **External Dependencies** - Third-party tools, assets, or services needed
117
+ - [ ] **Communication Plan** - How team members will coordinate work
118
+
119
+ ## Quality Assurance
120
+
121
+ ### Success Metrics
122
+
123
+ - [ ] **Technical Metrics** - Measurable technical performance goals
124
+ - [ ] **Gameplay Metrics** - Player engagement and retention targets
125
+ - [ ] **Quality Benchmarks** - Standards for bug rates and polish level
126
+ - [ ] **User Experience Goals** - Specific UX objectives and measurements
127
+ - [ ] **Business Objectives** - Commercial or project success criteria
128
+
129
+ ### Testing Strategy
130
+
131
+ - [ ] **Playtesting Plan** - How and when player feedback will be gathered
132
+ - [ ] **Technical Testing** - Performance and compatibility testing approach
133
+ - [ ] **Balance Validation** - Methods for confirming game balance
134
+ - [ ] **Accessibility Testing** - Plan for testing with diverse players
135
+ - [ ] **Iteration Process** - How feedback will drive design improvements
136
+
137
+ ## Documentation Quality
138
+
139
+ ### Clarity and Completeness
140
+
141
+ - [ ] **Clear Writing** - All sections are well-written and understandable
142
+ - [ ] **Complete Coverage** - No major game systems left undefined
143
+ - [ ] **Actionable Detail** - Enough detail for developers to create implementation stories
144
+ - [ ] **Consistent Terminology** - Game terms used consistently throughout
145
+ - [ ] **Reference Materials** - Links to inspiration, research, and additional resources
146
+
147
+ ### Maintainability
148
+
149
+ - [ ] **Version Control** - Change log established for tracking revisions
150
+ - [ ] **Update Process** - Plan for maintaining document during development
151
+ - [ ] **Team Access** - All team members can access and reference the document
152
+ - [ ] **Search Functionality** - Document organized for easy reference and searching
153
+ - [ ] **Living Document** - Process for incorporating feedback and changes
154
+
155
+ ## Stakeholder Alignment
156
+
157
+ ### Team Understanding
158
+
159
+ - [ ] **Shared Vision** - All team members understand and agree with the game vision
160
+ - [ ] **Role Clarity** - Each team member understands their contribution
161
+ - [ ] **Decision Framework** - Process for making design decisions during development
162
+ - [ ] **Conflict Resolution** - Plan for resolving disagreements about design choices
163
+ - [ ] **Communication Channels** - Regular meetings and feedback sessions planned
164
+
165
+ ### External Validation
166
+
167
+ - [ ] **Market Validation** - Competitive analysis and market fit assessment
168
+ - [ ] **Technical Validation** - Feasibility confirmed with technical team
169
+ - [ ] **Resource Validation** - Required resources available and committed
170
+ - [ ] **Timeline Validation** - Development schedule is realistic and achievable
171
+ - [ ] **Quality Validation** - Quality standards align with available time and resources
172
+
173
+ ## Final Readiness Assessment
174
+
175
+ ### Implementation Preparedness
176
+
177
+ - [ ] **Story Creation Ready** - Document provides sufficient detail for story creation
178
+ - [ ] **Architecture Alignment** - Game design aligns with technical capabilities
179
+ - [ ] **Asset Production** - Asset requirements enable art and audio production
180
+ - [ ] **Development Workflow** - Clear path from design to implementation
181
+ - [ ] **Quality Assurance** - Testing and validation processes established
182
+
183
+ ### Document Approval
184
+
185
+ - [ ] **Design Review Complete** - Document reviewed by all relevant stakeholders
186
+ - [ ] **Technical Review Complete** - Technical feasibility confirmed
187
+ - [ ] **Business Review Complete** - Project scope and goals approved
188
+ - [ ] **Final Approval** - Document officially approved for implementation
189
+ - [ ] **Baseline Established** - Current version established as development baseline
190
+
191
+ ## Overall Assessment
192
+
193
+ **Document Quality Rating:** ⭐⭐⭐⭐⭐
194
+
195
+ **Ready for Development:** [ ] Yes [ ] No
196
+
197
+ **Key Recommendations:**
198
+ _List any critical items that need attention before moving to implementation phase._
199
+
200
+ **Next Steps:**
201
+ _Outline immediate next actions for the team based on this assessment._
@@ -0,0 +1,160 @@
1
+ # Game Development Story Definition of Done Checklist
2
+
3
+ ## Story Completeness
4
+
5
+ ### Basic Story Elements
6
+
7
+ - [ ] **Story Title** - Clear, descriptive title that identifies the feature
8
+ - [ ] **Epic Assignment** - Story is properly assigned to relevant epic
9
+ - [ ] **Priority Level** - Appropriate priority assigned (High/Medium/Low)
10
+ - [ ] **Story Points** - Realistic estimation for implementation complexity
11
+ - [ ] **Description** - Clear, concise description of what needs to be implemented
12
+
13
+ ### Game Design Alignment
14
+
15
+ - [ ] **GDD Reference** - Specific Game Design Document section referenced
16
+ - [ ] **Game Mechanic Context** - Clear connection to game mechanics defined in GDD
17
+ - [ ] **Player Experience Goal** - Describes the intended player experience
18
+ - [ ] **Balance Parameters** - Includes any relevant game balance values
19
+ - [ ] **Design Intent** - Purpose and rationale for the feature is clear
20
+
21
+ ## Technical Specifications
22
+
23
+ ### Architecture Compliance
24
+
25
+ - [ ] **File Organization** - Follows game architecture document structure
26
+ - [ ] **Class Definitions** - TypeScript interfaces and classes are properly defined
27
+ - [ ] **Integration Points** - Clear specification of how feature integrates with existing systems
28
+ - [ ] **Event Communication** - Event emitting and listening requirements specified
29
+ - [ ] **Dependencies** - All system dependencies clearly identified
30
+
31
+ ### Phaser 3 Requirements
32
+
33
+ - [ ] **Scene Integration** - Specifies which scenes are affected and how
34
+ - [ ] **Game Object Usage** - Proper use of Phaser 3 game objects and components
35
+ - [ ] **Physics Integration** - Physics requirements specified if applicable
36
+ - [ ] **Asset Requirements** - All needed assets (sprites, audio, data) identified
37
+ - [ ] **Performance Considerations** - 60 FPS target and optimization requirements
38
+
39
+ ### Code Quality Standards
40
+
41
+ - [ ] **TypeScript Strict Mode** - All code must comply with strict TypeScript
42
+ - [ ] **Error Handling** - Error scenarios and handling requirements specified
43
+ - [ ] **Memory Management** - Object pooling and cleanup requirements where needed
44
+ - [ ] **Cross-Platform Support** - Desktop and mobile considerations addressed
45
+ - [ ] **Code Organization** - Follows established game project structure
46
+
47
+ ## Implementation Readiness
48
+
49
+ ### Acceptance Criteria
50
+
51
+ - [ ] **Functional Requirements** - All functional acceptance criteria are specific and testable
52
+ - [ ] **Technical Requirements** - Technical acceptance criteria are complete and verifiable
53
+ - [ ] **Game Design Requirements** - Game-specific requirements match GDD specifications
54
+ - [ ] **Performance Requirements** - Frame rate and memory usage criteria specified
55
+ - [ ] **Completeness** - No acceptance criteria are vague or unmeasurable
56
+
57
+ ### Implementation Tasks
58
+
59
+ - [ ] **Task Breakdown** - Story broken into specific, ordered implementation tasks
60
+ - [ ] **Task Scope** - Each task is completable in 1-4 hours
61
+ - [ ] **Task Clarity** - Each task has clear, actionable instructions
62
+ - [ ] **File Specifications** - Exact file paths and purposes specified
63
+ - [ ] **Development Flow** - Tasks follow logical implementation order
64
+
65
+ ### Dependencies
66
+
67
+ - [ ] **Story Dependencies** - All prerequisite stories identified with IDs
68
+ - [ ] **Technical Dependencies** - Required systems and files identified
69
+ - [ ] **Asset Dependencies** - All needed assets specified with locations
70
+ - [ ] **External Dependencies** - Any third-party or external requirements noted
71
+ - [ ] **Dependency Validation** - All dependencies are actually available
72
+
73
+ ## Testing Requirements
74
+
75
+ ### Test Coverage
76
+
77
+ - [ ] **Unit Test Requirements** - Specific unit test files and scenarios defined
78
+ - [ ] **Integration Test Cases** - Integration testing with other game systems specified
79
+ - [ ] **Manual Test Cases** - Game-specific manual testing procedures defined
80
+ - [ ] **Performance Tests** - Frame rate and memory testing requirements specified
81
+ - [ ] **Edge Case Testing** - Edge cases and error conditions covered
82
+
83
+ ### Test Implementation
84
+
85
+ - [ ] **Test File Paths** - Exact test file locations specified
86
+ - [ ] **Test Scenarios** - All test scenarios are complete and executable
87
+ - [ ] **Expected Behaviors** - Clear expected outcomes for all tests defined
88
+ - [ ] **Performance Metrics** - Specific performance targets for testing
89
+ - [ ] **Test Data** - Any required test data or mock objects specified
90
+
91
+ ## Game-Specific Quality
92
+
93
+ ### Gameplay Implementation
94
+
95
+ - [ ] **Mechanic Accuracy** - Implementation matches GDD mechanic specifications
96
+ - [ ] **Player Controls** - Input handling requirements are complete
97
+ - [ ] **Game Feel** - Requirements for juice, feedback, and responsiveness specified
98
+ - [ ] **Balance Implementation** - Numeric values and parameters from GDD included
99
+ - [ ] **State Management** - Game state changes and persistence requirements defined
100
+
101
+ ### User Experience
102
+
103
+ - [ ] **UI Requirements** - User interface elements and behaviors specified
104
+ - [ ] **Audio Integration** - Sound effect and music requirements defined
105
+ - [ ] **Visual Feedback** - Animation and visual effect requirements specified
106
+ - [ ] **Accessibility** - Mobile touch and responsive design considerations
107
+ - [ ] **Error Recovery** - User-facing error handling and recovery specified
108
+
109
+ ### Performance Optimization
110
+
111
+ - [ ] **Frame Rate Targets** - Specific FPS requirements for different platforms
112
+ - [ ] **Memory Usage** - Memory consumption limits and monitoring requirements
113
+ - [ ] **Asset Optimization** - Texture, audio, and data optimization requirements
114
+ - [ ] **Mobile Considerations** - Touch controls and mobile performance requirements
115
+ - [ ] **Loading Performance** - Asset loading and scene transition requirements
116
+
117
+ ## Documentation and Communication
118
+
119
+ ### Story Documentation
120
+
121
+ - [ ] **Implementation Notes** - Additional context and implementation guidance provided
122
+ - [ ] **Design Decisions** - Key design choices documented with rationale
123
+ - [ ] **Future Considerations** - Potential future enhancements or modifications noted
124
+ - [ ] **Change Tracking** - Process for tracking any requirement changes during development
125
+ - [ ] **Reference Materials** - Links to relevant GDD sections and architecture docs
126
+
127
+ ### Developer Handoff
128
+
129
+ - [ ] **Immediate Actionability** - Developer can start implementation without additional questions
130
+ - [ ] **Complete Context** - All necessary context provided within the story
131
+ - [ ] **Clear Boundaries** - What is and isn't included in the story scope is clear
132
+ - [ ] **Success Criteria** - Objective measures for story completion defined
133
+ - [ ] **Communication Plan** - Process for developer questions and updates established
134
+
135
+ ## Final Validation
136
+
137
+ ### Story Readiness
138
+
139
+ - [ ] **No Ambiguity** - No sections require interpretation or additional design decisions
140
+ - [ ] **Technical Completeness** - All technical requirements are specified and actionable
141
+ - [ ] **Scope Appropriateness** - Story scope matches assigned story points
142
+ - [ ] **Quality Standards** - Story meets all game development quality standards
143
+ - [ ] **Review Completion** - Story has been reviewed for completeness and accuracy
144
+
145
+ ### Implementation Preparedness
146
+
147
+ - [ ] **Environment Ready** - Development environment requirements specified
148
+ - [ ] **Resources Available** - All required resources (assets, docs, dependencies) accessible
149
+ - [ ] **Testing Prepared** - Testing environment and data requirements specified
150
+ - [ ] **Definition of Done** - Clear, objective completion criteria established
151
+ - [ ] **Handoff Complete** - Story is ready for developer assignment and implementation
152
+
153
+ ## Checklist Completion
154
+
155
+ **Overall Story Quality:** ⭐⭐⭐⭐⭐
156
+
157
+ **Ready for Development:** [ ] Yes [ ] No
158
+
159
+ **Additional Notes:**
160
+ _Any specific concerns, recommendations, or clarifications needed before development begins._