From workflow
Resume work by consuming the handoff context file from a previous agent session
npx claudepluginhub ramirez-justin/claude-plugins --plugin workflow# Handoff - Resume Agent Context You are resuming work from a previous agent session. This command reads the handoff document created by `/sunset`, internalizes the context, and then removes the file. ## Instructions 1. **Check for Handoff File** - Look for `.claude-handoff.md` in the current working directory. 2. **If File Exists**: - Read the entire handoff document using the Read tool - Internalize all the context: original task, completed work, remaining work, decisions, and recommendations - Delete the `.claude-handoff.md` file using Bash (`rm .claude-handoff.md`) - Sum...
/handoffGenerates a structured markdown handoff document summarizing git status, commits, uncommitted changes, session learnings, progress, and next steps. Saves to ~/.pro-workflow/handoffs/. Supports --full and --compact modes.
/handoffEnds swarm session: summarizes work/blockers, persists state via hivemind_store and git, cleans agents/tasks/reservations, updates hive, generates handoff note.
/handoffGenerates a developer handoff package for the specified screen, feature, or component, including visual specs, interaction specs, QA checklist, assets, and notes.
/handoffSaves session state snapshot as structured JSON to docs/tasks/<branch>/session_logs/<timestamp>_handoff.json, capturing git status, progress summary, tasks, and context for resume.
/handoffGenerates self-contained handoff prompt for AI agents with git context, session summary, and optional focus, saving to ~/.handoffs/.md file.
/handoffCreates a detailed handoff plan summarizing conversation, technical details, code, decisions, and next steps for continuing work in a new session.
You are resuming work from a previous agent session. This command reads the handoff document created by /sunset, internalizes the context, and then removes the file.
Check for Handoff File - Look for .claude-handoff.md in the current working directory.
If File Exists:
.claude-handoff.md file using Bash (rm .claude-handoff.md)If File Does Not Exist:
/sunset in their previous session first, or check if they're in the correct directoryUser: /handoff
Response: "Found handoff document from previous session. Reading context...
Previous Session Summary:
Original Task: [task description]
Completed:
Remaining Work:
Key Context:
Recommended Next Steps:
Handoff file consumed and removed. Would you like me to continue with the recommended next steps?"
User: /handoff
Response: "No handoff file found at .claude-handoff.md in the current directory.
This could mean:
/sunsetWould you like me to help you get started fresh, or check a different location?"