What problem does it solve? Long AI coding sessions eventually hit context limits, forcing compaction or a fresh session that loses all accumulated decisions, constraints, and progress. This Skill captures the full working state into a dense handoff file so a fresh agent can resume with zero memory of the prior session. ## Core Features & Use Cases - Structured Handoff Generation: Writes a markdown file capturing goal, verbatim constraints, state, decisions, key files, next steps, and open questions. - Git-Aware Organization: Stores handoffs per repository and branch under ~/.claude/skill-output, with a handoff-latest.md symlink for quick access. - Proactive Context Management: Designed to run around 150k tokens of context use, before auto-compact fires, pairing with /clear for a true context reset. - Use Case: You have been debugging a feature for hours and your context is nearly full. Run the savepoint command, clear the session, and a fresh agent reads the handoff file to continue exactly where you left off. ## Quick Start Ask the agent to save a savepoint of the current session so you can resume the work in a fresh conversation.