概要
This skill provides a robust framework for managing multi-agent systems within Claude Code, enabling parallel execution of complex tasks. By utilizing a centralized tasks.md file as a coordination mechanism and Git worktrees for environment isolation, it prevents race conditions and allows multiple agents to claim, process, and report on tasks concurrently. It is ideal for developers looking to scale their AI workflows beyond single-agent patterns into sophisticated, automated task queues with built-in status tracking, failure handling, and model-specific routing.