What problem does it solve?
Running multiple AI coding agents on separate features at once creates chaos: overlapping branches, unverified pull requests, lost context, and no single owner accountable for the combined outcome. This Skill turns one session into an orchestrator that launches, monitors, verifies, and merges parallel PRP workstreams while keeping a durable run record.
Core Features & Use Cases
- Parallel workstream management: Resolves a concern into workstreams, assigns each to the right PRP skill (prp-issue, prp-plan, prp-implement, prp-review, prp-spike, and others), and launches them as background agents in isolated git worktrees.
- Verification and merge gating: Requires a live PR, a published READY TO MERGE review of the current head, and green required CI before sequencing merges by dependency and file-overlap risk.
- Durable run record: Maintains a run file with workstream status, standing decisions, merge queue, event log, and a final handoff, resumable with --resume.
- Use Case: You have five GitHub issues to ship. Invoke the orchestrator, approve the proposed base branch and workstream table at the first gate, and it delivers merged PRs with verified reviews and CI proof.
Quick Start
Ask the assistant to orchestrate these issues in parallel using /prp-orchestrate followed by your list of issues or features.