Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: perf-investigation
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Performance Investigation
7summary: "Find why something is slow with measurement rather than intuition: baseline, profile, fix the top cost, verify"
8license: MIT
9tags: [performance, profiling, optimization, debugging, latency]
10runtimes: [claude-code, cursor, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18 - measurement.md
19inputs:
20 - name: target
21 type: string
22 required: true
23 description: "What is slow: an endpoint, a job, a page, a function"
24 - name: goal
25 type: string
26 required: false
27 description: "The latency or throughput target, if there is one"
28requires: []
29

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc