From codex
Multi-turn consultation with Codex — for design discussions, exploration, follow-up Q&A. Thread persists per-workspace; same workspace = same thread until --fresh
How this command is triggered — by the user, by Claude, or both
Slash command
/codex:consult [--fresh] [--background|--wait] [--model <model|spark>] <topic or follow-up question>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Open or continue a Codex consultation thread. Each workspace gets its own thread mapping — calling `/codex:consult` again from the same repo automatically resumes the prior conversation, so you can have a continuous design discussion across multiple invocations.
Use this when:
- You want to think through a design decision out loud and get a second opinion.
- You want to explore unfamiliar code with a knowledgeable companion ("how does the auth middleware actually work?").
- You're iterating on an approach: ask, get feedback, refine, ask again.
Don't use this when:
- You want code applied ...Open or continue a Codex consultation thread. Each workspace gets its own thread mapping — calling /codex:consult again from the same repo automatically resumes the prior conversation, so you can have a continuous design discussion across multiple invocations.
Use this when:
Don't use this when:
/codex:delegate./codex:review / /codex:adversarial-review./codex:rescue is fine.Forwarding rules:
Bash call to invoke node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" consult ....--background only if the user explicitly asks.--fresh, --background, --wait, --model) from the question text. They go to codex-companion, not into the question.--fresh, forward it; the companion will clear the workspace's thread mapping and start a new thread.--fresh and there's an existing thread for this workspace, the companion resumes it automatically.--model unset by default. Only forward --model <name> if the user explicitly asks.spark, map to --model gpt-5.3-codex-spark./codex:setup.Raw user request:
$ARGUMENTS
Examples:
/codex:consult how does the auth middleware actually work in this repo?
/codex:consult what would break if we replaced session tokens with JWT?
/codex:consult --fresh I want to explore caching strategies — different topic
/codex:consult --model gpt-5.5 dig deeper on the JWT migration cost
Refs Linear SUP-373 (W3.2). Implements cc#7 (stale at upstream for 1.5 months).
npx claudepluginhub doubledrake/codex-plugin-cc-supa --plugin codex/consultQueries external LLMs (Codex, Gemini) for perspectives on architecture, design decisions, and feature planning. Supports single/multi-LLM modes and model selection.
/consultRuns a structured consulting engagement on a business problem, guiding through clarify, hypothesize, structure, prioritize, analyze, synthesize, and recommend steps.