What problem does it solve? When returning to an in-progress task, it is easy to lose track of which phase and step you were on. This Skill restores that context by reading the task status and artifacts, then routing you to the exact workflow step to continue from. ## Core Features & Use Cases - Context Restoration: Runs get_context.py to confirm the current task, git state, and recent commits before resuming work. - Status-Based Routing: Maps task status (planning, in_progress, completed) plus artifact presence (prd.md, implement.jsonl) to the correct phase step such as 1.1, 1.3, 2.1, or 3.1. - Step-Level Instructions: Loads detailed guidance for a specific step via get_context.py --mode phase --step, so you follow the canonical workflow rather than guessing. - 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 but an uncurated implement.jsonl, so you resume directly at step 1.3. ## Quick Start Ask the assistant to continue the current Trellis task and load the correct workflow step to resume from.