What problem does it solve? When a conversation grows long or a task needs to continue in a fresh session, context is lost. This Skill writes a concise handoff summary of the current conversation and immediately launches a new background agent seeded with that summary, so work continues without manual copy-pasting. ## Core Features & Use Cases - Automatic Handoff Summary: Distills the current conversation into a prompt for a fresh agent, referencing existing artifacts (specs, plans, ADRs, commits) by path instead of duplicating them. - Background Agent Launch: Runs claude --bg --name "<descriptive name>" in the current working directory, returning immediately while the user manages jobs via claude agents. - Privacy-Aware Summaries: Redacts sensitive information such as API keys, passwords, and personally identifiable information before the summary becomes the new agent's prompt. - Use Case: You have been debugging a login issue in a long session and want a fresh agent to continue. Invoke the skill with a note like "continue fixing the login bug", and a named background agent picks up the work with a suggested-skills list. ## Quick Start Ask the assistant to hand off the current conversation to a new background agent named for your next task, optionally describing what the next session should focus on.