subagent-teams

Coordinate parallel subagent teams within a Claude Code session.

28|3|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/ScientiaCapital/skills --skill subagent-teams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-teams
Source: https://github.com/ScientiaCapital/skills/tree/main/active/subagent-teams-skill
Command: npx skills add https://github.com/ScientiaCapital/skills --skill subagent-teams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple lightweight subagents inside a single Claude Code session to perform fan-out research, parallel construction, and synchronized reviews without drifting context or causing conflicting edits.

Core Features & Use Cases

  • Lightweight parallelism: spawn 5-7 in-session subagents to explore different facets of a problem concurrently using the Task tool.
  • Shared context with governance: maintain a common codebase view while preventing cross-edit conflicts via team-scoped task lists and progress tracking.
  • Rapid synthesis: fan-in results from all subagents to produce a unified summary and actionable next steps.

Quick Start

Launch three Explore agents in parallel to research authentication patterns, database schema, and API endpoints, then plan and implement components in parallel with a final code-review pass

Frequently Asked Questions about subagent-teams

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

FAQPage Schema
How do I run parallel subagents in a single Claude Code session without file conflicts?

Run parallel subagents in a Claude Code session by using team-scoped task lists to coordinate 5-7 concurrent agents. This approach maintains a shared codebase view while enforcing non-conflicting edits and synchronized fan-in for unified results.

What is the best way to fan out research tasks across multiple areas concurrently?

The best way to fan out concurrent research is spawning in-session subagents to explore different problem facets in parallel. You can assign models per role and use TaskCreate to track progress, fanning in results for rapid synthesis and actionable next steps.

Can I use the Task tool to spawn subagents for parallel code reviews?

Yes, you can use the Task tool to spawn subagents for parallel code reviews. The tool supports spawning up to 5-7 concurrent agents that can perform synchronized review passes while sharing context and avoiding cross-edit conflicts.

How do I track progress and synchronize results from multiple parallel subagents?

Track progress and synchronize results from parallel subagents using TaskUpdate to monitor each agent. This ensures synchronized fan-in, allowing you to collect individual agent outputs and rapidly synthesize them into a unified summary.

How many concurrent subagents can I spawn for in-session parallel work?

You can spawn up to 5-7 concurrent subagents for in-session parallel work. This limit ensures lightweight parallelism while preventing context drift and avoiding conflicting file edits across team members exploring different codebase areas.