What problem does it solve? After a context reset, compaction, or a new conversation, you lose track of where a project left off. This Skill reloads the persistent workflow state so you can continue exactly where you stopped without re-discovering prior progress. ## Core Features & Use Cases - State Detection: Checks for the .octo/ directory and the .octo-continue.md handoff file written by PreCompact and SessionEnd hooks. - Adaptive Context Loading: Uses octo-state.sh get_context_tier auto to load the right context tier (planning vs. execution) based on current workflow status. - Intelligent Routing: Maps workflow status (in_progress, blocked, paused, complete, etc.) to the correct next command such as /octo:issues, /octo:develop, or /octo:ship. - Use Case: You return to a project the next day and type "resume" — the Skill displays the project title, last active timestamp, current phase, recent history, blockers, and a suggested next action. ## Quick Start Say "resume" or "pick up where I left off" to restore your previous session state and continue the workflow.