Agent skill · Workflow & Productivity

resume-handoff

Resume work from handoff document with context analysis and validation

parcadeigithub.com/parcadeiGitHub ↗
claude-codeMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill resume_handoff --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: .claude/skills/resume_handoff/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Resume work from a handoff document You are tasked with resuming work from a handoff document through an interactive process. These handoffs contain critical context, learnings, and next steps from previous work sessions that need to be understood and continued. ## Initial Response When this command is invoked: 1. **If the path to a handoff document was provided**: - If a handoff document path was provided as a parameter, skip the default message - Immediately read the handoff document FULLY - Immediately read any research or plan documents that it links to under `thoughts/shared/plans` or `thoughts/shared/research`. do NOT use a sub-agent to read these critical files. - Begin the analysis process by ingesting relevant context from the handoff document, reading additional files it mentions - Then propose a course of action to the user and confirm, or ask for clarification on direction. 2. **If a ticket number (like ENG-XXXX) was provided**: - locate the most recent handoff document for the ticket. Tickets will be located in `thoughts/shared/handoffs/ENG-XXXX` where `ENG-XXXX` is the ticket number. e.g. for `ENG-2124` the handoffs would be in `thoughts/shared/handoffs/ENG-2124/`.

What's inside
Steps it walks through
  1. Initial Response
  2. Process Steps
  3. Step 1: Read and Analyze Handoff
  4. Step 2: Synthesize and Present Analysis
  5. Step 3: Create Action Plan
  6. Step 4: Route to Specialist Agent
  7. Guidelines
  8. Common Scenarios
  9. Scenario 1: Clean Continuation
  10. Scenario 2: Diverged Codebase
  11. Scenario 3: Incomplete Handoff Work
  12. Scenario 4: Stale Handoff
  13. Example Interaction Flow
More from Continuous-Claude-v3
All skills →
About this skill
What does the resume-handoff skill do?

Resume work from handoff document with context analysis and validation

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill resume_handoff --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going