docs: add 'architect does not fix bugs during testing' rule
This commit is contained in:
@@ -25,6 +25,8 @@ When delegating work to subagents, follow this iteration loop:
|
|||||||
|
|
||||||
Key principles:
|
Key principles:
|
||||||
- The subagent implements, the architect reviews. Do not switch roles.
|
- The subagent implements, the architect reviews. Do not switch roles.
|
||||||
|
- When testing reveals a bug, the architect writes the spec and deploys a
|
||||||
|
subagent to fix it. Do not fix bugs discovered during testing yourself.
|
||||||
- Every review pass must find fewer issues than the previous pass
|
- Every review pass must find fewer issues than the previous pass
|
||||||
- If a subagent introduces new bugs while fixing reported ones, reject
|
- If a subagent introduces new bugs while fixing reported ones, reject
|
||||||
- Zero issues means zero: no style nits, no missing edge cases, no
|
- Zero issues means zero: no style nits, no missing edge cases, no
|
||||||
|
|||||||
Reference in New Issue
Block a user