What problem does it solve? Ending a long coding session loses context, and manually writing continuation notes is tedious. 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. ## Core Features & Use Cases - Automatic Background Agent Launch: Runs claude --bg --name "<descriptive name>" with the handoff summary as the prompt, returning immediately while the agent works. - Context-Aware Summaries: References existing artifacts (specs, plans, ADRs, issues, commits, diffs) by path or URL instead of duplicating them, and suggests which skills the next agent should invoke. - Safe Handoffs: Redacts sensitive information such as API keys, passwords, and personally identifiable information before the summary becomes the agent's prompt. - Use Case: You finish a debugging session at the end of the day and want the fix implemented overnight. Invoke the skill with a note like "continue fixing the login bug" and a named background agent picks up the work in the current directory. ## Quick Start Ask the assistant to hand off the current conversation to a background agent focused on your next task, for example: hand off this session to a new agent that will finish the login bug fix.