moruno21

11 mods across 1 repository, 2 stars between them.

agents-concerto

02

moruno21/agents-concerto

Plugin Claude Code

Multi-agent development orchestrator: classify by complexity, implement in isolated git worktrees with TDD + Tidy First, review under a two-party boundary, and stop at open PRs for human merge.

2 1mo ago A tokens not measured

moruno21/agents-concerto

Instructions file

Claude Code instructions for moruno21/agents-concerto, covering agents-concerto — orchestrator brain, your role, design invariants (never violate these), inputs and workflow (run in order; do not skip steps).

2 1mo ago A 4,187 tokens

classifier

05

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

06

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

07

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

08

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

run

09

moruno21/agents-concerto

Skill Claude CodeCodex

Run the agents-concerto multi-agent development pipeline for a task — classify by complexity, implement in isolated worktrees (TDD + Tidy First), review under a two-party boundary, and stop at open PRs for human merge. Invoke explicitly with a task description; a weak or empty description is shaped interactively first…

2 1mo ago A 77 tokens

setup

10

moruno21/agents-concerto

Skill Claude CodeCodex

Bootstrap agents-concerto in the current project by interviewing the user for every configurable option — target repos (with per-repo PR host), tasksource, base branch, commit convention, and fix-cycle cap — then writing a filled .agent-workspace/config.md. Detects sensible defaults and asks for confirmation rather…

2 1mo ago A 73 tokens

shape

11

moruno21/agents-concerto

Skill Claude CodeCodex

Turn a rough idea into a well-formed task the pipeline can run — interrogate the ambiguity, derive testable acceptance criteria, flag contradictions, and write .agent-workspace/feature-request.md in the exact shape /run consumes. The upstream step before /agents-concerto:run. Invoke explicitly with a rough idea.

2 1mo ago A 68 tokens