# Claude Code: ultraplan Moves Task Planning to the Cloud
Anthropic has introduced ultraplan mode in Claude Code, where development plan generation happens in the cloud on an isolated VM, freeing up the local terminal. Developers launch tasks from the CLI, review plans in the browser at claude.ai/code, and track status in the terminal. This enables iterations with an advanced interface without blocking your local environment.
The cloud environment provides 4 CPU cores, 16 GB RAM, and a pre-installed stack: Python, Node.js, Go, Rust, Docker, PostgreSQL. Sessions persist even after closing the browser and are accessible via the Claude mobile app.
Ways to Launch Ultraplan
The mode activates in three ways:
- The
/ultraplan [task]command in the CLI. - The
ultraplankeyword in the prompt. - The "Refine in the Cloud" option after Claude's local plan.
Terminal progress shows: ◇ ultraplan during code base analysis, ◆ ultraplan ready when the plan is ready for review.
Review and Iteration Interface
Plan review takes place in the browser with advanced features:
- Highlight sections and add comments.
- Emoji reactions on sections.
- Sidebar navigation through content.
Claude incorporates edits and generates an updated plan. Iterations continue until the final version with no limits.
After approving the plan, two options are available:
- Approve and start coding: Cloud-based implementation with pull request creation.
- Approve and teleport back to terminal: Return the plan to the CLI for local execution, a new session, or saving to a file. The session is archived.
Requirements and Limitations
Ultraplan is available in Pro, Max, or Team subscriptions. Requires a GitHub repository. Incompatible with Remote Control due to interface conflicts.
The cloud VM is isolated, ensuring security and scalability for mid/senior developers working with large codebases.
Key Points
- Cloud planning frees up the terminal, with status visible in the CLI.
- VM with 4 CPU/16 GB RAM and full stack for Python, Node.js, Go, Rust.
- Advanced browser review: comments, reactions, navigation.
- Two implementation paths: cloud PR or return to local CLI.
- Requires Pro subscription and GitHub; incompatible with Remote Control.
— Editorial Team
No comments yet.