performance-capacity
Installation
SKILL.md
Performance Capacity
Purpose
Use this skill to make performance measurable before optimizing. It turns vague "make it faster" work into budgets, probes, bottleneck hypotheses, and regression gates.
Baseline First
Before changing code, capture:
- User-facing operation or background job under test.
- Current p50/p95/p99 latency or throughput.
- Data size and concurrency assumptions.
- Resource limits: CPU, memory, IO, network, database, queue.
- Existing cache behavior and invalidation rules.
- Cost or quota constraints.
If no baseline can be gathered, state the nearest measurable proxy and its limitations.