What problem does it solve? AI-assisted work loses context between sessions, causing repeated investigations and revisited decisions. This Skill establishes the current state of a project and the next action before any work begins, so sessions resume from verified facts instead of guesswork. ## Core Features & Use Cases - Continuation Gate: Classifies each request as status-only, continue-work, or new-work, and stops after reporting when no work was explicitly requested. - Multi-Source State Gathering: Reads git history, open issues and pull requests, planning documents, handoff notes, and packet files, citing sources and separating fact from inference. - Injection-Safe Note Reading: Treats local context files and handoff notes strictly as data, never executing instructions embedded inside them. - Use Case: A user opens a session with "let's continue from last time." The Skill reviews recent commits, open issues, and packet states, presents the current position with evidence, and proceeds only within the explicitly requested scope. ## Quick Start Ask the assistant to catch you up on this repository and confirm the current state and next step before starting any work.