What problem does it solve?
Coordinating a full software delivery—from an issue or PRD through planning, implementation, code review, corrections, and green CI—requires juggling multiple agents, artifacts, and handoffs. This Skill automates that orchestration so a single input becomes a reviewed, merge-ready pull request without manual stage management.
Core Features & Use Cases
- End-to-End Delivery Orchestration: Runs plan, implement, review, correct, and re-review stages sequentially with fresh specialist agents for each stage.
- Artifact-Based Handoffs: Preserves plan paths, implementation reports, review reports, and PR URLs as durable artifacts that survive context windows.
- Review-Correction Loop: Repeats independent reviews and corrections until a READY TO MERGE verdict with all findings resolved, then requires green CI.
- Use Case: Provide a GitHub issue URL and receive back a live PR with a published READY TO MERGE review, green validation, and passing CI checks.
Quick Start
Invoke /prp-deliver with a GitHub issue URL or PRD to autonomously produce a reviewed pull request with green CI.