Stats
Actions
Tags
From agents
Analyze a task and recommend agent decomposition level. Routes to single-agent, fan-out, or planner-generator-reviewer pipeline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents:dispatchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the task against these criteria:
Analyze the task against these criteria:
| Signal | Single Agent | Fan-Out | Pipeline (P/G/R) |
|---|---|---|---|
| Files touched | 1-3 | 4-15 (similar ops) | 4-15 (different ops) |
| Task type | Bug fix, small feature | Batch migration, bulk refactor | New feature, architecture change |
| Interdependence | High (changes depend on each other) | Low (same operation, different files) | Medium (phases depend on prior phase) |
| Risk | Low | Low-Medium | Medium-High |
/fan-out to dispatch parallel subagentsDISPATCH RECOMMENDATION:
Route: [Single Agent | Fan-Out | Pipeline]
Reason: <one sentence>
Agent(s): <which agents to use>
Estimated scope: <files/operations count>
Risk level: <low/medium/high>
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub artmin96/forge-studio --plugin agents