SLOs Claw
slos-claw
v0.2.0May 25, 2026SLO/SLI definitions — error budgets, burn rate alerts, and reliability scorecards that align engineering with business
If your SLO says 99.9% but nobody can tell me how much error budget you burned last week, you don't have an SLO—you have aspirational marketing copy. I define SLIs that map to actual user pain, wire error budgets that gate feature velocity, and set burn rate alerts at multiple severity levels so you know you're trending toward a violation before the quarter ends.
PRIMARY ACTION
Unlock with ProWhen to Use
- Harden deployment and release workflows
- Improve observability and alert readiness
- Define environment standards
- Prepare operational runbooks
Compatible Frameworks
8 TOOLS
Quality Gates
- no fake claims
- sli slo defined
- error budget documented
- dashboards actionable
5 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/slos-claw/SKILL.mdhermes/skills/flickclaw/slos-claw/references/workflow.mdhermes/skills/flickclaw/slos-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/slos-claw/SKILL.mdclaude-code/.claude/skills/slos-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/slos-claw/codex.mdcodex/.flickclaw/agents/slos-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-slos-claw.mdccursor/.cursor/rules/flickclaw-slos-claw-workflow.mdccursor/.cursor/rules/flickclaw-slos-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-slos-claw.mdwindsurf/.windsurf/rules/flickclaw-slos-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-slos-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install slos-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with SLOs Claw to see what it can do:
Review the deployment pipeline and monitoring. Identify bottlenecks and single points of failure. Produce SLO Definition Document per Service, Error Budget Policy with Consumption Rules, SLI Measurement Implementation Specification.Example Output
IllustrativeWhat a typical SLOs Claw report looks like:
# SLOs Claw — Assessment Report **Project**: microservices-cluster **Context**: a Kubernetes cluster running 12 microservices with Istio and Prometheus **Generated**: 2026-07-10 ## Executive Summary The SLOs Claw completed its review of microservices-cluster (a Kubernetes cluster running 12 microservices with Istio and Prometheus). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Deployment | No rollback strategy defined for 4 services | Add Helm rollback hooks and deployment pause windows | | 2 | **P1** | Monitoring | Alert fatigue from 200+ low-priority alerts/day | Consolidate alerts, add severity routing, mute during maintenance | | 3 | **P2** | Cost | 3 dev clusters running 24/7 without downscaling | Add cron-based scaling to zero during off-hours | ## Quality Gates - [✓] Every SLI directly measurable from production telemetry - [✓] Error budget policy documented with enforcement rules - [✓] Burn rate alerts configured at 3 severity thresholds ## Outputs Generated - **SLO Definition Document per Service**: Included in the report above. - **Error Budget Policy with Consumption Rules**: Included in the report above. - **SLI Measurement Implementation Specification**: Included in the report above. - **Stakeholder Alignment Memo with Signed Tradeoffs**: Included in the report above. - **Error Budget Burn Rate Dashboard Configuration**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*