ce-work

Execute plan documents or prompts through phase-gated workflows with quality checks.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill ce-work-vib795
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-work
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/ce-work
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill ce-work-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines work execution by converting plan documents or bare prompts into a structured, phase-driven workflow that delivers complete features with quality and transparency.

Core Features & Use Cases

  • End-to-end work execution from plan or prompt, including input triage, task decomposition, execution loops, quality checks, and post-deploy validation.
  • Supports Execution Phases, Quick Start guidance, and incremental commits with test discovery and code reviews to ensure robust delivery across teams.
  • Use Case: when a team needs to ship a feature described in a plan, ce-work orchestrates the steps, ensures tests exist or are created, and tracks verification criteria until completion.

Quick Start

Provide a work plan or prompt, and ce-work will execute it end-to-end following its phase-gated workflow.

Frequently Asked Questions about ce-work

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

FAQPage Schema
How do I automate feature execution from a plan document?

You can automate feature execution by providing a plan document to trigger a phase-driven workflow that decomposes tasks, runs execution loops, and validates completion against verification criteria.

What is the best way to ensure code reviews and testing happen during automated work execution?

To ensure code reviews and testing during work execution, use a workflow with built-in guardrails like test discovery, incremental commits, and linting that automatically trigger quality checks throughout the process.

Can I execute a bare prompt end-to-end without a full plan document?

Yes, you can execute a bare prompt end-to-end. The system performs input triage and task decomposition to convert the prompt into a structured, phase-gated workflow delivering a complete feature.

Does automated work execution support post-deploy monitoring and validation?

Automated work execution supports post-deploy monitoring and validation by tracking verification criteria through completion and validating the deployed feature to ensure overall reliability.

What are the limitations of phase-gated work execution workflows?

Phase-gated work execution workflows require strict adherence to structured phases and verification criteria, meaning they may not suit rapid, unstructured prototyping where incremental commits and linting guardrails are bypassed.