From d9c823fa58e3f9ebb3cfda3ab968188a0366a6c3 Mon Sep 17 00:00:00 2001 From: Jonas Martinsson Date: Tue, 20 Jan 2026 11:18:41 +0100 Subject: [PATCH] docs: refine Why Use This table copy - Make solutions more active and punchy - Remove last row about code review (covered elsewhere in workflow) - Improve problem/solution parallelism Co-Authored-By: Claude Opus 4.5 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ea3ddd..f5b27a2 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ A workflow automation plugin for Claude Code that guides feature development thr | Problem | Solution | |---------|----------| -| Claude loses focus mid-implementation | Structured workflow with state tracking prevents drift | -| Unplanned changes and scope creep | Requirements and spec sign-off gates before coding begins | -| Implementation differs from intent | Detailed specifications with parallel execution plans | -| No visibility into Claude's assumptions | Transparent requirements definition you approve | -| Code ships without review | Built-in code review and security audit before PR | +| Claude loses focus mid-implementation | State-tracked workflow keeps execution on rails | +| Scope creep and unplanned changes | Sign-off gates lock requirements before coding starts | +| Implementation diverges from intent | Detailed specs with parallel execution plans | +| Hidden assumptions and blind spots | Explicit requirements you review and approve | ## Quick Start