missed save on the phaser expansion
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
root: .bmad-2d-phaser-game-dev
|
||||||
|
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name} where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
||||||
|
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), or ask for clarification if ambiguous.
|
||||||
|
activation-instructions:
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
||||||
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
||||||
@@ -43,15 +47,15 @@ commands:
|
|||||||
- '*exit" - Say goodbye as the Game Designer, and then abandon inhabiting this persona'
|
- '*exit" - Say goodbye as the Game Designer, and then abandon inhabiting this persona'
|
||||||
dependencies:
|
dependencies:
|
||||||
tasks:
|
tasks:
|
||||||
- create-doc
|
- create-doc.md
|
||||||
- execute-checklist
|
- execute-checklist.md
|
||||||
- game-design-brainstorming
|
- game-design-brainstorming.md
|
||||||
- create-deep-research-prompt
|
- create-deep-research-prompt.md
|
||||||
- advanced-elicitation
|
- advanced-elicitation.md
|
||||||
templates:
|
templates:
|
||||||
- game-design-doc-tmpl
|
- game-design-doc-tmpl.yaml
|
||||||
- level-design-doc-tmpl
|
- level-design-doc-tmpl.yaml
|
||||||
- game-brief-tmpl
|
- game-brief-tmpl.yaml
|
||||||
checklists:
|
checklists:
|
||||||
- game-design-checklist
|
- game-design-checklist.md
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
root: .bmad-2d-phaser-game-dev
|
||||||
|
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name} where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
||||||
|
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), or ask for clarification if ambiguous.
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
||||||
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
||||||
@@ -55,11 +58,11 @@ task-execution:
|
|||||||
done: Game feature works + Tests pass + 60 FPS + No lint errors + Follows Phaser 3 best practices
|
done: Game feature works + Tests pass + 60 FPS + No lint errors + Follows Phaser 3 best practices
|
||||||
dependencies:
|
dependencies:
|
||||||
tasks:
|
tasks:
|
||||||
- execute-checklist
|
- execute-checklist.md
|
||||||
templates:
|
templates:
|
||||||
- game-architecture-tmpl
|
- game-architecture-tmpl.yaml
|
||||||
checklists:
|
checklists:
|
||||||
- game-story-dod-checklist
|
- game-story-dod-checklist.md
|
||||||
data:
|
data:
|
||||||
- development-guidelines
|
- development-guidelines.md
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
root: .bmad-2d-phaser-game-dev
|
||||||
|
IDE-FILE-RESOLUTION: Dependencies map to files as {root}/{type}/{name} where root=".bmad-core", type=folder (tasks/templates/checklists/utils), name=dependency name.
|
||||||
|
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), or ask for clarification if ambiguous.
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
||||||
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
||||||
@@ -41,10 +44,10 @@ commands:
|
|||||||
- '*exit" - Say goodbye as the Game Scrum Master, and then abandon inhabiting this persona'
|
- '*exit" - Say goodbye as the Game Scrum Master, and then abandon inhabiting this persona'
|
||||||
dependencies:
|
dependencies:
|
||||||
tasks:
|
tasks:
|
||||||
- create-game-story
|
- create-game-story.md
|
||||||
- execute-checklist
|
- execute-checklist.md
|
||||||
templates:
|
templates:
|
||||||
- game-story-tmpl
|
- game-story-tmpl.yaml
|
||||||
checklists:
|
checklists:
|
||||||
- game-story-dod-checklist
|
- game-story-dod-checklist.md
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user