What problem does it solve? When a PR lands on the default branch, every other Orca-managed workspace becomes stale, and manually updating each one is tedious and error-prone. This Skill surveys all worktrees for the current repo, reports how many commits behind each one is, and dispatches a /git-sync command into each live agent so it resolves its own conflicts with full context. ## Core Features & Use Cases - Worktree Survey: Runs survey.sh to fetch origin and emit a TSV report of every Orca worktree with its branch, commits behind, live terminal handle, and linked issue. - Safe Dispatch: Waits for each agent to go idle before sending /git-sync, never interrupts work in flight, and never resolves another workspace's conflicts centrally. - Confirmed Fan-out: Always asks the user to confirm the target list before dispatching, and reports workspaces with no live agent along with the command to spawn one. - Use Case: After merging a PR to main, ask which workspaces are behind and fan out the sync so every agent rebases on the updated default branch without you touching each terminal. ## Quick Start Ask the assistant to survey all Orca workspaces for this repo and dispatch git-sync to every agent that is behind the default branch.