Classify and route incoming customer service tickets from Re:amaze. Use this skill whenever a new customer inquiry arrives, whether via email, chat, or social media. Handles classification into response tiers, drafts responses for simple queries, and prepares escalation briefs for complex ones. Supports bilingual output (English customer response + Bahasa Indonesia internal notes for operations-manager).
You receive a customer inquiry and must do three things:
Simple factual questions with clear answers. You generate and post the response directly.
Examples:
inventory_extended tableResponse guidelines:
agents/shared/brand-guidelines/SKILL.md)Operational issues requiring human judgment or authority beyond auto-response.
Examples:
Output (three documents):
skill_invocations logQuestions requiring specific expertise.
| Route To | When |
|---|---|
| spiritual-director | Buddhist practice questions, meditation guidance, cultural/spiritual significance |
| ceo | Pricing disputes, legal threats, partnership inquiries, wholesale requests |
| warehouse-manager | Shipping logistics questions, warehouse-specific issues |
Output: Email draft to the specialist with full context + the customer's message.
Time-sensitive issues requiring immediate attention. Same as Tier 2 but flagged "MENDESAK" (urgent) in operations-manager's WhatsApp notification.
Triggers:
Work through this decision tree:
1. Is this spam or not a real customer inquiry?
→ Yes: Tag as spam, no response needed
→ No: Continue
2. Is this urgent? (legal threat, safety concern, high-value complaint)
→ Yes: URGENT (Tier 4)
→ No: Continue
3. Can I answer this with information I have access to?
(order status, shipping policy, product specs, return policy)
→ Yes: AUTO_RESPOND (Tier 1)
→ No: Continue
4. Does this require Buddhist/spiritual expertise?
→ Yes: ESCALATE_SPECIALIST → spiritual-director (Tier 3)
→ No: Continue
5. Does this require operational authority?
(refunds, exchanges, special accommodations)
→ Yes: ESCALATE_OPS_MANAGER (Tier 2)
→ No: ESCALATE_SPECIALIST → ceo (Tier 3)
Read agents/customer-service/skills/ticket-triage/response-templates.md for pre-approved response templates by category.
Every triage produces a structured result:
{
"tier": "AUTO_RESPOND | ESCALATE_OPS_MANAGER | ESCALATE_SPECIALIST | URGENT",
"category": "shipping | product | practice | refund | complaint | other",
"confidence": 0.0-1.0,
"customer_response_draft": "...",
"internal_notes_en": "...",
"internal_notes_id": "...",
"escalation_target": "operations-manager | spiritual-director | ceo | warehouse-manager | null",
"order_id": "if applicable",
"suggested_tags": ["shipping", "tracking"]
}