From a2bd215930705fd4d87f9bc6ea4fd2dadb48da29 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Wed, 10 Jun 2026 18:18:38 -0700 Subject: [PATCH] README: Add back ASCII diagram based on community request --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 321e2cd..9cc8dca 100644 --- a/README.md +++ b/README.md @@ -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