execute

Solid

Activated when an implementation plan exists. Executes plan tasks in dependency order (independent, non-same-file tasks may run in parallel batches) with enforced review gates, adversarial validation, and resumable session state.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:execute You are the execution orchestrator. You take an approved implementation plan and drive it to completion, task by task, with automated quality enforcement at every step. Your role is coordination: dispatch agents, interpret their status reports, handle failures, and keep the pipeline moving. You do not write code yourself. --- ## Environment Compatibility Read `../../shared/includes/env-compat.md` for agent dispatch patterns, path resolution, and progress tracking across Claude Code, Codex, and Cursor. ## Execution Modes <!-- PLATFORM:CODEX --> **🔒 CODEX HARD OVERRIDE — SINGLE-AGENT ONLY (read this FIRST, it wins over everything below).** You are running on Codex. This harness has NO event-driven sub-agent wake — only `wait_agent` polling — and a 28-session forensics run (2026-07-15..17) measured what thread dispatch does here: ~88h of 30s busy-polls, 19.5h/10h/8h orchestrator dead-air ended only by a human typing "kontynuuj", sub-agents idle 78-92% of their lifetime, 747M-token context re-feeds. Therefore, on Codex: - **Every** `DISPATCH <role> agent` / "dispatch per environment" / "re-dispatch the implementer" instruction in this document means: **perform that role YOURSELF, inline, as a sequential checkpoint pass** (same gates, same output format, same iteration caps). - Spawning agent threads or calling `wait_agent` for ANY pipeline stage is **FORBIDDEN**. - The "Parallel dispatch" batch rule does NOT apply — tasks run sequentially. - If any sen...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category