迁移setup-engine工作流

This commit is contained in:
wxm
2026-05-19 01:29:15 -07:00
parent 445d86c300
commit e46f78f94b
74 changed files with 14945 additions and 50 deletions

View File

@@ -9,14 +9,23 @@ skills expose the runtime workflows directly. Do not use a global
- Skills:
- `$brainstorm` guides game concept ideation into `design/gdd/game-concept.md`.
- Runtime agents: `creative-director`, `art-director`, `technical-director`, `producer`
- `$setup-engine` configures engine/version, technical preferences, engine reference docs, and specialist routing.
- Runtime agents:
- Director agents: `creative-director`, `art-director`, `technical-director`, `producer`
- Godot specialists: `godot-specialist`, `godot-gdscript-specialist`, `godot-csharp-specialist`, `godot-shader-specialist`, `godot-gdextension-specialist`
- Unity specialists: `unity-specialist`, `unity-dots-specialist`, `unity-shader-specialist`, `unity-addressables-specialist`, `unity-ui-specialist`
- Unreal specialists: `unreal-specialist`, `ue-blueprint-specialist`, `ue-gas-specialist`, `ue-replication-specialist`, `ue-umg-specialist`
- Runtime source: `runtime/agents/`
- Project guide template: `project-template/AGENTS.md`
- References: `references/studio-docs/director-gates.md`, `references/studio-docs/templates/game-concept.md`, `references/studio-docs/templates/game-pillars.md`
- References: `references/studio-docs/director-gates.md`, `references/studio-docs/templates/game-concept.md`, `references/studio-docs/templates/game-pillars.md`, `references/studio-docs/templates/technical-preferences.md`, `references/engine-reference/`
- Standards: `standards/design-docs.md`
- Marketplace: `.agents/plugins/marketplace.json`
- No hooks, rules, MCP servers, or app integrations yet
`$setup-engine` is the next technical step after `$brainstorm`: it pins the
engine version, writes the Technology Stack section in `AGENTS.md`, creates
`docs/technical-preferences.md`, and seeds `docs/engine-reference/<engine>/`.
## Review Intensity
`production/review-mode.txt` controls review-gate intensity:
@@ -34,7 +43,8 @@ directly:
python3 scripts/install_codex_runtime.py /path/to/game-project
```
The installer writes custom agents and the project guide to:
The installer writes all bundled director and engine specialist agents plus the
project guide to:
```text
/path/to/game-project/.codex/agents/