| name | verify-criteria |
| description | Verifies every acceptance criterion is met with test evidence and runs final checks. Use when verifying a feature is complete, demonstrating criteria are satisfied, or doing a final review before shipping. |
Verify Criteria
STARTER_CHARACTER = ✅
Confirm the work is complete and correct.
Criteria Demonstration
For every acceptance criterion:
- State the criterion
- Cite the test(s) that prove it. If the criterion can't be verified by a test, explain why and provide alternative evidence.
- Mark VERIFIED or FAILED
If any criterion is FAILED, go back and fix it.
Final Checks
Complete all five:
- Run full test suite — all must pass
- Review all commits — do they tell a coherent story?
- Self-review: read the diff as someone else's code. Address any comments you'd leave.
- What could break in production that tests don't cover?
- Update docs if the feature affects public APIs, user-facing behavior, or onboarding
Gate
All five checks must pass: