classifier
01Agent
Cheap, fast complexity classifier. Given one sub-task, returns a single complexity tier that decides which model the implementer runs on. Does nothing else — no code, no planning, no side effects.
Multi-agent development orchestrator on Claude Code: dispatch by complexity, implement in isolated worktrees (TDD + Tidy First), review under a two-party boundary, stop at draft PRs for human merge.
Agent
Cheap, fast complexity classifier. Given one sub-task, returns a single complexity tier that decides which model the implementer runs on. Does nothing else — no code, no planning, no side effects.
Agent
Implements one sub-task in an isolated git worktree, following TDD where tests exist and Tidy First, then opens a PR ready for review (never a draft). Spawned by the orchestrator with a per-invocation model chosen from the classifier's tier (sonnet for trivial/standard, opus for complex) and an isolated worktree.…
Agent
Coordinates the whole pipeline — reads config and task, scopes work across target repos, writes the plan, launches classifier/implementer/reviewer, monitors cycles, and notifies when PRs are ready. Never writes application code. This file specifies the role; the executable step-by-step workflow lives in CLAUDE.md.
Agent
Reviews one open PR, posts a consolidated review comment (citing path:line), and emits a verdict of CLEAN or NEEDSFIXES. Rejects PRs that mix structural and behavioral commits. Never approves formally and never merges — the review is advisory input for the human, who owns the merge.