plugins/claude-code-expert/skills/ultraplan/SKILL.md
Ultraplan cloud planning — kick off a plan in the cloud from your terminal, review and revise in the browser, then execute remotely or send back to CLI
npx skillsauth add markus41/claude ultraplanInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ultraplan offloads plan mode to the cloud. Claude drafts the plan in a Claude Code web session while your terminal stays free. You review sections in your browser, comment, request revisions, then choose to execute remotely or send it back to your CLI.
Available since v2.1.92 (research preview). As of v2.1.101, the first run auto-creates a default cloud environment — no web setup step required.
| Scenario | Use Ultraplan | Use Local Plan Mode | |----------|:---:|:---:| | Complex multi-service migration | ✓ | | | Need to share plan with teammates | ✓ | | | Terminal must stay free during planning | ✓ | | | Quick single-file refactor | | ✓ | | No internet / air-gapped environment | | ✓ | | Iterating rapidly on small tasks | | ✓ |
/ultraplan migrate the auth service from sessions to JWTs
Include the keyword "ultraplan" in any prompt:
> ultraplan: design the database migration strategy for the multi-tenant switch
The browser interface shows the plan as structured sections:
Plan history is preserved — you can compare revisions and revert.
Claude Code on the web runs the implementation. Results and changed files are available in the session. Push from the web session or download a patch.
The approved plan is serialized and sent back to your local terminal session. Claude continues from there with the agreed plan as context.
After executing in the cloud and pushing a branch, use /autofix-pr to hand the PR over to Claude:
> /autofix-pr
Claude detects the open PR for your current branch and enables auto-fix — watches CI, fixes failures, handles review comments, pushes until green.
Ultraplan uses Opus (opus → latest claude-opus-4-8) by default for the planning phase — the reasoning depth justifies the cost for complex migrations and architectural decisions. Pair it with a high effort level (xhigh/max on Opus 4.8) for the hardest plans. For plans above Opus's ceiling — multi-day migrations, problems Opus has already failed on — escalate planning to Fable 5 (fable → claude-fable-5); state the goal and constraints rather than enumerating steps, since over-prescriptive scaffolding reduces Fable output quality. The execution phase uses the model appropriate to the task.
Estimated cost for a complex plan: ~$0.50–$2.00 depending on context volume. Simple plans use fewer tokens and run faster.
Use ultraplan to design a feature, then run /team-onboarding to generate a ramp-up guide that explains the resulting architecture to new teammates:
> /team-onboarding
This generates a guide from your local Claude Code usage patterns and the project structure — useful after landing a large feature.
tools
Build Teams-native agents with the Teams SDK (formerly Teams AI Library v2) — App class, activity routing, adaptive cards, streaming, AI-generated labels, feedback, message extensions, Teams-as-MCP-server, and the bring-your-own-AI pattern with Agent Framework.
tools
Run agents on Microsoft Foundry (formerly Azure AI Foundry) Agent Service — prompt agents vs hosted agents, threads/runs and the Responses API, built-in tools (Bing grounding, code interpreter, file search, MCP, OpenAPI, A2A), connected agents, Entra agent identity, SDKs, and observability/evaluations.
tools
Build and host custom engine agents with the Microsoft 365 Agents SDK — AgentApplication, the Activity protocol, channel reach via Azure Bot Service, hosting Agent Framework or Semantic Kernel engines, and the Agents Toolkit/Playground workflow. Successor to the Bot Framework SDK.
tools
Design, govern, and extend Microsoft Copilot Studio agents — topics, generative orchestration, knowledge, tools and MCP, agent flows, autonomous triggers, publishing channels, Copilot Credits pricing, and solution-based ALM on Power Platform.