From f31d788a8a67cd46169334cc111c18e128d9ca5d Mon Sep 17 00:00:00 2001 From: MacAttak Date: Sun, 15 Feb 2026 17:20:58 +1100 Subject: [PATCH] docs(readme): mention adaptive intensity levels in workflow table Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe54137..1a380e1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ graph LR | Phase | What Happens | Key Innovation | |-------|-------------|----------------| | **Init** | Detect stack, configure gates, create anchor documents | Auto-detection — don't ask what you can infer | -| **Design** | Research codebase, design solution, adversarial critic review | Every design challenged before you commit | +| **Design** | Triage as Full / Lite / Quick, research codebase, design solution, adversarial critic | Right-sized ceremony — trivial fixes skip the full cycle | | **Plan** | Decompose into work units, write testable acceptance criteria | Specs grounded in approved design artifacts | | **Build** | TDD — tester writes hard-to-pass tests, executor makes them pass | Adversarial test-first, not test-after | | **Verify** | 5 quality gates with evidence capture | Findings shown inline, not just pass/fail badges |