- Add MIT license (Copyright Every) - Simplify README to focus on core workflow commands - Link to full component reference and articles 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# Compound Engineering Plugin
|
|
|
|
A Claude Code plugin that makes each unit of engineering work easier than the last.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
/plugin marketplace add https://github.com/EveryInc/every-marketplace
|
|
/plugin install compound-engineering
|
|
```
|
|
|
|
## Workflow
|
|
|
|
```
|
|
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 |
|
|
|
|
Each cycle compounds: plans inform future plans, reviews catch more issues, patterns get documented.
|
|
|
|
## Learn More
|
|
|
|
- [Full component reference](plugins/compound-engineering/README.md) - all agents, commands, skills
|
|
- [Compound engineering: how Every codes with agents](https://every.to/chain-of-thought/compound-engineering-how-every-codes-with-agents)
|
|
- [The story behind compounding engineering](https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it)
|