Structured agent orchestration for Claude Code — multi-agent workflows, named reviewer personas, session continuity, and workflow skills.
npx claudepluginhub dbc-oduffy/coordinator-claudeTurn Claude Code into a structured development partner — session lifecycle, named code reviewers, research pipelines, and 23 workflow skills that enforce quality from plan through execution.
Frontend code review specialists for Claude Code — Pali catches design token violations and component anti-patterns, Fru reviews UX flows for clarity and trust. Sequential review ensures nothing ships without both perspectives.
Game development domain plugin with Sid reviewer and Unreal Engine MCP integration
ML and data science review for Claude Code — Camelia reviews model architecture, statistical analysis, feature engineering, and LLM workflows with the rigor of a senior data scientist.
Research YouTube, podcasts, and media Claude can't access directly — NotebookLM integration with structured claims extraction, adversarial coverage checking, and notebook preservation for follow-up queries.
Multi-agent deep research pipelines — internet research (Pipeline A), repo assessment (Pipeline B), and structured schema-conforming research (Pipeline C). All pipelines use Agent Teams with Haiku scouts, Sonnet specialists/verifiers, and Opus synthesizers.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
A plugin system that turns Claude Code into a structured engineering team — you're PM, Claude's EM.
git clone https://github.com/oduffy-delphi/coordinator-claude.git
cd coordinator-claude
bash setup/install.sh
Restart Claude Code, then run /session-start. See docs/getting-started.md for the full walkthrough.
You sit in the captain's chair:
| Role | Who | Responsibility |
|---|---|---|
| PM (Captain) | You | Vision, priorities, judgment calls, design approval |
| EM (First Officer) | Claude (main session) | Orchestration, delegation, spec compliance, pipeline flow |
| Executor | Claude (subagent, Sonnet) | Faithful implementation of well-specified work |
| Reviewers | Claude (subagents, Opus) | Code quality, UX, domain expertise — each with a rich behavioral profile |
A typical feature flows through:
Brainstorm → Plan → Execute → Review → Ship
(skill) (skill (executor (domain (finish
or staff agents) → generalist branch)
session) sequential)
See docs/architecture.md for the full model — agent roles, pipeline checkpoints, review routing, and the design philosophy behind it.
Claude Code's Agent Teams (still experimental) enables multiple Claude sessions that communicate via messaging and coordinate via shared task lists. Most early adopters use it for collaborative coding. This system uses it differently: for structured research and multi-perspective planning. Four research pipelines (internet, repository, structured, NotebookLM media) follow a tiered pattern — Haiku scouts gather sources cheaply, Sonnet specialists analyze and cross-pollinate findings via messaging, an Opus sweep agent checks coverage adversarially and fills gaps. Internet research (Pipeline A v2.2) adds iterative deepening — a second, smaller team is dispatched to fill significant gaps when warranted. Repository research (Pipeline B) supports --deeper (dependency-weighted repomap) and --deepest (architecture atlas generation) modes. Staff sessions use the same infrastructure for planning: persona-based debaters form independent positions, challenge each other, and a synthesizer cross-references into a consensus plan. The coordinator scopes the work, spawns the team, and is freed — the team runs autonomously.