安装项目 AGENTS 指南
This commit is contained in:
@@ -17,13 +17,14 @@ When this skill is invoked:
|
||||
AD-CONCEPT-VISUAL, TD-FEASIBILITY, and PR-SCOPE; `full` runs them; `solo`
|
||||
skips all director review gates.
|
||||
|
||||
Director agent source files live in `../../runtime/agents/`. Before running
|
||||
Director agent source files live in `../../runtime/agents/`, and the project
|
||||
guidance template lives at `../../project-template/AGENTS.md`. Before running
|
||||
any `full` review-mode gate, verify the target project has the matching
|
||||
`.codex/agents/<agent-name>.toml` files installed. If they are missing, run
|
||||
`python3 scripts/install_codex_runtime.py <target-project>` from the plugin
|
||||
root first. When a gate is active, spawn the named Codex custom agent; do not
|
||||
recreate the director role by pasting profile text into a generic default
|
||||
agent.
|
||||
`.codex/agents/<agent-name>.toml` files installed and a root `AGENTS.md`. If
|
||||
they are missing, run `python3 scripts/install_codex_runtime.py <target-project>`
|
||||
from the plugin root first. When a gate is active, spawn the named Codex
|
||||
custom agent; do not recreate the director role by pasting profile text into
|
||||
a generic default agent.
|
||||
|
||||
2. **Check for existing concept work**:
|
||||
- Read `design/gdd/game-concept.md` if it exists (resume, don't restart)
|
||||
|
||||
@@ -9,7 +9,11 @@ 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/`, run `python3 scripts/install_codex_runtime.py <target-project>` from the plugin root first.
|
||||
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
|
||||
`python3 scripts/install_codex_runtime.py <target-project>` from the plugin root
|
||||
first.
|
||||
|
||||
Review mode controls review-gate intensity, not all custom-agent usage:
|
||||
`full` runs key director/lead gates, `lean` runs only PHASE-GATE checks such as
|
||||
|
||||
Reference in New Issue
Block a user