What problem does it solve? Long AI coding sessions lose context when you start a new conversation, forcing you to re-explain decisions, failed attempts, and project state. This Skill writes a complete reconstruction of the current session into a local file that the next session can read to resume work with minimal context loss. ## Core Features & Use Cases - Full session reconstruction: Rebuilds the chronological timeline, every file touched, decisions with discarded alternatives, and failed attempts so the next session avoids repeating mistakes. - Git ground truth snapshot: Captures raw output of git status, diff, staged diff, and recent log as an unedited appendix so the narrative can be verified against the real repository state. - Local-only artifact: Writes to .session-artifacts/HANDOFF.md, ensures it is covered by .gitignore, migrates legacy root-level handoff files, and rewrites the whole file on each invocation. - Use Case: Your session has grown long and token usage is high. Ask for a handoff, then open a new session in the same directory and tell the assistant to read .session-artifacts/HANDOFF.md before continuing. ## Quick Start Ask the assistant to generate a complete session handoff saved to .session-artifacts/HANDOFF.md so you can continue in a new session without losing context.