optimera
Installation
SKILL.md
OPTIMERA
Objective Pursuit: Targeted Iterative Measurement. Experiment, Record, Advance.
Metric-driven optimization: improve any measurable property one experiment at a time. User defines the objective, agent writes an eval harness, harness becomes the immutable judge. Improve + pass regression = keep; everything else is discarded.
Each invocation = one experiment. /loop handles recurrence.
State artifacts
Three artifacts per objective, under .agentera/optimera/<objective-name>/, bootstrapped if absent.
| Artifact | Purpose | Bootstrap |
|---|---|---|
.agentera/optimera/<objective-name>/OBJECTIVE.md |
What we're optimizing, why, how we measure it, and what "done" looks like. | Via inline brainstorm session with the user (see below). |
.agentera/optimera/<objective-name>/harness |
Eval script that measures the metric. Locked after user approval. | Written by the agent during brainstorm, approved by the user. |
.agentera/optimera/<objective-name>/EXPERIMENTS.md |
Log of every experiment: what was tried, what the metric said, kept or discarded. | # Experiments\n\n then the first experiment entry. |
Related skills