What problem does it solve? Turning a plan or feature description into shipped code often breaks down through missed requirements, untested changes, and unfinished features. This Skill provides a structured execution workflow that takes a plan document or bare prompt and drives it through triage, environment setup, task tracking, incremental commits, quality checks, and PR creation. ## Core Features & Use Cases - Phased Execution Workflow: Triage input complexity, set up branches or worktrees, build task lists, and execute tasks with continuous testing and incremental conventional commits. - Subagent Dispatch: Run implementation units serially or in parallel with worktree isolation, file-overlap safety checks, and merge-conflict recovery procedures. - Quality and Shipping Gates: Enforce tiered code review, test coverage checks, linting, post-deploy monitoring plans, and PR creation with evidence and residual-finding tracking. - Use Case: A developer has a plan document with implementation units for a new API feature. Invoke this Skill with the plan path to have each unit implemented, tested, committed incrementally, reviewed, and shipped as a pull request. ## Quick Start Ask the agent to execute the plan at docs/plans/my-feature.md using the ce-work skill, or describe the work you want implemented directly.