bmad-method 4.37.0-beta.6 → 4.37.0

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 (44) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/bmad-core/agents/analyst.md +1 -1
  3. package/bmad-core/agents/architect.md +2 -3
  4. package/bmad-core/agents/bmad-master.md +0 -1
  5. package/bmad-core/agents/bmad-orchestrator.md +9 -10
  6. package/bmad-core/agents/dev.md +9 -10
  7. package/bmad-core/agents/po.md +1 -1
  8. package/bmad-core/agents/qa.md +1 -1
  9. package/bmad-core/agents/sm.md +1 -1
  10. package/bmad-core/agents/ux-expert.md +1 -1
  11. package/bmad-core/checklists/architect-checklist.md +0 -5
  12. package/bmad-core/checklists/pm-checklist.md +0 -5
  13. package/bmad-core/checklists/po-master-checklist.md +0 -9
  14. package/bmad-core/checklists/story-dod-checklist.md +0 -7
  15. package/bmad-core/checklists/story-draft-checklist.md +0 -3
  16. package/bmad-core/data/bmad-kb.md +5 -2
  17. package/bmad-core/data/elicitation-methods.md +20 -0
  18. package/bmad-core/tasks/create-brownfield-story.md +11 -3
  19. package/bmad-core/tasks/create-deep-research-prompt.md +0 -11
  20. package/bmad-core/tasks/document-project.md +15 -13
  21. package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
  22. package/bmad-core/tasks/index-docs.md +0 -6
  23. package/bmad-core/tasks/kb-mode-interaction.md +3 -3
  24. package/bmad-core/tasks/review-story.md +10 -1
  25. package/bmad-core/tasks/shard-doc.md +0 -2
  26. package/common/tasks/execute-checklist.md +0 -7
  27. package/docs/working-in-the-brownfield.md +1 -1
  28. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +14 -14
  29. package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -4
  30. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +3 -5
  31. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -1
  32. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -18
  33. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -5
  34. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -8
  35. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -7
  36. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -4
  37. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -1
  38. package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -10
  39. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -18
  40. package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -3
  41. package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -1
  42. package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -1
  43. package/package.json +1 -1
  44. package/tools/installer/package.json +1 -1
@@ -128,7 +128,7 @@ Critical: For brownfield, ALWAYS include criteria about maintaining existing fun
128
128
  Standard structure:
129
129
 
130
130
  1. New functionality works as specified
131
- 2. Existing {{affected feature}} continues to work unchanged
131
+ 2. Existing {{affected feature}} continues to work unchanged
132
132
  3. Integration with {{existing system}} maintains current behavior
133
133
  4. No regression in {{related area}}
134
134
  5. Performance remains within acceptable bounds
@@ -139,16 +139,19 @@ Critical: This is where you'll need to be interactive with the user if informati
139
139
 
140
140
  Create Dev Technical Guidance section with available information:
141
141
 
142
- ```markdown
142
+ ````markdown
143
143
  ## Dev Technical Guidance
144
144
 
145
145
  ### Existing System Context
146
+
146
147
  [Extract from available documentation]
147
148
 
148
149
  ### Integration Approach
150
+
149
151
  [Based on patterns found or ask user]
150
152
 
151
153
  ### Technical Constraints
154
+
152
155
  [From documentation or user input]
153
156
 
154
157
  ### Missing Information
@@ -191,6 +194,7 @@ Example task structure for brownfield:
191
194
  - [ ] Integration test for {{integration point}}
192
195
  - [ ] Update existing tests if needed
193
196
  ```
197
+ ````
194
198
 
195
199
  ### 5. Risk Assessment and Mitigation
196
200
 
@@ -202,14 +206,17 @@ Add section for brownfield-specific risks:
202
206
  ## Risk Assessment
203
207
 
204
208
  ### Implementation Risks
209
+
205
210
  - **Primary Risk**: {{main risk to existing system}}
206
211
  - **Mitigation**: {{how to address}}
207
212
  - **Verification**: {{how to confirm safety}}
