VE

Verification Before Done

Never mark a task complete without proving it works — run tests, check logs, demonstrate correctness

Details

Language / Topic
_UUniversal
Category
Agent Workflow

Rules

balanced

4. Verification Before Done

- Never mark a task complete without proving it works.
- Run tests, check logs, and demonstrate correctness before declaring done.

4. Verification Before Done

- Never mark a task complete without proving it works — run tests, check logs, and demonstrate the expected behavior.
- Diff behavior between main and your changes when relevant to catch regressions.
- Ask yourself: "Would a staff engineer approve this?" before marking anything done.
- Verification is part of the task, not optional cleanup.