What problem does it solve? When working on a software project incrementally with Scrum documentation, it is easy to lose track of which phase you are in and which document to produce next. This Skill reads your project memory and existing docs, determines the current phase, and tells you the exact next action. ## Core Features & Use Cases - Phase Detection: Scans the docs folder and project_memory.md to classify the project as Foundation, Architecture, or Slice Cycle, flagging discrepancies between memory and actual files. - Next-Action Orchestration: Suggests the concrete next skill to run (e.g., prd, backlog, sprint-planning) and invokes it, enforcing rules like no sprint planning without a Definition of Ready. - Persistent Memory Updates: Maintains project_memory.md with phase, active slice, sprint state, blockers, and last action after every session. - Use Case: At the start of a work session, run the guide to learn that your Foundation docs are done but the backend architecture is missing, then immediately generate it. ## Quick Start Ask the assistant to run the guide skill to check my project status and tell me what to do next.