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