Armory
Source
Browse
Sub-Agents

team-lead

Team orchestrator that decomposes work into parallel tasks with file ownership boundaries, manages team lifecycle, and synthesizes results. Use when coordinating multi-agent teams, decomposing complex tasks, or managing parallel workstreams.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install team-lead --cli claude

writes the file to.claude/agents/team-lead.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/agents/team-lead.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

wshobson/agents sub-agent team-lead (model: opus) from the agent-teams plugin. Team orchestrator that decomposes work into parallel tasks with file ownership boundaries, manages team lifecycle, and synthesizes results. Use when coordinating multi-agent teams, decomposing complex tasks, or managing parallel workstreams.

When to use it

Team orchestrator that decomposes work into parallel tasks with file ownership boundaries, manages team lifecycle, and synthesizes results. Use when coordinating multi-agent teams, decomposing complex tasks, or managing parallel workstreams.

How to install / invoke

# copy the agent definition into your project's .claude/agents/
curl -sL https://github.com/wshobson/agents/raw/main/plugins/agent-teams/agents/team-lead.md -o .claude/agents/team-lead.md

Notes

Extracted from wshobson/agents. Plugin: agent-teams.