sequential-thinking
Installation
SKILL.md
π§© Sequential Thinking
Structured reasoning through sequential thinking. Break complex problems into logical steps, solve each independently, verify consistency, and synthesize a final answer with a confidence score.
Why Sequential Thinking?
LLMs often rush to conclusions. This skill forces step-by-step decomposition:
- Decompose β Break the problem into discrete steps
- Solve β Address each step independently
- Verify β Check consistency between steps
- Synthesize β Combine into a final answer with confidence
Usage
# Basic sequential reasoning
python3 {baseDir}/scripts/sequential_think.py "What would happen to Earth's climate if the Moon disappeared?"