
from ClaudeCode GodMode-On37
Experimental framework for running coordinated parallel agent sessions with shared task lists and inter-agent messaging.
This skill enables a high-concurrency orchestration mode where a lead agent manages a team of specialized workers (Architect, Builder, Validator, Tester, Scribe). It moves beyond sequential subagent calls to a truly parallel, shared-state execution model using a SharedTaskList.
Use this when facing massive feature implementations or complex project migrations where tasks can be split into independent modules and worked on simultaneously to save wall-clock time, provided the user accepts the significantly higher token cost.
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable, team composition roles, and the lifecycle of tasks (pending → in_progress → completed/failed).blockedBy arrays and race condition prevention through file-locking.Specifically designed for Claude Code (GodMode) and systems supporting experimental parallel orchestration.
This skill has not been reviewed by our automated audit pipeline yet.