What problem does it solve?
It solves performance uncertainty by requiring measurable evidence, precise bottleneck identification, and verification that optimizations truly improve real outcomes rather than guessing.
Core Features & Use Cases
- Baseline first performance diagnosis: Establishes a before baseline for the relevant path so improvements are comparable.
- Bottleneck-focused changes: Identifies where time is spent (frontend rendering/main thread or backend query/network/DB/cache/dependencies) and applies minimal, targeted fixes.
- Before/after proof and regression guard: Produces before/after results and, when needed, adds monitoring or thresholds to prevent future regressions.
- Build/review path adoption: Used when performance becomes a primary risk in build or review, often as a focused add-on from an implementation/progress parent skill.
Quick Start
Use the performance-optimization skill to establish a baseline, locate the bottleneck, apply the smallest targeted fix, and then provide before/after evidence for the specific slow path you are investigating.