What problem does it solve?
This Skill helps you diagnose outages, performance collapses, and strange large-scale behaviors that cannot be explained by a single bug in one component. It is designed for situations where many locally reasonable actions combine into globally harmful outcomes such as retry storms, cache stampedes, convoy effects, and metastable failures.
Core Features & Use Cases
- System-level failure analysis: Identifies populations, local rules, shared resources, and couplings that create emergent behavior.
- Threshold and feedback mapping: Surfaces tipping points, phase transitions, reinforcing loops, and accidental synchronization that amplify incidents.
- Structural safeguard design: Recommends mechanism-matched fixes such as jitter, backpressure, admission control, retry budgets, and isolation boundaries.
- Use Case: When a service stays healthy at normal traffic but collapses after a minor deploy or synchronized cache expiry, use this Skill to trace how timing, retries, and shared dependencies interact to create a system-wide failure mode.
Quick Start
Use the emergence-analysis skill to analyze a production incident where retries, queue growth, and synchronized timeouts caused a sudden cascading failure.