소개
This skill enhances Claude's ability to manage parallel tasks within the Maestro framework by implementing an asynchronous execution pattern. Instead of using token-intensive sleep loops or busy-waiting to check on background agents, it guides Claude to launch processes in the background and only verify status when explicitly required or requested. This approach minimizes token waste, prevents unnecessary blocking of the main thread, and ensures a more responsive development experience when coordinating multiple AI agents.