What problem does it solve? When an AI-assisted development session ends or its context window fills up, all working knowledge is lost. This Skill produces a detailed handover document so a fresh session can resume the exact same work with zero loss of fidelity, preventing continuity failures before context compaction. ## Core Features & Use Cases - Structured Continuation Files: Generates a Markdown file with mandatory sections covering git state, closed work, open workstreams, verification commands, and the next action. - Git State Verification: Reconstructs the true repository state with commands like git log and git status before recording any SHAs, avoiding stale assumptions. - Supersession Chain: Links each new handover to the prior one via frontmatter, keeping a clean history of session continuity. - Use Case: Before compacting a long coding session in the Kingdom repo, trigger the handover to write docs/<area>/kingdom-continuation-<ISO8601>.md, commit it in isolation, then safely clear context. ## Quick Start Ask the assistant to write a handover file for the current session before compacting the context.