Agent OS uses specialized verifier agents throughout the spec-driven development workflow to ensure quality and help make your task of code review and shipping easier.
Agent OS' verifications system includes:
- Independent review - Fresh eyes catch what implementers miss
- Domain expertise - Backend experts verify backend, frontend experts verify frontend
- Systematic checks - Tests, documentation, standards compliance
- Clear reports - Highlight issues requiring attention
Where verification happens
Every stage of the Agent OS workflow has dedicated verification agents to ensure quality and completeness. This is where verifiers show up:
1
Verification of specs
When you reach the spec creation phase, Agent OS will run a verifier agent to review the spec for quality, completeness, and alignment with your standards and goals.
2
Verification during spec implementation
When you reach the spec implementation phase, Agent OS will run intelligently assign specialized verifier agents to review the the work of implementers for quality, completeness, and alignment with your standards and goals.
Learn more about implementer & verifier roles
3
Final verification
The final step in the spec implementation phase of a feature spec is the final verification, which checks the following:
- All tasks are complete (and tasks.md is checked off)
- All tests pass
- All implementations have been documented
- Your product roadmap has been updated to reflect the new feature