From tac
Generates multi-agent orchestration plans with scout-build-review phases for complex tasks. Outputs structured markdown plan requiring Claude Agent SDK for execution.
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Run an orchestration workflow that plans multi-agent execution for a complex task.
Suggests and guides creation of orchestrated workflows from natural language descriptions of complex multi-step tasks with sequencing, parallelism, conditionals, and error handling.
Provides templates for orchestrator system prompts, phase-specific agent commands like scout and builder, and result aggregation in multi-agent workflows.
Use this skill whenever the user wants to parallelize work, orchestrate multiple agents, use agent teams, or says things like "do it with orchestration", "write an agent team", "make it parallel", "orchestrate this", "create agents for this", "multi-agent", or asks for a task that would benefit from being split into parallel work streams. Also triggers when user pastes a task and wants it done faster/better with multiple agents. Works for any domain — coding, research, design, testing, auditing, debugging, writing, analysis.
Share bugs, ideas, or general feedback.
Run an orchestration workflow that plans multi-agent execution for a complex task.
$ARGUMENTS - The task description to orchestrate
Analyze the task to identify:
Design the orchestration plan:
Output the orchestration plan in format:
## Orchestration Plan
**Task:** [task description]
### Phase 1: Scout
**Agents:** [count] x [template]
**Purpose:** [what to discover]
**Areas:**
- [area 1]
- [area 2]
**Expected Output:** [deliverable]
### Phase 2: Build
**Agents:** [count] x [template]
**Input:** Scout findings
**Changes:**
- [change 1]
- [change 2]
**Expected Output:** [deliverable]
### Phase 3: Review
**Agents:** [count] x [template]
**Criteria:**
- [criterion 1]
- [criterion 2]
**Expected Output:** [deliverable]
### Execution Notes
**Total Agents:** [count]
**Parallel Opportunities:** [phases that can run in parallel]
**SDK Requirement:** This plan requires Claude Agent SDK for actual orchestration
### Agent Commands
[Draft command prompts for each agent]
Important: This command produces an orchestration plan. Actual execution of orchestrator patterns with agent creation/deletion requires Claude Agent SDK, not Claude Code subagents.
/orchestrate Add rate limiting to the authentication endpoints