What problem does it solve? When returning to an in-progress Trellis task, it is hard to remember which workflow phase and step you left off at. This Skill reloads the current task context, recovers saved progress, and routes you to the exact phase/step to continue. ## Core Features & Use Cases - Context Recovery: Runs get_context.py to confirm the current task, git state, and recent commits before resuming work. - Saved Progress Restoration: Queries task_progress.py for structured status (in_progress, completed, candidates) and relays only the information needed to resume safely. - Phase Routing: Maps task status plus artifact presence (prd.md, design.md, implement.md) to the correct workflow step, from brainstorming through commit. - Use Case: You return to a half-finished feature after the weekend. Invoke this Skill to discover the task is in_progress with implementation done but unchecked, then jump straight to the Phase 2.2 check step. ## Quick Start Ask the assistant to continue the current Trellis task and tell you which workflow step to resume at.