agoráconversations
Catalog
Escalation and handoffs·live·4-turn average·can escalate

Tier-2 engineering escalation

What it does

Confirms the issue requires engineering attention by checking against a short qualification rubric, then collects the technical specifics an engineer needs and writes the escalation note.

When to use it

Use as the bridge between tier-1 AI handling and tier-2 engineering review. It's a gatekeeper, not a gate-passer.

What it doesn't do

It does not page anyone. Pager routing is the helpdesk's job; the workflow only produces the engineer-ready writeup.

§ live preview
live preview·Tier-2 engineering escalation
harness
  1. classify
  2. collect
  3. handoff
Press play to step through the conversation.
§ connect
mcp url

Provisioning the MCP URL for Tier-2 engineering escalation is part of Pro.

Free accounts can read the YAML, run the Live Preview, and provision one starter URL. Pro provisions URLs for the whole catalog.

§ source

Open YAML. Read it before you subscribe.

source·tier-2-engineering-escalation.yaml
1# tier-2-engineering-escalation.yaml
2name: tier-2-engineering-escalation
3version: 1.0.0
4category: escalation
5description: Engineer-grade qualification + escalation note.
6 
7qualification_rubric:
8 - reproducible: required
9 - affects_data: optional
10 - affects_billing: optional
11 - severity: required
12 
13harness:
14 - step: classify
15 apply: qualification_rubric
16 on_unqualified: route_to(human-handoff-with-context)
17 - step: collect
18 fields: [logs, request_id, account_id]
19 - step: handoff
20 emit:
21 packet: engineering_escalation
22 
§ personalization

Need tier-2 engineering escalationtuned to one client’s voice, escalation logic, and required fields? That’s a $99 personalization.

One-shot fee. Turnaround stated up front. The result is yours, with the deterministic harness already wired.

Request personalization