handing-off
Installation
SKILL.md
handing-off
Write a handoff document so a fresh agent can continue the work without re-loading the entire conversation.
When to use
- Context is approaching its limit and the work isn't done.
- The next stage requires a different agent (different model, different tools, different scope) or a human.
- Wrapping up a session at the end of the day with work in flight.
- The user invokes
/handing-off [focus]explicitly.
How to write the doc
- Summarize, don't duplicate. Reference commits (
<sha> — <message>), files (path:line), PRs, issues, ADRs, plans. The next agent cangit log,Read,ghtheir way to detail. The doc carries the why and where things stand, not the contents. - Lead with state. What's done, what's in flight, what's blocked, what's next. Use bullet lists, not paragraphs.
- Name suggested skills. If the next session should reach for
reviewing-code,updating-lockstep, etc., list them by name with a one-line "use when" so the next agent doesn't have to discover them. - Tailor to the focus. If the user passed an argument (
/handing-off SEA migration), shape the doc around that scope; drop unrelated work into a "deferred" section. - Stop at one screen. A handoff doc that takes longer to read than the work it summarizes has failed at its job.