Claude Delegator banner
jarrodwatts jarrodwatts

Claude Delegator

AI community intermediate

Description

GPT expert subagents for Claude Code. Five specialists that can analyze AND implement—architecture, security, code review, and more.

Installation

Terminal
claude install-skill https://github.com/jarrodwatts/claude-delegator

README

Claude Delegator

GPT expert subagents for Claude Code. Five specialists that can analyze AND implement—architecture, security, code review, and more.

[](LICENSE) [](https://github.com/jarrodwatts/claude-delegator/stargazers)

Install

Inside a Claude Code instance, run the following commands:

**Step 1: Add the marketplace**

/plugin marketplace add jarrodwatts/claude-delegator

**Step 2: Install the plugin**

/plugin install claude-delegator

**Step 3: Run setup**

/claude-delegator:setup

Done! Claude now routes complex tasks to GPT experts automatically.

**Note**: Requires [Codex CLI](https://github.com/openai/codex) or [Gemini CLI](https://github.com/google/gemini-cli). Setup guides you through installation.


What is Claude Delegator?

Claude gains a team of GPT and Gemini specialists via native MCP. Each expert has a distinct specialty and can advise OR implement.

**Note:** You can use either provider (GPT or Gemini), or both. The plugin will automatically detect which one is configured and route tasks accordingly.

What You Get Why It Matters
5 domain experts Right specialist for each problem type
GPT or Gemini Use your preferred model provider
Dual mode Experts can analyze (read-only) or implement (write)
Auto-routing Claude detects when to delegate based on your request
Synthesized responses Claude interprets expert output, never raw passthrough

The Experts

Expert What They Do Example Triggers
Architect System design, tradeoffs, complex debugging "How should I structure this?" / "What are the tradeoffs?"
Plan Reviewer Validate plans before you start "Review this migration plan" / "Is this approach sound?"
Scope Analyst Catch ambiguities early "What am I missing?" / "Clarify the scope"

...