Decision framework for when to use Agent Teams vs Task() subagents vs single-session work. Use when facing delegation decisions to choose the right coordination mechanism.
Selects the optimal delegation strategy between single-session work, subagents, and agent teams for complex tasks.
npx claudepluginhub rbergman/dark-matter-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Choose the right coordination mechanism for every task. Not everything needs a team, and not everything should stay in a single session.
| Tier | Mechanism | When | Token cost |
|---|---|---|---|
| Single session | Direct work | Simple tasks, <30 lines, <3 files | Lowest |
| Subagents (Task()) | Fire-and-forget | Focused result-only tasks, research, lint/test, no inter-agent coordination needed | Low-Medium |
| Agent Teams | Persistent teammates | Complex multi-perspective work, adversarial refinement, cross-layer coordination, debate | High |
Use Task() subagents when:
Subagents are fire-and-forget. The orchestrator dispatches, waits for the result, and moves on. There is no inter-agent communication.
Use Agent Teams when:
Teams are persistent. Teammates see each other's messages, react, challenge, and build on each other's work.
Work through these in order:
If you answer "subagents" to most but "teams" to even one, consider whether the team-worthy aspect can be isolated. Sometimes you run subagents for the bulk and a small team for the contentious part.
Start with subagents. Escalate to teams only when needed.
Task() subagentsThe cheapest correct answer wins. Don't reach for teams out of habit — reach for them when the problem demands collaboration.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.