Performance Tuner — Debug Workflow¶
Description: Fix issues and errors in artifacts
When to Use¶
Use the debug workflow when you need to fix issues and errors in artifacts.
Input Requirements¶
- Application performance metrics and baseline measurements
- Profiling traces and flame graphs from production workloads
- Load test results and stress test reports
- Infrastructure resource utilization data (CPU, memory, I/O, network)
Process¶
- Initialize — Set up the debug context for Performance Tuner
- Execute — Perform the debug operation following Performance Tuner's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Performance profiling reports with bottleneck identification
- Benchmark comparison matrices showing before/after metrics
- Optimization recommendation documents with expected impact estimates
- Resource utilization dashboards with trend analysis
Quality Gates¶
- All optimizations must be validated by reproducible benchmarks
- No performance changes deployed without regression testing
- Baseline measurements required before any tuning iteration
- Resource efficiency gains must not degrade correctness or reliability