ce-work-beta

Execute plan documents with optional Codex delegation and incremental commits.

2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-work-beta-thisisryanswift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-work-beta
Source: https://github.com/thisisryanswift/zellij-agent-tools/tree/main/.opencode/skills/ce-work-beta
Command: npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-work-beta-thisisryanswift

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ce-work-beta coordinates automated work execution with optional Codex delegation, enabling teams to offload implementation work when appropriate while preserving governance and test discipline.

Core Features & Use Cases

  • Beta Codex delegation integration for unit batches and work execution
  • Pre-delegation checks, consent prompts, sandbox mode management, and environment guards
  • Phase-based workflow orchestration with traceable task progression and incremental commits

Quick Start

Provide a plan document detailing the work to perform; the engine will execute it with Codex delegation when appropriate.

Frequently Asked Questions about ce-work-beta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate work execution from a plan document?

Automated work execution from a plan document is handled by processing the plan, orchestrating phase-based workflows, and handling task batching with incremental commits. The engine reads your plan and coordinates implementation tasks automatically.

What is Codex delegation for implementation tasks?

Codex delegation for implementation tasks is an automated offloading process that executes work batches while enforcing safety gates, consent prompts, and environment checks. It allows teams to delegate execution while preserving governance and test discipline.

Can I use bare prompts instead of plan documents for automated execution?

Yes, automated execution operates on both bare prompts and plan documents. When you provide a bare prompt, the engine processes it directly while still managing batching, consent, environment checks, and incremental commits across units.

How does incremental version control work during batched task execution?

Incremental version control during batched execution is managed by creating commits across individual work units as the engine progresses. This produces traceable task progression and final shipping artifacts while enforcing safety gates and governance.

What safety gates and environment checks are enforced during work execution?

Safety gates and environment checks enforced during work execution include pre-delegation checks, consent prompts, sandbox mode management, and environment guards. These ensure test discovery and governance are maintained throughout the phase-based workflow orchestration.

Do I need to manage consent prompts for sandbox mode during Codex delegation?

No, you do not manually manage consent prompts for sandbox mode during Codex delegation. The engine manages sandbox mode and consent prompts automatically through pre-delegation checks and environment guards before offloading implementation work.