Resume

Resume a paused experiment.

Development / Engineeringdevelopmentengineering
by AgentVoltv1.0.0Published 1y ago1 install
Free to sign up · every skill included with AgentVolt Pro

Before & after

Same prompt, same agent — the only difference is the skill.

PromptPick up where I left off on my feature branch.
Beforegeneric AI agent
Sure, I can help you get back up to speed on your feature. Let me check the current state of your branch, look at recent commits, and see what you were working on. I'll need to find the branch name and pull the latest changes. Then I can review what's been done, any test results, and what the next steps might be. Do you remember what the feature was called, and do you have any notes about where you left off or what was blocking you?
Afterwith Resume
FEATURE RESUME SNAPSHOT

BRANCH: feat/real-time-collab-editor
LAST COMMIT: "wip: WebSocket transport layer" (2026-07-28 14:30)
COMMITS SINCE: 0 (paused)

PROGRESS STATUS:
COMPLETE:
✓ Project initialized with EF Core DbContext
✓ User authentication middleware wired
✓ Document API endpoints (GET, POST, PUT)
✓ WebSocket server booted; test client connects

IN PROGRESS:
• WebSocket message routing (70% done)
• Conflict resolution logic (pseudo-code, untested)

BLOCKED:
• Persistence layer needs schema review by lead dev
• Merging main branch (3 new commits conflict)

OPEN PRS:
• #247 "Add WebSocket transport"
• #251 "Schema updates for collab"

TEST STATUS:
• Unit tests: 12 passing, 3 skipped (conflict resolution edge cases)
• Integration tests: pending WebSocket fixes

NEXT STEPS:
1. Merge main (resolve conflicts in migrations)
2. Finish conflict resolution tests
3. Load-test with 5 concurrent editors
4. Unblock lead dev schema review

ESTIMATED COMPLETION: 5 days if unblocked.

About this skill


name: resume description: Use when Resume a paused experiment.

Resume

Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating. Use when the user runs /ar:resume or asks to pick up a previously started autoresearch experiment.

What you get

  • Public GitHub repo (alirezarezvani/claude-skills)
  • the resume skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.

Customize your output

  • Fork the repo and adapt the skill's instructions and references to your workflow.

Example output

Activates automatically when your request matches Resume; chains with the other skills, agents, and commands in the collection.

Best for

Creators, builders, and teams using Claude Code.

SKILL.md preview

SKILL.md
---
name: resume
description: Use when the user runs the resume command or asks to pick up a previously paused autoresearch experiment from its branch and results history.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
  - development
  - engineering
---

# Resume

Resumes a paused autoresearch experiment: checks out its branch, reads the accumulated results history, and continues iterating from where it left off instead of restarting.

## When to use

… (sign up to view the full skill)
Sign up to view, copy, and install the full skill

More development skills

View all Development skills →