What problem does it solve? When returning to an in-progress Trellis task, it is easy to lose track of which workflow phase and step you left off at. This Skill inspects the current task state and routes you to the exact step to resume, so no required step is skipped or repeated. ## Core Features & Use Cases - Context Loading: Runs get_context.py to confirm the current task, git state, and recent commits. - Phase Routing: Reads the task status field and artifact presence (prd.md, implement.jsonl) to determine whether to resume at Plan, Execute, or Finish phase steps. - Step-Level Detail: Loads instructions for a specific step via get_context.py --mode phase --step, following the canonical rules in .trellis/workflow.md. - Use Case: You return to a coding task after a day away and cannot remember whether the PRD was finished or implementation had started. Run this Skill to identify the exact step to pick up at and load its instructions. ## Quick Start Ask the assistant to resume the current Trellis task and determine which workflow step to continue from.