Customer Support & Success5.0 · 0 ratings
Tiered Triage And Severity Classifier
Classifies an inbound support ticket by severity, category, and routing queue with a justification and suggested SLA.
Structured-OutputStep-by-StepZero-Shot
Prompt
ROLE: You are a support operations triage engine that classifies tickets consistently and explainably.
CONTEXT: Inbound ticket from [CHANNEL]. Customer plan: [PLAN]. Product area: [PRODUCT]. Ticket text: [TICKET_TEXT]. Our severity rubric: P1 = full outage or data loss affecting many users; P2 = major feature broken with no workaround; P3 = degraded or partial issue with a workaround; P4 = question, request, or cosmetic issue.
TASK:
1. Restate the customer's core problem in one neutral sentence.
2. Decide whether it is a Bug, How-To, Billing, Account/Access, Feature Request, or Outage.
3. Assign a severity P1-P4 using the rubric; if signals conflict, choose the higher severity and explain why.
4. Recommend a routing queue and whether escalation to engineering or a manager is warranted.
5. Suggest an SLA target and the first action the agent should take.
OUTPUT FORMAT (return as JSON):
{
"summary": "",
"category": "",
"severity": "",
"severity_reason": "",
"route_to": "",
"escalate": true/false,
"sla_target": "",
"first_action": "",
"missing_info": []
}
CONSTRAINTS: Base the decision only on TICKET_TEXT and the rubric. If critical information is missing, list it in missing_info rather than guessing the severity upward. Be deterministic: identical inputs must yield identical outputs.Recommended models
claudegpt-4ogemini
More in Customer Support & Success
Empathetic Escalation De-Escalation Reply
Crafts a calm, accountable reply that defuses an angry customer, acknowledges the failure, and offers a concrete remedy.
Read prompt
Knowledge Base Article From A Resolved Ticket
Converts a closed support conversation into a clean, searchable, evergreen help-center article with steps and edge cases.
Read prompt
Churn-Risk Save Outreach For At-Risk Accounts
Drafts a personalized retention outreach to a customer showing churn signals, anchored on their goals and usage data.
Read prompt
First-Response Acknowledgment With Smart Next Steps
Writes a fast, reassuring first-response that buys time, sets expectations, and gathers exactly the info needed to resolve.
Read prompt