About
This skill empowers developers to manage complex coding tasks by coordinating multiple AI agents in a structured swarm pattern. It facilitates efficient task decomposition, parallel execution, and session resilience while maintaining context through a centralized 'hivemind.' By implementing a rigorous coordinator-worker protocol, the skill ensures that workers handle file reservations correctly, report progress accurately, and store valuable codebase discoveries for future use. This is particularly useful for large-scale refactors or complex feature implementations where preserving context and avoiding redundant work are critical.