What problem does it solve? Coordinating a planned milestone by hand means tracking issue dependencies, dispatching work, reviewing every PR, resolving integration conflicts, and merging in the right order — a long, error-prone process. This Skill automates that entire loop: it builds the dependency graph from tracker issues, verifies the plan passed review, dispatches unblocked issues to parallel agents, enforces dual-role PR review, runs an integration gate, and merges into an integration branch. ## Core Features & Use Cases - Dependency-aware dispatch: Builds a dependency graph from issue bodies, dispatches only unblocked issues to parallel worktree-isolated agents matched by area:* labels, and never re-dispatches a running issue. - Two-role PR review: Every PR is reviewed by a strictly scoped acceptance-criteria role and a code-quality role, with retry budgets, escalation on disagreement, and an integration gate that catches semantic conflicts before merge. - Wave-aware execution: Detects new issues added to the milestone mid-run, re-verifies the review evidence, resumes interrupted runs from existing PRs, and finishes with a single integration PR to the default branch. - Use Case: After planning and reviewing a milestone with plan-milestone and review-milestone, invoke this Skill to have all issues implemented, reviewed, and merged autonomously while you only handle escalations. ## Quick Start Ask the assistant to run the milestone by saying: run the milestone named 'Q3 billing rework' and let it implement all its issues.