← ClaudeAtlas

it-service-desk-triagelisted

Triages inbound service desk contacts: separates incident from request from problem, sets priority from impact and urgency, routes to the right queue first time, and decides when to escalate or link tickets to a major incident. Use when a ticket arrives and needs classification, when a queue has backed up and needs prioritising, when reassignments keep bouncing a ticket between teams, or when several tickets look like one underlying fault. Trigger on 'triage this ticket', 'what priority is this', 'which team owns this', 'the queue is backed up', 'is this P1', 'ticket keeps bouncing'. Not for the periodic recertification of who should have access — that is it-access-review; not for scheduling the fix once it needs a controlled production change, which is it-change-management.
alihusains/enterprise-skills · ★ 0 · AI & Automation · score 73
Install: claude install-skill alihusains/enterprise-skills
# Service desk triage ## Purpose Triage errors are expensive in a way that is invisible in the queue metrics: a misclassified ticket sits in the wrong team's backlog for days, a priority set from the reporter's tone rather than actual impact starves a genuine outage of attention, and forty tickets about one broken component get worked forty times. This skill sets the classification rules, the priority matrix, and the routing decision so the first assignment is usually the right one. ## Prerequisites - **Inputs:** the reported symptom in the user's words; who is affected and how many; when it started and whether it is ongoing; what changed recently for that user or that service; the service the symptom belongs to. - **Access:** the ticket system, the service catalogue and its ownership map, the current major incident list, and the recent change log. If the ticket does not say what the user was trying to do and what happened instead, ask before classifying. Triage on an ambiguous symptom is guesswork, and the resulting misroute costs more than the question. ## Procedure 1. **Classify the contact type. This decides everything downstream.** | Type | Definition | Goal | | --- | --- | --- | | Incident | Something that worked, or should work, is not working | Restore service, fastest safe path | | Service request | A pre-defined, catalogued thing the user is entitled to ask for (access, install, hardware, account) | Fulfil against the standard procedure |