What problem does it solve? When a coding session ends or context runs out, critical details about tasks, decisions, and progress are lost. This Skill captures the current state of work into a structured markdown handoff document so another agent or session can resume seamlessly. ## Core Features & Use Cases - Standardized Handoff Documents: Generates markdown files with YAML frontmatter (date, git commit, branch, repository, status) and structured sections for tasks, learnings, artifacts, and next steps. - Consistent File Naming: Places documents under thoughts/shared/handoffs/ with timestamped, ticket-aware filenames like 2025-01-08_13-55-22_ENG-2166_create-context-compaction.md. - Metadata Automation: Runs scripts/spec_metadata.sh to gather git and session metadata, then syncs via humanlayer thoughts sync. - Use Case: Before ending a long debugging session on ticket ENG-2166, invoke this Skill to produce a handoff summarizing recent changes, root causes found, and remaining action items, then resume later with /resume_handoff. ## Quick Start Ask the agent to create a handoff document for the current session so the work can be resumed in a new session.