What problem does it solve? Long conversations lose context when sessions end, forcing you to manually re-explain work to a new agent. This Skill writes a handoff summary of the current conversation and immediately launches a background agent seeded with that summary so work continues without interruption. ## Core Features & Use Cases - Automatic Handoff Summary: Generates a concise summary of the current conversation, referencing existing artifacts (specs, plans, ADRs, commits) by path instead of duplicating them. - Background Agent Launch: Runs claude --bg --name "<descriptive name>" with the summary as the prompt, returning immediately while the agent works in the current directory. - Suggested Skills Section: Recommends which skills the next agent should invoke, and redacts sensitive data like API keys or personal information from the summary. - Use Case: You have been debugging a login issue for an hour and want a fresh agent to continue overnight. Invoke the handoff, and a named background agent picks up the full context instantly. ## Quick Start Ask the assistant to hand off the current conversation to a background agent focused on fixing the login bug.