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:

  1. Decompose β€” Break the problem into discrete steps
  2. Solve β€” Address each step independently
  3. Verify β€” Check consistency between steps
  4. 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?"
Installs
1
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 10, 2026
sequential-thinking β€” openclaw/skills