briefer
01dennisonbertram/claude-coordinator
Agent
Context reader and situational analyst. Reads files and returns structured briefings for the coordinator. Fast, thorough, and interpretive.
A structured orchestration system for Claude Code that plans, delegates, reviews, and learns.
dennisonbertram/claude-coordinator
Agent
Context reader and situational analyst. Reads files and returns structured briefings for the coordinator. Fast, thorough, and interpretive.
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).
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.
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.
dennisonbertram/claude-coordinator
Agent
Architecture and task planning agent. Analyzes requirements and codebase to produce task breakdowns with dependencies, file boundaries, and contracts.
dennisonbertram/claude-coordinator
Agent
Read-only code reviewer that identifies bugs, regressions, missing tests, and security/concurrency hazards.
dennisonbertram/claude-coordinator
Agent
Lightweight state writer for .coord/ and docs/ files. Cheap, fast, precise. Handles all file writes the coordinator needs.
dennisonbertram/claude-coordinator
Agent
Integration and system-level tester. Runs full test suites, checks regression coverage, validates component integration, and identifies untested code paths.
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.
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.
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.
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.
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).
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.