What problem does it solve? When returning to an in-progress task, it is easy to lose track of which phase or step you were on in the Trellis workflow. This Skill removes that guesswork by inspecting the current task state and telling you exactly where to pick up. ## Core Features & Use Cases - Context Loading: Runs get_context.py to confirm the current task, git state, and recent commits before resuming work. - Phase Routing: Reads the task status field and artifact presence (prd.md, design.md, implement.md) to route you to the correct phase step, from planning through implementation to commit. - Step-Level Detail: Loads instructions for a specific step via get_context.py --mode phase --step, so you follow the canonical workflow in .trellis/workflow.md. - Use Case: You return to a feature task after a day away. Run this Skill to discover the task is in_progress with implementation done but not checked, so it routes you to step 2.2 for verification. ## Quick Start Ask the assistant to resume the current Trellis task and tell you which workflow step to continue from.