What problem does it solve? Long conversations accumulate context that becomes hard to carry forward. This Skill writes a handoff summary of the current conversation and immediately launches a fresh background agent seeded with that summary, so work continues without losing momentum or manually copying context. ## Core Features & Use Cases - Conversation Summarization: Generates a handoff summary that references existing artifacts (PRDs, 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. - Sensitive Data Redaction: Strips API keys, passwords, and personally identifiable information before the summary becomes the agent's prompt. - Use Case: After a long debugging session, hand off the remaining work to a named background agent like "Fix login bug" and monitor it with claude agents. ## Quick Start Ask the assistant to hand off the current conversation to a background agent focused on your next task, optionally describing what the next session should accomplish.