What problem does it solve? Production systems fail in ways that testing never reveals: cascading failures, thread pool exhaustion, retry storms, and unbounded queries that only surface under real load. This Skill provides a structured framework based on Michael Nygard's Release It! methodology to audit, design, and operate software that survives production. ## Core Features & Use Cases - Stability Pattern Library: Apply circuit breakers, bulkheads, timeouts, retries with backoff, and fail-fast strategies to stop cascading failures at integration points. - Capacity & Deployment Guidance: Plan load/stress/soak testing, size connection and thread pools, and implement zero-downtime deployments with blue-green, canary, and feature flags. - Observability & Chaos Engineering: Design health checks, RED/USE metrics, SLOs with error budgets, and controlled failure-injection experiments with blast radius controls. - Use Case: When your service keeps crashing under load or you are planning a zero-downtime deployment, use this Skill to score the system 0-10 against production-readiness principles and get concrete fixes for each gap. ## Quick Start Ask the AI to audit your service architecture for production readiness using the Release It framework and list the specific improvements needed to reach a 10/10 score.