What problem does it solve? When a work session ends, switches agents, or hits a context limit, all the accumulated context about what was done, what remains open, and the state of the codebase is lost. This Skill compacts that session state into a single disposable handoff document so a fresh agent or human can resume the work without repeating it or re-litigating settled decisions. ## Core Features & Use Cases - Session Compaction: Captures what was done, what is open (with named blockers), codebase state, suggested next steps, and gotchas in one structured Markdown document. - Artifact Referencing: References durable artifacts (specifications, designs, plans, issues, branches, commits) by path or URL instead of duplicating them, preventing drift. - Safe by Default: Writes outside the project tree (OS temp directory), redacts credentials and personal data, never modifies project files, and runs non-interactively for unattended workflows. - Use Case: Before ending a coding session mid-task, invoke the skill to produce a handoff document; the next morning a fresh agent reads it and continues the API integration exactly where you left off. ## Quick Start Ask the agent to hand this off to the next session, optionally naming what the next session will focus on.