What problem does it solve? When a session ends or context runs low, the next agent or future-you loses everything that was decided and must re-read the entire conversation to continue. This Skill compacts a live conversation into a structured handoff document carrying decisions, current state, open threads, and the single next action — never a transcript dump. ## Core Features & Use Cases - Mode-switchable output: A 3-line quick handoff for warm same-thread continuations, or a full state dump aligned to the ARIA Hub session-report schema for cold handoffs to fresh agents. - Carry-forward discipline: Extracts decisions with one-line reasoning, snapshots state by reference (linking specs, ADRs, commits, and diffs by path), marks claims as verified or unverified, and redacts secrets before saving. - Registry-aware filing: Saves full handoffs to aria/projects/{project_id}/reports/ so they feed the Hub registry, and pre-routes the continuation with suggested skills. - Use Case: At the end of a debugging session, ask for a handoff and receive a Markdown document naming the one decision made, the verified/unverified state split, the open thread with its next step, and the single first action the next agent should take. ## Quick Start Ask the agent to write a handoff for this session so a fresh agent can pick up the work tomorrow.