diff --git a/README.md b/README.md
index 33603a3..45cdc61 100644
--- a/README.md
+++ b/README.md
@@ -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
Plan it out
in detail] --> B[Delegate
Do the work]
+ B --> C[Assess
Make sure
it works]
+ C --> D[Codify
Record
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)