Simplify README and integrate philosophy into plugin section
- Moved philosophy under Compounding engineering section - Added mermaid diagram showing the four-step cycle - Removed Support section and footer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
25
README.md
25
README.md
@@ -29,21 +29,26 @@ AI-powered development tools that get smarter with every use. Includes 21 specia
|
|||||||
- Documentation generation and maintenance
|
- Documentation generation and maintenance
|
||||||
- Security, performance, and architecture analysis
|
- Security, performance, and architecture analysis
|
||||||
|
|
||||||
[View plugin details](./plugins/compounding-engineering/README.md)
|
**Philosophy:**
|
||||||
|
|
||||||
## Philosophy
|
Each unit of engineering work makes subsequent units of work easier—not harder.
|
||||||
|
|
||||||
This marketplace features plugins that embody **compounding engineering**: each unit of engineering work makes subsequent units of work easier—not harder.
|
```mermaid
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
Every plugin follows the four-step process:
|
|
||||||
1. **Plan** → Break down tasks with clear steps
|
1. **Plan** → Break down tasks with clear steps
|
||||||
2. **Delegate** → Execute with AI assistance
|
2. **Delegate** → Execute with AI assistance
|
||||||
3. **Assess** → Test thoroughly and verify quality
|
3. **Assess** → Test thoroughly and verify quality
|
||||||
4. **Codify** → Record learnings for next time
|
4. **Codify** → Record learnings for next time
|
||||||
|
|
||||||
## Support
|
[View plugin details](./plugins/compounding-engineering/README.md)
|
||||||
|
|
||||||
- [Report issues](https://github.com/EveryInc/every-marketplace/issues)
|
|
||||||
- [View documentation](https://github.com/EveryInc/every-marketplace/wiki)
|
|
||||||
|
|
||||||
Built with [Claude Code](https://claude.ai/code) by [Every Inc.](https://github.com/EveryInc)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user