Help us improve
Share bugs, ideas, or general feedback.
From misc
Create agent handover prompt for continuing work in a new session
npx claudepluginhub urso/claudev --plugin miscHow this skill is triggered — by the user, by Claude, or both
Slash command
/misc:handoverThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a handover prompt that can be copied to continue work in a new Claude session. This command outputs text only - it does NOT write any files.
Writes or updates HANDOFF.md with project goal, current progress, what worked/didn't, and next steps for agent handoffs with fresh context.
Compacts the current conversation into a self-contained handoff document so a fresh agent or developer can resume work by reading only that file. Use when pausing work or summarizing long sessions.
Summarizes a specific aspect of the current conversation so another agent can resume. Triggered by "handoff", "summarize for handoff", or similar requests.
Share bugs, ideas, or general feedback.
Generate a handover prompt that can be copied to continue work in a new Claude session. This command outputs text only - it does NOT write any files.
$ARGUMENTS
Identify relevant documents and state:
Output a prompt in this format that the user can copy/paste:
# Handover Context
## Current Task
[Brief description of what we were working on]
## Documents to Read
- [Path to active story document]
- [Path to related design]
- [Path to relevant style guides]
- [Other key files]
## Status Update
[Current progress on tasks, what's completed, what's in progress]
## Requirements & Decisions
[Key requirements identified during discussion]
[Important decisions made and rationale]
## Developer Logs
[Key entries from the story's developer logs — decisions, blockers encountered, deviations from design, lessons learned. Include anything the new agent needs to avoid re-discovering.]
## Next Steps
1. [First thing the new agent should do]
2. [Second step]
3. [Continue from here...]
## Notes
[Any blockers, concerns, or context the new agent needs]