ce:work

Parse planning documents and derive actionable tasks for execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end execution of work plans by translating a planning document into actionable tasks while maintaining alignment with quality and project goals.

Core Features & Use Cases

  • Task derivation from plan sections (Implementation Units, Work Breakdown, Requirements Trace, Files, Test Scenarios, Verification)
  • Execution strategy guidance and incremental commit support across multiple units
  • Built-in quality checks and traceability to ensure completion and validation

Quick Start

Load a plan document, derive actionable tasks from its units, and begin execution with built-in quality checks.

Frequently Asked Questions about ce:work

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

FAQPage Schema
How do I automate work plan execution and task derivation from a planning document?

To automate work plan execution, you load a planning document and translate its sections into actionable tasks. This process parses implementation units, requirements trace, and test scenarios to orchestrate feature execution with built-in quality checks.

What is the best way to manage incremental commits across multiple implementation units?

Managing incremental commits across multiple units requires an execution strategy that tracks task completion phase by phase. This approach applies commit checkpoints after each work breakdown unit to maintain alignment with project goals.

Does this task orchestration approach support built-in quality checks and post-deploy validation?

Yes, task orchestration supports built-in quality checks and post-deploy validation by applying traceability throughout the workflow. It verifies test scenarios and completion requirements during execution and after deployment to ensure software quality.

Can I use this execution tracking workflow for planning-heavy development with multiple files?

Yes, you can use this execution tracking workflow for planning-heavy development. It derives tasks from file lists, implementation units, and work breakdown structures, making it suitable for complex multi-file software engineering projects.

How do I set up phase-based task creation from a work plan?

To set up phase-based task creation, you parse the input planning document to extract work breakdown structures and implementation units. The system then creates actionable tasks sequentially, applying execution strategy guidance for each phase.