ce:work

Convert plan documents or prompts into actionable execution tasks with quality checks.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill ce-work-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce:work
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/ce-work
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill ce-work-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines turning a work plan or prompt into a structured, auditable execution workflow, enabling teams to triage inputs, draft implementation tasks, and drive delivery with quality checks.

Core Features & Use Cases

  • Phase-based execution: guides input triage, plan interpretation, and phased task execution with clear handoffs.
  • Plan-driven task creation: converts a plan into actionable units with execution notes, dependencies, and verification criteria.
  • Test discovery and quality checks: automatically discovers relevant tests, integrates with existing test suites, and enforces continuous testing.
  • Incremental commits and branch strategy: encourages small, meaningful commits aligned to units, with optional worktree usage for parallel work.
  • Parallel vs serial execution strategies: selects appropriate dispatch mode based on task independence and risk.
  • Progress tracking and simplification: monitors tasks, flags blockers, and simplifies code paths when possible.

Quick Start

Provide a plan document or describe the work in plain text to begin Phase 2 and let the system flesh out tasks, environment setup, and execution.

Frequently Asked Questions about ce:work

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

FAQPage Schema
How do I turn a project plan into actionable development tasks?

Task creation from a plan involves triaging inputs and mapping them into structured execution units with dependencies, notes, and verification criteria to drive delivery.

What is the best way to manage incremental commits and parallel execution?

Incremental commits and parallel execution are managed by selecting dispatch modes based on task independence and risk, using worktrees for parallel work, and committing small meaningful units.

How do I enforce quality checks and test discovery during feature execution?

Quality checks and test discovery are enforced by automatically finding relevant tests, integrating existing test suites, and requiring continuous testing for any behavioral changes.

Does this workflow require an existing plan document to start executing tasks?

Execution can begin from a structured plan document or a bare text prompt, which the system triages to flesh out tasks, environment setup, and phased execution strategies.

Why should I use a phase-based execution workflow for software engineering?

Phase-based execution streamlines delivery by guiding input triage, plan interpretation, and phased task execution with clear handoffs, progress tracking, and risk handling.

What are the limitations of automated task triage for complex projects?

Automated task triage requires adherence to existing project patterns and mandates tests for behavioral changes, meaning it simplifies code paths but cannot bypass established validation criteria.