omh-performance-goal
Installation
SKILL.md
Performance Goal
This is a Hermes-native performance-goal workflow skill.
Why This Exists
performance-goal exists to keep optimization work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.
Do Not Use When
- The ask is to find where performance problems are, or to fix multiple unscoped hotspots across domains; use
ultraperf.
Examples
Good example:
- Prompt: performance-goal: benchmark recommendation latency, optimize hot paths safely, and prove no regressions.
- Expected behavior: Create a measurement-led optimization loop with baseline, change, verification, and regression evidence.
- Why: The request is performance optimization and needs measured before/after proof.