From sla-sli-tracker
Defines and tracks Service Level Agreements, Indicators, and Objectives. Produces SLI definitions, SLO targets, error budgets, monitoring code, dashboards, and alert rules.
How this command is triggered — by the user, by Claude, or both
Slash command
/sla-sli-tracker:track-sla-sliThe summary Claude sees in its command listing — used to decide when to auto-load this command
# SLA/SLI/SLO Tracker Define and track Service Level Agreements, Indicators, and Objectives. ## Components 1. **SLI (Service Level Indicators)**: Quantitative measures of service - Availability: Uptime percentage - Latency: Response time percentiles - Error Rate: Request failure percentage - Throughput: Requests per second 2. **SLO (Service Level Objectives)**: Target values for SLIs - Example: 99.9% availability, p95 < 200ms 3. **SLA (Service Level Agreements)**: Formal commitments - Customer-facing availability guarantees - Penalty clauses for violations 4. **Er...
Define and track Service Level Agreements, Indicators, and Objectives.
SLI (Service Level Indicators): Quantitative measures of service
SLO (Service Level Objectives): Target values for SLIs
SLA (Service Level Agreements): Formal commitments
Error Budgets: Allowed downtime/errors
Provide:
npx claudepluginhub camillanapoles/claude-code-plugins-plus-skills --plugin sla-sli-tracker17plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 17 plugins
/track-sla-sliDefines and tracks Service Level Agreements, Indicators, and Objectives. Produces SLI definitions, SLO targets, error budgets, monitoring code, dashboards, and alert rules.
/slo-implementDesigns SLO frameworks with SLI candidates, error budgets, and measurement strategies for service reliability. Accepts requirements via $ARGUMENTS.
/hatch3r-slo-scaffoldGenerates baseline SLI/SLO scaffolding for a service: availability/latency objectives, error budget, and burn-rate alert rules in OpenSLO format. Clarifies ambiguous inputs.
/sloDefines SLO/SLI for a specified service and tracks its reliability metrics, optionally by type like availability or latency.