What problem does it solve? When running multiple parallel Conductor workspaces, it is hard to know which VERSION numbers are already claimed by open PRs, which sibling workspaces have work likely to ship soon, and which slot the next /ship run would pick. This Skill answers that with a single read-only snapshot. ## Core Features & Use Cases - Version queue dashboard: Shows which VERSION slots are claimed by open PRs and by whom. - Workspace awareness: Surfaces sibling Conductor workspaces with WIP work likely to ship soon. - Next-slot prediction: Reports which slot /ship would claim next, using the same gstack-next-version utility /ship uses. - Read-only guarantee: No mutations, so it is safe to run any time, like gh pr list for VERSION numbers. - Use Case: Before starting a release, ask for a landing report to see open PR versions, pick an unclaimed version number, and avoid collisions with other in-flight branches. ## Quick Start Ask the assistant to run a landing report to show which version slots are claimed and which version comes next.