What problem does it solve? Development rounds in the Astroray project end with scattered bookkeeping: specs drift out of sync with merged PRs, status docs go stale, and nobody checks whether an architect-level strategy review is due. This Skill automates that round-closeout ritual so nothing is forgotten. ## Core Features & Use Cases - Spec-status drift gate: Greps every spec for stale pending/in-review statuses, cross-checks each referenced PR with gh pr view, and blocks the closeout until specs are flipped to done. - Docs-updater orchestration: Spawns the docs-updater agent with the list of PRs merged since the last STATUS.md update and confirms the doc PR is open or merged. - Strategy review trigger: Evaluates conditions (deferred targets, rounds since last review) and spawns the architect agent in state+refine mode when warranted. - Use Case: After merging several renderer packages, run the closeout to flip spec statuses, regenerate status docs, and get a summary of what the next dispatch will pick up. ## Quick Start Run /close-round after the round's PRs are merged to update the docs and check whether a strategy review should fire.