What problem does it solve? When work on a feature spans multiple sessions or teammates, resuming means reconstructing what was decided and where things stopped. This Skill lists active feature branches alongside their committed feature context, so you pick up mid-flow with the prior reasoning intact instead of re-deriving it from commit history. ## Core Features & Use Cases - Feature Discovery: Lists remote feature branches with last-commit summaries, open PRs against preprod, and Railway preview URLs. - Context-Aware Resume: Reads each branch's committed .harness/feature-context/<slug>.md file to show phase, next step, and open questions before you choose. - Safe Handover: Checks out a new session branch, sweeps stale context files, and delegates to the feature flow's resume logic rather than improvising one. - Use Case: A colleague parked a feature mid-review yesterday. Run the continue command, see their branch with its recorded next step and open questions, and resume exactly where they left off. ## Quick Start Ask the assistant to continue work on a feature, optionally naming it, for example: continue the user-authentication feature.