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:
Kieran Klaassen
2025-10-09 13:53:16 -07:00
parent 5ddb46233c
commit b362d4ac5e

View File

@@ -29,21 +29,26 @@ AI-powered development tools that get smarter with every use. Includes 21 specia
- Documentation generation and maintenance
- 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
2. **Delegate** → Execute with AI assistance
3. **Assess** → Test thoroughly and verify quality
4. **Codify** → Record learnings for next time
## Support
- [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)
[View plugin details](./plugins/compounding-engineering/README.md)