Requirements
Bring these inputs.
- Support message and approved category list
- Escalation rules and approved response snippets
Output contract
Know what done looks like.
A category, urgency, confidence score, draft response, and auditable route
Execution
Run the playbook.
- 01
Redact and normalize
Remove sensitive values and separate customer text from system metadata.
CopiedReturn a redacted message, language, product area, and explicit missing context. - 02
Classify with evidence
Choose one category and urgency using the approved taxonomy, never inferred customer value.
CopiedReturn category, urgency, confidence, and the exact sentence supporting the decision. - 03
Apply the escalation gate
Route security, billing disputes, legal threats, safety issues, and low-confidence items to a human.
CopiedEvaluate the escalation rules. If any rule matches or confidence is below 0.8, output HUMAN_REVIEW. - 04
Draft or route
Draft only from approved facts; log the final route and let a human own escalations.
CopiedDraft a concise response that acknowledges the issue, states the known next step, and makes no unsupported promise.
Field note
How to use this route.
The workflow optimizes queue clarity, not deflection rate. A clean escalation path is a success condition, especially for a one-person support operation.