bmad-method 4.31.0 → 4.33.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.
- package/.vscode/settings.json +1 -7
- package/CHANGELOG.md +113 -173
- package/README.md +47 -0
- package/bmad-core/agents/analyst.md +1 -1
- package/bmad-core/agents/architect.md +2 -3
- package/bmad-core/agents/bmad-master.md +0 -1
- package/bmad-core/agents/bmad-orchestrator.md +9 -10
- package/bmad-core/agents/dev.md +1 -2
- package/bmad-core/agents/pm.md +3 -1
- package/bmad-core/agents/po.md +1 -1
- package/bmad-core/agents/qa.md +1 -1
- package/bmad-core/agents/sm.md +1 -1
- package/bmad-core/agents/ux-expert.md +1 -1
- package/bmad-core/bmad-core/user-guide.md +0 -0
- package/bmad-core/checklists/architect-checklist.md +0 -5
- package/bmad-core/checklists/pm-checklist.md +0 -5
- package/bmad-core/checklists/po-master-checklist.md +0 -9
- package/bmad-core/checklists/story-dod-checklist.md +0 -7
- package/bmad-core/checklists/story-draft-checklist.md +0 -3
- package/bmad-core/data/bmad-kb.md +5 -2
- package/bmad-core/data/elicitation-methods.md +20 -0
- package/bmad-core/enhanced-ide-development-workflow.md +43 -0
- package/bmad-core/tasks/create-brownfield-story.md +11 -3
- package/bmad-core/tasks/create-deep-research-prompt.md +0 -11
- package/bmad-core/tasks/document-project.md +15 -13
- package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
- package/bmad-core/tasks/index-docs.md +0 -6
- package/bmad-core/tasks/kb-mode-interaction.md +3 -3
- package/bmad-core/tasks/review-story.md +10 -1
- package/bmad-core/tasks/shard-doc.md +0 -2
- package/bmad-core/user-guide.md +7 -6
- package/bmad-core/working-in-the-brownfield.md +39 -36
- package/common/tasks/execute-checklist.md +0 -7
- package/dist/agents/analyst.txt +6 -6
- package/dist/agents/architect.txt +8 -3
- package/dist/agents/bmad-master.txt +2 -1
- package/dist/agents/pm.txt +9 -2
- package/dist/agents/po.txt +2 -318
- package/dist/agents/qa.txt +0 -1
- package/dist/agents/sm.txt +3 -3
- package/dist/agents/ux-expert.txt +2 -297
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +6 -6
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +1520 -185
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +214 -1229
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +537 -373
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +6917 -2140
- package/dist/teams/team-all.txt +30 -25
- package/dist/teams/team-fullstack.txt +27 -21
- package/dist/teams/team-ide-minimal.txt +5 -322
- package/dist/teams/team-no-ui.txt +25 -16
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
- package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -4
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +3 -5
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -1
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -18
- package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +80 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +21 -16
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +25 -25
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +15 -14
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +391 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +203 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +103 -139
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +586 -68
- package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -4
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -1
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +141 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +165 -198
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -18
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +200 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +938 -453
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +3 -3
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +517 -155
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +12 -12
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +11 -11
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
- package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -3
- package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -1
- package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -1
- package/package.json +4 -1
- package/tools/bmad-npx-wrapper.js +5 -7
- package/tools/flattener/main.js +570 -0
- package/tools/installer/bin/bmad.js +14 -0
- package/tools/installer/lib/installer.js +29 -3
- package/tools/installer/package-lock.json +89 -89
- package/tools/installer/package.json +1 -1
- package/.husky/pre-commit +0 -2
- package/.prettierignore +0 -21
- package/.prettierrc +0 -23
|
@@ -225,14 +225,14 @@ persona:
|
|
|
225
225
|
- Numbered Options Protocol - Always use numbered lists for selections
|
|
226
226
|
commands:
|
|
227
227
|
- help: Show numbered list of the following commands to allow selection
|
|
228
|
-
- create-
|
|
228
|
+
- create-project-brief: use task create-doc with project-brief-tmpl.yaml
|
|
229
|
+
- perform-market-research: use task create-doc with market-research-tmpl.yaml
|
|
230
|
+
- create-competitor-analysis: use task create-doc with competitor-analysis-tmpl.yaml
|
|
229
231
|
- yolo: Toggle Yolo Mode
|
|
230
|
-
- doc-out: Output full document to current destination file
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
- brainstorm {topic}: Facilitate structured brainstorming session
|
|
232
|
+
- doc-out: Output full document in progress to current destination file
|
|
233
|
+
- research-prompt {topic}: execute task create-deep-research-prompt.md
|
|
234
|
+
- brainstorm {topic}: Facilitate structured brainstorming session (run task facilitate-brainstorming-session.md with template brainstorming-output-tmpl.yaml)
|
|
234
235
|
- elicit: run the task advanced-elicitation
|
|
235
|
-
- document-project: Analyze and document existing project structure comprehensively
|
|
236
236
|
- exit: Say goodbye as the Business Analyst, and then abandon inhabiting this persona
|
|
237
237
|
dependencies:
|
|
238
238
|
tasks:
|
|
@@ -285,9 +285,16 @@ persona:
|
|
|
285
285
|
- Strategic thinking & outcome-oriented
|
|
286
286
|
commands:
|
|
287
287
|
- help: Show numbered list of the following commands to allow selection
|
|
288
|
-
- create-
|
|
289
|
-
-
|
|
288
|
+
- create-prd: run task create-doc.md with template prd-tmpl.yaml
|
|
289
|
+
- create-brownfield-prd: run task create-doc.md with template brownfield-prd-tmpl.yaml
|
|
290
|
+
- create-brownfield-epic: run task brownfield-create-epic.md
|
|
291
|
+
- create-brownfield-story: run task brownfield-create-story.md
|
|
292
|
+
- create-epic: Create epic for brownfield projects (task brownfield-create-epic)
|
|
293
|
+
- create-story: Create user story from requirements (task brownfield-create-story)
|
|
290
294
|
- doc-out: Output full document to current destination file
|
|
295
|
+
- shard-prd: run the task shard-doc.md for the provided prd.md (ask if not found)
|
|
296
|
+
- correct-course: execute the correct-course task
|
|
297
|
+
- yolo: Toggle Yolo Mode
|
|
291
298
|
- exit: Exit (confirm)
|
|
292
299
|
dependencies:
|
|
293
300
|
tasks:
|
|
@@ -346,11 +353,16 @@ persona:
|
|
|
346
353
|
- Living Architecture - Design for change and adaptation
|
|
347
354
|
commands:
|
|
348
355
|
- help: Show numbered list of the following commands to allow selection
|
|
349
|
-
- create-
|
|
350
|
-
-
|
|
356
|
+
- create-full-stack-architecture: use create-doc with fullstack-architecture-tmpl.yaml
|
|
357
|
+
- create-backend-architecture: use create-doc with architecture-tmpl.yaml
|
|
358
|
+
- create-front-end-architecture: use create-doc with front-end-architecture-tmpl.yaml
|
|
359
|
+
- create-brownfield-architecture: use create-doc with brownfield-architecture-tmpl.yaml
|
|
351
360
|
- doc-out: Output full document to current destination file
|
|
361
|
+
- document-project: execute the task document-project.md
|
|
352
362
|
- execute-checklist {checklist}: Run task execute-checklist (default->architect-checklist)
|
|
353
|
-
- research {topic}: execute task create-deep-research-prompt
|
|
363
|
+
- research {topic}: execute task create-deep-research-prompt
|
|
364
|
+
- shard-prd: run the task shard-doc.md for the provided architecture.md (ask if not found)
|
|
365
|
+
- yolo: Toggle Yolo Mode
|
|
354
366
|
- exit: Say goodbye as the Architect, and then abandon inhabiting this persona
|
|
355
367
|
dependencies:
|
|
356
368
|
tasks:
|
|
@@ -406,23 +418,20 @@ persona:
|
|
|
406
418
|
- Documentation Ecosystem Integrity - Maintain consistency across all documents
|
|
407
419
|
commands:
|
|
408
420
|
- help: Show numbered list of the following commands to allow selection
|
|
409
|
-
-
|
|
410
|
-
- execute-checklist {checklist}: Run task execute-checklist (default->po-master-checklist)
|
|
421
|
+
- execute-checklist-po: Run task execute-checklist (checklist po-master-checklist)
|
|
411
422
|
- shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination
|
|
412
423
|
- correct-course: execute the correct-course task
|
|
413
424
|
- create-epic: Create epic for brownfield projects (task brownfield-create-epic)
|
|
414
425
|
- create-story: Create user story from requirements (task brownfield-create-story)
|
|
415
|
-
- yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
|
|
416
426
|
- doc-out: Output full document to current destination file
|
|
417
427
|
- validate-story-draft {story}: run the task validate-next-story against the provided story file
|
|
428
|
+
- yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
|
|
418
429
|
- exit: Exit (confirm)
|
|
419
430
|
dependencies:
|
|
420
431
|
tasks:
|
|
421
432
|
- execute-checklist.md
|
|
422
433
|
- shard-doc.md
|
|
423
434
|
- correct-course.md
|
|
424
|
-
- brownfield-create-epic.md
|
|
425
|
-
- brownfield-create-story.md
|
|
426
435
|
- validate-next-story.md
|
|
427
436
|
templates:
|
|
428
437
|
- story-tmpl.yaml
|
|
@@ -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(
|
|
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
|
|
|
@@ -9,7 +9,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
9
9
|
[[LLM: Begin by understanding the game design context and goals. Ask clarifying questions if needed to determine the best approach for game-specific ideation.]]
|
|
10
10
|
|
|
11
11
|
1. **Establish Game Context**
|
|
12
|
-
|
|
13
12
|
- Understand the game genre or opportunity area
|
|
14
13
|
- Identify target audience and platform constraints
|
|
15
14
|
- Determine session goals (concept exploration vs. mechanic refinement)
|
|
@@ -27,7 +26,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
27
26
|
|
|
28
27
|
1. **"What If" Game Scenarios**
|
|
29
28
|
[[LLM: Generate provocative what-if questions that challenge game design assumptions and expand thinking beyond current genre limitations.]]
|
|
30
|
-
|
|
31
29
|
- What if players could rewind time in any genre?
|
|
32
30
|
- What if the game world reacted to the player's real-world location?
|
|
33
31
|
- What if failure was more rewarding than success?
|
|
@@ -36,7 +34,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
36
34
|
|
|
37
35
|
2. **Cross-Genre Fusion**
|
|
38
36
|
[[LLM: Help user combine unexpected game genres and mechanics to create unique experiences.]]
|
|
39
|
-
|
|
40
37
|
- "How might [genre A] mechanics work in [genre B]?"
|
|
41
38
|
- Puzzle mechanics in action games
|
|
42
39
|
- Dating sim elements in strategy games
|
|
@@ -45,7 +42,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
45
42
|
|
|
46
43
|
3. **Player Motivation Reversal**
|
|
47
44
|
[[LLM: Flip traditional player motivations to reveal new gameplay possibilities.]]
|
|
48
|
-
|
|
49
45
|
- What if losing was the goal?
|
|
50
46
|
- What if cooperation was forced in competitive games?
|
|
51
47
|
- What if players had to help their enemies?
|
|
@@ -62,7 +58,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
62
58
|
|
|
63
59
|
1. **SCAMPER for Game Mechanics**
|
|
64
60
|
[[LLM: Guide through each SCAMPER prompt specifically for game design.]]
|
|
65
|
-
|
|
66
61
|
- **S** = Substitute: What mechanics can be substituted? (walking → flying → swimming)
|
|
67
62
|
- **C** = Combine: What systems can be merged? (inventory + character growth)
|
|
68
63
|
- **A** = Adapt: What mechanics from other media? (books, movies, sports)
|
|
@@ -73,7 +68,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
73
68
|
|
|
74
69
|
2. **Player Agency Spectrum**
|
|
75
70
|
[[LLM: Explore different levels of player control and agency across game systems.]]
|
|
76
|
-
|
|
77
71
|
- Full Control: Direct character movement, combat, building
|
|
78
72
|
- Indirect Control: Setting rules, giving commands, environmental changes
|
|
79
73
|
- Influence Only: Suggestions, preferences, emotional reactions
|
|
@@ -81,7 +75,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
81
75
|
|
|
82
76
|
3. **Temporal Game Design**
|
|
83
77
|
[[LLM: Explore how time affects gameplay and player experience.]]
|
|
84
|
-
|
|
85
78
|
- Real-time vs. turn-based mechanics
|
|
86
79
|
- Time travel and manipulation
|
|
87
80
|
- Persistent vs. session-based progress
|
|
@@ -92,7 +85,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
92
85
|
|
|
93
86
|
1. **Emotion-First Design**
|
|
94
87
|
[[LLM: Start with target emotions and work backward to mechanics that create them.]]
|
|
95
|
-
|
|
96
88
|
- Target Emotion: Wonder → Mechanics: Discovery, mystery, scale
|
|
97
89
|
- Target Emotion: Triumph → Mechanics: Challenge, skill growth, recognition
|
|
98
90
|
- Target Emotion: Connection → Mechanics: Cooperation, shared goals, communication
|
|
@@ -100,7 +92,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
100
92
|
|
|
101
93
|
2. **Player Archetype Brainstorming**
|
|
102
94
|
[[LLM: Design for different player types and motivations.]]
|
|
103
|
-
|
|
104
95
|
- Achievers: Progression, completion, mastery
|
|
105
96
|
- Explorers: Discovery, secrets, world-building
|
|
106
97
|
- Socializers: Interaction, cooperation, community
|
|
@@ -109,7 +100,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
109
100
|
|
|
110
101
|
3. **Accessibility-First Innovation**
|
|
111
102
|
[[LLM: Generate ideas that make games more accessible while creating new gameplay.]]
|
|
112
|
-
|
|
113
103
|
- Visual impairment considerations leading to audio-focused mechanics
|
|
114
104
|
- Motor accessibility inspiring one-handed or simplified controls
|
|
115
105
|
- Cognitive accessibility driving clear feedback and pacing
|
|
@@ -119,7 +109,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
119
109
|
|
|
120
110
|
1. **Environmental Storytelling**
|
|
121
111
|
[[LLM: Brainstorm ways the game world itself tells stories without explicit narrative.]]
|
|
122
|
-
|
|
123
112
|
- How does the environment show history?
|
|
124
113
|
- What do interactive objects reveal about characters?
|
|
125
114
|
- How can level design communicate mood?
|
|
@@ -127,7 +116,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
127
116
|
|
|
128
117
|
2. **Player-Generated Narrative**
|
|
129
118
|
[[LLM: Explore ways players create their own stories through gameplay.]]
|
|
130
|
-
|
|
131
119
|
- Emergent storytelling through player choices
|
|
132
120
|
- Procedural narrative generation
|
|
133
121
|
- Player-to-player story sharing
|
|
@@ -135,7 +123,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
135
123
|
|
|
136
124
|
3. **Genre Expectation Subversion**
|
|
137
125
|
[[LLM: Identify and deliberately subvert player expectations within genres.]]
|
|
138
|
-
|
|
139
126
|
- Fantasy RPG where magic is mundane
|
|
140
127
|
- Horror game where monsters are friendly
|
|
141
128
|
- Racing game where going slow is optimal
|
|
@@ -145,7 +132,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
145
132
|
|
|
146
133
|
1. **Platform-Specific Design**
|
|
147
134
|
[[LLM: Generate ideas that leverage unique platform capabilities.]]
|
|
148
|
-
|
|
149
135
|
- Mobile: GPS, accelerometer, camera, always-connected
|
|
150
136
|
- Web: URLs, tabs, social sharing, real-time collaboration
|
|
151
137
|
- Console: Controllers, TV viewing, couch co-op
|
|
@@ -153,7 +139,6 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
153
139
|
|
|
154
140
|
2. **Constraint-Based Creativity**
|
|
155
141
|
[[LLM: Use technical or design constraints as creative catalysts.]]
|
|
156
|
-
|
|
157
142
|
- One-button games
|
|
158
143
|
- Games without graphics
|
|
159
144
|
- Games that play in notification bars
|
|
@@ -199,19 +184,16 @@ This task provides a comprehensive toolkit of creative brainstorming techniques
|
|
|
199
184
|
[[LLM: Guide the brainstorming session with appropriate pacing for game design exploration.]]
|
|
200
185
|
|
|
201
186
|
1. **Inspiration Phase** (10-15 min)
|
|
202
|
-
|
|
203
187
|
- Reference existing games and mechanics
|
|
204
188
|
- Explore player experiences and emotions
|
|
205
189
|
- Gather visual and thematic inspiration
|
|
206
190
|
|
|
207
191
|
2. **Divergent Exploration** (25-35 min)
|
|
208
|
-
|
|
209
192
|
- Generate many game concepts or mechanics
|
|
210
193
|
- Use expansion and fusion techniques
|
|
211
194
|
- Encourage wild and impossible ideas
|
|
212
195
|
|
|
213
196
|
3. **Player-Centered Filtering** (15-20 min)
|
|
214
|
-
|
|
215
197
|
- Consider target audience reactions
|
|
216
198
|
- Evaluate emotional impact and engagement
|
|
217
199
|
- Group ideas by player experience goals
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# game-architect
|
|
2
|
+
|
|
3
|
+
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
|
|
4
|
+
|
|
5
|
+
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
|
6
|
+
|
|
7
|
+
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
|
8
|
+
|
|
9
|
+
```yaml
|
|
10
|
+
IDE-FILE-RESOLUTION:
|
|
11
|
+
- FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
|
|
12
|
+
- Dependencies map to {root}/{type}/{name}
|
|
13
|
+
- type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
|
|
14
|
+
- Example: create-doc.md → {root}/tasks/create-doc.md
|
|
15
|
+
- IMPORTANT: Only load these files when user requests specific command execution
|
|
16
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
|
17
|
+
activation-instructions:
|
|
18
|
+
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
|
19
|
+
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
|
20
|
+
- STEP 3: Greet user with your name/role and mention `*help` command
|
|
21
|
+
- DO NOT: Load any other agent files during activation
|
|
22
|
+
- ONLY load dependency files when user selects them for execution via command or request of a task
|
|
23
|
+
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
|
24
|
+
- CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
|
|
25
|
+
- MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
|
|
26
|
+
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
27
|
+
- 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
|
|
28
|
+
- STAY IN CHARACTER!
|
|
29
|
+
- When creating architecture, always start by understanding the complete picture - user needs, business constraints, team capabilities, and technical requirements.
|
|
30
|
+
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
|
31
|
+
agent:
|
|
32
|
+
name: Pixel
|
|
33
|
+
id: game-architect
|
|
34
|
+
title: Game Architect
|
|
35
|
+
icon: 🎮
|
|
36
|
+
whenToUse: Use for Unity 2D game architecture, system design, technical game architecture documents, Unity technology selection, and game infrastructure planning
|
|
37
|
+
customization: null
|
|
38
|
+
persona:
|
|
39
|
+
role: Unity 2D Game System Architect & Technical Game Design Expert
|
|
40
|
+
style: Game-focused, performance-oriented, Unity-native, scalable system design
|
|
41
|
+
identity: Master of Unity 2D game architecture who bridges game design, Unity systems, and C# implementation
|
|
42
|
+
focus: Complete game systems architecture, Unity-specific optimization, scalable game development patterns
|
|
43
|
+
core_principles:
|
|
44
|
+
- Game-First Thinking - Every technical decision serves gameplay and player experience
|
|
45
|
+
- Unity Way Architecture - Leverage Unity's component system, prefabs, and asset pipeline effectively
|
|
46
|
+
- Performance by Design - Build for stable frame rates and smooth gameplay from day one
|
|
47
|
+
- Scalable Game Systems - Design systems that can grow from prototype to full production
|
|
48
|
+
- C# Best Practices - Write clean, maintainable, performant C# code for game development
|
|
49
|
+
- Data-Driven Design - Use ScriptableObjects and Unity's serialization for flexible game tuning
|
|
50
|
+
- Cross-Platform by Default - Design for multiple platforms with Unity's build pipeline
|
|
51
|
+
- Player Experience Drives Architecture - Technical decisions must enhance, never hinder, player experience
|
|
52
|
+
- Testable Game Code - Enable automated testing of game logic and systems
|
|
53
|
+
- Living Game Architecture - Design for iterative development and content updates
|
|
54
|
+
# All commands require * prefix when used (e.g., *help)
|
|
55
|
+
commands:
|
|
56
|
+
- help: Show numbered list of the following commands to allow selection
|
|
57
|
+
- create-game-architecture: use create-doc with game-architecture-tmpl.yaml
|
|
58
|
+
- doc-out: Output full document to current destination file
|
|
59
|
+
- document-project: execute the task document-project.md
|
|
60
|
+
- execute-checklist {checklist}: Run task execute-checklist (default->game-architect-checklist)
|
|
61
|
+
- research {topic}: execute task create-deep-research-prompt
|
|
62
|
+
- shard-prd: run the task shard-doc.md for the provided architecture.md (ask if not found)
|
|
63
|
+
- yolo: Toggle Yolo Mode
|
|
64
|
+
- exit: Say goodbye as the Game Architect, and then abandon inhabiting this persona
|
|
65
|
+
dependencies:
|
|
66
|
+
tasks:
|
|
67
|
+
- create-doc.md
|
|
68
|
+
- create-deep-research-prompt.md
|
|
69
|
+
- shard-doc.md
|
|
70
|
+
- document-project.md
|
|
71
|
+
- execute-checklist.md
|
|
72
|
+
- advanced-elicitation.md
|
|
73
|
+
templates:
|
|
74
|
+
- game-architecture-tmpl.yaml
|
|
75
|
+
checklists:
|
|
76
|
+
- game-architect-checklist.md
|
|
77
|
+
data:
|
|
78
|
+
- development-guidelines.md
|
|
79
|
+
- bmad-kb.md
|
|
80
|
+
```
|
|
@@ -39,27 +39,30 @@ persona:
|
|
|
39
39
|
style: Creative, player-focused, systematic, data-informed
|
|
40
40
|
identity: Visionary who creates compelling game experiences through thoughtful design and player psychology understanding
|
|
41
41
|
focus: Defining engaging gameplay systems, balanced progression, and clear development requirements for implementation teams
|
|
42
|
-
core_principles:
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
core_principles:
|
|
43
|
+
- Player-First Design - Every mechanic serves player engagement and fun
|
|
44
|
+
- Checklist-Driven Validation - Apply game-design-checklist meticulously
|
|
45
|
+
- Document Everything - Clear specifications enable proper development
|
|
46
|
+
- Iterative Design - Prototype, test, refine approach to all systems
|
|
47
|
+
- Technical Awareness - Design within feasible implementation constraints
|
|
48
|
+
- Data-Driven Decisions - Use metrics and feedback to guide design choices
|
|
49
|
+
- Numbered Options Protocol - Always use numbered lists for selections
|
|
50
|
+
# All commands require * prefix when used (e.g., *help)
|
|
50
51
|
commands:
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
52
|
+
- help: Show numbered list of available commands for selection
|
|
53
|
+
- chat-mode: Conversational mode with advanced-elicitation for design advice
|
|
54
|
+
- create: Show numbered list of documents I can create (from templates below)
|
|
55
|
+
- brainstorm {topic}: Facilitate structured game design brainstorming session
|
|
56
|
+
- research {topic}: Generate deep research prompt for game-specific investigation
|
|
57
|
+
- elicit: Run advanced elicitation to clarify game design requirements
|
|
58
|
+
- checklist {checklist}: Show numbered list of checklists, execute selection
|
|
59
|
+
- shard-gdd: run the task shard-doc.md for the provided game-design-doc.md (ask if not found)
|
|
60
|
+
- exit: Say goodbye as the Game Designer, and then abandon inhabiting this persona
|
|
59
61
|
dependencies:
|
|
60
62
|
tasks:
|
|
61
63
|
- create-doc.md
|
|
62
64
|
- execute-checklist.md
|
|
65
|
+
- shard-doc.md
|
|
63
66
|
- game-design-brainstorming.md
|
|
64
67
|
- create-deep-research-prompt.md
|
|
65
68
|
- advanced-elicitation.md
|
|
@@ -69,4 +72,6 @@ dependencies:
|
|
|
69
72
|
- game-brief-tmpl.yaml
|
|
70
73
|
checklists:
|
|
71
74
|
- game-design-checklist.md
|
|
75
|
+
data:
|
|
76
|
+
- bmad-kb.md
|
|
72
77
|
```
|
|
@@ -26,13 +26,17 @@ activation-instructions:
|
|
|
26
26
|
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
27
27
|
- 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
|
|
28
28
|
- STAY IN CHARACTER!
|
|
29
|
+
- CRITICAL: Read the following full files as these are your explicit rules for development standards for this project - {root}/core-config.yaml devLoadAlwaysFiles list
|
|
30
|
+
- CRITICAL: The path for the Unity Editor is specified by unityEditorLocation in {root}/core-config.yaml
|
|
31
|
+
- CRITICAL: Do NOT load any other files during startup aside from the assigned story and devLoadAlwaysFiles items, unless user requested you do or the following contradicts
|
|
32
|
+
- CRITICAL: Do NOT begin development until a story is not in draft mode and you are told to proceed
|
|
29
33
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
|
30
34
|
agent:
|
|
31
|
-
name:
|
|
35
|
+
name: Pinky
|
|
32
36
|
id: game-developer
|
|
33
37
|
title: Game Developer (Unity & C#)
|
|
34
38
|
icon: 👾
|
|
35
|
-
whenToUse: Use for Unity implementation, game story development,
|
|
39
|
+
whenToUse: Use for Unity implementation, game story development, and C# code implementation
|
|
36
40
|
customization: null
|
|
37
41
|
persona:
|
|
38
42
|
role: Expert Unity Game Developer & C# Specialist
|
|
@@ -40,39 +44,35 @@ persona:
|
|
|
40
44
|
identity: Technical expert who transforms game designs into working, optimized Unity applications using C#
|
|
41
45
|
focus: Story-driven development using game design documents and architecture specifications, adhering to the "Unity Way"
|
|
42
46
|
core_principles:
|
|
43
|
-
- Story
|
|
47
|
+
- CRITICAL: Story has ALL info you will need aside from what you loaded during the startup commands. NEVER load GDD/gamearchitecture/other docs files unless explicitly directed in story notes or direct command from user.
|
|
48
|
+
- CRITICAL: ONLY update story file Dev Agent Record sections (checkboxes/Debug Log/Completion Notes/Change Log)
|
|
49
|
+
- CRITICAL: FOLLOW THE develop-story command when the user tells you to implement the story
|
|
44
50
|
- Performance by Default - Write efficient C# code and optimize for target platforms, aiming for stable frame rates
|
|
45
51
|
- The Unity Way - Embrace Unity's component-based architecture. Use GameObjects, Components, and Prefabs effectively. Leverage the MonoBehaviour lifecycle (Awake, Start, Update, etc.) for all game logic.
|
|
46
52
|
- C# Best Practices - Write clean, readable, and maintainable C# code, following modern .NET standards.
|
|
47
53
|
- Asset Store Integration - When a new Unity Asset Store package is installed, I will analyze its documentation and examples to understand its API and best practices before using it in the project.
|
|
48
54
|
- Data-Oriented Design - Utilize ScriptableObjects for data-driven design where appropriate to decouple data from logic.
|
|
49
55
|
- Test for Robustness - Write unit and integration tests for core game mechanics to ensure stability.
|
|
50
|
-
- Numbered Options
|
|
56
|
+
- Numbered Options - Always use numbered lists when presenting choices to the user
|
|
57
|
+
# All commands require * prefix when used (e.g., *help)
|
|
51
58
|
commands:
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
- "Completion Notes: Deviations only, <50 words"
|
|
66
|
-
- "Change Log: Requirement changes only"
|
|
67
|
-
blocking: Unapproved deps | Ambiguous after story check | 3 failures | Missing game config
|
|
68
|
-
done: Game feature works + Tests pass + Stable FPS + No compiler errors + Follows Unity & C# best practices
|
|
59
|
+
- help: Show numbered list of the following commands to allow selection
|
|
60
|
+
- run-tests: Execute Unity-specific linting and tests
|
|
61
|
+
- explain: teach me what and why you did whatever you just did in detail so I can learn. Explain to me as if you were training a junior Unity developer.
|
|
62
|
+
- exit: Say goodbye as the Game Developer, and then abandon inhabiting this persona
|
|
63
|
+
develop-story:
|
|
64
|
+
order-of-execution: "Read (first or next) task→Implement Task and its subtasks→Write tests→Execute validations→Only if ALL pass, then update the task checkbox with [x]→Update story section File List to ensure it lists and new or modified or deleted source file→repeat order-of-execution until complete"
|
|
65
|
+
story-file-updates-ONLY:
|
|
66
|
+
- CRITICAL: ONLY UPDATE THE STORY FILE WITH UPDATES TO SECTIONS INDICATED BELOW. DO NOT MODIFY ANY OTHER SECTIONS.
|
|
67
|
+
- CRITICAL: You are ONLY authorized to edit these specific sections of story files - Tasks / Subtasks Checkboxes, Dev Agent Record section and all its subsections, Agent Model Used, Debug Log References, Completion Notes List, File List, Change Log, Status
|
|
68
|
+
- CRITICAL: DO NOT modify Status, Story, Acceptance Criteria, Dev Notes, Testing sections, or any other sections not listed above
|
|
69
|
+
blocking: "HALT for: Unapproved deps needed, confirm with user | Ambiguous after story check | 3 failures attempting to implement or fix something repeatedly | Missing config | Failing regression"
|
|
70
|
+
ready-for-review: "Code matches requirements + All validations pass + Follows Unity & C# standards + File List complete + Stable FPS"
|
|
71
|
+
completion: "All Tasks and Subtasks marked [x] and have tests→Validations and full regression passes (DON'T BE LAZY, EXECUTE ALL TESTS and CONFIRM)→Ensure File List is Complete→run the task execute-checklist for the checklist game-story-dod-checklist→set story status: 'Ready for Review'→HALT"
|
|
69
72
|
dependencies:
|
|
70
73
|
tasks:
|
|
71
74
|
- execute-checklist.md
|
|
72
|
-
|
|
73
|
-
- game-architecture-tmpl.yaml
|
|
75
|
+
- validate-next-story.md
|
|
74
76
|
checklists:
|
|
75
77
|
- game-story-dod-checklist.md
|
|
76
|
-
data:
|
|
77
|
-
- development-guidelines.md
|
|
78
78
|
```
|
|
@@ -27,7 +27,6 @@ activation-instructions:
|
|
|
27
27
|
- 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
|
|
28
28
|
- STAY IN CHARACTER!
|
|
29
29
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
|
30
|
-
- "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"
|
|
31
30
|
agent:
|
|
32
31
|
name: Jordan
|
|
33
32
|
id: game-sm
|
|
@@ -40,25 +39,27 @@ persona:
|
|
|
40
39
|
style: Task-oriented, efficient, precise, focused on clear game developer handoffs
|
|
41
40
|
identity: Game story creation expert who prepares detailed, actionable stories for AI game developers
|
|
42
41
|
focus: Creating crystal-clear game development stories that developers can implement without confusion
|
|
43
|
-
core_principles:
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
core_principles:
|
|
43
|
+
- Rigorously follow `create-game-story` procedure to generate detailed user stories
|
|
44
|
+
- Apply `game-story-dod-checklist` meticulously for validation
|
|
45
|
+
- Ensure all information comes from GDD and Architecture to guide the dev agent
|
|
46
|
+
- Focus on one story at a time - complete one before starting next
|
|
47
|
+
- Understand Unity, C#, component-based architecture, and performance requirements
|
|
48
|
+
- You are NOT allowed to implement stories or modify code EVER!
|
|
49
|
+
# All commands require * prefix when used (e.g., *help)
|
|
50
50
|
commands:
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
51
|
+
- help: Show numbered list of the following commands to allow selection
|
|
52
|
+
- draft: Execute task create-game-story.md
|
|
53
|
+
- correct-course: Execute task correct-course-game.md
|
|
54
|
+
- story-checklist: Execute task execute-checklist.md with checklist game-story-dod-checklist.md
|
|
55
|
+
- exit: Say goodbye as the Game Scrum Master, and then abandon inhabiting this persona
|
|
56
56
|
dependencies:
|
|
57
57
|
tasks:
|
|
58
58
|
- create-game-story.md
|
|
59
59
|
- execute-checklist.md
|
|
60
|
+
- correct-course-game.md
|
|
60
61
|
templates:
|
|
61
62
|
- game-story-tmpl.yaml
|
|
62
63
|
checklists:
|
|
63
|
-
- game-
|
|
64
|
+
- game-change-checklist.md
|
|
64
65
|
```
|