docs: add 'architect does not fix bugs during testing' rule

This commit is contained in:
2026-05-13 14:28:08 -04:00
parent 191456cd7e
commit d985968acd

View File

@@ -25,6 +25,8 @@ When delegating work to subagents, follow this iteration loop:
Key principles:
- 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
- If a subagent introduces new bugs while fixing reported ones, reject
- Zero issues means zero: no style nits, no missing edge cases, no