What problem does it solve? When resuming work or handing off a session, developers waste time manually reconstructing repo context: which branches are active, what worktrees exist, which plans are in flight, and what to check next. This Skill automates that orientation with a single read-only scan. ## Core Features & Use Cases - Situation Scan: Runs a Node.js scanner that collects current branch, dirty state, ahead/behind counts, worktrees, ranked local/remote refs, and recent commits into a text or JSON report. - Active Plan Inventory: Discovers unfinished plans under process/general-plans/active/ and process/features/*/active/, with advisory selected-plan hints from explicit flags, session state, or a single primary plan. - Deep and Program Review Modes: Reads umbrella plans, phase reports, and handoff sections to produce full program briefings with ASCII diagrams, decision logs, and gap lists. - Use Case: At the start of a session after a long break, ask for a handoff summary to instantly see branch status, in-flight plans, warnings, and suggested next steps without touching repo state. ## Quick Start Ask the assistant to run the review-situation scan and give you a handoff summary of current branch state and active plans.