What problem does it solve? When returning to an in-progress task after a break, it is easy to lose track of which phase and step you were on. This Skill reloads the current task context, inspects the workflow Phase Index, and routes you to the exact step to resume. ## Core Features & Use Cases - Context Reloading: Runs get_context.py to confirm the current task, git state, and recent commits. - Status-Based Routing: Reads the task's status field (planning, in_progress, completed) plus artifact presence (prd.md, implement.jsonl) to determine the exact phase/step to resume. - Step-Level Detail Loading: Fetches instructions for a specific step via get_context.py --mode phase --step <X.X>. - Use Case: You return to a half-finished feature after the weekend. Run this Skill to discover the task is in status=in_progress with implementation done but not checked, so it routes you to step 2.2 with the relevant instructions loaded. ## Quick Start Ask the assistant to resume the current task and it will load the workflow context, determine the correct phase and step, and continue from there.