What problem does it solve? Ending a work session without losing context is hard: decisions, abandoned approaches, and open loops vanish when the chat closes. This Skill closes a session properly by recording what the session meant, producing a paste-ready hand-off prompt for the next session, and sweeping the kanban board for unresolved cards. ## Core Features & Use Cases - Archivability check: Reads the auto-checkpoint verdict first and skips the full wrap-up when the work already has a home (PR, issue, or card), avoiding duplicate records. - Narrative log: Writes a dated markdown log to the state directory capturing decisions with links, abandoned attempts, and next steps. - Hand-off prompt generation: Produces a paste-ready prompt naming the branch, PR, or issue, with links instead of stale state, plus a recommended model and effort setting. - Board sweep: Runs /sweep --dry-run last and records its output in the log. - Use Case: At the end of a coding session with open issues, say "wrap up" to get a narrative log committed to the state repo and a hand-off prompt the next session can start from. ## Quick Start Say "wrap up this session" to generate the narrative log, hand-off prompt, and board sweep summary.