Skip to content
Marketing
Skill

/route-three-brain

The routing law for handing off between Claude (primary driver), Codex/GPT-5.5 (adversarial review, second opinions), and Gemini (long-context, repo-wide synthesis). Codifies when each model is the right tool and enforces the no-self-review rule. Trigger when the user says

From plugin
designer-pro-and-seo
845 skills13 agents4 MCP
Install
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill route-three-brain --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/route-three-brain

Context preview

The summary Claude sees to decide when to auto-load this skill.

The routing law for handing off between Claude (primary driver), Codex/GPT-5.5 (adversarial review, second opinions), and Gemini (long-context, repo-wide synthesis). Codifies when each model is the right tool and enforces the no-self-review rule. Trigger when the user says

SKILL.md

route-three-brain.SKILL.md
name: route-three-brain
description: The routing law for handing off between Claude (primary driver), Codex/GPT-5.5 (adversarial review, second opinions), and Gemini (long-context, repo-wide synthesis). Codifies when each model is the right tool and enforces the no-self-review rule. Trigger when the user says "three brain", "route this", "which model should", "delegate to codex / gemini", or when a substantial Claude output needs an independent check.

route-three-brain

**Family:** routing **Status:** Stable

Purpose

The decision layer for cross-model routing. Three models, three roles:

  • **Claude** — primary driver for code, content, design generation, conversation.
  • **Codex / GPT-5.5** — adversarial review, second-opinion debugging, deep

correctness/security checking.

  • **Gemini** — large-context whole-repo analysis, multi-document synthesis, big

structured-data passes.

**Hard rule:** Claude never reviews Claude — same architecture, same blind spots. If the user says "check your work" / "review this" / "is this right" / "second opinion" / "sanity check," route to Codex via `route-codex-review`.

Triggers

  • "three brain" / "tri-brain" / "route this" / "which model"
  • "delegate to codex" / "delegate to gemini" / "best model for X"

Inputs

  • Task description; the current output (if asking for review/handoff)
  • Constraints (cost, time, privacy)

Steps

1. **Startup self-check (once per session).** Verify the tools exist: `codex --version` and `gemini --version`. If one is missing, announce it once and route only to what's available. 2. **Classify the task:**

  • Build/generate/converse → **Claude** keeps it.
  • Review / verify / debug a substantial output, or any risk-path edit (auth,

billing, migrations, deploy, secrets) → **Codex** via `route-codex-review`.

  • Needs more context than one window (whole repo, many docs) → **Gemini** via

`route-gemini-context`. 3. **Announce forced routes** in one line before running (so the user can interrupt): `[three-brain] routing to Codex (review) — risk path: src/auth/`. 4. **Execute** the handoff via the execution skills and **integrate** the result — diff where models agree/disagree and adjudicate by evidence, not by averaging.

Outputs

  • A routing decision with justification
  • The integrated result of any executed handoff

Dependencies

  • `route-codex-review` (Codex execution), `route-gemini-context` (Gemini execution)
  • The `codex` and `gemini` CLIs installed (or the adjacent `openai-codex` /

`cc-gemini-plugin` tools); degrades to a recommendation when neither is present

Notes

The law layer; the two `route-*` skills are the execution layers. Under-firing is fine; over-firing breaks trust. When uncertain, recommend rather than auto-route.

Read more
Ships withdesigner-pro-and-seo

A Claude Code plugin for the web-design + SEO workflow: research a niche, generate a coherent design system, write a complete build brief, build, run a pre-delivery QA gate, port the result into any CMS, and review on-page SEO.

Get the whole plugin

Other skills on designer-pro-and-seo.