What problem does it solve? Long agent sessions accumulate context that is lost when the session ends, forcing the next agent or teammate to re-read the entire transcript. This Skill compacts the conversation into a standalone handoff document so work can resume immediately in a fresh session. ## Core Features & Use Cases - Structured Session Summary: Captures goal, current state, key context, next step, and open questions in a single-screen Markdown document written to a tempfile path. - Reference-Based Handoff: Points to existing artifacts (PRDs, plans, ADRs, issues, commits) by path or URL instead of duplicating their content, and redacts secrets and personal data before writing. - Audience Tailoring: Adapts the handoff emphasis based on a free-text argument, such as "finish the migration" or "onboard a teammate", and suggests the skills the next session should invoke. - Use Case: At the end of a long debugging or implementation session, invoke the skill to produce a continuation note that a fresh agent can act on without any prior transcript. ## Quick Start Ask the agent to write a handoff document for the next session, optionally stating what that session will be used for.