What problem does it solve? Engineering teams often scale reactively or guess at infrastructure changes, wasting money on the wrong fixes. This Skill provides a systematic method to measure bottlenecks, prioritize scaling actions by ROI, and plan growth from 1x to 1000x traffic. ## Core Features & Use Cases - Bottleneck Analysis: Profiles current system metrics (traffic, query latency, CPU, cache hit rate) and maps each symptom to a measurable trigger threshold. - Ordered Scaling Strategies: Organizes fixes into four levels from quick wins (indexes, Redis caching) to architecture changes (sharding, event-driven design), each with expected impact, cost, and effort. - Phased Growth Plans: Provides 10x, 100x, and 1000x roadmaps with timelines, cost projections, load testing commands, and a cost-benefit ROI table. - Use Case: Your API's p95 latency just crossed 500ms and CPU is at 70%. Use this Skill to identify the database as the bottleneck, apply indexes and Redis caching first, then schedule read replicas before hitting critical thresholds. ## Quick Start Ask the AI to analyze your system's current performance metrics and generate a phased scalability plan with triggers and cost estimates.