What problem does it solve? When resuming work after a break or handing off between agents, it is hard to reconstruct what is in flight: which branches are active, which worktrees exist, and which plans are unfinished. This Skill scans the repository and produces a structured orientation summary without mutating any state. ## Core Features & Use Cases - Read-only repo scan: Runs a Node.js scanner over git status, worktrees, local/remote refs, and active plan files under process/general-plans/active/ and process/features/*/active/. - Simple and Deep modes: Simple mode returns a quick handoff summary; Deep Mode additionally reads umbrella plans, phase reports, and resume sections to produce a full program briefing. - Selected-plan hints: Surfaces advisory selected-plan hints from explicit flags, session state, or a single primary plan, never as execute authority. - Use Case: At the start of a session, ask for a handoff summary and receive Current State, Recent Work, In-Flight Plans, Next Steps, and Warnings, optionally as JSON via --json. ## Quick Start Ask the assistant to run the review-situation scan and give you a handoff summary of the current branch, worktrees, and active plans.