Think
thinkBreak down complex problems into manageable steps with structured reasoning, enabling planning with revisions, analysis with course correction, and confidence tracking for multi-step challenges.
Instructions
Add a thought to the reasoning chain.
Use for:
Complex multi-step problems
Planning with room for revision
Analysis that might need course correction
Features:
subSteps: Micro-action plan (max 5)
alternatives: Quick options comparison
quickExtension: Inline critique/elaboration (replaces extend_thought tool)
Returns progress bar, confidence, and next action hint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thought | Yes | Your thinking step | |
| nextThoughtNeeded | Yes | More thinking needed? | |
| thoughtNumber | Yes | Current number | |
| totalThoughts | Yes | Estimated total | |
| confidence | No | Confidence 1-10 | |
| subSteps | No | Micro-actions (max 5) | |
| alternatives | No | Options to compare | |
| goal | No | Session goal (set on first thought) | |
| quickExtension | No | Inline extension (replaces extend_thought) | |
| isRevision | No | Revising previous thought? | |
| revisesThought | No | Which thought to revise | |
| branchFromThought | No | Branch point | |
| branchId | No | Branch identifier | |
| showTree | No | Show ASCII tree |