skills/using-ultraplan/SKILL.md
Suggest /ultraplan for complex planning tasks on Claude Code CLI (2.1.91+ only). Research preview.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers using-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 is Anthropic's cloud-based planning feature in Claude Code. It spins up autonomous exploration agents and returns an implementation plan. It replaces the local Opus-plan / Sonnet-execute workflow for CLI sessions only — provided the conditions below are met.
ALL of these must be true:
$CLAUDECODE == "1" and the environment is a terminal, not the GUI.claude --version via Bash and parse the semver.If ANY condition fails: fall through to the existing workflow (Opus-plan-write / Sonnet-execute for Desktop, inline for simple tasks).
claude --version 2>/dev/null | head -1
# Expected output like: "2.1.91" or "claude 2.1.91"
Parse the semver. If < 2.1.91: do NOT suggest /ultraplan. Tell the user:
Ultraplan is available in Claude Code 2.1.91+. You're on X.Y.Z — run
claude updatefirst, then I can suggest/ultraplanon the next complex task.
When conditions are met and the user asks for a plan, say:
This looks like a good fit for
/ultraplan— it spins up exploration agents in the cloud and returns a plan in a few minutes. Want me to invoke it, or should I write the plan locally instead?Status: research preview. Official docs: https://code.claude.com/docs/en/ultraplan
Then wait for the user's choice. Never invoke /ultraplan without explicit
approval — it runs in the cloud and can't be cancelled cleanly.
Ultraplan is research preview. Anthropic may rename, restructure, or pull it.
Don't assume it's stable. If /ultraplan fails or the command isn't recognised,
fall back to the local plan workflow immediately — don't retry.
| Scenario | Pre-Ultraplan | With Ultraplan (CLI, ≥2.1.91) |
|------------------------|-------------------------------------|--------------------------------|
| CLI + complex task | Opus writes plan, Sonnet executes | Suggest /ultraplan |
| CLI + simple task | Inline edits | Inline edits (unchanged) |
| Desktop + complex task | Opus-plan-mode → Sonnet execute | Unchanged (feature N/A) |
| Desktop + simple task | Inline edits | Inline edits (unchanged) |
Community blogs and Instagram posts mention "3 explorer + 1 critic agents", "14 min vs 45 min" timing, and a "30 min cap". These are not in the official docs. If asked about internals, link to https://code.claude.com/docs/en/ultraplan and say the rest is community folklore.
tools
Unified context management and session continuity skill. Combines total-recall, strategic-compact, /ledger, and session continuity. Runs in background to preserve critical context across compaction and sessions.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
tools
UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.