ce:work-beta

Execute work plan documents end-to-end with task generation and quality gates.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/jaydubya818/New_baseline --skill ce-work-beta-jaydubya818
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce:work-beta
Source: https://github.com/jaydubya818/New_baseline/tree/main/skills/compound-engineering/plugins/compound-engineering/skills/ce-work-beta
Command: npx skills add https://github.com/jaydubya818/New_baseline --skill ce-work-beta-jaydubya818

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This command orchestrates end-to-end execution of a work plan document, coordinating planning, task generation, and disciplined execution to ship complete features.

Core Features & Use Cases

  • Orchestrates reading a structured work plan (implementation units, dependencies, verification criteria) and generates actionable tasks with clear ownership.
  • Supports optional external delegation for code implementation when token conservation or special tooling is needed, while keeping planning and review in the current agent.
  • Enforces quality gates such as tests, linting, and incremental commits to ensure reliable shipping.

Quick Start

Provide a work plan file path to immediately execute a work plan with external delegation.

Frequently Asked Questions about ce:work-beta

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

FAQPage Schema
How do I execute a software engineering work plan end-to-end?

To execute a work plan end-to-end, this Skill reads your structured work plan document, generates actionable tasks with clear ownership, coordinates disciplined execution, and ships complete features. It orchestrates planning, task generation, and implementation while enforcing quality gates like tests and linting.

Can I delegate code implementation tasks externally while keeping planning in the current agent?

Yes, you can delegate code implementation tasks externally. This Skill supports optional external delegation for code implementation to conserve tokens or utilize special tooling, while keeping planning, task generation, and review responsibilities within the current agent's context.

What is a structured work plan document for automated feature shipping?

A structured work plan document for automated feature shipping contains implementation units, dependencies, test scenarios, and verification criteria. This Skill parses these structured elements to generate actionable tasks and coordinate disciplined execution for shipping complete software features.

Does this work plan execution tool require existing project patterns like CLAUDE.md or AGENTS.md?

Yes, executing work plans requires following existing project patterns such as CLAUDE.md or AGENTS.md. The Skill relies on these established project conventions to maintain consistency during task generation, code implementation, and incremental commits.

How do I ensure quality checks and incremental commits during automated task execution?

To ensure quality checks and incremental commits during automated task execution, this Skill enforces built-in quality gates. It automatically performs tests, runs linting, and creates incremental commits with clear messages after completing implementation units defined in your work plan.

What's the best way to automate task generation from a work plan with dependencies?

The best way to automate task generation from a work plan with dependencies is using an orchestration Skill that reads implementation units and dependency structures. It generates actionable tasks with clear ownership, coordinates execution order, and verifies completion against defined test scenarios.