A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.
Install all agents listed below into VS Code Insiders...
| Title | Type | Description |
|---|---|---|
| Orchestrator |
Agent | Architect agent that orchestrates work through subagents (Sonnet, Codex, Gemini) |
| Planner |
Agent | Creates detailed implementation plans by researching the codebase and consulting documentation |
| Coder |
Agent | Writes code following mandatory coding principles (GPT-5.2-Codex) |
| Designer |
Agent | Handles all UI/UX and design tasks (Gemini 3 Pro) |
Use the Orchestrator agent in VS Code and send your prompt. That's it.
The orchestrator agent that receives requests and delegates work. It:
- Analyzes requests and gathers context
- Delegates planning to the Planner agent
- Delegates code implementation to the Coder agent
- Delegates UI/UX work to the Designer agent
- Integrates results and validates final output
Creates comprehensive implementation plans by researching the codebase, consulting documentation, and identifying edge cases. Use when you need a detailed plan before implementing a feature or fixing a complex issue.
Writes code following mandatory principles including structure, architecture, naming conventions, error handling, and regenerability. Always uses context7 MCP Server for documentation.
Focuses on creating the best possible user experience and interface designs with emphasis on usability, accessibility, and aesthetics.
No tools specified for these custom agents, mind adding those.
like for architect we need subAgents tools, it should work in plan environment. create todos, askQuestion etc etc.