概要
This skill implements a strategic parallel dispatch pattern for Claude Code, enabling the orchestration of multiple AI agents to address independent failure domains or subsystems simultaneously. By grouping unrelated tasks—such as disparate test failures, isolated bug fixes, or separate documentation updates—into focused agent prompts, it eliminates sequential bottlenecks and significantly reduces the time required for complex development sessions. It is particularly effective for large-scale refactors where multiple subsystems break independently and can be resolved without shared state interference.