重构 director subagents 为 Codex custom agents

This commit is contained in:
wxm
2026-05-18 23:06:35 +08:00
parent 8c7cd6c010
commit d29ea60382
10 changed files with 48 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ This repository is the minimal starting framework for a Codex plugin.
Current state:
- Skills: `/brainstorm`
- Agents: `creative-director`, `art-director`, `technical-director`, `producer`
- Codex custom agents: `creative-director`, `art-director`, `technical-director`, `producer`
- Assets: `codex-game-studio.svg`
- References: `director-gates.md`, `templates/game-concept.md`
- Standards: `design-docs.md`
@@ -16,6 +16,15 @@ Current state:
- No MCP servers
- No app integrations
The director agents are pre-defined Codex custom agents stored in:
```text
.codex/agents/
```
Each custom agent is a standalone TOML file with `name`, `description`, and
`developer_instructions`, matching the Codex subagents documentation.
The only required plugin manifest is:
```text