What problem does it solve? Continuing work from a previous session often means losing context, repeating mistakes, or acting on stale assumptions. This Skill reads handoff documents, verifies that referenced changes and learnings still hold in the current codebase, and turns them into a confirmed action plan before implementation begins. ## Core Features & Use Cases - Handoff Discovery and Reading: Locates handoff documents by direct path or by domain under thoughts/shared/handoffs/<domain>/, selecting the most recent file by timestamp when multiple exist. - Context Validation: Reads linked research and plan documents, verifies that recorded changes and learnings still match the current codebase, and flags divergences or regressions. - Action Planning: Converts handoff action items into a tracked task list and confirms the approach with the user before starting implementation. - Use Case: A developer returns to a feature after a week away. They invoke the skill with the domain name, and it loads the latest handoff, verifies the referenced files still exist, summarizes validated learnings, and proposes the next tasks. ## Quick Start Resume work from the most recent handoff for the payments domain and propose the next steps.