Escalation Protocol
CommunitySeamless human escalation with full context.
Authorferundatattoo
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Route a conversation to a human (artist or admin) when the bot can't resolve, must respect Bug F escalation gates, and notify via SAGE channel (Regla #45).
Core Features & Use Cases
- Tools owned:
escalate_to_human,escalate_to_artist,request_artist_travel_availability. - When to invoke: ALWAYS available — this skill is appended to every eligible set by the resolver. The specific escalation tools to use:
escalate_to_humanfor general 'I want a person' requests;escalate_to_artistfor style/budget/timing decisions only the artist can make;request_artist_travel_availabilityfor cross-city / guest-spot inquiries (Doctrine #14 multi-maquila). Bug F gate (Regla #45 + S#77 hardening): only escalate ONCE per pending escalation TTL window (24h). Resolver enforces this via FSM context. - Anti-patterns: Escalating in EVERY turn after the first one (spam to artist's SAGE channel). Escalating without summarizing the brief — the artist needs context, not a 'client wants tattoo' ping.
- Wired by: Resolver selects eligible skills into the set based on FSM state + intent classifier + workspace config (when
CONCIERGE_SKILLS_V1_ENABLED=true). The tools listed undercapabilitiesget unioned byharness/skill-tool-union.ts::unionAllowedToolsand passed to the LLM as the active palette for the turn. Anything not in the union is invisible to the LLM that turn (progressive disclosure — fixes the 46-tool firehose problem from S#79 P1.quater).
Quick Start
Ask the bot to escalate to a human when automation cannot resolve the user request.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Escalation Protocol Download link: https://github.com/ferundatattoo/ethereal/archive/main.zip#escalation-protocol Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.