Mode Commands System#
What's wrong with this entry?
What: Commands can now be designated as "mode commands" for specialized, multi-phase workflows
How to use: Add mode: true to command frontmatter in your .claude/commands/*.md files:
mode: true
description: Guided workflow for complex refactoring
Your command content here...
Details:
- Mode commands receive special priority in Claude's tool selection
- Display distinct permission UI titled "Use guided workflow" instead of "Slash command"
- Show message "Your request appears to match a specialized workflow"
- Intended for complex, multi-step tasks that benefit from structured guidance
- Evidence:
isModeCommand: Kat line 440835 inloadCommands()function, mode command filtering inV6Q()function