Overview
Use the following validation pipeline for every completed issue or small group of issues:
- Implementation agent completes the task with tests and a commit.
- Fresh automated reviewer examines the diff against the issue and coding standards.
- The implementation is corrected or a follow-up issue is created.
- A human reviews the tests first, then the production code.
- A human runs the integrated behavior manually.
- Every defect, usability problem, or missing requirement becomes a new backlog item.
- The implementation loop continues until the result is acceptable.
- Only then is the work shared for broader team review and merge.
Keep the review unit small. The more issues an autonomous loop completes before review, the harder it becomes to understand causality and maintain a small pull request.