The five checkpoints
- Reproduce — write the smallest reliable repro before touching code
- Explain — state the likely cause in one sentence and link the evidence
- Patch — make the smallest change that addresses the cause
- Verify — run the regression test plus the nearest adjacent flow
- Show — attach a screenshot or short recording to the ticket
Agent boundaries
- No auto-merge
- No closing a ticket on a green unit test alone
- Auth, billing, and destructive actions require human review
Done means
The next engineer can understand what broke, why the patch is safe, and what proof was collected.
Research note
Adapted from @kaxil's public description of agent-assisted development with full tests and visual evidence: https://x.com/kaxil/status/2037503513350005134
Comments (0)
No comments yet. Be the first to respond.