session-handoff
Installation
SKILL.md
Session Handoff Skill
Work gets dropped at boundaries — a context window fills, a session ends, a task passes to someone else — and the next person (or agent) re-derives everything from scratch. This skill writes a tight handoff that carries the state across that boundary: the goal, what's done, where things stand, the exact next step, and the landmines. Optimised to be the first thing a fresh session reads.
Required Inputs
Ask for these only if they aren't already provided (or infer from the session so far):
- The objective — what we're ultimately trying to achieve.
- Progress — what's been done and decided so far.
- Current state — what's in-flight right now, what's working/broken, where files/branches are.
- Next step — the single most important thing to do next.
- Gotchas — dead ends tried, constraints, things that will bite the next person.