明确brainstorm使用Codex子代理工作流

This commit is contained in:
wxm
2026-05-19 02:17:53 -07:00
parent 9629f8b8ef
commit 7c71d5dfde
4 changed files with 27 additions and 15 deletions

View File

@@ -9,9 +9,12 @@ Run the Codex Game Studios brainstorm workflow.
Before acting, read `DETAILS.md` for the full workflow. Apply project guidance from `AGENTS.md` and use `../../standards/` for path-specific standards.
Director gates use the bundled custom agents from `../../runtime/agents/`. If
the current project does not already have those agents installed in
`.codex/agents/` or does not have root `AGENTS.md`, run
Director gates run through Codex subagent workflows using the bundled
project-scoped custom agents from `../../runtime/agents/`. In `full` review
mode, `$brainstorm` explicitly spawns Codex subagents for the director gates.
If the current project does not already have `.codex/agents/creative-director.toml`,
`.codex/agents/art-director.toml`, `.codex/agents/technical-director.toml`,
`.codex/agents/producer.toml`, or root `AGENTS.md`, run
`python3 scripts/install_codex_runtime.py <target-project>` from the plugin root
first.