What problem does it solve? When working across sessions or with multiple agents, project context gets lost. This Skill captures session progress as temporary handoff documents and manages long-term knowledge updates in a shared Obsidian vault, so work can resume without re-explaining everything. ## Core Features & Use Cases - Temporary Handoff Docs: Generate structured handoff files with session goals, work done, current status, and next steps, organized by project and date. - Handoff Loading: Search and summarize existing handoffs for a project via the load subcommand, with optional date filtering and INDEX.md support. - Permanent Knowledge Updates: Propose section-level patches to long-term docs (architecture, debugging workflows) with confirmation-gated application via --permanent and --apply. - Use Case: After a long debugging session, run /handoff myproject --log to produce a discardable handoff doc plus a detailed work log, then propose updates to the permanent architecture notes for review. ## Quick Start Ask the agent to create a handoff for your project, for example by saying: create a handoff document for the payments project summarizing today's session.