Anthropic Launches Claude Code Ultraplan — Three Parallel Opus Agents Now Plan Your Entire Codebase From the Cloud
Anthropic's new /ultraplan command spins up three parallel Opus agents to simultaneously explore different dimensions of a codebase, then synthesizes a unified plan — all in the cloud, without your laptop open.
Original sourceAnthropic has launched `/ultraplan`, a new command for Claude Code that moves the most computationally intensive phase of agentic coding — initial codebase planning — to the cloud. Instead of a single sequential pass, Ultraplan deploys three parallel Opus 4.6 research agents, each exploring different dimensions of the codebase simultaneously: architecture, dependencies, and test coverage. A fourth synthesis agent then combines their findings into a unified implementation plan with inline comments and emoji reactions for human review.
The workflow introduces two execution paths once a plan is approved: cloud execution (the agent runs in Anthropic's infrastructure) or "teleport back to terminal," where the approved plan is injected as context into a local Claude Code session. The latter preserves the local-first workflow many developers prefer while still offloading the expensive planning phase.
Ultraplan requires Claude Code on the web with a connected GitHub repository, and is gated behind the Claude Max subscription plan. The launch comes as Anthropic faces increasing competition from Google's Gemini CLI (free, 1M context window) and the broader open-source agent ecosystem — making premium differentiation on quality and orchestration increasingly important.
The reception has been mixed. Developers who've tried it report dramatically better initial plans for large, unfamiliar codebases. Critics point out that parallel Opus calls at current API pricing are expensive enough to give Max-plan subscribers pause before running it on every task. The "teleport to terminal" option cleverly sidesteps this concern by making the cloud phase optional and plan-bounded rather than open-ended.
Whether Ultraplan justifies its Max-plan positioning will depend heavily on whether the synthesis quality consistently beats a single well-prompted Opus session — a comparison the community will stress-test extensively in the coming weeks.
Panel Takes
The Builder
Developer Perspective
“The 'teleport back to terminal' option is the killer feature here — cloud planning quality with local execution privacy. For onboarding into a large unfamiliar codebase, three parallel agents exploring different dimensions genuinely changes what's possible. Worth the Max plan premium if you're doing that regularly.”
The Skeptic
Reality Check
“Three simultaneous Opus calls is expensive compute that Anthropic is now billing Max subscribers for implicitly. If the synthesis quality doesn't consistently beat a single well-prompted Opus session, this is sophisticated theater. The community will stress-test the actual quality delta over the next few weeks.”
The Futurist
Big Picture
“Cloud-native parallel agent planning is the infrastructure layer for AI-native software development. Ultraplan is Anthropic's first explicit step toward owning the entire dev cycle from planning through execution — a direct answer to GitHub Copilot Workspace and Google's Gemini for code.”