a1-ceo/claude-agent-squad

Nested sub-agent squad for Claude Code — one orchestrator fans out into planner, builder, and reviewer, each spawning their own specialists. Every agent inherits a shared coding philosophy.

2Stars on the repository
10Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

backend

01

a1-ceo/claude-agent-squad

Agent Claude Code

Implements server, data, and API changes. A leaf worker spawned by the builder. Does one slice of work and reports back.

not rated 2 1mo ago A 29 tokens original MIT

builder

02

a1-ceo/claude-agent-squad

Agent Claude Code

Implements an approved plan. Splits work between frontend and backend specialists when a task spans both. Invoked by the orchestrator with a task list.

not rated 2 1mo ago A 33 tokens original MIT

frontend

03

a1-ceo/claude-agent-squad

Agent Claude Code

Implements UI/client-side changes. A leaf worker spawned by the builder. Does one slice of work and reports back.

not rated 2 1mo ago A 26 tokens original MIT

orchestrator

04

a1-ceo/claude-agent-squad

Agent Claude Code

Top-level coordinator for any non-trivial feature or change. Invoke this to run a full plan → build → review pipeline. It spawns planner, builder, and reviewer sub-agents in sequence. Use for anything bigger than a one-file edit.

not rated 2 1mo ago A 54 tokens original MIT

planner

05

a1-ceo/claude-agent-squad

Agent Claude Code

Designs the approach before any code is written. Spawns the scout to recon the codebase, then returns a concrete task list. Invoked by the orchestrator.

not rated 2 1mo ago A 36 tokens original MIT

reviewer

06

a1-ceo/claude-agent-squad

Agent Claude Code

Reviews a completed diff before it's called done. Spawns security and simplifier passes, then consolidates findings. Invoked by the orchestrator.

not rated 2 1mo ago A 32 tokens original MIT

scout

07

a1-ceo/claude-agent-squad

Agent Claude Code

Read-only codebase recon. Finds where relevant code lives, existing patterns to match, and hidden gotchas. A leaf worker — spawned by the planner, spawns nothing itself.

not rated 2 1mo ago A 39 tokens original MIT

security

08

a1-ceo/claude-agent-squad

Agent Claude Code

Security-only review of a diff — injection, authz, secrets, unsafe input handling. A leaf worker spawned by the reviewer.

not rated 2 1mo ago A 28 tokens original MIT

simplifier

09

a1-ceo/claude-agent-squad

Agent Claude Code

Reviews a diff for overcomplication — code that could be shorter, simpler, or deleted. A leaf worker spawned by the reviewer. Enforces the "simplicity first" doctrine.

not rated 2 1mo ago A 40 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: