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. This Skill reloads the current task context from the Trellis workflow and routes you to the exact step to resume. ## Core Features & Use Cases - Context Recovery: Runs get_context.py to confirm the current task, git state, and recent commits. - Status-Based Routing: Maps the task status field (planning, in_progress, completed) plus artifact presence (prd.md, implement.jsonl) to the correct workflow step. - Step-Level Instructions: Loads detailed guidance for a specific step via get_context.py --mode phase --step. - Use Case: You return to a feature task after a day away. Run this Skill to discover the task is in planning with a finished prd.md, so it routes you directly to step 1.3 to curate implement.jsonl. ## Quick Start Ask the assistant to continue the current Trellis task and tell me which workflow step to resume at.