What problem does it solve? When returning to a paused task, developers lose context about prior decisions, learnings, and next steps. This Skill reads a handoff document, verifies that the recorded state still matches the actual codebase, and rebuilds an actionable plan before continuing work. ## Core Features & Use Cases - Handoff Ingestion: Reads a handoff document fully, plus any linked research or plan documents under flow/plans or flow/research. - State Validation: Spawns research tasks to verify that recorded changes, learnings, and artifacts still exist and remain valid in the current codebase. - Interactive Continuation: Presents an analysis of original tasks, validated learnings, and recommended next actions, then builds a todo list after user confirmation. - Use Case: After a week away, run /resume-handoff gh-42 to pick up the most recent handoff for issue 42, confirm nothing has diverged, and continue implementation from where the previous session stopped. ## Quick Start Invoke the skill with a handoff path or work-item id, for example by asking to resume work from flow/handoffs/gh-123 using the latest handoff document.