Claude Code supports extended thinking mode for deeper analysis. Trigger with these phrases:
| Phrase | Budget | Use When |
|---|---|---|
think |
Low | Quick analysis, simple decisions |
think hard |
Medium | Multiple options to evaluate |
think harder |
High | Complex problems, architectural decisions |
ultrathink |
Maximum | Critical decisions, security review |
"think about how to structure this feature"
"think hard about the trade-offs here"
"think harder about potential edge cases"
"ultrathink about the security implications"
think - Quick Analysisthink hard - Deeper Analysisthink harder - Comprehensive Evaluationultrathink - Maximum Depth1. "Read the authentication module"
2. "think harder about how to add OAuth support"
3. [Claude provides detailed analysis]
4. "Now implement it following the plan"
BAD: "ultrathink about this typo fix"
GOOD: "fix the typo in line 42"
BAD: "think" (with no context)
GOOD: "think about the best data structure for this use case"
BAD: Jumping straight to implementation
GOOD: "think hard about the approach, then implement"