What problem does it solve? Coordinating multi-agent code execution without a defined protocol leads to skipped reviews, unverified coder self-reports, and commits that bypass quality gates. This Skill enforces a full execution protocol for MODE: EXECUTE so every task passes through scope declaration, static analysis, review, and testing before completion. ## Core Features & Use Cases - Scope and Recovery Contract: Resolves task scope via declare_scope bindings, plan files_touched, or FILE directives, with explicit recovery paths for conflicts, expired bindings, and workspace mismatches. - Sequential QA Gates: Runs diff, syntax_check, placeholder_scan, imports, lint, build_check, and pre_check_batch (lint, secretscan, sast_scan, quality_budget) with structured retry handling that always returns failures to the coder agent. - Review and Test Pipeline: Delegates to reviewer, security-reviewer, and test_engineer agents, plus regression sweeps, test-drift checks, adversarial tests, and an optional 5-member council mode. - Use Case: An architect runtime executing a multi-task implementation plan uses this protocol to dispatch coders, verify diffs actually landed, run all gates, and print a filled completion checklist before marking any task done. ## Quick Start Load the execute protocol and run MODE: EXECUTE on the current plan, declaring scope for each task and enforcing every QA gate before marking tasks complete.