What problem does it solve? Turning a plan document or a bare work description into a finished, tested, and shipped feature requires disciplined execution: triaging scope, setting up branches, tracking tasks, running tests continuously, and passing code review before creating a PR. This Skill orchestrates that entire execution lifecycle so features ship complete rather than stalling at 80% done. ## Core Features & Use Cases - Phased execution workflow: Triage input (plan file vs. bare prompt), set up branches or worktrees, build task lists, execute with test discovery, and finish with quality checks and PR creation. - Subagent dispatch strategies: Choose inline, serial, or parallel subagent execution with a parallel safety check, worktree isolation, and merge-conflict recovery for large multi-unit plans. - Shipping workflow: Tiered code review (harness-native or escalated deep review), residual work gate, post-deploy monitoring plan, and commit/PR handoff via companion skills. - Use Case: Given a plan document with implementation units, the Skill creates tasks per unit, dispatches independent units to parallel subagents in isolated worktrees, merges results in dependency order, runs tests, and ships a reviewed PR. ## Quick Start Ask the agent to execute the work described in your plan document, for example: run ce-work on docs/plans/user-auth-plan.md and ship the finished feature.