Artifact Verification — Orchestrator Checklist When a worker (subagent, Codex, Gemini, or parallel terminal) returns results, the orchestrator MUST verify those results against the approved plan before accepting them. This skill provides the verification protocol. Why This Exists Workers optimize for task completion, not plan adherence. Without verification: - Workers skip optional deliverables that the plan required - Workers modify files outside their assigned scope (contention risk) - Workers produce code that passes tests but drifts from the spec - Orchestrators rubber-stamp results becau…