What problem does it solve? When returning to a paused development task, engineers lose context about prior decisions, learnings, and next steps. This Skill reads handoff documents, verifies the current codebase state against them, and proposes a validated continuation plan. ## Core Features & Use Cases - Handoff Discovery: Locates handoff documents by direct path or by ticket number (e.g., ENG-1234) under thoughts/shared/handoffs/, selecting the most recent file when multiple exist. - Context Verification: Reads linked research and plan documents, validates that recorded changes and learnings still match the current codebase, and flags regressions or divergences. - Action Planning: Converts handoff action items into a tracked todo list and confirms the approach with the user before implementation. - Use Case: After a weekend break, run the command with ticket ENG-2124 to reload the latest handoff, verify the partial refactor it describes is still intact, and continue implementation from where the previous session stopped. ## Quick Start Ask the assistant to resume work from the most recent handoff for ticket ENG-1234 and propose the next steps.