What problem does it solve? After a break, a context clear, or a new session, developers lose track of where a project stands. This Skill reads the progress-tracking files already on disk (build plan, current feature spec, findings log) plus git state and prints a short orientation summary with the exact next action, without changing anything. ## Core Features & Use Cases - Progress distillation: Counts checked vs unchecked items in blueprint/build-plan.md and names the next unchecked item. - Current work detection: Reports the in-progress feature, fix, or rollback spec from blueprint/context/current-feature.md, including which steps are done and where work resumes. - Drift and blocker warnings: Flags stale project overviews, open P0/P1 findings that block completion, branch/spec mismatches, and uncommitted changes. - Use Case: You return to a project after the weekend, run /status, and immediately see that feature 4 is on step 2 of 3, one P1 finding awaits re-review, and the next action is /implement for step 3. ## Quick Start Run /status to get a read-only summary of build-plan progress, current work, findings, git state, and the single recommended next command.