What problem does it solve?
Work declared done without direct verification has unknown correctness, and indirect signals like file mtimes, cached screenshots, or agent self-reports often mislead. This Skill enforces direct observation of the real artifact before any task is considered complete.
Core Features & Use Cases
- Direct Verification Discipline: Check process liveness, actual values, and runtime behavior directly rather than through derived or cached state.
- End-to-End Feature Testing: Build, run, and exercise the actual feature path, confirming data flows from input to output across integrations.
- Delegation Auditing: Inspect the actual output artifact (git diff, file contents, runtime behavior) instead of trusting a delegate's summary.
- Scripted Proof: Write deterministic re-runnable comparison scripts and keep their output as reviewable artifacts, committing them for large migrations.
- Use Case: After an agent claims a refactor is complete, run the feature, inspect the git diff, and execute a script comparing old and new compiled output before approving.
Quick Start
After finishing the current task, verify it actually works by running the feature and inspecting the real output artifact rather than trusting the build or self-report.