What problem does it solve? Long-running AI coding sessions lose context when they end. This Skill writes the current state of every work stream to disk in a centralized .state/ directory, so a later session can resume exactly where the work paused without relying on chat history. ## Core Features & Use Cases - State persistence: Rewrites each selected stream's state.md with tasks, decisions, blockers, evidence, and a ## Continuation section naming the next owner, next action, and source anchor. - Global overview upsert: Updates .state/overview.md with one row per stream, preserving all other rows byte-for-byte. - Decision consultation: Routes unresolved material decisions to the user with research or deferral options before pausing. - Use Case: Before ending a coding session mid-feature, run the handover to record task progress, uncommitted changes, and the exact next step; a later session uses the companion takeover skill to resume from those files. ## Quick Start Pause my current work by running the handover skill so all work stream state is saved to disk for a later session to resume.