skillfed

sequential-thinking

Sequential Thinking guides you through complex problem-solving using manageable thought sequences that adjust dynamically as understanding evolves. Build solutions step-by-step, explicitly mark revisions when insights change earlier reasoning, and branch to explore alternatives before converging on a verified approach.

Sequential Thinking applies structured, reflective thought sequences to decompose and solve complex problems with dynamic adjustment.

AI-generated summary based on this skill's SKILL.md

7 1 MIT updated by duc01226

Install

duc01226/EasyPlatform/sequential-thinking · repository language: C#

git clone https://github.com/duc01226/EasyPlatform
cp -r EasyPlatform/.agents/skills/sequential-thinking ~/.claude/skills/sequential-thinking
npx skillfed install duc01226/EasyPlatform/sequential-thinking

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I break down complex problems using Sequential Thinking?

Sequential Thinking guides you through complex problem-solving by decomposing tasks into manageable thought sequences. Start by identifying the core problem, then work through it step-by-step, explicitly marking each stage of your reasoning. As you progress, the skill helps you track dependencies between steps and adjust your approach dynamically when new insights emerge, ensuring nothing gets lost in the analysis.

What does multi-step analysis and revision mean in Sequential Thinking?

Sequential Thinking supports multi-step analysis by letting you build solutions incrementally while remaining open to revision. When you discover that earlier reasoning needs adjustment, you explicitly mark those revisions rather than silently restarting. This branching capability lets you explore alternative approaches before converging on a verified solution, keeping your thought process transparent and auditable throughout.

How does Sequential Thinking help with hypothesis testing and verification?

Sequential Thinking embeds verification into your workflow by encouraging iterative hypothesis testing. After proposing an approach, you test it against your problem constraints, gather evidence, and refine your hypothesis based on results. This cycle repeats until you reach sufficient confidence in your solution. The skill balances explicit reasoning visibility—so you see each test and refinement—with efficient methodology, avoiding unnecessary overhead.

Can Sequential Thinking manage uncertainty in problem solving?

Yes. Sequential Thinking handles uncertainty by supporting dynamic scope adjustment and branching exploration. When you encounter ambiguity or multiple viable paths, you can branch to test alternatives in parallel before committing to one direction. The skill also helps you track confidence levels at each decision point, enabling you to identify where uncertainty remains highest and focus verification efforts accordingly.

How does thought tracking work in Sequential Thinking?

Sequential Thinking maintains transparent thought tracking by recording your reasoning sequence, revisions, and branch points as you work. This creates an auditable record of how you arrived at your conclusion, which is especially valuable for debugging complex work or explaining your logic to others. You can reference earlier steps, see where you changed course, and understand the dependencies that shaped your final approach.

What makes Sequential Thinking different from just thinking step-by-step?

Sequential Thinking goes beyond linear step-by-step reasoning by adding dynamic revision, branching exploration, and explicit verification cycles. While traditional step-by-step thinking follows a fixed path, Sequential Thinking lets you adjust course as understanding evolves, test multiple alternatives, and mark confidence levels. This structured yet adaptive framework transforms problem-solving into a transparent, iterative process where reasoning remains visible and verifiable.

SKILL.md

rendered from the published skill — quoted content, verbatim

> Codex compatibility note: > > - Invoke repository skills with $skill-name in Codex; this mirrored copy rewrites legacy Claude /skill-name references. > - Task tracker mandate: BEFORE executing any workflow or skill step, create/update task tracking for all steps and keep it synchronized as progress changes. > - User-question prompts mean to ask the user directly in Codex. > - Ignore Claude-specific mode-switch instructions when they appear. > - Strict execution contract: when a user explicitly invokes a skill, execute that skill protocol as written. > - Subagent authorization: when a skill is user-invoked or AI-detected and its protocol requires subagents, that skill activation authorizes use of the required spawn_agent subagent(s) for that task. > - Do not skip, reorder, or merge protocol steps unless the user explicitly approves the deviation first. > - For workflow skills, execute each listed child-skill step explicitly and report step-by-step

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 15 files
.agents/skills/sequential-thinking/.env.example
.agents/skills/sequential-thinking/.gitignore
.agents/skills/sequential-thinking/README.md
.agents/skills/sequential-thinking/SKILL.md
.agents/skills/sequential-thinking/package.json
.agents/skills/sequential-thinking/references/advanced-strategies.md
.agents/skills/sequential-thinking/references/advanced-techniques.md
.agents/skills/sequential-thinking/references/core-patterns.md
.agents/skills/sequential-thinking/references/examples-api.md
.agents/skills/sequential-thinking/references/examples-architecture.md
.agents/skills/sequential-thinking/references/examples-debug.md
.agents/skills/sequential-thinking/scripts/format-thought.js
.agents/skills/sequential-thinking/scripts/process-thought.js
.agents/skills/sequential-thinking/tests/format-thought.test.js
.agents/skills/sequential-thinking/tests/process-thought.test.js

Related skills

Tags

problem-decomposition iterative-refinement hypothesis-driven adaptive-scope confidence-tracking revision-management alternative-exploration verification-loop uncertainty-handling reflective-reasoning