What problem does it solve?
This Skill automates complete session handoff to prevent loss of work, consolidate session artifacts, and prepare a clean state for the next session.
Core Features & Use Cases
- Scan & Persist: Detect unsaved Cortex items and save them reliably with backup queuing when Cortex or Notion are unreachable.
- Structured Session Summaries: Create or append a session file with accomplishments, decisions, files changed, Cortex/Notion references, and background agent reports.
- Memory & Task Maintenance: Compact MEMORY.md into topic files, update per-user task files with a concurrent-write lock, and mark completed or pending tasks with context for next session.
- Integration & Sync: Validate FORGE format for procedures, handle Notion dashboard updates with exponential backoff, and perform a git sync to persist local project changes.
- Use Case: At the end of a development or research session, run handoff to capture all created skills, procedures, and pending work so the next session resumes without context loss.
Quick Start
Run the handoff skill to save unsaved work, compact memory, update tasks, check agents, sync git, and generate the final session report.