/ce-work

/ce-work — “Execute against implementation-ready guardrails, figure out HOW with code, ship through quality gates.” Step 3 of the loop and the “20%” of the effort split. It takes the guardrailed plan from ce-plan and implements it in code — the plan owns the WHAT, ce-work owns the HOW — running inside an isolated git worktree (pattern-worktree-isolation, via ce-worktree) and using MCP tooling (e.g. Playwright, XcodeBuildMCP) to simulate real usage while building.

It implements stage-implement and is the seventh member of the wiki’s execute cluster.

Cross-framework equivalents

Execute cluster (now seven frameworks): ce-workgsd-execute-phaseopenspec-applyaddy-incremental-implementationspeckit-implementbmad-dev-story — turn a plan into working code. ce-work’s distinctive constraints: guardrails from the plan bound it, and it runs in worktree isolation with live-usage simulation.

See Also