What problem does it solve? Long coding sessions lose context when they end, forcing the next agent to rediscover decisions, file paths, and progress. This Skill captures the current conversation state and immediately continues the work in a fresh background agent. ## Core Features & Use Cases - Handoff Summary Generation: Writes a concise summary of the current conversation, referencing existing artifacts (specs, plans, ADRs, commits) by path instead of duplicating them. - Background Agent Launch: Starts a new agent via claude --bg --name "<descriptive name>" in the current working directory, returning control immediately while work continues. - Sensitive Data Redaction: Strips API keys, passwords, and personally identifiable information from the summary before it becomes the new agent's prompt. - Use Case: You have been debugging a login issue for hours and need to stop. Invoke the handoff, and a named background agent picks up the investigation with full context and suggested skills to call. ## Quick Start Ask the assistant to hand off the current conversation to a background agent focused on fixing the login bug.