b87934c4ebf7ee8399e9c7662ccf2cc4d967102c
Create a new README that clearly explains how to use the plugin with focus on the three core commands: /plan, /work, and /review. The README: - Explains the compounding engineering philosophy - Provides clear workflow guidance (Plan → Work → Review) - Includes practical quick start examples - Lists all 17 agents and six commands - Follows Every's style guide conventions This makes it much easier for new users to understand how to use the plugin effectively. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Every Marketplace
The official Every marketplace where engineers from Every.to share their workflows. Currently featuring the Compounding Engineering Philosophy plugin.
Quick start
Standard Installation
Run Claude and add the marketplace:
/plugin marketplace add https://github.com/EveryInc/every-marketplace
Then install the plugin:
/plugin install compounding-engineering
One-Command Installation
Use the Claude Plugins CLI to skip the marketplace setup:
npx claude-plugins install @EveryInc/every-marketplace/compounding-engineering
This automatically adds the marketplace and installs the plugin in a single step.
Available plugins
Compounding engineering
AI-powered development tools that get smarter with every use. Includes specialized agents, commands, and five workflows.
Features:
- Code review with multiple expert perspectives
- Automated testing and bug reproduction
- PR management and parallel comment resolution
- Documentation generation and maintenance
- Security, performance, and architecture analysis
Philosophy:
Each unit of engineering work makes subsequent units of work easier—not harder.
graph LR
A[Plan<br/>Plan it out<br/>in detail] --> B[Delegate<br/>Do the work]
B --> C[Assess<br/>Make sure<br/>it works]
C --> D[Codify<br/>Record<br/>learnings]
D --> A
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#bbf,stroke:#333,stroke-width:2px
style C fill:#bfb,stroke:#333,stroke-width:2px
style D fill:#ffb,stroke:#333,stroke-width:2px
- Plan → Break down tasks with clear steps
- Delegate → Execute with AI assistance
- Assess → Test thoroughly and verify quality
- Codify → Record learnings for next time
Languages
TypeScript
54.6%
Python
39.1%
Shell
6.3%