What problem does it solve? Coordinating an autonomous development round on the Astroray path tracer requires reading live planning documents, picking the right package, delegating bounded work, and verifying visual and engineering evidence before merging. This Skill encodes that architect-first workflow so a round runs consistently without manual orchestration. ## Core Features & Use Cases - Package Selection: Reads STATUS.md, NEXT_STAGE_REPORT.md, and ROADMAP.md plus git/GitHub state to exclude in-flight work and select the most valuable eligible package. - Bounded Delegation: Routes grunt tasks, well-specified implementation slices, and read-only pre-review through the astroray-opencode-delegator with dynamic model tiers, while keeping visual judgment and independent sign-off on separate high-tier lineages. - Evidence-Gated Delivery: Enforces documented gates, caller/binding sweeps, independent review, GPU-lock-serialized CUDA verification, and visual-check workflows before committing, pushing, opening the PR, and merging. - Use Case: Run an autonomous round on the Astroray renderer where the agent picks the next package (e.g., responsiveness/cancellation measurement), executes it in an isolated worktree, verifies renders visually, and ships the PR with updated planning docs. ## Quick Start Run an architect-first Astroray delivery round that selects the next eligible package, delegates bounded work, and verifies all evidence before merging.