208
213
 
209
214
  ### Rollback Plan
215
+
210
216
  - {{Simple steps to undo changes if needed}}
211
217
 
212
218
  ### Safety Checks
219
+
213
220
  - [ ] Existing {{feature}} tested before changes
214
221
  - [ ] Changes can be feature-flagged or isolated
215
222
  - [ ] Rollback procedure documented
@@ -252,6 +259,7 @@ Include header noting documentation context:
252
259
  <!-- Context: Brownfield enhancement to {{existing system}} -->
253
260
 
254
261
  ## Status: Draft
262
+
255
263
  [Rest of story content...]
256
264
  ```
257
265
 
@@ -272,7 +280,7 @@ Key Integration Points Identified:
272
280
  Risks Noted:
273
281
  - {{primary risk}}
274
282
 
275
- {{If missing info}}:
283
+ {{If missing info}}:
276
284
  Note: Some technical details were unclear. The story includes exploration tasks to gather needed information during implementation.
277
285
 
278
286
  Next Steps:
@@ -21,63 +21,54 @@ CRITICAL: First, help the user select the most appropriate research focus based
21
21
  Present these numbered options to the user:
22
22
 
23
23
  1. **Product Validation Research**
24
-
25
24
  - Validate product hypotheses and market fit
26
25
  - Test assumptions about user needs and solutions
27
26
  - Assess technical and business feasibility
28
27
  - Identify risks and mitigation strategies
29
28
 
30
29
  2. **Market Opportunity Research**
31
-
32
30
  - Analyze market size and growth potential
33
31
  - Identify market segments and dynamics
34
32
  - Assess market entry strategies
35
33
  - Evaluate timing and market readiness
36
34
 
37
35
  3. **User & Customer Research**
38
-
39
36
  - Deep dive into user personas and behaviors
40
37
  - Understand jobs-to-be-done and pain points
41
38
  - Map customer journeys and touchpoints
42
39
  - Analyze willingness to pay and value perception
43
40
 
44
41
  4. **Competitive Intelligence Research**
45
-
46
42
  - Detailed competitor analysis and positioning
47
43
  - Feature and capability comparisons
48
44
  - Business model and strategy analysis
49
45
  - Identify competitive advantages and gaps
50
46
 
51
47
  5. **Technology & Innovation Research**
52
-
53
48
  - Assess technology trends and possibilities
54
49
  - Evaluate technical approaches and architectures
55
50
  - Identify emerging technologies and disruptions
56
51
  - Analyze build vs. buy vs. partner options
57
52
 
58
53
  6. **Industry & Ecosystem Research**
59
-
60
54
  - Map industry value chains and dynamics
61
55
  - Identify key players and relationships
62
56
  - Analyze regulatory and compliance factors
63
57
  - Understand partnership opportunities
64
58
 
65
59
  7. **Strategic Options Research**
66
-
67
60
  - Evaluate different strategic directions
68
61
  - Assess business model alternatives
69
62
  - Analyze go-to-market strategies
70
63
  - Consider expansion and scaling paths
71
64
 
72
65
  8. **Risk & Feasibility Research**
73
-
74
66
  - Identify and assess various risk factors
75
67
  - Evaluate implementation challenges
76
68
  - Analyze resource requirements
77
69
  - Consider regulatory and legal implications
78
70
 
79
71
  9. **Custom Research Focus**
80
-
81
72
  - User-defined research objectives
82
73
  - Specialized domain investigation
83
74
  - Cross-functional research needs
@@ -246,13 +237,11 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
246
237
  ### 5. Review and Refinement
247
238
 
248
239
  1. **Present Complete Prompt**
249
-
250
240
  - Show the full research prompt
251
241
  - Explain key elements and rationale
252
242
  - Highlight any assumptions made
253
243
 
254
244
  2. **Gather Feedback**
255
-
256
245
  - Are the objectives clear and correct?
257
246
  - Do the questions address all concerns?
258
247
  - Is the scope appropriate?
@@ -111,9 +111,9 @@ This document captures the CURRENT STATE of the [Project Name] codebase, includi
111
111
 
112
112
  ### Change Log
113
113
 
114
- | Date | Version | Description | Author |
115
- |------|---------|-------------|--------|
116
- | [Date] | 1.0 | Initial brownfield analysis | [Analyst] |
114
+ | Date | Version | Description | Author |
115
+ | ------ | ------- | --------------------------- | --------- |
116
+ | [Date] | 1.0 | Initial brownfield analysis | [Analyst] |
117
117
 
118
118
  ## Quick Reference - Key Files and Entry Points
119
119
 
@@ -136,11 +136,11 @@ This document captures the CURRENT STATE of the [Project Name] codebase, includi
136
136
 
137
137
  ### Actual Tech Stack (from package.json/requirements.txt)
138
138
 
139
- | Category | Technology | Version | Notes |
140
- |----------|------------|---------|--------|
141
- | Runtime | Node.js | 16.x | [Any constraints] |
142
- | Framework | Express | 4.18.2 | [Custom middleware?] |
143
- | Database | PostgreSQL | 13 | [Connection pooling setup] |
139
+ | Category | Technology | Version | Notes |
140
+ | --------- | ---------- | ------- | -------------------------- |
141
+ | Runtime | Node.js | 16.x | [Any constraints] |
142
+ | Framework | Express | 4.18.2 | [Custom middleware?] |
143
+ | Database | PostgreSQL | 13 | [Connection pooling setup] |
144
144
 
145
145
  etc...
146
146
 
@@ -179,6 +179,7 @@ project-root/
179
179
  ### Data Models
180
180
 
181
181
  Instead of duplicating, reference actual model files:
182
+
182
183
  - **User Model**: See `src/models/User.js`
183
184
  - **Order Model**: See `src/models/Order.js`
184
185
  - **Related Types**: TypeScript definitions in `src/types/`
@@ -208,10 +209,10 @@ Instead of duplicating, reference actual model files:
208
209
 
209
210
  ### External Services
210
211
 
211
- | Service | Purpose | Integration Type | Key Files |
212
- |---------|---------|------------------|-----------|
213
- | Stripe | Payments | REST API | `src/integrations/stripe/` |
214
- | SendGrid | Emails | SDK | `src/services/emailService.js` |
212
+ | Service | Purpose | Integration Type | Key Files |
213
+ | -------- | -------- | ---------------- | ------------------------------ |
214
+ | Stripe | Payments | REST API | `src/integrations/stripe/` |
215
+ | SendGrid | Emails | SDK | `src/services/emailService.js` |
215
216
 
216
217
  etc...
217
218
 
@@ -256,6 +257,7 @@ npm run test:integration # Runs integration tests (requires local DB)
256
257
  ### Files That Will Need Modification
257
258
 
258
259
  Based on the enhancement requirements, these files will be affected:
260
+
259
261
  - `src/services/userService.js` - Add new user fields
260
262
  - `src/models/User.js` - Update schema
261
263
  - `src/routes/userRoutes.js` - New endpoints
@@ -338,4 +340,4 @@ Apply the advanced elicitation task after major sections to refine based on user
338
340
  - References actual files rather than duplicating content when possible
339
341
  - Documents technical debt, workarounds, and constraints honestly
340
342
  - For brownfield projects with PRD: Provides clear enhancement impact analysis
341
- - The goal is PRACTICAL documentation for AI agents doing real work
343
+ - The goal is PRACTICAL documentation for AI agents doing real work
@@ -43,7 +43,7 @@ If user selects Option 1, present numbered list of techniques from the brainstor
43
43
  1. Apply selected technique according to data file description
44
44
  2. Keep engaging with technique until user indicates they want to:
45
45
  - Choose a different technique
46
- - Apply current ideas to a new technique
46
+ - Apply current ideas to a new technique
47
47
  - Move to convergent phase
48
48
  - End session
49
49
 
@@ -11,14 +11,12 @@ You are now operating as a Documentation Indexer. Your goal is to ensure all doc
11
11
  ### Required Steps
12
12
 
13
13
  1. First, locate and scan:
14
-
15
14
  - The `docs/` directory and all subdirectories
16
15
  - The existing `docs/index.md` file (create if absent)
17
16
  - All markdown (`.md`) and text (`.txt`) files in the documentation structure
18
17
  - Note the folder structure for hierarchical organization
19
18
 
20
19
  2. For the existing `docs/index.md`:
21
-
22
20
  - Parse current entries
23
21
  - Note existing file references and descriptions
24
22
  - Identify any broken links or missing files
@@ -26,7 +24,6 @@ You are now operating as a Documentation Indexer. Your goal is to ensure all doc
26
24
  - Preserve existing folder sections
27
25
 
28
26
  3. For each documentation file found:
29
-
30
27
  - Extract the title (from first heading or filename)
31
28
  - Generate a brief description by analyzing the content
32
29
  - Create a relative markdown link to the file
@@ -35,7 +32,6 @@ You are now operating as a Documentation Indexer. Your goal is to ensure all doc
35
32
  - If missing or outdated, prepare an update
36
33
 
37
34
  4. For any missing or non-existent files found in index:
38
-
39
35
  - Present a list of all entries that reference non-existent files
40
36
  - For each entry:
41
37
  - Show the full entry details (title, path, description)
@@ -88,7 +84,6 @@ Documents within the `another-folder/` directory:
88
84
  ### [Nested Document](./another-folder/document.md)
89
85
 
90
86
  Description of nested document.
91
-
92
87
  ```
