What problem does it solve?
This Skill eliminates the risk of incomplete, inconsistent, or low-quality feature implementations when executing work from plans or work prompts, removing guesswork and ensuring you ship fully functional, tested features every time.
Core Features & Use Cases
- Intelligent Work Triage: Automatically routes trivial, small, or large work to the appropriate execution path, and detects non-code plans to use specialized workflows.
- End-to-End Execution Lifecycle: Manages git branch setup, task breakdown, test discovery, incremental commits, subagent dispatch for parallel work, and quality checks.
- Quality Enforcement: Enforces continuous testing, adherence to existing code patterns, and mandatory review gates to maintain codebase health.
- Use Case: If you have a plan to add user authentication to your app, this Skill will break the work into tasks, set up your feature branch, run tests as you build, handle merge conflicts for parallel work, and ship the complete feature without leaving partial work behind.
Quick Start
Use the ce-work skill to execute the feature plan at docs/plans/user-auth.md and ship the complete, tested implementation following your project's existing patterns.