resume

Resume paused autoresearch experiments by reloading branch context and results history.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/ano4l/SiteRent --skill resume-ano4l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/ano4l/SiteRent/tree/main/skills/autoresearch-agent/skills/resume
Command: npx skills add https://github.com/ano4l/SiteRent --skill resume-ano4l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resumes a paused autoresearch experiment by reloading the experiment branch, context, and results history so you can continue iterating without starting over.

Core Features & Use Cases

  • Resume a paused experiment by checking out the autoresearch branch and loading its context, configuration, and strategy.
  • Read recent results history and logs to assess current state and plan next steps.
  • Propose or select the next action to continue development, experiments, or evaluation.

Quick Start

Invoke the resume command to pick a paused autoresearch experiment and continue its work from the latest results.

Frequently Asked Questions about resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a paused autoresearch experiment without losing context?

Resuming a paused autoresearch experiment involves reloading its git branch, configuration files, program strategy, and results history to restore the full context and generate a continuation plan for next steps.

What files do I need to reload autoresearch experiment context and results?

Reloading autoresearch experiment context requires reading the .autoresearch/*/config.cfg configuration file, program.md strategy file, results.tsv history, and recent git logs to assess the current state and plan next steps.

Can I continue an experiment from the latest results history in git?

Yes, you can continue an experiment from the latest results history by reading the results.tsv file and recent git logs to assess current progress and propose or select the next action for development or evaluation.

Does resuming a paused experiment require any special dependencies?

Resuming a paused experiment requires no special dependencies, as the skill reads existing git branches and local configuration files like .autoresearch/*/config.cfg, program.md, and results.tsv directly from your repository.

What's the best way to restore a paused autoresearch branch and plan next steps?

The best way to restore a paused autoresearch branch is to reload its context and results history, allowing the skill to generate a continuation plan that proposes or selects the next action for your experiment.