The right model
for the right job

A multi-agent orchestration framework for VS Code that researches your codebase, builds a phased plan, and delegates work to specialist subagents running in parallel. Claude Opus 4.6 orchestrates and plans. GPT-5.3-Codex writes the code. Gemini 3.1 handles design. One prompt is all it takes.

Install Agents
How it works
Your Prompt
Claude Opus 4.6 Orchestrator
Claude Opus 4.6 Planner
GPT-5.3-Codex Coder
Gemini 3.1 Designer
Claude Opus 4.6 Orchestrator

Breaks your request into phased execution plans, detects file overlaps to determine what can run in parallel, and delegates to specialist agents. It tells agents what to build — never how — so each one operates with full autonomy. Coordinates everything, implements nothing.


Claude Opus 4.6 Planner

Researches the codebase, consults documentation, and produces step-by-step implementation plans with explicit file assignments. The orchestrator uses these file lists to parallelize work and prevent conflicts — no two agents ever touch the same file at the same time.


GPT-5.3-Codex Coder

Writes production code scoped to specific files to avoid conflicts with parallel tasks. Multiple Coder instances can run simultaneously on different parts of the codebase, each focused on a single responsibility.


Gemini 3.1 Designer

Owns all UI/UX — color palettes, component styling, layout, and visual design. Assigned to distinct component subtrees so design work runs in parallel with logic implementation without stepping on anyone's toes.

Get Started

Install the agents into VS Code. Enable Use custom agent in Subagent and Memory in settings.

Prerequisites

Context7 MCP Server

Provides up-to-date documentation lookup for any library. Used by the Coder agent to write accurate, current code.

context7.com →

Frontend Design Skill

A reusable skill from skills.sh that gives the Designer agent advanced frontend and UI capabilities.

skills.sh →
Orchestrator Claude Opus 4.6

The brain — receives your prompt, calls the Planner, then delegates work to Coder and Designer in parallel phases.

Planner Claude Opus 4.6

Researches the codebase and documentation, then produces step-by-step plans with file assignments.

Coder GPT-5.3-Codex

Writes production code following strict coding principles. Uses Context7 for up-to-date documentation.

Designer Gemini 3.1

Handles all UI/UX — color palettes, layouts, component styling. Uses the Frontend Design skill.