escalation
SolidConfidence-based model tier escalation for agent tasks. Defines when to escalate from Haiku to Sonnet to Opus, escalation signals, and the never-skip-tiers rule. Use when an agent fails or underperforms.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- majiayu000
- Repository
- majiayu000/claude-skill-registry
- Created
- 5 months ago
- Last Updated
- today
- Language
- HTML
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
escalation-governance
Assess whether to escalate models. Use when evaluating reasoning depth.
human-escalation
An agent that knows the boundary of its own authority and competence - pausing to involve a human when decisions carry risk, when requirements are ambiguous, or when the task exceeds what autonomous execution should handle. Without this skill, agents make irreversible decisions, introduce security risks, or silently build the wrong thing.
cost-tier-routing
Use BEFORE doing direct file search, bulk reads, data import/export, or routine coding edits in the main conversation. Routes work to the cheapest model that can do it correctly — haiku for search/IO, sonnet for coding, opus for orchestration/architecture. Triggers when about to call Read on >2 files, Grep/Glob across the repo, batch CSV/JSON transforms, or any "where is X / list all Y / count Z" question. Also triggers when the orchestrator (you, on opus) is about to write straightforward code that a sonnet subagent could handle.
advisor-mode
Tiered model routing — classifies incoming tasks by complexity and dispatches to the correct model tier: Tier C (Haiku, simple/high-volume), Tier B (Sonnet, mid-complexity), Tier A (Sonnet + Opus advisor, strategic/complex), Tier A+ (Opus solo, highest stakes). Uses Anthropic's native advisor_20260301 API tool for Tier A dispatch. Enforces plan-before-act discipline: Opus advises on the PLAN, executor carries out the plan. Budget control via max_uses parameter. Trigger on: "what tier is this", "classify this task", "dispatch this", "which model should handle", "advisor mode", "route this task", "run this as tier A", "check my advisor budget", "run with opus advisor", "advisor dispatch", "tier routing".
bosskuai-cross-model-escalation
Use this when the current model is stuck, low-confidence, missing a capability, or repeating failed attempts. It defines how to bring in another model, tool surface, or session for scoped assistance across Claude, Codex, and Cursor without losing ownership of the task.