What problem does it solve? Delegating work to cheap open-weight models risks silent failures, over-claimed success, and runaway processes. This Skill runs bounded tasks through opencode while capturing verifiable evidence (diffs, transcripts, tokens, cleanup status) so the orchestrating model judges results instead of trusting the worker. ## Core Features & Use Cases - Tiered delegation: Route grunt work (docs flips, lint fixes, standup drafts), gated implementation in isolated worktrees, or read-only pre-review diff critique to tier-appropriate models defined in config/tiers.json. - Evidence contract: Every run returns a JSON summary with status, termination_reason, files_changed, tokens, cost, transcript path, and cleanup evidence — never a success claim. - Process containment: On Windows, workers run inside a Job Object with KILL_ON_JOB_CLOSE so the full process tree is terminated and confirmed before evidence is reported. - Use Case: Offload a batch of documentation status flips to a cheap model, then verify the returned diff yourself before committing, conserving premium model budget. ## Quick Start Ask the assistant to delegate a bounded docs or lint-fix task to the grunt tier using the delegate script and then verify the returned diff evidence.