重构 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

@@ -11,5 +11,5 @@ Pass any text after `/brainstorm` as workflow input.
1. Use `../skills/brainstorm/SKILL.md` as the workflow entry point.
2. Read `../skills/brainstorm/DETAILS.md` when present for the full procedure.
3. Apply project guidance from `AGENTS.md` and relevant files in `../standards/` before changing project files.
4. Use `../agents/<agent-name>.toml` when the skill delegates to a custom agent.
4. Use the pre-defined Codex custom agents in `../.codex/agents/<agent-name>.toml` when the skill delegates to a subagent.
5. Return decisions, changes, blockers, verification, and next steps.