subagent-strategy

Orchestrate subagents to parallelize complex investigations and integrate results.

3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/t6adev/claude-code-tools --skill subagent-strategy-t6adev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-strategy
Source: https://github.com/t6adev/claude-code-tools/tree/main/tools/skills/meta/subagent-strategy
Command: npx skills add https://github.com/t6adev/claude-code-tools --skill subagent-strategy-t6adev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill defines a strategy for leveraging subagents to execute tasks in parallel, delegate work, and manage context to keep the main workflow clean and focused.

Core Features & Use Cases

  • Delegation for exploration: assign focused tasks to subagents for specialized investigation.
  • Parallel analysis: run multiple approaches concurrently to compare results efficiently.
  • Context management & integration: consolidate subagent outputs into a coherent main context for decision-making.
  • Use Case: when tackling complex refactors or multi-library comparisons, invoke subagent-strategy to orchestrate parallel work and synthesize findings.

Quick Start

Invoke the subagent-strategy to structure a complex task into discrete subgoals and delegate them to dedicated subagents for parallel execution.

Frequently Asked Questions about subagent-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parallelize coding tasks using subagents for large-scale refactors?

You can parallelize coding tasks by applying subagent-strategy to orchestrate multiple subagents, each handling a discrete subgoal during large-scale refactors. This approach executes focused investigations concurrently and synthesizes the results into a coherent context for decision-making.

What is the best way to manage context when delegating work to multiple subagents?

Managing context during subagent delegation requires consolidating subagent outputs into a clean main workflow. This strategy keeps the primary context focused by automatically integrating parallel exploration results and applying context-aware decision-making to synthesize findings.

How do I structure complex research-heavy coding challenges for parallel execution?

Structure complex coding challenges by breaking them into discrete subgoals and delegating one task per subagent. This allows parallel execution of specialized investigations, such as multi-library comparisons, with automatic integration of the synthesized findings.

Does subagent delegation work for running multiple analysis approaches concurrently?

Subagent delegation supports running multiple analysis approaches concurrently to compare results efficiently. You assign focused tasks to dedicated subagents for parallel analysis, enabling rapid exploration and consolidated result synthesis without cluttering the main workflow.

Can I use parallel subagents to compare multiple libraries during an investigation?

Yes, you can use parallel subagents for multi-library comparisons by assigning each subagent a focused investigation task. The strategy orchestrates concurrent exploration and synthesizes the distinct library findings into an integrated, context-aware decision.

When should I avoid using subagent-strategy for task delegation?

You should avoid subagent-strategy for tasks that cannot be divided into discrete, independent subgoals. The strategy relies on one-task-per-subagent discipline and parallel execution, making it unsuitable for strictly sequential coding tasks or simple investigations requiring no result synthesis.