What problem does it solve?
When an autonomous research experiment is paused or interrupted by context limits, you lose track of where it left off. This Skill restores the full experiment state so iteration can continue without re-reading everything manually.
Core Features & Use Cases
- Experiment Discovery: Lists all experiments with status (active, paused, done) derived from results.tsv age when no experiment is specified.
- Full Context Restoration: Checks out the experiment branch, reads config.cfg, program.md, results.tsv, and recent git history.
- State Summary & Handoff: Reports experiment counts, best metric, recent patterns, and offers next actions (single run, autonomous loop, or review).
- Use Case: You paused an API latency optimization experiment yesterday. Run /ar:ar-resume engineering/api-speed to see 23 experiments, the best result of 185ms, and pick up with a new iteration immediately.
Quick Start
Ask the agent to resume the paused autoresearch experiment for your target, for example by running /ar:ar-resume engineering/api-speed.