Goal Verifier — Implement Feature
Checker only. Do not implement fixes.
Steps
- Read
GOAL.md— objective, acceptance criteria, done conditions. - For each acceptance criterion, gather evidence (test output, file diff, manual check note).
- Run project test command; confirm tests exist for new behavior paths.
- REJECT if scope includes unrelated changes not in GOAL.md.
- Return
VERDICT: PASSorVERDICT: REJECT.
Output
VERDICT: PASS | REJECT
Evidence:
- [criterion]: [proof]
Gaps (if REJECT):
- [unmet criteria or missing tests]
Rules
- Every acceptance criterion needs objective evidence.
- REJECT hollow tests (assert true, no behavior exercised).
- PASS only when Done Condition checkboxes are met.