What problem does it solve? Long Claude Code sessions degrade in accuracy well before the context window fills, and auto-compaction discards working detail. This Skill preserves task state by writing a deliberate handover document and maintaining a persistent backlog so unfinished work and unmet user requests survive across sessions. ## Core Features & Use Cases - Session Handover Writing: Produces a handover.md capturing only what the next session cannot re-derive: in-flight work, uncommitted changes, decisions with reasons, and the exact next action. - Standing Backlog Management: Maintains OPEN-WORK.md, a ranked one-line-per-item backlog with origin (USER/FOUND), size, and first-raised dates, reconciled before every handover overwrite. - Automatic Threshold Detection: A Stop hook measures real token usage from the transcript and nudges a handover when context crosses a configurable threshold, with model-family window detection. - Use Case: A session approaches its context limit mid-refactor. The Skill reconciles open items into the backlog, writes a fresh handover with the next action, and instructs the user to type /clear so the next session resumes cleanly. ## Quick Start Ask Claude to write a handover for the current session and update the open-work backlog before starting a fresh session.