From approved design to mergeable PR
Run /pr on any issue with an approved design and the playbook identifies the right repos, drafts a phased implementation plan, and writes the code phase by phase. Each phase lands as its own commit with live checkbox tracking, before it adds tests, runs lint and format, and opens the PR for review.

The edge cases, covered
Built for real review workflows — phased commits, comprehensive tests, and validation gates keep every PR clean and easy to read.
Phased commits for clean review
Implementation is broken into sequential phases, each landing as its own commit so reviewers can follow the work one logical change at a time.
Real-time progress tracking
A draft PR opens up front with a checkbox comment that updates with the commit SHA after every phase, giving reviewers live visibility.
Tests written and verified
After the code lands, it writes comprehensive tests for the new functionality and runs them to confirm they pass before review.
Lint and format gates
Lint and format checks run automatically and any issues are fixed in a separate validation commit, so the PR arrives clean.
Frontend and backend coordination
Specialized agents split the work across the stack while a coordinator keeps the implementation consistent with your existing architecture.
Lives where your code already does
It clones your repositories, branches, and opens the pull request directly on your Git host, coordinating frontend and backend changes across them.
Running from day one
Trigger it manually with /pr on any issue once a design is approved. Point it at your Backend and Frontend Developer agents and it runs autonomously after the plan is set.


