The planner
Reads your one-sentence idea and runs extended thinking (budget: 8K tokens) to decide the architecture, tech stack, and task graph before a single file is written. Then orchestrates the handoffs and opens the PR at the end.
Each agent is a dedicated Claude API instance with its own system prompt, tool permissions, and reasoning budget. They hand off work in a real dependency graph — not a free-for-all chat.
Reads your one-sentence idea and runs extended thinking (budget: 8K tokens) to decide the architecture, tech stack, and task graph before a single file is written. Then orchestrates the handoffs and opens the PR at the end.
Defines the user journey, component hierarchy, and design tokens before developers start. Ensures frontend and backend work against the same mental model, not divergent assumptions.
Ships complete backend code — routes, controllers, services, middleware, database schemas. Sees the frontend contract via 1M context, so the API shapes match what the UI actually consumes.
Produces React, Vue, or Next.js code with real state management, proper hooks, and component boundaries. Not placeholder snippets — working screens that wire into the backend contract.
Spins up only when the project asks for mobile. Builds React Native or PWA apps with device API integration, navigation flows, and offline-first patterns.
Mobile output isn't fully build-validated yet — the Integration Validator's npm install pipeline covers web today. Treat mobile builds as best-effort and review the PR carefully.
Uses extended thinking to reason through risk, then writes real tests — not snapshots of the happy path. Covers unit, integration, and e2e where it matters.
Writes the Dockerfile, CI workflow, and deployment config appropriate to the stack. For enterprise-tier projects, adds monitoring, rate limiting, and security hardening.
Clones the freshly built repo, actually runs npm install, compile checks, tests. When failures happen, feeds the full error context back into the 1M context window and triggers up to three automatic rework rounds, root-cause first.
Bring your Anthropic API key. Describe your app. Get a pull request.
Launch Team-AI