From ecc8ff51baeae938507547e0387b8ad40ca8be64 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Tue, 17 Mar 2026 14:03:29 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20reorder=20demo=20=E2=80=94=20design=20b?= =?UTF-8?q?efore=20eng,=20after=20CEO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f55cdee5..b429f8a5 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Claude: "Photo upload" is not the feature. The real job is helping web, and draft the listing automatically? That's 10 stars. "Upload a photo" is 3 stars. Which are we building? +You: /plan-design-review https://staging.myapp.com +Claude: Design Score: B | AI Slop Score: C + "Upload flow looks like a default Bootstrap form." + Top fix: custom drag-drop zone with preview grid. + You: /plan-eng-review Claude: ┌─────────┐ ┌──────────┐ ┌──────────┐ ┌─────────┐ │ Upload │───▶│ Classify │───▶│ Enrich │───▶│ Draft │ @@ -42,11 +47,6 @@ Claude: ┌─────────┐ ┌────────── └─────────┘ └──────────┘ └──────────┘ └─────────┘ Failure modes: 6 mapped. Test matrix: 14 cases. -You: /plan-design-review https://staging.myapp.com -Claude: Design Score: B | AI Slop Score: C - "Upload flow looks like a default Bootstrap form." - Top fix: custom drag-drop zone with preview grid. - You: Approve plan. Exit plan mode. [Claude implements the feature] @@ -67,7 +67,7 @@ Claude: Tests: 42 → 51 (+9 new) PR: github.com/you/app/pull/42 ``` -One feature. Seven commands. CEO taste → architecture → design audit → build → review → QA → ship. The agent reframed the product, found a race condition I would have missed, auto-fixed two issues, caught the AI slop in my UI, wrote 9 tests, and generated a regression test. That is not a copilot. That is a team. +One feature. Seven commands. CEO taste → design audit → architecture → build → review → QA → ship. The agent reframed the product, found a race condition I would have missed, auto-fixed two issues, caught the AI slop in my UI, wrote 9 tests, and generated a regression test. That is not a copilot. That is a team. ---