What problem does it solve? Sub-agents and delegated coding tools like opencode often report success while their actual output contains syntax errors, broken escaping, missing imports, or files written to wrong paths. This Skill enforces independent verification of delegated work before claiming a task is done. ## Core Features & Use Cases - Layered Verification Pipeline: Run syntax/compilation checks, module import tests, functional smoke tests, project test suites, git diff review, and content marker greps against sub-agent output. - Truncated Report Recovery: Recover full sub-agent reports from delegation cache files when batch results are truncated, using the included extraction script. - Convergence Audit Loops: Run repeated recon-verify-fix rounds with blind final rounds and live end-to-end gates until sub-agents report zero new findings. - Use Case: After delegating a multi-file feature build to opencode, run the import test, smoke script, and git diff review to catch a foreign-key schema error and a placeholder npm test script before telling the user the work is complete. ## Quick Start Verify the sub-agent's changes by running the syntax check, import test, and git diff review before confirming the task is done.