resume-handoff
Resume work from handoff document with context analysis and validation
npx skills add parcadei/Continuous-Claude-v3 --skill resume_handoff --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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/`.
- Initial Response
- Process Steps
- Step 1: Read and Analyze Handoff
- Step 2: Synthesize and Present Analysis
- Step 3: Create Action Plan
- Step 4: Route to Specialist Agent
- Guidelines
- Common Scenarios
- Scenario 1: Clean Continuation
- Scenario 2: Diverged Codebase
- Scenario 3: Incomplete Handoff Work
- Scenario 4: Stale Handoff
- Example Interaction Flow
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.
