Help us improve
Share bugs, ideas, or general feedback.
From stay-on-target
Creates handoff documentation for branched conversations when noting topics for later during scope drift detection in stay-on-target mode.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin stay-on-targetHow this skill is triggered — by the user, by Claude, or both
Slash command
/stay-on-target:scope-handoffsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create handoff documentation when a conversation branches to a new topic.
Compacts the current conversation into a handoff document for a fresh agent to continue mid-task. Use when ending a session with work in progress.
Produces a handoff document so a fresh agent can continue work from the current session. Handles both mid-arc continuation and backlog handoffs.
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.
Share bugs, ideas, or general feedback.
Create handoff documentation when a conversation branches to a new topic.
When user selects option (C) "Note for later" during scope drift detection.
# Handoff: [Topic]
**Created:** [Date]
**From conversation:** [Brief description of original work]
## Summary
[2-3 sentences: What was happening, why we're branching]
## Original Context
- **Approach being used:** [What we were doing]
- **Key files:** [Files involved]
- **Decisions made:** [Important choices]
## New Direction
- **Topic:** [What the new exploration is about]
- **Why considered:** [What prompted this]
- **Questions to explore:** [Open questions]
## Relevant Context
[Any code snippets, decisions, or findings that would help the new conversation]
## Handoffs section with Location.handoffs/ in project root