backend
01Agent Claude Code
Implements server, data, and API changes. A leaf worker spawned by the builder. Does one slice of work and reports back.
Agent Claude Code
Implements server, data, and API changes. A leaf worker spawned by the builder. Does one slice of work and reports back.
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.
Agent Claude Code
Implements UI/client-side changes. A leaf worker spawned by the builder. Does one slice of work and reports back.
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.
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.
Agent Claude Code
Reviews a completed diff before it's called done. Spawns security and simplifier passes, then consolidates findings. Invoked by the orchestrator.
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.
Agent Claude Code
Security-only review of a diff — injection, authz, secrets, unsafe input handling. A leaf worker spawned by the reviewer.
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.
Instructions file
Instructions for a1-ceo/claude-agent-squad, covering agent squad — operating manual, think before coding, simplicity first, surgical changes and working hygiene.