moruno21/agents-concerto

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.

2Stars on the repository
11Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

classifier

01

moruno21/agents-concerto

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.

2 1mo ago A 42 tokens

implementer

02

moruno21/agents-concerto

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.…

2 1mo ago A 86 tokens

orchestrator

03

moruno21/agents-concerto

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.

2 1mo ago A 68 tokens

reviewer

04

moruno21/agents-concerto

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.

2 1mo ago A 64 tokens