Discover and explore top open-source AI tools and projects—updated daily.
jarrodwattsAI-powered delegation for enhanced code analysis and implementation
Top 42.4% on SourcePulse
Delegates complex tasks to specialized GPT experts within Claude Code, enhancing AI-assisted development. It targets users of Claude Code seeking advanced capabilities for architecture, security, and code review, offering a team of AI specialists to analyze and implement solutions, thereby improving efficiency and code quality.
How It Works
This project leverages Claude's native MCP (Meta-Cognitive Programming) to route user requests to five distinct GPT expert subagents: Architect, Plan Reviewer, Scope Analyst, Code Reviewer, and Security Analyst. Each expert operates in either 'Advisory' (read-only analysis) or 'Implementation' (workspace-write) modes, automatically selected based on the task. Claude synthesizes the GPT expert's output, providing a coherent, judgment-applied response rather than raw passthrough. This approach offers specialized AI assistance tailored to specific development challenges.
Quick Start & Requirements
marketplace add jarrodwatts/claude-delegatorplugin install claude-delegator/claude-delegator:setupnpm install -g @openai/codexcodex login/claude-delegator:setup command configures the MCP server. Manual configuration details are available in the README.Highlighted Details
prompts/ directory for user customization.Maintenance & Community
The README mentions expert prompts adapted from 'oh-my-opencode' by @code-yeongyu. No specific details regarding active contributors, sponsorships, or community channels (e.g., Discord, Slack) are provided.
Licensing & Compatibility
Limitations & Caveats
The tool is not intended for simple file operations, initial attempts at fixes, or trivial questions. If automatic expert triggering fails, users may need to use more explicit prompts. Troubleshooting guidance is provided for common issues such as MCP server discovery or authentication problems.
1 month ago
Inactive