Acerca de
This skill optimizes the debugging workflow in Claude Code by identifying independent problem domains and delegating them to separate, concurrent agents. Instead of resolving issues sequentially, it allows developers to address multiple unrelated test failures or subsystem bugs simultaneously. This pattern ensures each agent remains focused on a narrow scope, preventing context drift while significantly reducing the total time required to reach a fully green test suite. It is particularly effective for large-scale refactors where independent components may break in isolation.