What problem does it solve? When returning to an in-progress task, it is easy to lose track of which phase and step you left off at. This Skill reloads the Trellis workflow state so you can pick up exactly where you stopped without re-reading the entire workflow document. ## Core Features & Use Cases - Context Recovery: Runs get_context.py to confirm the current task, git state, and recent commits. - Phase Detection: Compares the task's prd.md and recent activity against the Phase Index (Plan / Execute / Finish) to determine where to resume. - Step-Level Loading: Pulls detailed instructions for a specific step via get_context.py --mode phase --step, respecting required and once-only step rules. - Use Case: You return to a feature task after a day away. Run this Skill to discover the prd.md exists but code is not written, so it routes you to Phase 2: Execute, step 2.1, and loads those instructions. ## Quick Start Ask the assistant to continue the current Trellis task and load the correct workflow step to resume from.