sla-management

sla-management is a skill for Claude Code from LeadMagic/gtm-skills. It costs 97 tokens per session (3,237 once invoked), scanned A, original, MIT.

A guide for designing and managing customer-support SLAs, or service level agreements: agreed targets for response and resolution times. It covers priorities, customer tiers, working hours, escalations, and performance tracking.

In plain words
What is it for?
Use it to create ticket-priority matrices, set first-response and resolution targets, define escalation paths, configure business hours, and plan SLA dashboards.
Why use it?
It helps support teams set response promises they can measure and follow instead of relying on vague or unrealistic targets.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Part of the gtm-skills plugin — 196 skills shipped together

Good fit Use it to create ticket-priority matrices, set first-response and resolution targets, define escalation paths, configure business hours, and plan SLA dashboards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leadmagic/gtm-skills/sla-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeadMagic/gtm-skills --skill sla-management
Clone the repo
git clone --depth 1 https://github.com/LeadMagic/gtm-skills

Made for: Claude Code.

Or install gtm-skills, the plugin that ships this one along with the rest of its 196 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sla-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/leadmagic/gtm-skills/sla-management/github.svg)](https://agentmods.dev/skills/leadmagic/gtm-skills/sla-management)
Your own site
<a href="https://agentmods.dev/skills/leadmagic/gtm-skills/sla-management"><img src="https://agentmods.dev/badge/skills/leadmagic/gtm-skills/sla-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sla-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/leadmagic/gtm-skills/sla-management"><img src="https://agentmods.dev/badge/skills/leadmagic/gtm-skills/sla-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,237 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.03237
Opus 5 $0.00048 $0.01618
Sonnet 5 $0.00019 $0.00647
Haiku 4.5 $0.00010 $0.00324

Measured 5d ago against content hash 3010da533032, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sla-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check-output.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/customer-success/sla-management/SKILL.md · 324 lines

How it starts

The opening of the file, as written. The whole thing — 324 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SLA Management

Overview

SLAs are promises. Breaking them breaks trust. The mistake: setting SLAs based on what sounds good ("we respond in 1 hour!") instead of what's operationally sustainable. When the team misses the SLA 50% of the time, customers learn the promise is empty. This skill covers SLA design by ticket priority, customer tier, and channel — plus escalation paths, business hours configuration, and the dashboard to track it all.

Authoritative Foundations

  • ITIL 4 — Service Level Management practice — Service Level Management practice
  • Zendesk — SLA Policy Design Guide — SLA Policy Design Guide
  • Intercom — SLA and Business Hours Configuration — SLA and Business Hours Configuration
  • HDI — Support Center Certification Standards — Support Center Certification Standards

When to Use

Trigger phrases: "design support SLAs", "set up SLA policies", "ticket priority matrix", "escalation policy", "first response time target", "SLA compliance dashboard", "support tiers by plan", "business hours setup", "after-hours support", "ticket routing rules", "escalation path"

Step-by-Step Process

Phase 1: SLA Architecture

Two types of SLAs (implement both):

  1. First Response Time (FRT): Time until a HUMAN acknowledges the ticket. Auto-replies DON'T count. "We're on it" = response. Auto-responder = not.

  2. Resolution Time: Time until the issue is resolved. "Resolved" = customer confirms it's fixed, OR 72 hours of silence after proposed solution.

Priority matrix (4-level standard):

Priority Definition Examples FRT Resolution
P1 — Critical System down, security incident, data loss, revenue blocked Can't log in, billing failed for all users, API down 15 min 2 hours
P2 — High Major feature broken, workflow blocked, no workaround Export failing, campaign can't send, integration down 1 hour 8 hours
P3 — Normal Question, minor bug, configuration help, workaround exists "How do I set up X?", report looks wrong 4 hours 24 hours
P4 — Low Feature request, cosmetic bug, nice-to-have "Add dark mode", typo on page 8 hours 5 days or "Deferred"

Read the full file on GitHub · 324 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed 3010da533032
  2. 9d ago First seen · 324 lines · 97 tokens per session scan A 816be5795957

Subscribe to this mod's changes

sla-management is a skill published in the GitHub repository LeadMagic/gtm-skills (48 stars, last pushed yesterday), licensed MIT. It adds 97 tokens to every session and 3,237 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

product-signal

Route post-sale and field signals into product's roadmap queue, and write the buyer-facing line for anything shipped. Trigger when the user says "what should product hear", "triage the roadmap signals", "route this to product", "feature request", or "what does this feature mean for the buyer".

etrebels/claude-code-growth-os · 65 tokens

onboarding-handoff

Run the Won→onboarding handoff — the seam most teams drop. Trigger when a deal is marked won/closed-won, when the user says "we won X", "hand this off to onboarding", "kick off the new customer", or "onboarding checklist".

etrebels/claude-code-growth-os · 61 tokens

client-health-review

Sweep every client folder and report what needs attention — renewals inside 90 days, accounts in their first 90 days, missing success definitions, accounts with no QBR in two quarters, unfilled proof stubs, stale reviews, and referral-ready accounts. Use for portfolio review, retention review, or before starting new…

b2bforce/b2bforce · 71 tokens

client-onboarding

Turn a won deal into a first-90-days plan with a written success definition, named stakeholders and what each judges success by, and checkpoints at day 14, 30, and 90. Use right after a win, when a new client starts, or when an existing account has no agreed definition of what success means.

b2bforce/b2bforce · 70 tokens

session-relay

Maintain lightweight project continuity for long GTM Brain builds by keeping a relay README as the source of truth, archiving transcript links without reading them by default, and producing concise handoff prompts.

Andytoizer/gtm-brain-builder · 42 tokens

handle-linkedin-connection-request-signal

Use this skill when someone sends a team member an inbound LinkedIn connection request. An inbound request is a deliberate, ACTIVE first-party intent signal — meaningfully stronger than a passive profile view — and it deserves different scoring rules. The skill resolves and enriches the requester, gates them through…

swan-gtm/gtm-skills · 160 tokens