What problem does it solve? Turning an approved implementation plan into shipped code often breaks down through skipped reviews, lost progress on session failure, scope creep, and unverified claims of completion. This Skill orchestrates plan execution end-to-end so every task is implemented, reviewed, verified, and committed with evidence. ## Core Features & Use Cases - Dependency-ordered task execution: Runs plan tasks in dependency order, allowing parallel batches only for independent tasks that share no files, with TDD enforced per task. - Mandatory quality gates: Dispatches implementer, spec-reviewer, and quality-reviewer agents (or sequential single-agent checkpoints), plus adversarial review and acceptance-proof verification before any commit. - Resumable session state: Writes execution-state.md after every task so runs survive context compaction, API errors, and rate-limit stalls, with a watchdog-based auto-resume mechanism. - Use Case: You have an approved 12-task plan for a new API feature. Invoke the execute skill and it implements each task with tests first, runs spec and quality reviews per task, captures acceptance proof artifacts, commits only when all gates pass, and resumes automatically if the session is interrupted. ## Quick Start Run the zuvo:execute skill after approving an implementation plan and it will execute all tasks with review gates, telemetry, and resumable state until the plan is complete.