What problem does it solve? Work context is lost when a coding session ends, forcing you to reconstruct intent, decisions, and next steps from scratch. This Skill defines a durable, branch-scoped handoff artifact stored in Branch Memory so a future session can pick up exactly where you left off. ## Core Features & Use Cases - Shared lifecycle model: Defines the handoff vocabulary, storage contract (namespace handoff, key <slug>.md), and branch/list scoping that the step skills handoff-create and handoff-pickup rely on. - Admin and cleanup operations: Inspect, copy, move, delete individual handoffs, and garbage-collect handoffs whose local branch was deleted, via ns handoff commands or direct brmem storage operations. - Safety posture: Refuses collisions, overwrites, and destructive changes without explicit user intent, and prefers dry-run previews before mutation. - Use Case: Before ending a session mid-refactor, create a handoff artifact naming the continuation focus; days later, list handoffs across branches, pick up the slug, and resume with full context — then garbage-collect handoffs from deleted branches. ## Quick Start Ask the agent to list all handoffs across branches and pick up the one for your current task so you can resume the recorded next step.