ce-work

Execute structured work plans with inline, serial, or parallel subagents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps streamline the execution of work by maintaining quality and ensuring the completion of features efficiently.

Core Features & Use Cases

  • Plan Execution: Systematically execute work documents, including plan reading, clarification, and task creation.
  • Environment Setup: Setup the appropriate development environment based on the work scope.
  • Task Execution Loop: Execute tasks following best practices, including test-first development, incremental commits, and continuous testing.
  • Quality Check and Finishing Work: Conduct quality checks, handle code reviews, and finalize work before shipping.
  • Use Case: Imagine you have a detailed plan for a new feature. Use this Skill to guide the development process, ensuring each step is executed with quality and that the feature is completed as planned.

Quick Start

Execute the 'ce-work' skill by providing the path to your work plan: ce-work /path/to/your/work-plan.md.

Frequently Asked Questions about ce-work

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

FAQPage Schema
How do I execute a development work plan with quality assurance and feature completion?

You execute a work plan by providing a structured document with task metadata and dependencies to coordinate task creation, execution, and validation automatically.

What is the best way to manage task dependencies during feature development?

The best way to manage task dependencies is using a structured work plan that coordinates execution strategies like inline, serial subagents, and parallel subagents for validation.

Can I use parallel subagents for executing work plan tasks?

Yes, you can use parallel subagents for work execution. The system supports various execution strategies including inline, serial subagents, and parallel subagents for task automation.

How does the task execution loop handle test-first development and incremental commits?

The task execution loop follows best practices by integrating test-first development, incremental commits, and continuous testing to maintain quality throughout the feature development process.

What format does my work plan need to be in for plan execution automation?

Your work plan needs to be a structured document containing metadata for tasks and dependencies, which the system reads to clarify scope and set up the development environment.

Does automated plan execution handle code reviews and quality checks before shipping?

Yes, automated plan execution conducts quality checks, handles code reviews, and finalizes all work to ensure feature completion and quality assurance before shipping.