workflow-performance
Installation
SKILL.md
Performance Optimization Workflow
Systematic approach to finding and fixing performance issues.
Phase 1: Baseline
Agents: performance-engineer
Measure current state:
- Response times (p50, p95, p99)
- Memory usage
- CPU utilization
- Database query times
- Bundle sizes (frontend)
- Render performance
Output: Baseline metrics report
Phase 2: Bottleneck Identification
Agents: performance-engineer