ce-work

Coordinate end-to-end work execution from plans or prompts through phased tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates end-to-end work execution by reading a work document (plan) or a bare prompt and orchestrating tasks in a disciplined, phase-driven flow to ship complete features with quality.

Core Features & Use Cases

  • Input triage and plan interpretation: quickly categorize the work, identify dependencies, and learn from the plan's guidance.
  • Task discovery and tracking: automatically generate actionable tasks with proper sequencing, references to implementation units, and verification criteria.
  • Incremental delivery and shipping workflow: support staged commits, testing, linting, and final validation following the project’s shipping workflow.

Quick Start

Clone the repository and initiate ce-work to begin Phase 0 input triage and Phase 1 task orchestration.

Frequently Asked Questions about ce-work

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

FAQPage Schema
How do I automate task orchestration for complex engineering workflows?

Automate task orchestration by reading a work plan or bare prompt to categorize inputs, sequence tasks, and execute phases incrementally. This coordinates end-to-end work execution through testing, validation, and shipping.

What is phased work execution in software engineering?

Phased work execution is a disciplined flow that interprets plans, discovers tasks, and applies incremental commits with testing. It ensures complex product work ships completely through staged validation workflows.

How do I execute engineering plans from a document with incremental commits?

Execute plans by initiating input triage to interpret the document, generating actionable tasks with verification criteria, and applying incremental commits following the project's shipping workflow for final validation.

Can I use bare prompts for complex product work requiring test discovery?

Yes, bare prompts are accepted alongside work documents. The system triages the prompt input, discovers necessary tasks, and orchestrates test discovery and post-deploy validation across phased execution.

What is the best way to coordinate end-to-end work plan execution?

The best way to coordinate end-to-end work execution is using a phase-driven flow that handles input triage, task creation with proper sequencing, and post-deploy validation to ship complete features with quality.

What limitations should I expect with automated plan interpretation and task discovery?

Plan interpretation relies on the guidance within the provided work document or bare prompt. Complex engineering work requires clear plan inputs to accurately generate actionable tasks, sequence dependencies, and validate shipping.