Plugin Claude Code
Plugin marketplace listing 1 plugin: agents-concerto.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
Settings file Claude Code
Agent settings declaring 23 allowed tools.
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).
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.
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…
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…
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.