Debug Review
Use this before audit or before declaring implementation ready.
Procedure
- Read the task, result, handoff, and changed files.
- Verify git state when code changes are involved.
- Run the smallest meaningful validation path:
- syntax/import checks for code
- smoke test for model/runtime changes
- targeted command from the plan when available
- Compare claimed behavior against observed evidence.
- Record exact commands, outputs, artifacts, and unresolved gaps.
- Return one outcome:
PASS,PASS_WITH_WARNINGS,FAIL, orURGENT_BLOCKER.
Output
- debug outcome
- validation commands and results
- evidence paths
- issues and owner
- next action
Guardrails
- Do not add unrelated feature work.
- Raise
URGENT_BLOCKERfor integrity, baseline, or unsafe-execution issues. - Do not treat skipped validation as a pass.