What problem does it solve? When a work session ends or an agent switches, context about what was done, what remains, and where the plan lives is easily lost. This Skill produces a concise handoff.md file so the next agent or human can resume work quickly without re-reading the entire session. ## Core Features & Use Cases - Structured handoff file: Creates a handoff.md at the repo root with exactly three sections (Context, What's done, Next), each limited to one paragraph. - Plan and PR discovery: Searches .cursor/plans/ then docs/plans/ for plan sources, and resolves the PR URL via gh or records the branch and commit if no PR exists. - Explicit resume point: Enumerates remaining to-dos and marks the last in-progress task with a "Last left off" marker. - Use Case: At the end of a coding session on a feature branch, run this Skill to produce a handoff file so a teammate or another agent can pick up the PR, read the key files, and continue the remaining to-dos. ## Quick Start Ask the agent to generate an end-of-session handoff summarizing what was done, the remaining to-dos, and the PR link into handoff.md.