Skip to content
OpenAgentsbeta
openagents/perf-investigation

Performance Investigation

WorkflowFree

Find why something is slow with measurement rather than intuition: baseline, profile, fix the top cost, verify

v1.0.0MIT1 download
npx openagents-cli add openagents/perf-investigation --runtime claude-code

Performance Investigation

Performance work done by intuition optimizes the code that is easy to read rather than the code that is slow. This workflow insists on a baseline before any change, a profile before any theory, one change at a time, and a verification that reports the real number including the cases that got worse.

When to use

  • Something got slow and you need to know why, not guess.
  • Before a rewrite justified by performance, to check the premise.
  • When an optimization is proposed and nobody has measured the thing it targets.

Install

bash
npx openagents-cli add openagents/perf-investigation
RuntimeInstalled to
claude-code.claude/skills/perf-investigation/
cursor.cursor/rules/perf-investigation/
codex.codex/skills/perf-investigation/
openai-agentsagents/perf-investigation/
generic.openagents/perf-investigation/

What is in the package

  • WORKFLOW.md - the loop: baseline, profile, one fix, verify.
  • measurement.md - how to measure without fooling yourself.

License

MIT

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