🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Use when facing 2+ independent tasks that can be worked on without shared state. Dispatch one agent per problem domain for concurrent investigation.
verification-before-completion
Decision: multiple failures → independent? no → single agent; yes → can parallelize? no → sequential; yes → parallel dispatch.
Before dispatch:
After return:
debugging-methodology
tdd-workflow
git-worktrees