sequential-thinking
Installation
SKILL.md
Sequential Thinking
A tool for dynamic, reflective problem-solving through a chain of numbered thoughts. Full parity with the Sequential Thinking MCP server — same parameters, same state management, same behavioral contract.
How to Use This Skill
When this skill is activated, use scripts/think.ts as your primary reasoning mechanism. Do not reason in prose — reason through the script. Every step of your analysis should be a thought submitted via the script, making your reasoning chain explicit and trackable.
Workflow
- Reset state at the start of every new thinking session
- Loop: Submit thoughts one at a time via the script, incrementing
thoughtNumbereach time - Adapt: Revise earlier thoughts, branch into alternatives, or extend depth as needed
- Terminate: Set
nextThoughtNeeded falseonly when you have a confident final answer - Respond: After the final thought, provide the answer to the user
Each thought should be a single Bash tool call. Think in the thought, not outside it.