ce-work-beta

Delegate code implementation to an external tool while preserving planning and git workflows.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill ce-work-beta-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-work-beta
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/ce-work-beta
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill ce-work-beta-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Beta version of ce-work-beta enables teams to execute work with external delegate support, reducing token usage and accelerating feature delivery by offloading implementation to Codex while maintaining planning, review, and git workflows.

Core Features & Use Cases

  • External delegation mode that runs implementation steps through an external tool
  • Supports inline, serial, and parallel execution strategies based on task scope
  • Preserves plan, execution notes, design reviews, and post-deploy validation within the local workflow
  • Applies to plan-driven coding tasks including plan interpretation, task breakdown, and quality checks

Quick Start

Provide your plan and run ce-work-beta to begin delegated execution with an external delegate.

Frequently Asked Questions about ce-work-beta

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

FAQPage Schema
How do I delegate code implementation to an external assistant while keeping local git workflow?

You can delegate code implementation to an external delegate while preserving planning, design reviews, and git workflow by offloading execution tasks and maintaining post-deploy validation locally.

What is external delegation mode for plan-driven coding tasks?

External delegation mode runs implementation steps through an external tool, reducing token usage and accelerating feature delivery by offloading plan interpretation and task breakdown to an external delegate.

Can I run delegated code execution in parallel or serial modes?

Yes, delegated code execution supports inline, serial, and parallel execution strategies, allowing you to choose the best approach based on your task scope and testing requirements.

Do I need to provide a plan before starting delegated code execution?

Yes, you need to provide your plan to begin delegated execution, as the system parses the plan to handle task breakdown, test discovery, and incremental commits during the implementation process.

What quality checks are preserved when delegating implementation to an external tool?

When delegating implementation to an external tool, the local workflow preserves plan interpretation, execution notes, design reviews, code reviews, testing, and governance compliance alongside post-deploy validation.

When should I not use external delegation for code execution?

You should avoid external delegation if your task requires tightly coupled local execution without incremental commits, or if your plan lacks the structured breakdown needed for serial or parallel delegation strategies.