From 087343dd145edf6c6645a8175ed38219d68f41d6 Mon Sep 17 00:00:00 2001 From: pingqiu Date: Sun, 26 Apr 2026 20:58:47 -0700 Subject: [PATCH] =?UTF-8?q?v3-batch-process=20=C2=A714:=20clarify=20archit?= =?UTF-8?q?ect/sw/QA=20are=20AI=20agents;=20user=20routes=20between=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sw-block/design/v3-batch-process.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sw-block/design/v3-batch-process.md b/sw-block/design/v3-batch-process.md index 2af2789cc..329efabe3 100644 --- a/sw-block/design/v3-batch-process.md +++ b/sw-block/design/v3-batch-process.md @@ -200,6 +200,14 @@ These are the observed sources of waste. Every batch should actively check them. ## §14 Who owns what step +All three "architects" are AI agents; user routes messages between them. Per-agent action lists (§15) reduce routing overhead. + +| Architect role | Owner agent | Scope | +|---|---|---| +| **System architect** | architect agent (cursor) | Product, scope, behavior contracts, gate definitions, close sign | +| **Function/process architect** | QA agent (claude-code) | Process discipline, verification, system-level drift detection, doc lifecycle | +| **Code-ownership architect** | sw agent (cursor) | Implementation feasibility, code shape, framework state | + Based on what actually worked across T4 + G5: | Step | Owner | Why |