README: Add back ASCII diagram based on community request

This commit is contained in:
Addy Osmani
2026-06-10 18:18:38 -07:00
parent d7b1fa8fd6
commit a2bd215930
+9
View File
@@ -6,6 +6,15 @@ Skills encode the workflows, quality gates, and best practices that senior engin
![Addy's Agent Skills](https://addyosmani.com/assets/images/addys-agent-skills.jpg)
```
DEFINE PLAN BUILD VERIFY REVIEW SHIP
┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐
│ Idea │ ───▶ │ Spec │ ───▶ │ Code │ ───▶ │ Test │ ───▶ │ QA │ ───▶ │ Go │
│Refine│ │ PRD │ │ Impl │ │Debug │ │ Gate │ │ Live │
└──────┘ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘
/spec /plan /build /test /review /ship
```
---
## Commands