What problem does it solve? Turning a written plan or work description into shipped, tested code requires disciplined execution: environment setup, task breakdown, incremental commits, testing, and review. This Skill automates that execution loop and adds an experimental mode that delegates code implementation to the Codex CLI to conserve the orchestrating agent's context tokens. ## Core Features & Use Cases - Plan-Driven Execution: Reads a plan document (or bare prompt), builds a task list, and executes units serially or in parallel with subagent dispatch and worktree isolation. - Codex Delegation Mode (Beta): Routes implementation units to codex exec in batches with sandbox modes, consent flow, result-schema validation, rollback on failure, and a circuit breaker after repeated failures. - Quality and Shipping Workflow: Runs test discovery, system-wide test checks, tiered code review, and hands off to commit/PR creation skills with monitoring plans. - Use Case: A developer with a multi-unit implementation plan invokes the skill with delegate:codex; the agent batches units to Codex, verifies results, commits incrementally, and ships a reviewed PR. ## Quick Start Run the ce-work-beta skill with the path to your plan document and the delegate:codex flag to execute the plan with Codex delegation.