| name | consult |
| description | Get a second opinion from another AI: Codex or another Claude model. Read-only. |
| user-invocable | true |
| metadata | {"icon":"person.2.wave.2","aliases":["ask","second-opinion","secondbrain","codex","consult-codex","consult-haiku","consult-sonnet","consult-opus"]} |
Consult
Get a second opinion from another AI.
Routing
| Hint | Engine | Command |
|---|
codex, openai, gpt | Codex | codex exec -s read-only |
haiku | Claude Haiku | claude -p --model haiku |
sonnet | Claude Sonnet | claude -p --model sonnet |
opus | Claude Opus | claude -p --model opus |
| (no hint) | Claude Sonnet | claude -p --model sonnet |
Commands
claude -p --model <model> --tools "Read,Glob,Grep,WebFetch,WebSearch" --dangerously-skip-permissions "QUESTION"
codex exec -s read-only -C "$(git rev-parse --show-toplevel)" "QUESTION"
Workflow
- Take the question from the
/consult arguments.
- Detect the engine from the routing table.
- Strip the model hint before passing the question.
- Run the command with a 5 minute timeout.
- Present the answer and clearly label the model.
- Add your own view only if it improves the result.
Notes
- All engines are read-only.
- Good for sanity checks, alternative approaches, blind spots, and architecture reviews.
- Default is Sonnet.