sequential-thinking

Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions with confidence scoring. Use for complex analysis, debugging, and multi-step reasoning.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sequential-thinking" with this command: npx skills add aiwithabidi/sequential-thinking

🧩 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?"

# Limit to 5 steps
python3 {baseDir}/scripts/sequential_think.py "Design a sustainable city for 1M people" --steps 5

# Enable self-verification
python3 {baseDir}/scripts/sequential_think.py "Is P=NP?" --verify

# Use a specific model
python3 {baseDir}/scripts/sequential_think.py "Explain quantum computing" --model anthropic/claude-sonnet-4

# JSON output
python3 {baseDir}/scripts/sequential_think.py "Compare React vs Vue" --json

# Verbose mode (show all intermediate reasoning)
python3 {baseDir}/scripts/sequential_think.py "Solve this logic puzzle..." --verbose

Flags

FlagDefaultDescription
--steps7Maximum number of reasoning steps
--verifyoffEnable self-verification pass
--modelanthropic/claude-sonnet-4Model to use
--jsonoffOutput structured JSON
--verboseoffShow full intermediate reasoning
--temperature0.3Temperature for reasoning (lower = more focused)

Output Format

🧩 Sequential Thinking: "Your question here"
══════════════════════════════════════════

Step 1/5: [Step Title]
  → [Reasoning and conclusion for this step]

Step 2/5: [Step Title]
  → [Reasoning and conclusion for this step]

...

✅ Verification: [Pass/Fail — consistency notes]

📋 Synthesis:
  [Final combined answer]

🎯 Confidence: 85% (High)

How It Works

  1. Decomposition prompt asks the model to identify the key sub-questions
  2. Step-solving prompts address each sub-question with context from prior steps
  3. Verification prompt (optional) checks for contradictions between steps
  4. Synthesis prompt combines all step conclusions into a coherent answer
  5. Confidence scoring based on step agreement, verification results, and hedging language

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated