How it works
Six checkpoints between a description and production. See Features for what's live today versus still rolling out.
- 1
Describe
Create a feature with a title and description in the web app. That's the entire ask.
- 2
Plan & design review
The agent grills you on requirements; scope, edge cases, and constraints get written up as an ADR before any code is touched.
- 3
Agent builds
Approved plans get implemented unattended, inside an isolated, ephemeral environment with no access beyond what the job needs.
- 4
Automated tests
Test scenarios run against the build automatically, catching regressions before anyone has to go looking for them.
- 5
Agent & user review
The agent checks its diff against the approved plan first. Then it lands as a real pull request your team reviews on GitHub.
- 6
Merge
Merge when it's ready, the way your team already does — deployment is automated from there.