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 background agent seeded with that summary, so work continues without manual copy-pasting. ## Core Features & Use Cases - Automatic Handoff Summary: Generates a 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>" "<summary>" so the new agent starts in the current working directory and returns immediately, manageable via claude agents. - Safety and Focus: Redacts sensitive information (API keys, passwords, PII), suggests which skills the next agent should invoke, and tailors the summary to user-provided arguments about the next session's focus. - Use Case: You have been debugging a login issue and want a fresh agent to implement the fix. Invoke this Skill with a note like "implement the login fix", and a named background agent picks up the work with full context. ## Quick Start Ask the assistant to hand off the current conversation to a background agent named for the next task, optionally describing what the next session should focus on.