init repo
This commit is contained in:
15
ai/prompts/fix.md
Normal file
15
ai/prompts/fix.md
Normal file
@@ -0,0 +1,15 @@
|
||||
Task type: bug fixing
|
||||
|
||||
Read:
|
||||
- AGENTS.md
|
||||
- docs/ai/bevy-debug-playbook.md
|
||||
- ai/context/project-context.md
|
||||
|
||||
Then:
|
||||
- restate bug
|
||||
- list top 3 likely root causes
|
||||
- point to exact file/section likely involved
|
||||
- propose smallest fix first
|
||||
- show verify commands
|
||||
- if evidence weak, say what to inspect next
|
||||
- keep Bevy 0.18.1 APIs only
|
||||
16
ai/prompts/plan.md
Normal file
16
ai/prompts/plan.md
Normal file
@@ -0,0 +1,16 @@
|
||||
Task type: feature planning
|
||||
|
||||
Read:
|
||||
- AGENTS.md
|
||||
- docs/ai/bevy-quick-reference.md
|
||||
- docs/ai/bevy-project-patterns.md
|
||||
- ai/context/project-context.md
|
||||
|
||||
Then:
|
||||
- summarize current architecture
|
||||
- propose smallest next milestone
|
||||
- list files to add/edit
|
||||
- sketch ECS design: components, resources, events, states, plugins
|
||||
- give ordered patch steps
|
||||
- give verify commands
|
||||
- keep Bevy 0.18.1 APIs only
|
||||
16
ai/prompts/review.md
Normal file
16
ai/prompts/review.md
Normal file
@@ -0,0 +1,16 @@
|
||||
Task type: architecture review
|
||||
|
||||
Read:
|
||||
- AGENTS.md
|
||||
- docs/ai/bevy-quick-reference.md
|
||||
- docs/ai/bevy-project-patterns.md
|
||||
- ai/context/project-context.md
|
||||
|
||||
Then:
|
||||
- identify top 3 strengths
|
||||
- identify top 5 risks
|
||||
- call out ECS smells
|
||||
- suggest plugin split
|
||||
- suggest resources/events/states to add or remove
|
||||
- keep advice concrete and patchable
|
||||
- keep Bevy 0.18.1 APIs only
|
||||
Reference in New Issue
Block a user