escalation

Escalate agent tasks from Haiku to Sonnet to Opus on failure signals.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/eysenfalk/git-review --skill escalation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: escalation
Source: https://github.com/eysenfalk/git-review/tree/main/.claude/skills/escalation
Command: npx skills add https://github.com/eysenfalk/git-review --skill escalation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured protocol for escalating AI model tiers when an agent fails or underperforms, ensuring efficient resource utilization and task completion.

Core Features & Use Cases

  • Tiered Escalation Path: Defines a clear progression from Haiku to Sonnet to Opus.
  • Escalation Triggers: Specifies conditions for escalation (e.g., test failures, timeouts).
  • Never-Skip-Tiers Rule: Enforces sequential escalation, preventing direct jumps to higher tiers.
  • Use Case: When a junior coder agent (Haiku) fails to fix a bug after one retry, the task is automatically escalated to a more capable coder agent (Sonnet) with context on the previous failure.

Quick Start

Use the escalation skill to re-assign a task to the next model tier when the current agent fails.

Frequently Asked Questions about escalation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does model tier escalation work for AI agent workflows?

Model tier escalation for AI workflows progresses tasks from Haiku to Sonnet to Opus based on failure signals. It enforces a never-skip-tiers rule, escalating sequentially only when specific triggers like test failures, timeouts, or repeated hook blocks occur.

What triggers an AI model tier escalation to a higher capacity agent?

Escalation triggers include test failures, timeouts, and repeated hook blocks. When a lower-tier agent encounters these failure signals, the task is escalated to the next model tier along with context on the previous failure.

How do I set up task re-assignment when a coding agent fails a retry?

Use the escalation protocol to re-assign a task to the next model tier when the current agent fails. When a junior coder agent fails a bug fix after one retry, the task automatically escalates to a more capable coder agent with failure context.

Can I skip model tiers and escalate directly from Haiku to Opus?

No, the protocol enforces a never-skip-tiers rule requiring sequential progression from Haiku to Sonnet to Opus. This prevents direct jumps to higher tiers, ensuring structured failure recovery and efficient resource utilization.

Do I need a diagnostic skill to analyze agent failures before escalating model tiers?

Yes, a diagnostic skill is required for failure analysis during model tier escalation. It works alongside the escalation protocol to analyze failure signals and logs all escalations for pattern review.

How are escalation events logged for AI agent performance review?

The escalation protocol logs all tier escalations for pattern review. By recording when tasks progress from Haiku to Sonnet to Opus based on triggers, it provides structured data to analyze agent performance and recurring failure signals.