Built 26/04/15 10:53commit de0ee65
Compound Engineering Plugin
中文 | English
Summary
This source captures Every's compound-engineering-plugin as a reusable workflow bundle: ideation, planning, work execution, review, and knowledge compounding are shipped as commands and install surfaces rather than left as team folklore.
Source
- Raw file: raw/EveryInccompound-engineering-plugin Official Compound Engineering plugin for Claude Code, Codex, and more.md
- Translated raw file: raw/EveryInccompound-engineering-plugin Official Compound Engineering plugin for Claude Code, Codex, and more.zh.md
- Original URL: https://github.com/EveryInc/compound-engineering-plugin
- Ingest date: 2026-04-15
Key Contributions
- Treats planning, review, and knowledge capture as first-class engineering work rather than “overhead around coding.”
- Encodes the workflow as explicit commands (
/ce:ideate,/ce:brainstorm,/ce:plan,/ce:work,/ce:review,/ce:compound) so the method survives staff turnover. - Ships one workflow family across Claude Code and converted non-Claude surfaces, including Codex.
- Adds a bootstrap step (
/ce-setup) that checks and installs the surrounding toolchain instead of assuming every project starts from a perfect local environment.
Strongest Claims
- Engineering should compound: each work cycle should make the next cycle easier.
- Review is not an optional polish step; it is one of the mechanisms that preserves future velocity.
- Cross-agent portability matters because teams increasingly run the same operating model through several agent clients.