This is the experimental version of ce-work that adds Codex delegation for token-efficient code implementation. You invoke it manually when you want Claude to hand off implementation batches to Codex while staying in control of planning and orchestration. It reads delegation settings from your repo config or accepts inline flags like "delegate:codex" or "use codex mode". The workflow is identical to ce-work otherwise: takes a plan doc or bare prompt, triages complexity, builds a task list, and ships complete features. Good for large implementations where you want Claude's judgment on architecture and tests but need Codex's speed and token efficiency for the actual coding. Still in beta, so the main ce-work and planning commands don't auto-invoke this yet.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-work-beta