What problem does it solve? When working on multi-phase projects, it is easy to lose track of where you are in the workflow, what blockers exist, and what to do next. This Skill reads the project's state files and presents a clear status dashboard with intelligent routing to the appropriate next command. ## Core Features & Use Cases - Status Dashboard: Reads STATE.md and ROADMAP.md from the .octo/ directory to display current phase, position, status, and blockers with visual progress markers. - Intelligent Routing: Maps workflow status (ready, in_progress, blocked, complete, shipped, etc.) to concrete next-step suggestions such as /octo:develop or /octo:issues. - Cross-Session Activity Summary: Summarizes recent git commits, tags, branches, and orchestration results when asked "what have I been working on", and suggests durable CLAUDE.md updates. - Use Case: After returning to a project mid-week, ask for a status check to see that you are in Phase 2 (Define), view remaining roadmap phases, and get directed to /octo:prd to continue requirements work. ## Quick Start Ask the assistant to show the current project status and what to do next.