一键导入
advisor-fallback
Client-aware manual tiered-up adversarial advisor (claude subagent / codex exec), fired at the natural discretionary advisor points
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Client-aware manual tiered-up adversarial advisor (claude subagent / codex exec), fired at the natural discretionary advisor points
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enable workflow discipline and behavioral expectations
Turn ideas into fully formed designs through collaborative dialogue
Execute implementation plans wave-by-wave via MCP state management
Create detailed step-by-step implementation plans
Review completed work for quality, bugs, and standards
Read when about to propose "checkpoint / bank progress / resume fresh / find a safe stopping point" mid-execution, when about to ask the operator to run read-only queries the current stage blocks Bash for, or when the stop-hook rejects a message pointing at this skill. Answers "artifacts are durable — the correct move is a workflow surface, not a hand-back."
| name | advisor-fallback |
| description | Client-aware manual tiered-up adversarial advisor (claude subagent / codex exec), fired at the natural discretionary advisor points |
The reliable advisor is a manual tiered-up adversarial reviewer you invoke yourself — not the
advisor tool / /advisor slash command, which is flakey and, for codex, does not exist. This skill
is the standard advisor path for both clients: at the moments you would normally consult an advisor,
dispatch a fresh, blind, one-tier-up reviewer over the work and weigh its findings.
This is the same role the advisor tool plays, delivered by a subagent (claude) or a codex exec
review (codex) so it works regardless of which client you are.
Fire the advisor at the same natural, judgment-based points a normal advisor call would happen — it does NOT fire on every task or every review gate:
Skip it for trivial mechanical steps. This is your judgment, exactly as a normal advisor is consulted by judgment, not on a fixed cadence.
Resolve the one-tier-up reviewer model from your OWN client's ladder, then run that branch. Both branches are report-only: the reviewer identifies problems with evidence; it does not rewrite the work.
Dispatch a fresh, blind subagent with the Agent tool (subagent_type="general-purpose",
model=<one-tier-up>), giving it the task, the change/decision, the evidence, and the specific questions
to pressure-test. Have it follow the ironclaude:adversarial-review methodology (orientation → deep read
→ verify every finding with grep/read evidence, drop the unverified → severity-classified, report-only).
Claude tier ladder (one tier up): sonnet → opus, opus → fable, fable → (top tier — skip; no higher advisor). If the resolved model is fable and Fable is unavailable, use opus (read the flag at
IRONCLAUDE_FABLE_STATE_PATH if set else ~/.ironclaude/state/fable_unavailable.json; on any read error
treat Fable as available). This is the existing behavior — model=fable, else model=opus.
Run a one-tier-up codex exec adversarial review over the work. Pass the code/diff to review INLINE in
the prompt — do not rely on the reviewer grepping the repo (see the gotchas). Command
(live-validated 2026-07-22 — the grader codex exec family minus --output-schema):
codex exec --json --ephemeral --skip-git-repo-check -s read-only -m <ONE_TIER_UP_MODEL> -
-).item.completed event whose item.type == "agent_message", field
.text (the model may emit intermediate narration; take the last agent_message). Without --json the
response text is printed directly — either form works; --json + last-agent_message is the reliable
parse.codex login status → "Logged in using ChatGPT") — never an API key.ironclaude:adversarial-review standard (verify findings with evidence,
report-only, severity-classified).Codex tier ladder (one tier up): luna (haiku) → terra (sonnet) → sol (opus). Codex has no fable
tier, so at the ceiling sol → sol: run a same-tier BLIND pass (a fresh blind review at the same
model still catches defects — most advisor value is blindness, not tier). The reviewer model stays a
codex model — codex is its own advisor peer; do not cross to a claude model.
codex exec reviewer fires the IronClaude hooks and lands in professional-mode
undecided, so its Bash is guard-blocked. This is why you pass the review content INLINE: the
reviewer reasons over what you give it (and can still do non-bash file reads). Report-only review of
inline content is unaffected.--ephemeral is codex-session-ephemeral, not IronClaude-session-ephemeral. Each
invocation leaves an undecided/idle row in ~/.claude/ironclaude.db (sessions) and an
~/.claude/ironclaude-session-<pid>.id file. These are inert to active workflows; be aware they
accumulate (a periodic undecided/idle sweep is a reasonable follow-up). The same applies to the codex
grader.Treat the reviewer's findings as an adversary's evidence, not authority. Verify each material finding against the current source; reconcile conflicts with evidence. "No advisor available" never means "proceed unreviewed" — it means run this manual reviewer instead.