From darkroom
Orchestrates multi-agent workflows for complex coding tasks across plan/implement/test/review phases. For multi-step work with 3+ independent workstreams needing coordination.
npx claudepluginhub darkroomengineering/cc-settingsThis skill uses the workspace's default tool permissions.
Before starting work, create a marker: `mkdir -p ~/.claude/tmp && echo "orchestrate" > ~/.claude/tmp/heavy-skill-active && date -u +"%Y-%m-%dT%H:%M:%SZ" >> ~/.claude/tmp/heavy-skill-active`
Orchestrates complex tasks via autonomous sub-agents: decomposes into subtasks, generates dynamic SKILL.md files, spawns agents with file-based communication, monitors progress, consolidates results.
Orchestrates subagents by delegating tasks to role-matched specialists like engineer, reviewer, analyst for multi-agent coding workflows.
Orchestrates multi-agent workflows by decomposing tasks, spawning parallel CLI subagents, coordinating via MCP Memory, monitoring progress, verifying outputs, retrying failures, and collecting results.
Share bugs, ideas, or general feedback.
Before starting work, create a marker: mkdir -p ~/.claude/tmp && echo "orchestrate" > ~/.claude/tmp/heavy-skill-active && date -u +"%Y-%m-%dT%H:%M:%SZ" >> ~/.claude/tmp/heavy-skill-active
Before delegating to agents:
GO/NO-GO Verdict:
Do not proceed past this gate without an explicit verdict.
Delegate to the Maestro agent for multi-agent task orchestration.
The Maestro agent handles: agent selection, parallel execution, workflow coordination, and agent teams.
For simple delegation (1-2 agents), use Agent() directly without invoking this skill.