What problem does it solve? When resuming work on a Specture-managed project, it is unclear which phase (setup, discovery, architecture, UX, build) the project is in. This Skill removes the guesswork by inspecting files on disk and routing to the correct phase skill automatically. ## Core Features & Use Cases - Filesystem-Based State Detection: Checks for .specture/stack.yml, docs/01-requirements/business_requirements.md, docs/04-roadmap/ROADMAP.md, and UX deliverables to determine the current phase without reading full documents. - Schema Drift Check: Runs a read-only doctor.js check --brief call to surface pending migrations or errors before routing. - Docs-Index Fallback: Detects preexisting indexed documentation tagged requirements and offers a bridge generation path instead of re-running discovery. - Use Case: You return to a project after a week and say "continuemos con el roadmap". The Skill greps the ROADMAP epic checkboxes, finds pending epics, and routes directly to the build skill. ## Quick Start Say "continue" or "sigamos" at the start of a conversation and the Skill will detect the project state and route to the correct Specture phase.