Align brainstorm workflow with Codex input schema

This commit is contained in:
wxm
2026-05-18 19:42:51 -07:00
parent 0c4227cba6
commit 445d86c300
11 changed files with 1192 additions and 349 deletions

View File

@@ -15,13 +15,10 @@ the current project does not already have those agents installed in
`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
`/gate-check`, and `solo` skips director review gates.
Review mode follows the Claude reference flow: `full` runs the `/brainstorm`
director gates, `lean` skips those ordinary per-skill gates, and `solo` skips
all director gates.
`/brainstorm` writes two brainstorm-stage artifacts:
`design/gdd/game-concept.md` and `design/gdd/game-pillars.md`. In
`--review full` mode, `/brainstorm` calls the `creative-director` custom agent
during the CD-PILLARS gate and gives that subagent responsibility for creating
or updating `design/gdd/game-pillars.md`. In `lean` or `solo` mode, the main
brainstorm workflow writes the initial pillar document directly.
`/brainstorm` writes `design/gdd/game-concept.md`. It defines and records game
pillars inside that concept document; it does not create
`design/gdd/game-pillars.md` as a separate artifact.