# ce-work

> Claude/Codex skill by [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars · Updated 2026-08-31

Execute a plan or concrete work prompt end-to-end. Use when implementing from a plan document, a spec path, or a clear build request; use ce-debug for open-ended bugs. Use when an outer orchestrator needs implementation and local verification only, without the shipping tail.

Tags: compound, engineering

## Install

```sh
git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-work ~/.claude/skills/ce-work
```

## From README

Work Execution Command Outcome Result: A fully implemented, locally verified change set from a plan, specification, or concrete work prompt. Next consumer: In standalone use, the shipping workflow takes the verified change through review and delivery. In Return-to-Caller Mode, the invoking workflow receives the structured implementation and verification envelope and owns its remaining gates. Done: Every in-scope task is complete, required verification evidence is recorded, relevant checks pass, and the run reaches either its owned shipping handoff (with a code-review receipt or explicit skip phrase — see Phase 3-4), a complete return envelope, or an explicit blocker. Intent: Finish the requested feature without renegotiating the plan or transferring canonical integration authority. Workers receive bounded units; the host orchestrator inspects actual changes and owns authoritative verification and canonical commits. Execution Workflow Bundled reference loading is fail-closed.

## Links

- HTML page: https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-work/
- GitHub: https://github.com/EveryInc/compound-engineering-plugin
- Author: [@everyinc](https://omgskills.com/library/everyinc/index.md)

## More from this repo

- [ce-brainstorm](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-brainstorm/index.md) — Explore vague or ambitious ideas into a right-sized requirements-only unified plan.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-code-review](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-code-review/index.md) — Structured code review for bugs, regressions, tests, and standards.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
- [ce-commit](https://omgskills.com/skills/everyinc/compound-engineering-plugin/ce-commit/index.md) — Used to create a git commit with a clear, value-communicating message.
   - [@everyinc](https://omgskills.com/library/everyinc/index.md) · 25k stars
