What problem does it solve? When a Claude Code thread is cleared at the end of a build slice, everything the session knew — unanswered questions, rulings, workarounds, repo state — is destroyed. This Skill captures that perishable context into the build doc and memory before the thread is cleared, so the next session cold-starts with an exact kickoff line instead of guesswork. ## Core Features & Use Cases - Question gate: Collects unanswered questions from signoff/recheck outputs, chat rulings, and slice ambiguity, and pauses the run until they are answered — nothing is written before the gate resolves. - Ledger recording: Appends dated WAIVED/REOPENED lines to the punch-list ledger and updates slice status cards according to the loop's verdict rules. - Repo photograph: Verifies branch, commits ahead of main, and working-tree state against git in real time, creating a local checkpoint commit for loose work. - Handoff block and memory pointer: Writes one dated handoff block per run into the build doc and maintains a single superseding auto-memory file per feature with the exact kickoff line. - Use Case: After finishing slice 3 of a feature build, invoke /handoff to record open questions, checkpoint uncommitted work, and receive the exact /ship slice-4 docs/plans/... line to type in the fresh session. ## Quick Start Run /handoff after finishing a build slice to record the session state and get the kickoff line for the next session.