Ticket Routing

Frozen, deterministic decision (no LLM): maps priority, security_score, customer_tier, category, sla_breached to one of human_review, escalate_security, escalate_urgent, route_billing, route_engineering, route_default. Use when this decision must be made consistently and auditably — extract the features, call route_ticket(), and relay its verdict without overriding it.

CyrilLeMat 9ffc36b 6 files · 16.2 KB Updated

File contents

CyrilLeMat/temper-skills/tree/main/examples/ticket_routing/output/ticket-routing commit 9ffc36b4e8

Frequently asked questions

npx skillmds@latest add cyrillemat/ticket-routing