بنقرة واحدة
performance-goal
Evaluator-gated performance optimization workflow with durable Omagy artifacts for agy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Evaluator-gated performance optimization workflow with durable Omagy artifacts for agy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
[OMAGY] Run an anti-slop cleanup/refactor/deslop workflow
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Full OMX-style autonomous pipeline for Omagy: interview, plan, goal execution, optional team, review, and UltraQA.
Professor-critic research workflow with durable Omagy artifacts for agy.
Stateful validator-gated research loop with artifact-gated completion.
[Omagy] Bounded best-practice research wrapper using official/upstream evidence first
| name | performance-goal |
| description | Evaluator-gated performance optimization workflow with durable Omagy artifacts for agy. |
| argument-hint | <objective with evaluator command/contract> |
Use /omagy:performance-goal when the user asks Omagy to optimize speed,
latency, throughput, memory, allocations, benchmark results, or another
measurable performance target and wants a goal-oriented evaluator loop rather
than a one-off review.
.omagy/goals/performance/<slug>/.omagy performance-goal start emits a model-facing agy handoff; it does not
secretly mutate a native agy goal.agy_goal_adapter:"artifact" and native_goal_parity:false are the
truth.--host-goal-json; if it
is unavailable, the Omagy artifact state remains the source of truth.omagy performance-goal create \
--objective "Reduce startup latency by 20%" \
--evaluator-command "npm run perf:startup" \
--evaluator-contract "PASS when p95 startup latency improves by 20% and regression tests pass." \
--slug startup-latency
omagy performance-goal start --slug startup-latency
omagy performance-goal checkpoint --slug startup-latency --status pass --evidence "benchmark + tests passed"
omagy performance-goal checkpoint --slug startup-latency --status fail --evidence "benchmark regressed"
omagy performance-goal checkpoint --slug startup-latency --status blocked --evidence "missing fixture"
omagy performance-goal complete --slug startup-latency --evidence "final evaluator evidence"
omagy performance-goal complete --slug startup-latency --evidence "final evaluator evidence" --host-goal-json '<json-or-path>'
checkpoint.A performance goal is incomplete unless
.omagy/goals/performance/<slug>/state.json contains
last_validation.status:"pass". Passing ordinary tests alone is not sufficient
unless those tests are the declared evaluator contract.
Task: {{ARGUMENTS}}