Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Stateful single-mission improvement loop with strict evaluator contract, markdown decision logs, and max-runtime stop behavior
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 62% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -14% | 0% |
<Purpose> Autoresearch is a stateful skill for bounded, evaluator-driven iterative improvement. It owns one mission at a time, keeps iterating through non-passing results, records each evaluation and decision as durable artifacts, and stops only when an explicit max-runtime ceiling or another explicit terminal condition is reached. </Purpose>
<Use_When>
/deep-interview --autoresearch.omc/autoresearch/</Use_When>
<Do_Not_Use_When>
/deep-interview --autoresearch firstomc autoresearch CLI flow — it is no longer authoritative</Do_Not_Use_When>
<Contract>
deep-interview --autoresearchpass and optional numeric score</Contract>
<Required_Artifacts> Canonical persistent storage lives under .omc/autoresearch/<mission-slug>/ and/or .omc/logs/autoresearch/<run-id>/.
Minimum required artifacts:
Recommended canonical shape:
text.omc/autoresearch/<mission-slug>/ mission.md evaluator.json runs/<run-id>/ evaluations/ iteration-0001.json iteration-0002.json decision-log.md
Reuse existing runtime artifacts when available rather than duplicating them unnecessarily. </Required_Artifacts>
<Workflow>
autoresearch and records:</Workflow>
<Cron_Integration> Claude Code native cron is a supported integration point for periodic mission enhancement. In v1, prefer documenting/configuring cron inputs over building a large scheduler UI.
If cron is used:
</Cron_Integration>
<Execution_Policy>
omc autoresearchsrc/autoresearch/* runtime/schema helpers where they already match the stricter contract</Execution_Policy>
Other measured skills in the registry, with their headline benchmark lift.