ultrathink
Ultrathink
Ultrathink activates the Sequential Thinking MCP tool (mcp__sequential_thinking__sequentialthinking) to enable deep, structured reasoning through complex problems.
When to Use
Invoke ultrathink when:
- User explicitly requests it ("use ultrathink", "ultrathink this")
- Complex problems requiring step-by-step decomposition
- Planning and design with room for revision
- Analysis that might need course correction
- Problems where full scope isn't initially clear
- Multi-step solutions requiring maintained context
- Situations requiring hypothesis generation and verification
How to Use
Call the sequential thinking tool with structured thoughts:
mcp__sequential_thinking__sequentialthinking:
thought: "Your current thinking step"
nextThoughtNeeded: true/false
thoughtNumber: 1
totalThoughts: 5 (estimate, can adjust)
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
thought |
string | Yes | Current thinking step - analysis, revision, question, or realization |
nextThoughtNeeded |
boolean | Yes | True if more thinking needed, false when done |
thoughtNumber |
integer | Yes | Current thought number in sequence |
totalThoughts |
integer | Yes | Estimated total thoughts (can adjust up/down) |
isRevision |
boolean | No | Whether this revises previous thinking |
revisesThought |
integer | No | Which thought number is being reconsidered |
branchFromThought |
integer | No | Branching point thought number |
branchId |
string | No | Branch identifier |
needsMoreThoughts |
boolean | No | Signal that more thoughts needed at "end" |
Key Capabilities
- Dynamic adjustment: Revise total thought count as understanding evolves
- Revision support: Question or revise previous thoughts
- Branching: Explore alternative approaches from any point
- Hypothesis cycle: Generate hypothesis, verify, repeat until satisfied
- Non-linear thinking: Don't need to build linearly - can backtrack
Process Pattern
- Start with initial estimate of needed thoughts
- Break down the problem systematically
- Question or revise previous thoughts as needed
- Generate solution hypotheses when appropriate
- Verify hypotheses against the chain of thought
- Add more thoughts if needed, even at the "end"
- Express uncertainty when present
- Set
nextThoughtNeeded: falseonly when truly done
Example
Thought 1: "Let me analyze this authentication bug. The user reports login failures after password reset..."
Thought 2: "Looking at the code flow: reset generates token -> user clicks link -> new password set. The issue might be..."
Thought 3: "Hypothesis: The session isn't being invalidated after password change. Let me verify..."
Thought 4 (revision): "Actually, reconsidering thought 2 - the token expiry might be the issue, not session..."
Thought 5: "Verified: Token expiry is set to 1 hour but email delivery can take longer. Solution: extend to 24 hours."
Best Practices
- Start with reasonable thought estimate (3-7 for most problems)
- Don't hesitate to revise or add thoughts
- Mark revisions with
isRevision: trueandrevisesThought: N - Express uncertainty rather than guessing
- Use branching for exploring alternatives
- Only set
nextThoughtNeeded: falsewhen confident in solution
More from dashed/claude-marketplace
playwright
Browser automation with Playwright for Python. Use when testing websites, taking screenshots, filling forms, scraping web content, or automating browser interactions. Triggers on browser, web testing, screenshots, selenium, puppeteer, or playwright.
22tmux
Remote control tmux sessions for interactive CLIs (python, gdb, git add -p, etc.) by sending keystrokes and scraping pane output. Use when debugging applications, running interactive REPLs (Python, gdb, ipdb, psql, mysql, node), automating terminal workflows, interactive git commands (git add -p, git stash -p, git rebase -i), or when user mentions tmux, debugging, or interactive shells.
11ai-friendly-cli
Build and refactor CLIs for AI agent compatibility. Use when making command-line interfaces machine-readable, adding structured JSON output, hardening inputs against hallucinations, implementing safety rails like dry-run flags, adding schema introspection, or designing multi-surface architectures (CLI + MCP).
3zellij
Terminal workspace and multiplexer for interactive CLI sessions. Use when managing terminal sessions, running interactive REPLs, debugging applications, automating terminal workflows, or when user mentions zellij, terminal multiplexer, floating panes, or session layouts. Simpler alternative to tmux with native session management.
2chrome-cdp
Interact with local Chrome browser session via Chrome DevTools Protocol. Use when asked to inspect, debug, or interact with a page open in Chrome, take screenshots of browser tabs, read accessibility trees, evaluate JavaScript, click elements, navigate pages, or automate browser interactions in a live Chrome session.
2jj
Jujutsu (jj) version control system - a Git-compatible VCS with novel features. Use when working with jj repositories, managing stacked/dependent commits, needing automatic rebasing with first-class conflict handling, using revsets to select commits, or wanting enhanced Git workflows. Triggers on mentions of 'jj', 'jujutsu', change IDs, operation log, or jj-specific commands.
1