Think Command
Executes systematic problem-solving with adjustable thinking depth levels.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceWhen this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Usage: /think [level] [problem/question] or /think [problem/question]
Purpose: Engage in systematic problem-solving using sequential thinking methodology with adjustable computation levels.
/think light or /think l): 3-4 thoughts - Quick analysis/think medium or /think m): 5-6 thoughts - Standard reasoning/think deep or /think d): 7-8 thoughts - Thorough analysis/think ultra or /think u): 10+ thoughts - Maximum budget/think uses light mode (4 thoughts) for efficient problem-solvingUses the mcp__sequential-thinking__sequentialthinking tool to:
Memory Enhancement: This command automatically searches memory context using Memory MCP for relevant past experiences, solutions, and insights to enhance reasoning quality. See CLAUDE.md Memory Enhancement Protocol for details.
/think What's wrong with this code? # Light: 4 thoughts
/think medium How should I refactor this codebase? # Medium: 6 thoughts
/think deep What's the root cause of this issue? # Deep: 8 thoughts
/think ultra Plan architecture for 10M requests # Ultra: 12+ thoughts
# Short aliases
/think l Quick bug analysis
/think m Design pattern selection
/think d Performance optimization strategy
/think u Complex system architecture
totalThoughts parameter to control thinking depth:
totalThoughts: 4totalThoughts: 6totalThoughts: 8totalThoughts: 12