What problem does it solve? When development work spans multiple sessions, context is lost and it is hard to remember where you left off. This Skill restores task context automatically so work can resume without manual reconstruction of prior state. ## Core Features & Use Cases - Context Recovery: Reads scratchpad/plan.md and active scratchpad files, plus recent git status and commit history, to reconstruct the current task state. - Task Prioritization: Identifies the highest-priority incomplete checklist item and continues implementation from the last checkpoint. - Quality Gates: Enforces typecheck, lint, test, and build verification before marking any task complete. - Use Case: You return to a TypeScript project after a break. The Skill reads your plan file, finds the next unchecked task, implements it with strict typing and Zod validation, runs all quality gates, and updates the scratchpad with progress. ## Quick Start Resume work on my project by reading the scratchpad plan and picking up the next incomplete task.