What problem does it solve? When an agentic coding session ends, all context about tasks, decisions, and progress is lost. This Skill captures that context in a structured Markdown handoff document so a new session can resume work without re-discovery. ## Core Features & Use Cases - Structured Handoff Template: Generates a Markdown document with YAML frontmatter (issue id, date, git commit, branch, repository, tags) and sections for tasks, critical references, recent changes, learnings, artifacts, and next steps. - Git Metadata Capture: Automatically gathers commit hash, branch name, and remote repository URL via git commands to anchor the handoff to the exact codebase state. - Tracker-Aware File Naming: Organizes handoffs under flow/handoffs/gh-<id>/ with timestamped kebab-case filenames, falling back to a general folder when no tracker item exists. - Use Case: Before ending a long implementation session on a streaming API, invoke the skill to produce flow/handoffs/gh-123/2025-01-08_13-55-22_implement-streaming-api.md, then resume later with /resume-handoff pointing at that file. ## Quick Start Ask the agent to create a handoff for the current work so it can be resumed in a new session.