What problem does it solve? When a task claims to be finished, someone must prove it against its definition of done rather than trusting the implementer's assertion. This Skill discharges a task's done certificate by collecting the evidence each obligation names, running its checks, and deriving an evidence-based verdict. ## Core Features & Use Cases - Certificate Discharge: Opens a task's authored done certificate, collects the named evidence for each obligation (file reads, test runs, execution traces), and sets each status to SATISFIED, UNSATISFIED, or UNVERIFIED. - Regression Tracing: Traces each named downstream caller to confirm PRESERVED behavior or flag a REGRESSION before deriving the verdict. - DoD Fallback: When no certificate exists, derives obligations directly from the task's Definition of done checklist and validates them the same way. - Use Case: After spec-builder implements a task and semi-formal review passes, run this completeness gate to confirm the implementation satisfies every definition-of-done item before marking the task Done. ## Quick Start Validate task 04 against its done certificate and tell me whether it is DONE, PARTIAL, or NOT_DONE.