完善 brainstorm 支柱文档与审查强度规则

This commit is contained in:
wxm
2026-05-19 00:29:45 +08:00
parent d2f34daf16
commit 06799561ab
7 changed files with 385 additions and 27 deletions

View File

@@ -14,6 +14,16 @@ Codex Game Studios is a game-production plugin built around plugin-discovered sk
- Use `runtime/agents/` as the plugin source of bundled custom agents.
- Use `references/` and `standards/` only when the active workflow points to them.
## Review Intensity
`production/review-mode.txt` controls review-gate intensity, not whether agents
exist or whether future team workflows may use subagents for core work:
- `full` — all key director / lead review gates call their custom agents.
- `lean` — only PHASE-GATE review gates such as `/gate-check` call directors;
ordinary per-skill review gates are skipped.
- `solo` — all director review gates are skipped.
## Design Rule
Do not rely on a global `~/.codex/skills/codex-game-studio` bridge. The installed plugin exposes its skills through `.codex-plugin/plugin.json` with `"skills": "./skills/"`, matching the normal Codex plugin layout.