dennisonbertram/claude-coordinator

A structured orchestration system for Claude Code that plans, delegates, reviews, and learns.

21Stars on the repository
15Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

briefer

01

dennisonbertram/claude-coordinator

Agent

Context reader and situational analyst. Reads files and returns structured briefings for the coordinator. Fast, thorough, and interpretive.

21 1mo ago A 29 tokens original MIT

coordinator

02

dennisonbertram/claude-coordinator

Agent

Pure-delegation coordinator. Agent-only control plane — delegates ALL I/O to specialized subagents (briefer, planner, worker variants, reviewer, scribe, testers, validators, learning-extractor).

21 1mo ago A 44 tokens original MIT

intent-validator

03

dennisonbertram/claude-coordinator

Agent

Validates that completed work actually satisfies the user's original intent — not just the task instructions, but what the user truly wanted. Runs foreground so it can ask the user directly.

21 1mo ago A 38 tokens original MIT

learning-extractor

04

dennisonbertram/claude-coordinator

Agent

Analyzes session work — task outputs, reviewer findings, intent-validator output, AND sub-agent JSONL transcripts — to surface learnings. Captures both successful patterns and process struggles (retries, dead ends, scope drift, confusion) so future sessions improve.

21 1mo ago A 56 tokens original MIT

planner

05

dennisonbertram/claude-coordinator

Agent

Architecture and task planning agent. Analyzes requirements and codebase to produce task breakdowns with dependencies, file boundaries, and contracts.

21 1mo ago A 29 tokens original MIT

reviewer

06

dennisonbertram/claude-coordinator

Agent

Read-only code reviewer that identifies bugs, regressions, missing tests, and security/concurrency hazards.

21 1mo ago A 23 tokens original MIT

scribe

07

dennisonbertram/claude-coordinator

Agent

Lightweight state writer for .coord/ and docs/ files. Cheap, fast, precise. Handles all file writes the coordinator needs.

21 1mo ago A 29 tokens original MIT

system-tester

08

dennisonbertram/claude-coordinator

Agent

Integration and system-level tester. Runs full test suites, checks regression coverage, validates component integration, and identifies untested code paths.

21 1mo ago A 30 tokens original MIT

ui-tester

09

dennisonbertram/claude-coordinator

Agent

Visual quality tester. Inspects the running UI for layout issues, broken elements, overlapping components, responsiveness, and modern design standards. Uses browser automation.

21 1mo ago A 34 tokens original MIT

ux-tester

10

dennisonbertram/claude-coordinator

Agent

Usability and experience tester. Evaluates whether the app works in a way that makes sense to a human — navigation logic, information architecture, progressive disclosure, and overall intuitiveness.

21 1mo ago A 40 tokens original MIT

dennisonbertram/claude-coordinator

Agent

Read-only research worker. Performs root-cause analysis, codebase exploration, dependency mapping, and feasibility checks. Returns structured findings. Makes no code changes and produces no commits.

21 1mo ago A 39 tokens original MIT

worker-refactor

12

dennisonbertram/claude-coordinator

Agent

Behavior-preserving refactor worker. No new tests required, but the existing relevant test suite MUST pass before and after the refactor. Single commit per task with before/after test evidence.

21 1mo ago A 42 tokens original MIT

worker-test

13

dennisonbertram/claude-coordinator

Agent

Adds tests to existing untested code. Not TDD (code already exists), but tests must be meaningful — they would fail under mutation. Two-commit audit trail per task (tests + verification).

21 1mo ago A 43 tokens original MIT

worker

14

dennisonbertram/claude-coordinator

Agent

Strict TDD implementation worker for feature and bugfix tasks. Produces an auditable commit trail (red → green → regression) so the test-first practice is provable from git history.

21 1mo ago A 44 tokens original MIT