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 AgentsBreaks 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.
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.
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.
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
Provides up-to-date documentation lookup for any library. Used by the Coder agent to write accurate, current code.
context7.com →A reusable skill from skills.sh that gives the Designer agent advanced frontend and UI capabilities.
skills.sh →The brain — receives your prompt, calls the Planner, then delegates work to Coder and Designer in parallel phases.
Researches the codebase and documentation, then produces step-by-step plans with file assignments.
Writes production code following strict coding principles. Uses Context7 for up-to-date documentation.
Handles all UI/UX — color palettes, layouts, component styling. Uses the Frontend Design skill.