Performance Optimizer
When to Use
- User says optimize performance or task matches this capability
- User says make faster or task matches this capability
- User says performance tune or task matches this capability
Workflow
- Profile hot paths: tools, loops, prompts.
- Apply: caching, shorter prompts, parallel tools, lazy load.
- Measure improvement.
- Document tradeoffs for user.
Integrations
bottleneck-resolverparallel-tool-orchestratorpredictive-cache-manager
Error Handling
| Failure | Response |
|---|---|
| No baseline | Record timing before changes. |
Gotchas
- Do not sacrifice correctness for speed.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.