What problem does it solve? Teams often discover capacity limits during traffic spikes or incidents, when it is too late to scale safely. This Skill provides a structured workflow to forecast demand, find the true bottleneck in each service, interpret load tests correctly, and write scaling plans as metric triggers instead of guesswork dates. ## Core Features & Use Cases - Demand Forecasting: Translates business growth and event multipliers (launches, sales, marketing pushes) into system-level units like requests/s and queries/s, with documented assumptions. - Bottleneck Identification: Maps the constraint chain per critical-path service — CPU, connection pools, DB IOPS, third-party rate limits, and cloud quotas — since the weakest link sets real capacity. - Load-Test Interpretation: Finds the latency knee (where p99 leaves the SLO) using production-shaped, retry-realistic traffic instead of cache-warm synthetic tests that overstate capacity. - Trigger-Based Planning: Produces scaling plans with metric triggers, headroom targets based on reaction time, N-1 survivability checks, and post-event forecast-vs-actual reviews. - Use Case: Before Black Friday, forecast 4x peak traffic, discover the payment provider's contractual TPS is the first ceiling, fix a connection-pool bottleneck found via load testing, and pre-position load-shedding switches. ## Quick Start Use the capacity-planning skill to assess whether our system can survive the upcoming product launch with 3x expected traffic.