What problem does it solve? Coordinating multi-package development in the Astroray renderer requires manually reading planning reports, checking which packages already have open PRs or worktrees, and deciding which agent should implement each package. This Skill automates that triage and dispatch step. ## Core Features & Use Cases - Priority Selection: Reads NEXT_STAGE_REPORT.md section 2 and picks the top-priority open package not already in flight. - Cost-Aware Routing: Applies a tier check to decide whether a package qualifies for open-model delegation via the delegate skill or should go to the package-implementer agent. - Worktree Dispatch: Spawns the chosen agent in a fresh git worktree with the verbatim drop-in prompt, package spec path, and worktree name. - Dry-Run Mode: Supports --dry-run to print the routing decision without spawning any agent. - Use Case: After a planning round completes, run /dispatch-next to automatically hand off the next package (e.g., pkg55 Phase B) to the right agent with the correct prompt and worktree. ## Quick Start Run /dispatch-next to read the current stage report and dispatch the top-priority open package to the appropriate agent in a new worktree.