Provides a complete framework for implementing Service Level Objectives with Prometheus recording rules, multi-window burn rate alerts, and error budget tracking. You'd use this when moving from reactive monitoring to proactive reliability engineering, especially if you're establishing SRE practices or need to balance feature velocity with service reliability. The skill generates specific Prometheus queries for availability and latency SLIs, configures tiered alerting that reduces false positives, and includes Grafana dashboard structures for visualizing error budget consumption. The multi-window burn rate detection is solid and the error budget policy framework gives you concrete thresholds for development freezes.
npx skills add https://github.com/wshobson/agents --skill slo-implementation