What problem does it solve? Opening an unfamiliar codebase or resuming a project after a break wastes time on unfocused exploration and risks building on top of uncommitted work. This Skill runs a targeted recon that produces a one-screen orientation brief with the stack, service map, current state, and the next logical move. ## Core Features & Use Cases - Ordered Recon Workflow: Reads identity files (README, package manifests), runtime files (docker-compose.yml, .env.example, entry points), git state (log, status, branches), and one representative feature to extract conventions. - Structured Orientation Brief: Outputs a Markdown brief with a project map table, in-flight work, recent commit direction, conventions to mirror, and a suggested next move. - Resume-After-Break Variant: Leads with the delta since the last session and proposes whether to finish, commit, or stash-and-restart WIP. - Use Case: You return to a FastAPI project after two weeks. The Skill checks git status and recent commits, maps services from docker-compose, and hands you a brief ending with the single most logical next task. ## Quick Start Ask the agent to orient itself in this project and produce a session context brief with the current state and suggested next move.