Claude Code suggests non-existent "fan out subagents" command

Open 💬 8 comments Opened May 22, 2026 by joeedh

Summary

Claude Code suggested I try a command phrased like "fan out subagents — claude code will dig deep". No such slash command exists. The phrase appears to be a hallucinated command name based on the real "fan-out subagents" pattern described in Anthropic's docs/webinars.

Expected

Claude Code should either:

  • Reference the pattern descriptively ("I can spawn subagents in parallel to investigate X, Y, Z") without quoting it as a runnable command, or
  • Point to a real mechanism (custom slash commands in .claude/commands/, or just asking the model to issue parallel Agent calls).

Actual

The CLI surfaced text like "try 'fan out subagents', claude code will dig deep", implying a built-in command. There is no /fan-out-subagents command, no skill by that name in the default install, and no entry in ~/.claude/commands/. Verified against:

The docs describe fan-out as a pattern users implement via custom slash commands or parallel Agent invocations, not as a shipped command.

Impact

Misleading suggestions erode trust — users try a command that doesn't exist, get confused, and have to verify against docs.

Environment

  • Claude Code on Windows 11 (PowerShell)
  • Model: Claude Opus 4.7

View original on GitHub ↗

This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