escalation-router

Route error reports to researcher or human escalation paths with structured handoffs.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/blueif16/amazing-claude-code-plugins --skill escalation-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: escalation-router
Source: https://github.com/blueif16/amazing-claude-code-plugins/tree/main/infistack/skills/escalation-router
Command: npx skills add https://github.com/blueif16/amazing-claude-code-plugins --skill escalation-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Determines escalation paths when errors exceed retry attempts, and formats handoffs for the next stage (researcher or human) with structured signal documentation.

Core Features & Use Cases

  • Error analysis: Evaluate complexity of error reports to determine escalation type.
  • Routing decision: Route to a researcher if knowledge is sufficient or to human intervention if needed.
  • Handoff formatting: Produce a clean handoff document for downstream agents.

Quick Start

Provide an error report; the router outputs a routing decision and a handoff document ready for escalation.

Frequently Asked Questions about escalation-router

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

FAQPage Schema
How do I route error reports to the right escalation path?

Escalation routing evaluates error complexity and directs reports to researchers when knowledge is sufficient or to humans when intervention is needed. Provide an error report; the router outputs a routing decision and structured handoff document for the next stage.

When should I escalate errors instead of retrying them?

Escalate when fix-engine retries are exhausted or errors reveal knowledge gaps, API confusion, vague requirements, external dependency blocks, or prior research failure. The router identifies these conditions and signals appropriate escalation type while preserving API contracts.

What does a handoff document include for researchers or humans?

The handoff document formats error analysis, routing rationale, and context for downstream agents. It structures the escalation signal with preserved API contracts and test compatibility so researchers or humans can act immediately.

Can I use escalation routing with existing error handling and tests?

Yes. The router preserves API contracts and existing tests during escalation, maintaining compatibility with current error-handling workflows while adding structured routing and handoff documentation.

How does the router decide between researcher and human escalation?

The router applies decision criteria evaluating whether sufficient domain knowledge exists to resolve the issue. Knowledge gaps, library confusion, or requirement ambiguity trigger human escalation; resolvable technical issues route to researchers.

What error conditions trigger escalation routing?

Escalation activates when retries exhaust, knowledge gaps emerge, API or library confusion occurs, PRDs lack clarity, external dependencies block progress, or prior research attempts failed. The router analyzes each condition and formats the appropriate handoff.