What problem does it solve? Distributed systems fail in unpredictable ways, and teams often discover weaknesses only during real outages. This Skill helps you proactively design controlled chaos experiments, inject failures safely, and run game day exercises so you can find and fix resilience gaps before customers do. ## Core Features & Use Cases - Experiment Design: Create hypothesis-driven chaos experiments with defined steady states, blast radius limits, automated rollback triggers, and safety checklists. - Failure Injection Frameworks: Implement chaos using Litmus Chaos, Chaos Mesh, Chaos Monkey, Gremlin, Toxiproxy, and Pumba across Kubernetes, AWS, Docker, and network layers. - Game Day Facilitation: Plan and execute structured game days with runbooks, observation templates, surprise scenarios, and post-mortem reports. - Use Case: A platform team wants to verify their Kubernetes service survives pod failures. Use this Skill to generate a Litmus ChaosEngine manifest that deletes pods with a capped blast radius, monitor the ChaosResult verdict, and roll back automatically if error rates spike. ## Quick Start Design a chaos experiment that deletes pods of my-service in the staging namespace using Litmus Chaos with a 33% blast radius and automatic rollback.