Agent skill · operations · parcadei

resume-handoff

Resume work from handoff document with context analysis and validation

Why this skill is useful

Adds a structured process for analyzing handoff documents and extracting actionable insights that the AI wouldn't reliably generate on its own.

What it needs

About 6k tokens when loaded. Last updated 2026-01-26. 3,881 stars on the source repository.

What this skill does

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/. List this directory's contents. There may be zero, one or multiple files in the directory. If there are zero files in the directory, or the directory does not exist: tell the user: "I'm sorry, I can't seem to find that handoff document. Can you please provide me with a path to it?" If there is only one file in the directory: proceed with that handoff If there are multiple files in the directory: using the date and time specified in the file name (it will be in the format YYYY-MM-DDHH-MM-SS in 24-hour time format), proceed with the most recent handoff document. 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. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills parcadei/resume_handoff

View the source on GitHub

Browse the @skills marketplace