EveryInc

EveryInc/compound-engineering-plugin

TypeScript MIT Dev Tools

Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more

22.9k stars
1.7k forks
active
GitHub +416 / week

22.9k

Stars

1.7k

Forks

86

Open issues

30

Contributors

AI Analysis

Compound Engineering is a Claude Code plugin system that operationalizes a structured development workflow (brainstorm → plan → work → simplify → review → compound) to reduce technical debt and increase development velocity. It is purpose-built for AI-assisted software engineering teams using Claude or similar LLM-based code editors, and is most valuable for teams already committed to planning-heavy, agent-centric workflows — not a general-purpose productivity tool for solo developers or team...

Dev Tools Developer Tool Discovery value: 5/10
Documentation 9/10
Activity 10/10
Community 9/10
Code quality 6/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 8/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

ai-assisted-development claude-plugin workflow-automation code-review knowledge-compounding
Actively maintained Well documented MIT licensed Niche/specialized use case Popular Production ready
Deep Analysis · Based on README and public signals
3w ago

Compound Engineering plugin brings structured AI dev workflows to Claude Code, Cursor, and Codex

Compound Engineering is a plugin for AI coding environments (Claude Code, Cursor, Codex) that imposes a structured workflow — brainstorm, plan, execute, review, document — intended to make each development cycle compound into better context for the next. Built by Every Inc, a company focused on AI-native productivity, it targets engineering teams using AI coding assistants who want to reduce repeated context loss and accumulating technical debt. With 21,811 stars and active maintenance as of June 2026, it has achieved meaningful visibility in the AI dev-tooling space.

Origin

Created in October 2025 by Every Inc, coinciding with the rapid expansion of plugin ecosystems for AI coding tools like Claude Code and Codex. Appears to be a formalization of workflows Every Inc developed internally and published on their editorial platform every.to.

Growth

The repo accumulated over 21,000 stars in roughly 8 months, likely driven by Every Inc's editorial reach (chain-of-thought newsletter/blog), the timing of Claude Code and Codex plugin marketplace launches, and organic sharing among developers frustrated with context loss in AI-assisted development. Recent weekly growth of 81 stars suggests the initial viral spike has subsided into steady, moderate traction.

In production

Every Inc references internal use via published articles ('how Every codes with agents'), which provides some first-party adoption signal. External production usage beyond Every Inc's own team is not independently verified from available metadata. The 1,606 forks suggest meaningful engagement beyond casual starring, but verifiable third-party production deployment data is absent.

Code analysis
Architecture

Likely a plugin package (npm: @every-env/compound-plugin) that ships slash-command definitions and agent configurations for multiple AI coding environments. Based on README, it appears to deliver 37 skills and 51 agents as composable units. Architecture is likely declarative — command definitions routed to AI models — rather than imperative code generation. Multi-environment support (Claude Code, Cursor, Codex) suggests adapter layers per platform.

Tests

A CI badge is present in the README linking to a GitHub Actions workflow, indicating automated testing exists. Specific coverage metrics or test methodology are not documented in the README.

Maintenance

Last push was June 20, 2026 — one day before the evaluation date — indicating very active maintenance. The presence of a CI pipeline, npm publishing, and multi-platform installation documentation all suggest an actively managed project, not a one-time release.

Honest verdict

ADOPT IF: your team regularly uses Claude Code, Cursor, or Codex and suffers from lost context, inconsistent planning habits, or review debt in AI-assisted development cycles. AVOID IF: you want lightweight, low-ceremony AI assistance — the 80/20 planning-heavy philosophy adds real upfront friction that may not suit fast-moving solo projects or teams already with strong process discipline. MONITOR IF: you are evaluating structured AI workflow tooling but are uncertain whether the plugin ecosystem for your preferred tool (especially Codex's partial support noted in README) is mature enough for reliable daily use.

Independent dimensions

Mainstream potential

5/10

Technical importance

7/10

Adoption evidence

3/10

Risks
  • Platform dependency: the plugin is tightly coupled to Claude Code, Cursor, and Codex plugin APIs. Breaking changes or deprecations in any of these platforms could require significant rework.
  • Workflow overhead risk: the prescribed brainstorm-plan-review-compound cycle may feel bureaucratic in smaller or faster-moving projects, potentially reducing rather than increasing velocity.
  • Codex integration is noted in the README as partially manual (TUI install required, CLI limitation acknowledged), suggesting the multi-platform story is not uniformly polished.
  • Adoption concentration: growth appears closely tied to Every Inc's editorial platform and audience. Without broader community contribution, the project may remain dependent on a single organization's priorities.
  • Verification gap: the core claim — that compounding documentation genuinely improves future AI context — is philosophically sound but not independently benchmarked in available materials.
Prediction

Likely to maintain steady niche adoption among AI-native engineering teams, particularly those aligned with Every Inc's workflows. Broader mainstream adoption will depend on whether plugin ecosystems for Claude Code and Codex mature and whether the structured-workflow philosophy gains traction beyond early adopters.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

TypeScript
76.2%
Python
19%
Shell
4%
JavaScript
0.7%

Information

Language
TypeScript
License
MIT
Last updated
9h ago
Created
9mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

notlikeDev

notlikeDev/CCPlugins

CCPlugins is a collection of 24 professional commands extending Claude Code CLI...

2.7k Python Dev Tools
YishenTu

YishenTu/claudian

Claudian is an Obsidian plugin that integrates Claude Code, Codex, and other AI...

13.8k TypeScript Dev Tools
coleam00

coleam00/context-engineering-intro

A template and methodology for 'context engineering'—a structured approach to...

13.7k Python Dev Tools
NeoLabHQ

NeoLabHQ/context-engineering-kit

Context Engineering Kit is a curated collection of TypeScript-based prompt...

1.2k TypeScript AI & ML
openai

openai/codex-plugin-cc

This is a Claude Code plugin that integrates OpenAI's Codex directly into the...

27.2k JavaScript Dev Tools
vs. alternatives
coleam00/context-engineering-intro

Focuses on context engineering as a concept with instructional content (13,479 stars, Python). Less structured as an installable plugin; more of a reference/tutorial. Compound Engineering is more opinionated and workflow-complete by comparison.

openai/codex-plugin-cc

OpenAI's official Codex plugin (21,349 stars, JavaScript) likely targets raw Codex integration rather than imposing a workflow methodology. Compound Engineering adds an opinionated layer on top of such integrations rather than competing directly.

YishenTu/claudian

A TypeScript project for Claude-based agents with similar star counts (12,972). Appears to be a different angle on Claude tooling — exact overlap is unclear from available metadata, but both serve developers extending Claude Code workflows.

microsoft/AI-Engineering-Coach

Microsoft's offering (2,772 stars, TypeScript) is likely more enterprise-focused and narrower in scope. Compound Engineering appears more developer-facing and immediately installable via plugin marketplaces.

openai/plugins

General OpenAI plugins reference repository (3,262 stars). Foundational infrastructure rather than a workflow methodology — serves a different purpose and is not a direct alternative.