Advisor
A second opinion from the same model family — even a fresh context — tends to agree
with the first opinion more often than a genuinely independent reasoning process
would. This skill gets an actual second opinion: a different model provider, asked a
precise question, with no obligation to follow its answer.
This is the lightweight, on-demand cousin of codex-judge:
codex-judge is a formal, rubric-scored gate for a post-review completion decision;
advisor is for anything else — a plan, a hard call, an open question — where you
want a genuine outside view but nothing should be auto-approved or auto-rejected.
When to use this
- Before committing to a plan that's expensive or hard to reverse.
- You're stuck between two approaches and want a reasoning process that isn't
anchored on the same assumptions you already have.
- The user explicitly asks for "a second opinion" or "what would another model say."
- Not for routine decisions — reserve it for calls where being wrong is costly enough
that the extra step earns its keep.
Instructions
Write a precise, self-contained brief. The advisor gets nothing from this
conversation except what you give it. Include: the goal, the relevant constraints,
the actual plan/diff/question, and a specific question — "what am I missing",
"is there a simpler approach", "what would break under load" — not a vague "thoughts?".
A vague brief gets a vague, unhelpful answer back. See references/brief-template.md.
Check what's available. Look for a different-provider CLI (which codex,
which gemini, or similar). It must be a genuinely different model family than
whatever produced the plan/diff being reviewed — a second instance of the same
model isn't independent, however fresh its context.
If nothing is available, degrade honestly — don't skip silently. Say plainly
that no second-provider access exists. Do one of:
- a deliberate cold review yourself (see
verify-before-done's
references/independent-review.md for the cold-read protocol), or
- hand the user the brief you wrote and let them paste it into another tool
themselves.
Invoke it and read the response critically. Don't adopt the advisor's opinion
uncritically, and don't dismiss it because it's inconvenient. If it disagrees with
the current plan, that disagreement is the useful part — surface it explicitly to
the user rather than quietly picking a side.
Report the opinion and the reconciliation, not just "got a second opinion."
State what the advisor said, where it agrees or disagrees with the current
approach, and what you're doing as a result (adopting its suggestion, keeping the
original approach with a stated reason, or flagging the disagreement for the user
to decide).
Edge cases
- The advisor's answer is generic or unhelpful. The brief probably wasn't specific
enough — tighten the question and try again rather than reporting a non-answer as
"consulted, no issues found."
- The advisor and the reviewer/judge disagree with each other, not just with you.
Don't average the opinions — report the actual disagreement; it's signal, not noise.
- This is a routine, low-stakes decision. Don't reach for this — advisor exists
for calls where being wrong is expensive, not as a rubber stamp for every plan.
Reference files
references/brief-template.md — a fill-in-the-blanks template for writing a
precise, self-contained brief for the advisor.
1---2name: advisor3description: Gets an independent second opinion from a different-provider model — not the one currently working — on a plan, a diff, or an open question, without gating or auto-deciding anything. Use before committing to a risky or expensive plan, when stuck on a hard technical decision, or whenever a genuinely different reasoning process would help sanity-check the current approach.4---56# Advisor78A second opinion from the same model family — even a fresh context — tends to agree9with the first opinion more often than a genuinely independent reasoning process10would. This skill gets an actual second opinion: a different model provider, asked a11precise question, with no obligation to follow its answer.1213This is the lightweight, on-demand cousin of [`codex-judge`](../codex-judge):14`codex-judge` is a formal, rubric-scored gate for a post-review completion decision;15`advisor` is for anything else — a plan, a hard call, an open question — where you16want a genuine outside view but nothing should be auto-approved or auto-rejected.1718## When to use this1920- Before committing to a plan that's expensive or hard to reverse.21- You're stuck between two approaches and want a reasoning process that isn't22 anchored on the same assumptions you already have.23- The user explicitly asks for "a second opinion" or "what would another model say."24- Not for routine decisions — reserve it for calls where being wrong is costly enough25 that the extra step earns its keep.2627## Instructions28291. **Write a precise, self-contained brief.** The advisor gets nothing from this30 conversation except what you give it. Include: the goal, the relevant constraints,31 the actual plan/diff/question, and a specific question — "what am I missing",32 "is there a simpler approach", "what would break under load" — not a vague "thoughts?".33 A vague brief gets a vague, unhelpful answer back. See `references/brief-template.md`.34352. **Check what's available.** Look for a different-provider CLI (`which codex`,36 `which gemini`, or similar). It must be a genuinely different model family than37 whatever produced the plan/diff being reviewed — a second instance of the same38 model isn't independent, however fresh its context.39403. **If nothing is available, degrade honestly — don't skip silently.** Say plainly41 that no second-provider access exists. Do one of:42 - a deliberate cold review yourself (see `verify-before-done`'s43 `references/independent-review.md` for the cold-read protocol), or44 - hand the user the brief you wrote and let them paste it into another tool45 themselves.46474. **Invoke it and read the response critically.** Don't adopt the advisor's opinion48 uncritically, and don't dismiss it because it's inconvenient. If it disagrees with49 the current plan, that disagreement is the useful part — surface it explicitly to50 the user rather than quietly picking a side.51525. **Report the opinion and the reconciliation, not just "got a second opinion."**53 State what the advisor said, where it agrees or disagrees with the current54 approach, and what you're doing as a result (adopting its suggestion, keeping the55 original approach with a stated reason, or flagging the disagreement for the user56 to decide).5758## Edge cases5960- **The advisor's answer is generic or unhelpful.** The brief probably wasn't specific61 enough — tighten the question and try again rather than reporting a non-answer as62 "consulted, no issues found."63- **The advisor and the reviewer/judge disagree with each other, not just with you.**64 Don't average the opinions — report the actual disagreement; it's signal, not noise.65- **This is a routine, low-stakes decision.** Don't reach for this — advisor exists66 for calls where being wrong is expensive, not as a rubber stamp for every plan.6768## Reference files6970- `references/brief-template.md` — a fill-in-the-blanks template for writing a71 precise, self-contained brief for the advisor.