93
88
 
94
89
  ### Index Entry Format
@@ -157,7 +152,6 @@ For each file referenced in the index but not found in the filesystem:
157
152
  ### Special Cases
158
153
 
159
154
  1. **Sharded Documents**: If a folder contains an `index.md` file, treat it as a sharded document:
160
-
161
155
  - Use the folder's `index.md` title as the section title
162
156
  - List the folder's documents as subsections
163
157
  - Note in the description that this is a multi-part document
@@ -6,7 +6,7 @@ Provide a user-friendly interface to the BMad knowledge base without overwhelmin
6
6
 
7
7
  ## Instructions
8
8
 
9
- When entering KB mode (*kb-mode), follow these steps:
9
+ When entering KB mode (\*kb-mode), follow these steps:
10
10
 
11
11
  ### 1. Welcome and Guide
12
12
 
@@ -48,12 +48,12 @@ Or ask me about anything else related to BMad-Method!
48
48
  When user is done or wants to exit KB mode:
49
49
 
50
50
  - Summarize key points discussed if helpful
51
- - Remind them they can return to KB mode anytime with *kb-mode
51
+ - Remind them they can return to KB mode anytime with \*kb-mode
52
52
  - Suggest next steps based on what was discussed
53
53
 
54
54
  ## Example Interaction
