claude-code - 💡(How to fix) Fix ultraplan / ultrareview commands not visible despite eligibility [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#49510Fetched 2026-04-17 08:39:05
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×4commented ×1unlabeled ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Environment

  • Claude Code version: 2.1.111
  • Install: npm global
  • Platform: macOS (Darwin 25.3.0)
  • Account: [email protected]
  • Model: Opus 4.7 (1M context)

Expected
/ultraplan and /ultrareview should appear as invokable slash commands in the CLI, per docs (they're listed under both the web platform and CI/CD sections of the Claude Code docs map).

Actual
Typing /ultraplan or /ultrareview does not resolve to a command. Neither appears in /help output. claude ultraplan / claude ultrareview from the shell also not recognized.

Verified

  • claude --version → 2.1.111
  • CLAUDE_CODE_MAX_OUTPUT_TOKENS=64000, API auth configured
  • Onboarding completed, multiple projects tracked
  • Other slash commands and plugins (superpowers, codex-peer-review, deep-plan, etc.) work fine
  • Prior session memory (2026-04-16) confirms these are documented CLI features, not plugins requiring install

Ask
Clarify whether ultraplan / ultrareview require a flag, feature gate, or specific entitlement that isn't advertised — or if docs are ahead of the release.

What Should Happen?

It should show ultraplan and ultrareview as I AM USING CLAUDE MAX

Error Messages/Logs

Steps to Reproduce

C

Claude Model

Opus

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

2.1.111

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue might be due to missing flags, feature gates, or entitlements for /ultraplan and /ultrareview commands in Claude Code version 2.1.111.

Guidance

  • Verify the documentation for any specific requirements or flags needed to use /ultraplan and /ultrareview commands.
  • Check if there are any feature gates or entitlements that need to be enabled for these commands to work.
  • Compare the documentation with the actual implementation to see if there's a discrepancy between the two.
  • Test other commands and plugins to see if they have similar issues or if it's specific to /ultraplan and /ultrareview.

Example

No code snippet is provided as it's not clearly supported by the issue.

Notes

The issue might be due to the documentation being ahead of the release, or there might be some missing configuration or flags required to use these commands.

Recommendation

Apply workaround: Check the documentation and implementation for any missing requirements or flags, and test other commands and plugins to see if they have similar issues. This is because the issue is likely due to a missing configuration or flag, and checking the documentation and implementation can help resolve the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING