docs: add guidance on delegating failing tests to subagents #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/shelley-extras:docs/subagent-failing-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Learning
When a test fails unexpectedly, the right response is to spawn a subagent to investigate and fix it - not to skip the test and move on.
Context
During a session adding DAO tests for Karriba, one test failed (importing from older schema versions). I lazily skipped it with a known bug comment instead of investigating.
The user correctly called this out as poor manager skills. When I spawned a subagent to investigate, it quickly found and fixed the actual bug in the migration logic (took about 5 minutes).
Change
Added to Subagents as Expert Consultants section: