sequential-thinking
SKILL.md
Sequential Thinking
Break down complex work into ordered steps, revise when needed, and produce one clear answer. Use for multi-step tasks, planning, and problems where scope or approach may change.
When to Use
- Complex or multi-step tasks
- Planning and design with room for revision
- Analysis that might need course correction
- Problems where the full scope is unclear at the start
- Tasks that need context carried across steps
- When irrelevant information must be filtered out
- When the user asks for step-by-step reasoning
Behavior Without the MCP Tool
- Break the task into ordered steps.
- State one step at a time; build on the previous step.
- Revise earlier steps when you discover they are wrong or incomplete.
- Branch or backtrack when exploring alternatives.
- Generate a solution hypothesis when appropriate; verify it against the steps.
- Repeat until satisfied, then give a single, clear final answer.
Principles: Start with an estimate of how many steps you need and adjust as you go. Express uncertainty. Ignore information that is irrelevant to the current step.
Using the Sequential Thinking MCP Tool
When the sequentialthinking MCP tool is enabled (e.g. user-sequential-thinking server), prefer calling it for hard problems so thoughts are tracked and revisable.
- Required every call:
thought(current step),thoughtNumber,totalThoughts,nextThoughtNeeded. - Start with an initial estimate of
totalThoughts; increase or decrease as you progress. - Set
nextThoughtNeeded: trueuntil you are done; setnextThoughtNeeded: falseonly when you have a satisfactory final answer. - Revisions: Set
isRevision: trueandrevisesThoughtto the thought number you are reconsidering. - Branches: Use
branchFromThought(thought number) andbranchId(e.g. "alt-1") when exploring a different path. - More thoughts later: Set
needsMoreThoughts: truewhen you reach what seemed like the end but realize you need more steps.
Use the tool to generate a hypothesis, verify it against the chain of thought, and repeat until satisfied before returning one correct answer.
Principles (With or Without Tool)
- Start with an estimate of steps; adjust freely.
- Revise or add steps at any time.
- Express uncertainty when present.
- Ignore irrelevant information for the current step.
- Hypothesize and verify when useful.
- End with a single, clear answer when satisfied.
Weekly Installs
1
Repository
antoinebou12/uml-mcpGitHub Stars
72
First Seen
9 days ago
Security Audits
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1