aboutsummaryrefslogtreecommitdiff
path: root/debug/SKILL.md
diff options
context:
space:
mode:
Diffstat (limited to 'debug/SKILL.md')
-rw-r--r--debug/SKILL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/SKILL.md b/debug/SKILL.md
index e4e1041..7f3771a 100644
--- a/debug/SKILL.md
+++ b/debug/SKILL.md
@@ -46,6 +46,8 @@ Do not propose any fix during this phase. You are gathering evidence.
If you've attempted 3 fixes and the bug persists, stop. The problem is likely architectural, not local. Report what you've learned and recommend a broader investigation rather than attempting fix #4.
+When fanning out investigation across multiple independent files or subsystems, follow `subagents.md` — use parallel read-only agents for exploration, never for concurrent writes, and dispatch a fresh fix-agent on failure rather than retrying in the main context.
+
## What Not to Do
- Don't propose fixes before completing Phase 2