resume-handoff
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:
-
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/plansorthoughts/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.
-
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-XXXXwhereENG-XXXXis the ticket number. e.g. forENG-2124the handoffs would be inthoughts/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?"
- locate the most recent handoff document for the ticket. Tickets will be located in
More from parcadei/continuous-claude-v3
discovery-interview
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
3.3Kmath
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
519github-search
Search GitHub code, repositories, issues, and PRs via MCP
518dead-code
Find unused functions and dead code in the codebase
435premortem
Identify failure modes before they occur using structured risk analysis
416agentic-workflow
Agentic Workflow Pattern
393