System Documentation

What problem does it solve?

This Skill helps you decide whether to run decomposed work as parallel Agent Teams or as sequential subagent orchestration, preventing conflicts and wasted overhead.

Core Features & Use Cases

  • Parallelism safety gating: Ensures tasks are truly independent using file ownership and dependency checks.
  • Cost-benefit decisioning: Compares parallel overhead (spawn/setup, context duplication, merging, conflict resolution) against expected time savings.
  • Fail-safe orchestration: Defaults to sequential execution when in doubt to reduce merge risk and semantic dependency errors.
  • Real-world use case: When planning changes like adding multiple independent endpoints or updating separate doc sections, it helps you confidently pick Teams when merges are low-risk.

Quick Start

Use the team-decision skill when planning a multi-part coding or planning task and you must choose between parallel Agent Teams and sequential execution.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: team-decision
Download link: https://github.com/josix/agent-flow/archive/main.zip#team-decision

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.