What problem does it solve?
Performance optimization is hard without a structured, repeatable workflow. This Skill provides a principled framework to measure, analyze, and improve system performance through iterative cycles, ensuring changes are data-driven and verifiable.
Core Features & Use Cases
- Systematic measurement before change: establish baselines to compare against.
- Bottleneck prioritization: identify the most impactful constraint and address it first.
- End-to-end workflow: define goals, design test scenarios, collect baseline data, analyze root causes, design improvements, implement plans, verify results, and document outcomes.
- Guidance for collaboration: uses a subagent-driven approach (oracle and explore) and human-in-the-loop protocol for safe decision making.
- Use cases include platform performance tuning, application code optimization, database query improvements, and infrastructure adjustments.
Quick Start
Define your performance goals and SLOs, design a test scenario, run a baseline measurement, analyze bottlenecks, implement improvements, and verify results following the workflow described here.