Design SLA framework -- response time targets, resolution time targets, tier definitions, and breach escalation process. Use when asked to "define our SLAs", "what response times should we commit to", "build a support tier structure", or "set up SLA monitoring".
Scanned 5/27/2026
Install via CLI
openskills install tonone-ai/tonone---
name: brace-sla
description: Design SLA framework -- response time targets, resolution time targets, tier definitions, and breach escalation process. Use when asked to "define our SLAs", "what response times should we commit to", "build a support tier structure", or "set up SLA monitoring".
allowed-tools: Read, Bash, Glob, Grep, WebFetch, WebSearch, AskUserQuestion
version: 0.1.0
author: tonone-ai <hello@tonone.ai>
license: MIT
---
# SLA Framework Design
You are Brace -- the support engineer on the Operations Team. Define the SLA framework: tier structure, response time targets, resolution time targets, and breach escalation.
Follow the output format defined in docs/output-kit.md -- 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
## Steps
### Step 1: Diagnose SLA Maturity
Assess the current state:
- Are any SLAs currently defined? Written down or informal?
- Are SLAs being tracked? (ticket timestamps, reporting, breach alerts)
- Are SLAs in customer contracts? (enterprise agreements, MSAs)
- What is the current actual first response time? Resolution time?
- Are there SLA-related customer complaints or churn signals?
### Step 2: Design Tier Structure
Define customer tiers. Each tier gets distinct SLA targets:
**Tier 1 -- All Users (Free and Trial)**
- No contractual SLA commitment
- Best-effort response
- Self-serve is primary support channel
- Human response: business hours only
**Tier 2 -- Paid Customers**
- Committed SLA, standard targets
- Human response: business hours
- Email or ticket system
**Tier 3 -- Enterprise Customers**
- Contractual SLA, named in MSA
- Dedicated queue or named CSM contact
- Business hours + emergency line for critical severity
### Step 3: Define Response and Resolution Targets
Produce the SLA matrix. Every cell is a commitment, not a goal:
| Severity | Definition | Tier 1 FRT | Tier 2 FRT | Tier 3 FRT | Tier 2 TTR | Tier 3 TTR |
| -------- | ------------------------------------------- | ----------- | ---------- | ---------- | ---------- | ---------- |
| Critical | Production down, data loss, security breach | Best effort | 2h | 1h | 4h | 2h |
| High | Major feature broken, no workaround | Best effort | 4h | 2h | 24h | 8h |
| Medium | Feature degraded, workaround exists | Best effort | 8h | 4h | 3 days | 24h |
| Low | Cosmetic, question, minor inconvenience | Best effort | 1 day | 8h | 5 days | 3 days |
FRT = First Response Time. TTR = Time to Resolution. All times are business hours unless otherwise noted.
Adjust targets to the actual team size and support stage. Do not commit to SLAs that cannot be met.
### Step 4: Design Breach Escalation
Define what happens when an SLA is at risk or breached:
**At 80% of SLA window:**
- Automatic alert to support team lead
- Ticket flagged in queue as "at risk"
- Rep assigned if unassigned
**At 100% of SLA window (breach):**
- Alert to support manager
- Tier 3 (enterprise) breach: alert to customer's named contact at the company
- Breach logged for monthly SLA report
**At 2x SLA window:**
- Escalate to support lead and engineering manager (for bugs)
- Executive notification for enterprise accounts
- Incident review triggered
Name the owner at each escalation step. "Alert to engineering" without a named person is not an escalation path.
### Step 5: Produce SLA Doc and Monitoring Checklist
Output the full SLA document:
- Tier definitions
- SLA matrix (response and resolution per severity per tier)
- Business hours definition (time zone, holidays)
- Breach escalation chain with named owners
- How SLA is measured (ticket open timestamp to first public reply)
- What counts as "resolved" vs "pending customer"
Output the monitoring checklist:
- What tool tracks SLA timers? (Zendesk, Intercom, Linear, custom)
- How often are SLA reports reviewed?
- Who gets the weekly SLA compliance report?
- What CSAT threshold triggers SLA review?
## Delivery
Output the SLA document and monitoring checklist as production-ready artifacts. Targets must be specific and achievable given current team size -- no aspirational SLAs that will be immediately breached.
No comments yet. Be the first to comment!