What problem does it solve? Implementing a backlog of plans one at a time is slow and serial; this Skill ships multiple plans concurrently by spawning one isolated git worktree agent per plan, each building its plan and opening its own pull request. ## Core Features & Use Cases - Parallel plan dispatch: Discovers every status: todo plan in the plans directory and launches one background subagent per selected plan, each in its own git worktree. - Mandatory confirmation gate: Presents a multi-select picker before dispatching, since every selected plan opens a real pull request against the shared remote. - Verified reporting: Cross-checks each agent's reported PR with gh pr view before marking it green, and stops at open PRs rather than auto-merging. - Use Case: You have five status: todo plan specs in docs/plans/. Run the fleet with --max 3 to ship the three newest plans simultaneously, each on its own branch with its own PR, then merge them yourself oldest-first. ## Quick Start Ask the agent to run the build fleet over the plans directory with a maximum of three concurrent plans and confirm which plans to ship.