Performance Goal
This is an OMH performance-goal workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).
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.
Bad example:
- Prompt: performance-goal: treat casual chat or unaccepted work as if this workflow already produced verified results.
- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing
performance-goal.
- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
Completion Checklist
- Confirm the workflow target, evidence boundary, and stop condition are named.
- Report which outputs are prepared, observed, blocked, or missing.
- Name the smallest next verification or handoff instead of claiming completion from narration.
Recovery Notes
- If required context is missing, ask one blocking question or route back to the narrower workflow.
- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.
Use When
Use when the goal is measurable performance improvement with evaluator evidence.
Strong routing signals: `performance-goal`, `performance goal`, `latency`, `throughput`, `benchmark`
Catalog Metadata
Category: optimization
Phase: measurement
Quality tier: measurement-gated
Reasoning demand: heavy
Quality bar:
- Name the metric, baseline, budget, and benchmark command before optimizing.
- Treat code-level optimization as executor work when edits are required.
- Report deltas only from observed benchmark evidence.
Required inputs:
- metric
- baseline
- budget
- benchmark command
Expected outputs:
- measurement delta
- implementation summary
- benchmark evidence
Artifact expectations:
- baseline and final benchmark evidence
Safety rules:
- Do not imply hidden Hermes runtime behavior.
- Use the smallest verification that can prove the claim.
Runtime Evidence
Use the current host's own tools and subagent/task mechanism when available;
otherwise run the same lanes sequentially or name the unavailable capability.
A prepared plan, handoff, checklist, or skill installation is not execution,
review, CI, merge-readiness, or merge evidence. Report actual tool results or
not_observed / not_available; never invent dispatch or host accounting.
Treat supplied context as advisory, not proof of hidden memory reads or writes.
State scope, constraints, verification, and the stop condition before work.
Supporting paths are relative to this skill directory; sibling skill paths are
relative to its parent. Resolve them from the host-provided skill base directory
({baseDir} on hosts that provide it), never a hardcoded install location.
A named workflow not installed here is unavailable, not permission to emulate
its host-specific capabilities. Verify through the real surface before done.
1---2name: omh-performance-goal-23description: [omh] Hermes adaptation for measurable performance-goal execution. Use when the user says: performance-goal, performance goal, latency, throughput, benchmark.4---56# Performance Goal78This is an OMH `performance-goal` workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).910## Why This Exists1112`performance-goal` exists to keep `optimization` work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.1314## Do Not Use When1516- The ask is to find where performance problems are, or to fix multiple unscoped hotspots across domains; use `ultraperf`.1718## Examples1920Good example:2122- Prompt: performance-goal: benchmark recommendation latency, optimize hot paths safely, and prove no regressions.23- Expected behavior: Create a measurement-led optimization loop with baseline, change, verification, and regression evidence.24- Why: The request is performance optimization and needs measured before/after proof.2526Bad example:2728- Prompt: performance-goal: treat casual chat or unaccepted work as if this workflow already produced verified results.29- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing `performance-goal`.30- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.3132## Completion Checklist3334- Confirm the workflow target, evidence boundary, and stop condition are named.35- Report which outputs are prepared, observed, blocked, or missing.36- Name the smallest next verification or handoff instead of claiming completion from narration.3738## Recovery Notes3940- If required context is missing, ask one blocking question or route back to the narrower workflow.41- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.42434445## Use When4647Use when the goal is measurable performance improvement with evaluator evidence.4849 Strong routing signals: `performance-goal`, `performance goal`, `latency`, `throughput`, `benchmark`5051## Catalog Metadata5253Category: `optimization`54Phase: `measurement`55Quality tier: `measurement-gated`56Reasoning demand: `heavy`5758Quality bar:5960- Name the metric, baseline, budget, and benchmark command before optimizing.61- Treat code-level optimization as executor work when edits are required.62- Report deltas only from observed benchmark evidence.6364Required inputs:6566- metric67- baseline68- budget69- benchmark command7071Expected outputs:7273- measurement delta74- implementation summary75- benchmark evidence7677Artifact expectations:7879- baseline and final benchmark evidence8081Safety rules:8283- Do not imply hidden Hermes runtime behavior.84- Use the smallest verification that can prove the claim.8586## Runtime Evidence8788Use the current host's own tools and subagent/task mechanism when available;89otherwise run the same lanes sequentially or name the unavailable capability.90A prepared plan, handoff, checklist, or skill installation is not execution,91review, CI, merge-readiness, or merge evidence. Report actual tool results or92`not_observed` / `not_available`; never invent dispatch or host accounting.93Treat supplied context as advisory, not proof of hidden memory reads or writes.94State scope, constraints, verification, and the stop condition before work.95Supporting paths are relative to this skill directory; sibling skill paths are96relative to its parent. Resolve them from the host-provided skill base directory97(`{baseDir}` on hosts that provide it), never a hardcoded install location.98A named workflow not installed here is unavailable, not permission to emulate99its host-specific capabilities. Verify through the real surface before done.