@zack/support-escalation-loop
Portable support orchestration loop for triage, response drafting, and escalation handoff decisions.
Install
agentpm install @zack/support-escalation-loop@0.1.0Load
import { loadLoop } from '@agentpm/sdk';
const loop = await loadLoop('@zack/support-escalation-loop@0.1.0');Weekly installs
2
0%
Last publish
1d ago
v0.1.0
Phases
triage
EntryAssess the customer issue, determine whether a direct response is possible, and decide whether escalation is required.
Access intent
Tools: allowedKnowledge: allowedMemory read: allowed
Outcomes
- can-replyThe issue can move into a direct customer response.
- needs-escalationThe issue requires a specialist handoff or explicit escalation review.
draft-response
Prepare a customer-facing reply that states the current status, names ownership, and sets the next checkpoint clearly.
Access intent
Tools: allowedKnowledge: allowedMemory read: allowedMemory write: allowed
Outcomes
- ready-to-sendThe reply is complete and the thread can close without escalation.
- needs-revisionThe current draft is incomplete or unclear and needs another pass through triage.
- needs-escalationThe draft surfaced a risk, ownership boundary, or missing authority that requires escalation.
prepare-handoff
Implicit completeCapture the escalation reason, preserve the next-step context, and package the handoff clearly for the receiving owner.
Access intent
Tools: blockedKnowledge: allowedMemory read: allowedMemory write: allowed
This phase does not declare explicit outcomes, so it falls through to an implicit
complete outcome.Transitions
triageon
can-reply→draft-responsetriageon
needs-escalation→prepare-handoffdraft-responseon
ready-to-send→$enddraft-responseon
needs-revision→triagedraft-responseon
needs-escalation→prepare-handoffprepare-handoffon
complete→$handoff