Architecture
Use Codex Council to review this architecture decision.
Focus on blockers, rollback, and verification.
Install
Install globally to use the council in any project:
npx codex-marketplace add ercoledevs/codex-council --plugin --global -y
Or scope it to a single project:
npx codex-marketplace add ercoledevs/codex-council --plugin --project -y
Reload Codex after installing or updating.
Ask well
Use Codex Council to review this architecture decision.
Focus on blockers, rollback, and verification.
Council review this diff.
Focus on regressions, missing tests, and performance impact.
Frontend Council: review this modal flow with Leonardo and Bob.
Don't claim verified without browser evidence.
CLI workflow
# Set the local profile used for estimates.
python3 scripts/codex_council.py profile --plan Pro --model gpt-5.5 --reasoning xhigh
# Estimate first.
python3 scripts/codex_council.py estimate --topic "Architecture Review" --mode standard --token-budget compact
# Start a session once you've accepted the estimate.
python3 scripts/codex_council.py init --topic "Architecture Review" --root . --mode standard --token-budget compact --confirm-estimate
# Validate and write stats at the end.
python3 scripts/codex_council.py validate-session --session <session-dir>
python3 scripts/codex_council.py stats --session <session-dir> --write
Update
Re-run the install command to pull the latest version:
npx codex-marketplace add ercoledevs/codex-council --plugin --global -y
Or check for a newer GitHub release from the helper script:
python3 scripts/codex_council.py check-update