What problem does it solve? Long conversations lose context or hit limits, forcing users to manually re-explain work when starting a fresh session. 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 PII from the summary. - Use Case: You have been debugging a login issue for hours and the context is nearly exhausted. Invoke the handoff to spin up a fresh background agent named "Fix login bug" that picks up exactly where you left off. ## Quick Start Ask the assistant to hand off the current conversation to a background agent focused on fixing the login bug.