55
55
 
56
- **User**: *kb-mode
56
+ **User**: \*kb-mode
57
57
 
58
58
  **Assistant**: I've entered KB mode and have access to the full BMad knowledge base. I can help you with detailed information about any aspect of BMad-Method.
59
59
 
@@ -81,25 +81,31 @@ After review and any refactoring, append your results to the story file in the Q
81
81
  ## QA Results
82
82
 
83
83
  ### Review Date: [Date]
84
+
84
85
  ### Reviewed By: Quinn (Senior Developer QA)
85
86
 
86
87
  ### Code Quality Assessment
88
+
87
89
  [Overall assessment of implementation quality]
88
90
 
89
91
  ### Refactoring Performed
92
+
90
93
  [List any refactoring you performed with explanations]
94
+
91
95
  - **File**: [filename]
92
96
  - **Change**: [what was changed]
93
97
  - **Why**: [reason for change]
94
98
  - **How**: [how it improves the code]
95
99
 
96
100
  ### Compliance Check
101
+
97
102
  - Coding Standards: [✓/✗] [notes if any]
98
103
  - Project Structure: [✓/✗] [notes if any]
99
104
  - Testing Strategy: [✓/✗] [notes if any]
100
105
  - All ACs Met: [✓/✗] [notes if any]
101
106
 
