What problem does it solve? When working on multi-phase projects across parallel Conductor worktrees, a fresh chat session has no memory of prior work. This Skill rebuilds working context from the durable plan store so any agent in any worktree can pick up an unblocked lane and start immediately. ## Core Features & Use Cases - Plan Recovery: Resolves the plan from .loop/plan.md, the Loop daemon, or Kestral when linked, always fetching the freshest copy. - Lane Selection & Conflict Check: Parses phases and status markers, recommends unblocked lanes, and detects claims or file conflicts from sibling worktrees before starting. - Phase Claiming & Context Loading: Claims the phase via Kestral or local status markers, creates the suggested branch, and loads only the context the phase needs. - Auto Mode: Supports headless loop-execute runners with deterministic refusals instead of interactive prompts. - Use Case: You open a new Conductor worktree for a parallel lane of a large effort; run this Skill to recover the plan, claim Phase 3 on branch feat/oauth-token-refresh, and get a focused digest of what to build. ## Quick Start Ask the agent to pick up the plan and start the next unblocked lane for your project in this worktree.