What problem does it solve?
This Skill facilitates performance optimization of Codex goal mode with OMX artifacts and secure goal handoffs, streamlining the evaluation and completion of performance objectives.
Core Features & Use Cases
- Objective-Based Optimization: Supports goal-oriented loops for performance tuning with Codex.
- Evaluator Contract Handling: Ensures safe transitions of performance objectives and maintains evaluator state integrity.
- Durable OMX Artifacts: Creates long-term records of workflow state for accountability and analysis.
- Use Case: When you need to run an optimized performance workflow for a Codex goal mode with artifacts and ensure secure goal transitions, this Skill automates the process.
Quick Start
To create a new performance optimization goal for 'Reduce CLI startup latency by 20%', execute:
omx performance-goal create --objective "Reduce CLI startup latency by 20%" --evaluator-command "npm run perf:startup" --evaluator-contract "PASS when p95 latency improves by 20% and regression tests pass" --slug startup-latency