102
107
  ### Improvements Checklist
108
+
103
109
  [Check off items you handled yourself, leave unchecked for dev to address]
104
110
 
105
111
  - [x] Refactored user service for better error handling (services/user.service.ts)
@@ -109,12 +115,15 @@ After review and any refactoring, append your results to the story file in the Q
109
115
  - [ ] Update API documentation for new error codes
110
116
 
111
117
  ### Security Review
118
+
112
119
  [Any security concerns found and whether addressed]
113
120
 
114
121
  ### Performance Considerations
122
+
115
123
  [Any performance issues found and whether addressed]
116
124
 
117
125
  ### Final Status
126
+
118
127
  [✓ Approved - Ready for Done] / [✗ Changes Required - See unchecked items above]
119
128
  ```
120
129
 
@@ -142,4 +151,4 @@ After review:
142
151
 
143
152
  1. If all items are checked and approved: Update story status to "Done"
144
153
  2. If unchecked items remain: Keep status as "Review" for dev to address
145
- 3. Always provide constructive feedback and explanations for learning
154
+ 3. Always provide constructive feedback and explanations for learning
@@ -91,13 +91,11 @@ CRITICAL: Use proper parsing that understands markdown context. A ## inside a co
91
91
  For each extracted section:
92
92
 
93
93
  1. **Generate filename**: Convert the section heading to lowercase-dash-case
94
-
95
94
  - Remove special characters
96
95
  - Replace spaces with dashes
97
96
  - Example: "## Tech Stack" → `tech-stack.md`
98
97
 
99
98
  2. **Adjust heading levels**:
100
-
101
99
  - The level 2 heading becomes level 1 (# instead of ##) in the sharded new document
102
100
  - All subsection levels decrease by 1:
103
101
 
@@ -9,7 +9,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
9
9
  ## Instructions
10
10
 
11
11
  1. **Initial Assessment**
12
-
13
12
  - If user or the task being run provides a checklist name:
14
13
  - Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
15
14
  - If multiple matches found, ask user to clarify
@@ -22,14 +21,12 @@ If the user asks or does not specify a specific checklist, list the checklists a
22
21
  - All at once (YOLO mode - recommended for checklists, there will be a summary of sections at the end to discuss)
23
22
 
24
23
  2. **Document and Artifact Gathering**
25
-
26
24
  - Each checklist will specify its required documents/artifacts at the beginning
27
25
  - 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.
28
26
 
29
27
  3. **Checklist Processing**
30
28
 
31
29
  If in interactive mode:
32
-
33
30
  - Work through each section of the checklist one at a time
34
31
  - For each section:
35
32
  - Review all items in the section following instructions for that section embedded in the checklist
@@ -38,7 +35,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
38
35
  - Get user confirmation before proceeding to next section or if any thing major do we need to halt and take corrective action
39
36
 
40
37
  If in YOLO mode:
41
-
42
38
  - Process all sections at once
43
39
  - Create a comprehensive report of all findings
44
40
  - Present the complete analysis to the user
@@ -46,7 +42,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
46
42
  4. **Validation Approach**
47
43
 
48
44
  For each checklist item:
49
-
50
45
  - Read and understand the requirement
51
46
  - Look for evidence in the documentation that satisfies the requirement
52
47
  - Consider both explicit mentions and implicit coverage
@@ -60,7 +55,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
60
55
  5. **Section Analysis**
61
56
 
62
57
  For each section:
63
-
64
58
  - think step by step to calculate pass rate
65
59
  - Identify common themes in failed items
66
60
  - Provide specific recommendations for improvement
@@ -70,7 +64,6 @@ If the user asks or does not specify a specific checklist, list the checklists a
70
64
  6. **Final Report**
71
65
 
72
66
  Prepare a summary that includes:
73
-
74
67
  - Overall checklist completion status
75
68
  - Pass rates by section
76
69
  - List of failed items with context
@@ -27,7 +27,7 @@ If you have just completed an MVP with BMad, and you want to continue with post-
27
27
  ## The Complete Brownfield Workflow
28
28
 
29
29
  1. **Follow the [<ins>User Guide - Installation</ins>](user-guide.md#installation) steps to setup your agent in the web.**
30
- 2. **Generate a 'flattened' single file of your entire codebase** run: ```npx bmad-method flatten```
30
+ 2. **Generate a 'flattened' single file of your entire codebase** run: `npx bmad-method flatten`
31
31
 
32
32
  ### Choose Your Approach
33
33
 
@@ -8,21 +8,21 @@ This expansion pack provides a complete, deployable starter kit for building and
8
8
 
9
9
  ## Features
10
10
 
11
- * **Automated GCP Setup**: `gcloud` scripts to configure your project, service accounts, and required APIs in minutes.
12
- * **Production-Ready Deployment**: Includes a `Dockerfile` and `cloudbuild.yaml` for easy, repeatable deployments to Google Cloud Run.
13
- * **Rich Template Library**: A comprehensive set of BMad-compatible templates for Teams, Agents, Tasks, Workflows, Documents, and Checklists.
14
- * **Pre-configured Agent Roles**: Includes powerful master templates for key agent archetypes like Orchestrators and Specialists.
15
- * **Highly Customizable**: Easily adapt the entire system with company-specific variables and industry-specific configurations.
16
- * **Powered by Google ADK**: Built on the official Google Agent Development Kit for robust and native integration with Vertex AI services.
11
+ - **Automated GCP Setup**: `gcloud` scripts to configure your project, service accounts, and required APIs in minutes.
12
+ - **Production-Ready Deployment**: Includes a `Dockerfile` and `cloudbuild.yaml` for easy, repeatable deployments to Google Cloud Run.
13
+ - **Rich Template Library**: A comprehensive set of BMad-compatible templates for Teams, Agents, Tasks, Workflows, Documents, and Checklists.
14
+ - **Pre-configured Agent Roles**: Includes powerful master templates for key agent archetypes like Orchestrators and Specialists.
15
+ - **Highly Customizable**: Easily adapt the entire system with company-specific variables and industry-specific configurations.
16
+ - **Powered by Google ADK**: Built on the official Google Agent Development Kit for robust and native integration with Vertex AI services.
17
17
 
18
18
  ## Prerequisites
19
19
 
20
20
  Before you begin, ensure you have the following installed and configured:
21
21
 
22
- * A Google Cloud Platform (GCP) Account with an active billing account.
23
- * The [Google Cloud SDK (`gcloud` CLI)](https://www.google.com/search?q=%5Bhttps://cloud.google.com/sdk/docs/install%5D\(https://cloud.google.com/sdk/docs/install\)) installed and authenticated.
24
- * [Docker](https://www.docker.com/products/docker-desktop/) installed on your local machine.
25
- * Python 3.11+
22
+ - A Google Cloud Platform (GCP) Account with an active billing account.
23
+ - The [Google Cloud SDK (`gcloud` CLI)](<https://www.google.com/search?q=%5Bhttps://cloud.google.com/sdk/docs/install%5D(https://cloud.google.com/sdk/docs/install)>) installed and authenticated.
24
+ - [Docker](https://www.docker.com/products/docker-desktop/) installed on your local machine.
25
+ - Python 3.11+
26
26
 
27
27
  ## Quick Start Guide
28
28
 
@@ -32,9 +32,9 @@ Follow these steps to get your own AI agent system running on Google Cloud.
32
32
 
33
33
  The setup scripts use placeholder variables. Before running them, open the files in the `/scripts` directory and replace the following placeholders with your own values:
34
34
 
35
- * `{{PROJECT_ID}}`: Your unique Google Cloud project ID.
36
- * `{{COMPANY_NAME}}`: Your company or project name (used for naming resources).
37
- * `{{LOCATION}}`: The GCP region you want to deploy to (e.g., `us-central1`).
35
+ - `{{PROJECT_ID}}`: Your unique Google Cloud project ID.
36
+ - `{{COMPANY_NAME}}`: Your company or project name (used for naming resources).
37
+ - `{{LOCATION}}`: The GCP region you want to deploy to (e.g., `us-central1`).
38
38
 
39
39
  ### 2\. Run the GCP Setup Scripts
40
40
 
@@ -106,4 +106,4 @@ This expansion pack has a comprehensive structure to get you started:
106
106
 
107
107
  ## Contributing
108
108
 
109
- Contributions are welcome\! Please follow the main project's `CONTRIBUTING.md` guidelines. For major changes or new features for this expansion pack, please open an issue or discussion first.
109
+ Contributions are welcome\! Please follow the main project's `CONTRIBUTING.md` guidelines. For major changes or new features for this expansion pack, please open an issue or discussion first.
@@ -39,13 +39,11 @@ You are developing games as a "Player Experience CEO" - thinking like a game dir
39
39
  ### Phase 1: Game Concept and Design
40
40
 
41
41
  1. **Game Designer**: Start with brainstorming and concept development
42
-
43
42
  - Use \*brainstorm to explore game concepts and mechanics
44
43
  - Create Game Brief using game-brief-tmpl
45
44
  - Develop core game pillars and player experience goals
46
45
 
47
46
  2. **Game Designer**: Create comprehensive Game Design Document
48
-
49
47
  - Use game-design-doc-tmpl to create detailed GDD
50
48
  - Define all game mechanics, progression, and balance
51
49
  - Specify technical requirements and platform targets
@@ -65,13 +63,11 @@ You are developing games as a "Player Experience CEO" - thinking like a game dir
65
63
  ### Phase 3: Story-Driven Development
66
64
 
67
65
  5. **Game Scrum Master**: Break down design into development stories
68
-
69
66
  - Use create-game-story task to create detailed implementation stories
70
67
  - Each story should be immediately actionable by game developers
71
68
  - Apply game-story-dod-checklist to ensure story quality
72
69
 
73
70
  6. **Game Developer**: Implement game features story by story
74
-
75
71
  - Follow TypeScript strict mode and Phaser 3 best practices
76
72
  - Maintain 60 FPS performance target throughout development
77
73
  - Use test-driven development for game logic components
@@ -380,7 +380,9 @@ class InputManager {
380
380
  }
381
381
 
382
382
  private setupKeyboard(): void {
383
- this.keys = this.scene.input.keyboard.addKeys("W,A,S,D,SPACE,ESC,UP,DOWN,LEFT,RIGHT");
383
+ this.keys = this.scene.input.keyboard.addKeys(
384
+ "W,A,S,D,SPACE,ESC,UP,DOWN,LEFT,RIGHT",
385
+ );
384
386
  }
385
387
 
386
388
  private setupTouch(): void {
@@ -585,25 +587,21 @@ src/
585
587
  ### Story Implementation Process
586
588
 
587
589
  1. **Read Story Requirements:**
588
-
589
590
  - Understand acceptance criteria
590
591
  - Identify technical requirements
591
592
  - Review performance constraints
592
593
 
593
594
  2. **Plan Implementation:**
594
-
595
595
  - Identify files to create/modify
596
596
  - Consider component architecture
597
597
  - Plan testing approach
598
598
 
599
599
  3. **Implement Feature:**
600
-
601
600
  - Follow TypeScript strict mode
602
601
  - Use established patterns
603
602
  - Maintain 60 FPS performance
604
603
 
605
604
  4. **Test Implementation:**
606
-
607
605
  - Write unit tests for game logic
608
606
  - Test cross-platform functionality
609
607
  - Validate performance targets
@@ -18,7 +18,6 @@
18
18
  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.")
19
19
 
20
20
  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:
21
-
22
21
  - The entire section as a whole
23
22
  - Individual game elements within the section (specify which element when selecting an action)
24
23