From 4b960ea81cb89760157a603c2a5011b43c4d44d7 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Fri, 2 Jan 2026 23:19:07 -0800 Subject: [PATCH] Fix README commands and update repo URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix commands to use workflows: prefix - Update install URL to compound-engineering-plugin - Add philosophy section back 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2dc9db..968fb77 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Claude Code plugin that makes each unit of engineering work easier than the la ## Install ```bash -/plugin marketplace add https://github.com/EveryInc/every-marketplace +/plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin /plugin install compound-engineering ``` @@ -17,13 +17,25 @@ Plan → Work → Review → Compound → Repeat | Command | Purpose | |---------|---------| -| `/plan` | Turn feature ideas into detailed GitHub issues | -| `/work` | Execute plans with worktrees and task tracking | -| `/review` | Multi-agent code review before merging | -| `/compound` | Document learnings to make future work easier | +| `/workflows:plan` | Turn feature ideas into detailed GitHub issues | +| `/workflows:work` | Execute plans with worktrees and task tracking | +| `/workflows:review` | Multi-agent code review before merging | +| `/workflows:compound` | Document learnings to make future work easier | Each cycle compounds: plans inform future plans, reviews catch more issues, patterns get documented. +## Philosophy + +**Each unit of engineering work should make subsequent units easier—not harder.** + +Traditional development accumulates technical debt. Every feature adds complexity. The codebase becomes harder to work with over time. + +Compounding engineering inverts this: +- Document patterns as you discover them +- Codify learnings so they're reusable +- Keep quality high so future changes are easy +- Prefer duplication over premature abstraction + ## Learn More - [Full component reference](plugins/compound-engineering/README.md) - all agents, commands, skills