What problem does it solve? Coordinating multi-agent coding work without a strict protocol leads to unreviewed code, skipped tests, and fabricated completion claims. This Skill enforces a deterministic execution pipeline where every task passes through automated gates and agent reviews before it can be marked complete. ## Core Features & Use Cases - Structured QA Gate Pipeline: Runs diff, syntax_check, placeholder_scan, imports, lint, build_check, and pre_check_batch (lint, secretscan, sast_scan, quality_budget) in a fixed order with mandatory printed verdicts. - Coder Retry Protocol: Returns structured rejections (gate name, reason, required fix) to the coder agent and resumes at the failed step instead of restarting, with scope re-declaration via declare_scope. - Review and Test Enforcement: Delegates to reviewer, security-reviewer, and test_engineer agents, runs regression sweeps and test-drift checks, and blocks commits until a pre-commit checklist is fully satisfied. - Use Case: An architect agent executing a multi-task implementation plan uses this protocol to ensure each task passes static analysis, security scanning, code review, and adversarial testing before a completion checkpoint is saved. ## Quick Start Activate the execute protocol to run the current task through the full QA gate pipeline and produce the completion evidence checklist.