compound-engineering-plugin
by
EveryInc

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

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on February 12th, 2026
Created on October 9th, 2025
Open Issues & Pull Requests: 86 (+0)
Number of forks: 1,744
Total Stargazers: 22,909 (+1)
Total Subscribers: 126 (+0)

Issue Activity (beta)

Open issues: 65
New in 7 days: 4
Closed in 7 days: 0
Avg open age: 26 days
Stale 30+ days: 51
Stale 90+ days: 21

Recent activity

Opened in 7 days: 3
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 5

Top labels

  • bug (20)
  • enhancement (16)
  • documentation (8)
  • question (2)
  • duplicate (1)
  • invalid (1)
  • wontfix (1)

Repository Insights (GitGenius)

Median issue/PR response: 16.0 hours
Mean response time: 4.3 days
90th percentile: 13.2 days
Tracked items: 238

Most active contributors

Detailed Description

The Compound Engineering plugin is an official tool for Claude Code, Codex, Cursor, and related AI development environments, written in TypeScript and designed to improve how engineering work compounds over time. Rather than allowing technical debt to accumulate with each feature, the plugin implements a philosophy where each unit of work should make subsequent units easier by emphasizing planning, review, and knowledge codification over raw execution speed.

The plugin operates around a core six-step workflow loop: brainstorm requirements through interactive Q&A, plan implementations with enriched detail, execute work through structured task tracking, simplify freshly written code for clarity, conduct multi-agent code review against the plan, and finally compound learnings into reusable documentation. This cycle repeats with improving context as each iteration feeds knowledge back into the next brainstorm and planning phase. The brainstorm skill explores requirements and writes right-sized requirements documents, the plan skill creates structured implementation plans, the work skill executes those plans systematically using git worktrees and task tracking, the simplify-code skill refines fresh implementations before review, the code-review skill applies multi-agent review patterns, and the compound skill captures learnings into a solutions directory for future reference.

Beyond the core loop, the plugin includes additional skills that sit around or branch from the main workflow. The ideate skill generates and critically ranks grounded ideas before entering the loop, the strategy skill creates and maintains a STRATEGY.md file that grounds all downstream decisions, the product-pulse skill generates time-windowed reports on actual user experience including usage and errors, and the debug skill handles bug fixes as a specialized path instead of the standard feature loop. The explain skill turns concepts, diffs, or work windows into personal learning artifacts, while the pov skill forms decisive verdicts on whether to adopt external technologies or patterns.

The plugin ships 28 distinct skills covering the full development lifecycle. Beyond planning and review, it includes skills for browser testing, iOS app testing via Xcode, git operations like commit and push, autonomous PR opening, user-facing announcement drafting, and hands-off autonomous workflows. The lfg skill runs the entire pipeline autonomously: planning, implementation, simplification, code review with fixes, browser testing, committing, pushing, and PR opening with CI monitoring and autonomous repair until tests pass green.

According to GitGenius activity tracking across 236 issues and pull requests, the repository maintains a median response latency of 16 hours with a mean of 104 hours. The most active contributors are tmchow with 238 tracked events, kieranklaassen with 196 events, and mvanhorn with 21 events. Bug reports represent the most common issue label with 20 items, followed by enhancement requests with 15 items and documentation issues with 8 items. The repository connects to related projects including anthropics/claude-code, davila7/claude-code-templates, and hesreallyhim/awesome-claude-code through overlapping contributor networks.

Installation is available through the Claude Code plugin marketplace, the Cursor Agent chat plugin marketplace, and as a custom marketplace addition for the Codex app. New users can run the ce-setup skill to check repository-local configuration and diagnose optional tool capabilities before beginning work.

compound-engineering-plugin
by
EveryIncEveryInc/compound-engineering-plugin

Repository Details

Fetching additional details & charts...