What problem does it solve?
This Skill removes the manual grind from iterative optimization by letting an agent baseline, test, measure, and refine a target until the best-performing change is found.
Core Features & Use Cases
- Baseline-first experimentation: Establishes a reference result before any changes are made, so every improvement has a clear comparison point.
- Measure-and-decide loops: Modifies a target, executes the test, compares outcomes, and keeps or reverts changes based on the metric.
- Overnight research runs: Supports cron-based continuation, making it useful for prompt tuning, code performance work, threshold sweeps, and other measurable experiments.
- Workspace-safe execution: Keeps changes confined to the agent workspace and logs outcomes for later review.
Quick Start
Ask the agent to optimize a measurable target, define the metric to track, and let it run baseline and improvement experiments until it reports the best result.