Resume Experiment
Skill Verified ActiveResume a paused experiment. Checkout the experiment branch, read results history, continue iterating.
To efficiently resume and continue paused development experiments, saving users time by automatically loading context and prompting for the next steps.
Features
- Resumes paused experiments
- Checks out experiment branches
- Reads results history
- Summarizes experiment state
- Prompts for next action
Use Cases
- Continuing a long-running research experiment
- Picking up work on a specific feature branch after a break
- Reviewing past iterations of an experiment before proceeding
Non-Goals
- Starting new experiments from scratch
- Automatically deciding the next iteration step
- Managing unrelated Git branches
Workflow
- List experiments (if no specific experiment provided)
- User selects an experiment
- Checkout the experiment branch
- Read configuration, strategy, and results history
- Read recent Git log
- Summarize current experiment state
- Prompt user for next action (e.g., single iteration, loop, review)
Practices
- Workflow management
- Git operations
- Experiment tracking
Prerequisites
- Git installed and configured
- Python 3 installed
- Experiments stored in .autoresearch/ directory structure
Installation
First, add the marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install autoresearch-agent@claude-code-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Claude Handoff
100Run /handoff to capture session data, then write a phased implementation plan that references it. Creates beads for tracking.
Unslop Review
100Rewrites code review comments so they read like a human teammate wrote them. Cuts corporate-AI throat-clearing ("I noticed...", "I was wondering if perhaps...", "It might be worth considering..."). Each comment is direct: location, the issue, a concrete fix. Use when user says "humanize review", "de-slop PR comment", "make this feedback sound human", "review this PR", "code review", "/review", "/unslop-review". Auto-triggers when reviewing PRs.
Create Pull Request
99Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.
Git Commit
99Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.
Review Pull Request
100Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly