UL

Enables deep, step-by-step reasoning for difficult problems requiring comprehensive planning and analysis.

Install

mkdir -p .claude/skills/ultrathink && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/479" && unzip -o skill.zip -d .claude/skills/ultrathink && rm skill.zip

Installs to .claude/skills/ultrathink

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Invoke deep sequential thinking for complex problem-solving. Use when the user says 'use ultrathink', 'ultrathink', or when tackling problems that require careful step-by-step reasoning, planning, hypothesis generation, or multi-step analysis.
243 chars✓ has a “when” trigger
Advanced

Key capabilities

  • Decompose complex problems into sequential steps
  • Generate and verify solution hypotheses
  • Revise previous thinking steps
  • Branch into alternative approaches
  • Maintain context across multi-step analysis

How it works

The skill invokes the Sequential Thinking MCP tool to externalize reasoning as a visible, revisable chain of thought steps that can be dynamically adjusted.

Inputs & outputs

You give it
Complex problem statement
You get back
Structured chain of reasoning and verified solution

When to use ultrathink

  • Solve complex architectural problems
  • Perform multi-step debugging
  • Generate hypotheses for edge case failures
  • Plan large-scale refactors

About this skill

Ultrathink

Ultrathink activates the Sequential Thinking MCP tool (mcp__plugin_sequential-thinking_sequential-thinking__sequentialthinking) to enable deep, structured reasoning through complex problems.

Note: Claude Code also treats the bare word "ultrathink" in a prompt as a native extended-thinking keyword that raises the model's internal thinking budget. This skill is complementary, not a replacement: it externalizes reasoning as a visible, revisable chain of sequentialthinking tool calls in the transcript, where internal thinking is not shown. Saying "ultrathink" can trigger both at once — that is expected.

Prerequisites

This skill drives the Sequential Thinking MCP tool, provided by the companion sequential-thinking plugin in this marketplace. The MCP server must be installed and enabled for the tool to exist — if it is unavailable, enable the sequential-thinking plugin first.

The exact tool id depends on how the server is installed:

  • Installed via this marketplace plugin (the normal case): Claude Code namespaces it as mcp__plugin_sequential-thinking_sequential-thinking__sequentialthinking (pattern: mcp__plugin_<plugin>_<server>__<tool>).
  • Configured directly as a user/project MCP server: it appears as mcp__sequential-thinking__sequentialthinking.

If unsure, use whichever …sequentialthinking tool is listed in your available tools.

Optional: to suppress the thought-box logging the server writes to stderr, set DISABLE_THOUGHT_LOGGING=true on the server — for a plugin install, add "env": {"DISABLE_THOUGHT_LOGGING": "true"} to the server entry in the plugin's .mcp.json.

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__plugin_sequential-thinking_sequential-thinking__sequentialthinking:
  thought: "Your current thinking step"
  nextThoughtNeeded: true/false
  thoughtNumber: 1
  totalThoughts: 5 (estimate, can adjust)

Parameters

ParameterTypeRequiredDescription
thoughtstringYesCurrent thinking step - analysis, revision, question, or realization
nextThoughtNeededbooleanYesTrue if more thinking needed, false when done
thoughtNumberintegerYesCurrent thought number in sequence (≥ 1)
totalThoughtsintegerYesEstimated total thoughts (≥ 1, can adjust up/down)
isRevisionbooleanNoWhether this revises previous thinking
revisesThoughtintegerNoWhich thought number is being reconsidered (≥ 1)
branchFromThoughtintegerNoBranching point thought number (≥ 1)
branchIdstringNoBranch identifier
needsMoreThoughtsbooleanNoSignal that more thoughts needed at "end"

Key Capabilities

  1. Dynamic adjustment: Revise total thought count as understanding evolves
  2. Revision support: Question or revise previous thoughts
  3. Branching: Explore alternative approaches from any point
  4. Hypothesis cycle: Generate hypothesis, verify, repeat until satisfied
  5. Non-linear thinking: Don't need to build linearly - can backtrack

Process Pattern

  1. Start with initial estimate of needed thoughts
  2. Break down the problem systematically
  3. Question or revise previous thoughts as needed
  4. Generate solution hypotheses when appropriate
  5. Verify hypotheses against the chain of thought
  6. Add more thoughts if needed, even at the "end"
  7. Express uncertainty when present
  8. Set nextThoughtNeeded: false only 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: true and revisesThought: N
  • Express uncertainty rather than guessing
  • Use branching for exploring alternatives
  • Only set nextThoughtNeeded: false when confident in solution

When not to use it

  • For simple, linear tasks
  • When the problem scope is fully clear and immediate

Prerequisites

sequential-thinking MCP plugin

Limitations

  • Requires MCP server installation
  • Requires manual thought estimation
  • Requires explicit completion signaling

How it compares

This approach externalizes the reasoning process into a revisable, structured chain of tool calls rather than relying solely on internal model thinking.

Compared to similar skills

ultrathink side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ultrathink (this skill)282moNo flagsAdvanced
idea-darwin02moNo flagsIntermediate
taixu-pipeline01moReviewAdvanced
fortune-router01moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

idea-darwin

diegosouzapw

Idea Darwin Engine workflow skill. Use this skill when the user needs Darwinian idea evolution engine \u2014 toss rough ideas onto an evolution island, let them compete, crossbreed, and mutate through structured rounds to surface your strongest concepts and the operator should preserve the upstream

00

taixu-pipeline

fainshare

太虚五转连招:osborn→hegel→bayes→feynman→debono 自动串联编排器。触发词: 一键五转, 跑五转, taixu-pipeline.

00

fortune-router

helloworld575

>-

00

nlm-skill

jacob-bd

Expert guide for the NotebookLM CLI (`nlm`) and MCP server - interfaces for Google NotebookLM. Use this skill when users want to interact with NotebookLM programmatically, including: creating/managing notebooks, adding sources (URLs, YouTube, text, Google Drive), generating content (podcasts, reports, quizzes, flashcards, mind maps, slides, infographics, videos, data tables), conducting research, chatting with sources, or automating NotebookLM workflows. Triggers on mentions of "nlm", "notebooklm", "notebook lm", "podcast generation", "audio overview", or any NotebookLM-related automation task.

895

session-logs

openclaw

Search and analyze your own session logs (older/parent conversations) using jq.

867

red-team-tools-and-methodology

davila7

This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate subdomains", or needs security researcher techniques and tool configurations from top bug bounty hunters.

759

Search skills

Search the agent skills registry