What problem does it solve? Production systems fail in ways QA never catches: cascading failures, hung threads, retry storms, and unbounded queries. This Skill provides a structured framework based on Michael Nygard's Release It! to audit, design, and operate software that survives real production conditions. ## Core Features & Use Cases - Stability Patterns & Anti-Patterns: Identify integration-point risks and apply circuit breakers, bulkheads, timeouts, and retry-with-backoff to stop cascading failures. - Capacity & Deployment Guidance: Plan load/stress/soak testing, size connection pools, and implement zero-downtime deployments with canary releases and feature flags. - Observability & Chaos Engineering: Design deep health checks, RED/USE metrics, SLO-based alerting, and controlled failure-injection experiments. - Use Case: When investigating a production outage caused by a slow downstream API, use this Skill to diagnose the missing timeout and circuit breaker, then score the system 0-10 and get a concrete remediation plan. ## Quick Start Ask the AI to review your service architecture for production readiness using the Release It framework and list the stability gaps with fixes.