소개
This skill optimizes debugging and development workflows by identifying independent problem domains and delegating them to separate AI agents working in parallel. Instead of solving issues sequentially, it enables the concurrent investigation of unrelated test failures or subsystem bugs, significantly reducing the time required to return a project to a passing state. It provides a structured pattern for grouping failures, defining focused agent tasks, and integrating results while avoiding interference between concurrent operations, making it ideal for large-scale refactors or complex test suites.