Model Router
Use this skill when a task needs an explicit model, reasoning level, or
subagent-role recommendation. It is a planning aid. It does not change the
current session model and it does not manage provider credentials.
Routing Questions
Before recommending a route, classify:
- task type: research, proof, implementation, review, extraction, or synthesis
- risk: low, ordinary, correctness-critical, or high-stakes
- context size: small, repo-scale, paper-scale, or multi-source
- latency sensitivity
- verification available: tests, computations, source checks, or human review
- whether work can be delegated safely
General Guidance
- Use stronger reasoning for proof, algorithms, security, correctness audits,
literature synthesis, and ambiguous multi-source research.
- Use faster or smaller workers for bounded extraction, file inventory, and
low-risk parallel exploration.
- Use implementation-focused workers for code changes and tests.
- Use read-only explorer roles for scoped codebase questions.
- Do not spawn agents unless the user explicitly asks for multi-agent or
delegated work.
Recommendation Format
Return:
- recommended role or agent type
- recommended model tier or reasoning level using the current system's
available options
- why that route fits the task
- verification that should gate the result
- fallback if the preferred model or role is unavailable
Guardrails
- Treat the current tool definitions and agent runtime as the source of truth.
- Avoid provider-specific assumptions unless the user asks for a specific
provider.
- Do not recommend changing authentication, provider config, hooks, or MCP
servers from this skill.
Recommended templates
When this skill is involved, consider these workflow templates (install via
the workflow-templates artifact profile, or --with-deps to pull backing skills):
autonomous-research-loop-runbook -- Bounded autonomous research-loop runbook with four stop conditions, single-path solving, mandatory cross-agent verification, fresh-agent backtracking, and five-lane broker-routed heavy-compute offload with per-lane safety gates.
cross-agent-adversarial-review -- Producer-never-confirmer adversarial review of a paper, proof, or code artifact across agent families with a fresh-agent confirmation gate.
engineering-delivery-loop-runbook -- Bounded build-and-deliver loop runbook: single-path implementation with seen-to-fail proof, cross-agent diff verification, behavior-preserving cleanup, and five-lane broker-routed heavy-compute offload with per-lane safety gates.
reversible-decision-memo -- Evidence-grounded decision record with named alternatives, source-cited rationale, reversibility class and trip-wires, and a fresh-context adversarial confirmation before the decision stands.
1---2name: model-router3description: Use when choosing an appropriate model, reasoning level, and role for subagents or multi-agent research work.4---56# Model Router78Use this skill when a task needs an explicit model, reasoning level, or9subagent-role recommendation. It is a planning aid. It does not change the10current session model and it does not manage provider credentials.1112## Routing Questions1314Before recommending a route, classify:1516- task type: research, proof, implementation, review, extraction, or synthesis17- risk: low, ordinary, correctness-critical, or high-stakes18- context size: small, repo-scale, paper-scale, or multi-source19- latency sensitivity20- verification available: tests, computations, source checks, or human review21- whether work can be delegated safely2223## General Guidance2425- Use stronger reasoning for proof, algorithms, security, correctness audits,26 literature synthesis, and ambiguous multi-source research.27- Use faster or smaller workers for bounded extraction, file inventory, and28 low-risk parallel exploration.29- Use implementation-focused workers for code changes and tests.30- Use read-only explorer roles for scoped codebase questions.31- Do not spawn agents unless the user explicitly asks for multi-agent or32 delegated work.3334## Recommendation Format3536Return:3738- recommended role or agent type39- recommended model tier or reasoning level using the current system's40 available options41- why that route fits the task42- verification that should gate the result43- fallback if the preferred model or role is unavailable4445## Guardrails4647- Treat the current tool definitions and agent runtime as the source of truth.48- Avoid provider-specific assumptions unless the user asks for a specific49 provider.50- Do not recommend changing authentication, provider config, hooks, or MCP51 servers from this skill.5253## Recommended templates5455When this skill is involved, consider these workflow templates (install via56the `workflow-templates` artifact profile, or `--with-deps` to pull backing skills):5758- `autonomous-research-loop-runbook` -- Bounded autonomous research-loop runbook with four stop conditions, single-path solving, mandatory cross-agent verification, fresh-agent backtracking, and five-lane broker-routed heavy-compute offload with per-lane safety gates.59- `cross-agent-adversarial-review` -- Producer-never-confirmer adversarial review of a paper, proof, or code artifact across agent families with a fresh-agent confirmation gate.60- `engineering-delivery-loop-runbook` -- Bounded build-and-deliver loop runbook: single-path implementation with seen-to-fail proof, cross-agent diff verification, behavior-preserving cleanup, and five-lane broker-routed heavy-compute offload with per-lane safety gates.61- `reversible-decision-memo` -- Evidence-grounded decision record with named alternatives, source-cited rationale, reversibility class and trip-wires, and a fresh-context adversarial confirmation before the decision stands.