a1-ceo

10 mods across 1 repository, 2 stars between them.

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.

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.

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.

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.

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.

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.

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.

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.

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.

2 1mo ago A 40 tokens original MIT

a1-ceo/claude-agent-squad

Instructions file

Instructions for a1-ceo/claude-agent-squad, covering agent squad — operating manual, think before coding, simplicity first, surgical changes and working hygiene.

2 1mo ago A 317 tokens original MIT