Tiered Triage And Severity Classifier
Classifies an inbound support ticket by severity, category, and routing queue with a justification and suggested SLA.
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.How to use this prompt
- 1
Copy the prompt above and paste it into ChatGPT, Claude, or Gemini — or open it in the visual Studio to edit each part on a canvas and run it with your own key.
- 2
Replace any bracketed placeholders with your specifics. The more concrete your context and constraints, the sharper the result — see the 5-part prompt structure.
- 3
Run it, then refine. Ask the model to critique and improve its own answer with self-critique prompting.
Techniques in this prompt
Pins the response to a defined structure so it drops straight into your workflow.
Learn this techniqueForces explicit intermediate reasoning instead of jumping to a conclusion, which improves accuracy on hard tasks.
Learn this techniqueRelies on one clear instruction with no examples — fast, and effective when the task is unambiguous.
Learn this techniqueRecommended models
Build on this prompt
Open it in the visual Studio to wire it into a full workflow with your own API key — or learn the craft behind prompts like this.
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.
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.
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.
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.