What problem does it solve? When returning to a project after time away, the reasoning behind decisions and the state of in-flight work is scattered across chat history and files. This Skill rebuilds that context at session start by reading the project's maintained markdown artefacts, so you resume from an accurate picture instead of reconstructing it manually. ## Core Features & Use Cases - Active WIP orientation: Reads ACTIVE.md and scans stories to list in-progress, blocked, and stale in-review work with acceptance-criteria state. - Decision and monitor history: Surfaces the five most recent ADRs and the latest MONITOR revision line, treating the monitor as the authoritative source over fan-out scans. - Autopilot run detection: Probes checkpoints for unfinished or stale paused autopilot runs and reports them read-only, without altering any artefact. - Use Case: You open Claude Code on Monday and ask "where did we leave off" — the Skill returns a compact orientation block naming the active story, one blocked item, recent ADRs, and a single suggested next action. ## Quick Start Ask the assistant to run the session-start orientation and summarize what is in progress, blocked, and what to do next.