What problem does it solve? Ending a long coding session often means losing context, forcing the next session to start from scratch. This Skill captures the current conversation state and immediately spins up a fresh background agent that continues the work without manual copy-pasting. ## Core Features & Use Cases - Automatic Handoff Summary: Writes a concise summary of the current conversation, referencing existing artifacts (specs, plans, commits) by path instead of duplicating them. - Background Agent Launch: Runs claude --bg --name "<descriptive name>" with the summary as the prompt, so the new agent starts in the current working directory and returns immediately. - Privacy-Aware Summaries: Redacts API keys, passwords, and personally identifiable information before the summary becomes the agent's prompt. - Use Case: You finish debugging half of a login issue at the end of the day. Invoke the handoff, and a named background agent picks up the remaining work with full context and suggested skills. ## Quick Start Ask the assistant to hand off the current conversation to a background agent focused on finishing the login bug fix.