ce-work

Execute feature development plans with parallel and serial tasks, testing, and code reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The 'ce-work' skill addresses the need for a systematic and efficient approach to work execution, ensuring that features are implemented, shipped, and validated in a structured and high-quality manner.

Core Features & Use Cases

  • Systematic Work Execution: Automates the process of reading and executing a plan or specification systematically.
  • Parallel and Serial Task Execution: Handles small, medium, and large tasks using different strategies, including inline and subagent-based execution.
  • Test-Driven Development: Encourages test-first or characterization-first execution and ensures all changes are covered by tests.
  • Continuous Testing: Runs tests after each change and ensures that quality is maintained throughout the development process.
  • Quality Check and Finishing Work: Provides a framework for quality checks and the finalization of features before shipping.
  • Code Review and Resolving PR Feedback: Offers structured code review processes and helps resolve pull request feedback.
  • Documentation and Knowledge Compound: Documents solutions and knowledge for the team to reference.

Quick Start

To execute a plan and implement the tasks described in 'workplan.md', simply use the command 'skill ce-work workplan.md'.

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 development plan execution with continuous testing?

Automating feature development plan execution is achieved by systematically reading and executing a plan, running tests after each change, and enforcing quality checks. This structured work execution ensures efficiency and completeness in feature delivery.

What is the best way to manage parallel and serial tasks during feature implementation?

Managing parallel and serial tasks during feature implementation requires applying different execution strategies based on task size, utilizing inline execution for small tasks and subagent-based execution for larger ones to maintain workflow efficiency.

How does test-driven development integrate with structured work execution?

Test-driven development integrates with structured work execution by enforcing a test-first or characterization-first approach, ensuring all code changes are covered by tests and validated through continuous testing throughout the development process.

Can I use ce-work for resolving pull request feedback and conducting code reviews?

Yes, you can use ce-work for resolving pull request feedback and conducting code reviews. It provides a structured framework for quality checks, code review processes, and finalizing features before shipping.

Do I need a workplan.md file to start systematic work execution?

Yes, you need a plan or specification file like workplan.md to start systematic work execution. The skill automates the process of reading and executing the tasks described within that document.

What are the limitations of automating work execution for large development tasks?

When automating work execution for large development tasks, limitations center on the need for robust error handling and validation checks during execution to prevent failures and ensure quality is maintained throughout complex workflows.