Use the sequential thinking MCP server (@modelcontextprotocol/server-sequential-thinking) to break down complex problems into ordered, testable steps; use when the task requires careful multi-step reasoning, risk reduction, or dependency-sensitive refactors.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill mcp-sequential-thinking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mcp Sequential Thinking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-mcp-sequential-thinking)More formats (shields.io, HTML) on the badges page.
---
name: mcp-sequential-thinking
description: Use the sequential thinking MCP server (@modelcontextprotocol/server-sequential-thinking) to break down complex problems into ordered, testable steps; use when the task requires careful multi-step reasoning, risk reduction, or dependency-sensitive refactors.
---
# MCP Skill: Sequential Thinking
## Scope
Use the MCP server configured as `sequentialthinking` in `.vscode/mcp.json` to produce step-by-step reasoning artifacts for complex changes.
## Preconditions
- Ensure `.vscode/mcp.json` contains a server entry named `sequentialthinking`.
## Operating Rules
- Prefer short, ordered steps that can be validated locally.
- Call out unknowns explicitly and convert them into concrete discovery steps (search files, read AGENTS, inspect type errors).
- Keep the solution Occam-simple: avoid introducing new abstractions without a demonstrated need.
## When To Use
- Refactors crossing multiple modules (shell/workspace/capability/eventing/integration).
- Any change that might impact DDD boundaries or the append-before-publish contract.
- Debugging nondeterministic behavior (signals/streams, event ordering).
## Output Shape
- A numbered sequence of actions.
- Each action includes: target file(s), expected outcome, and how to verify (command or observation).
## Prompt Templates
- "Think sequentially about implementing <feature>. Identify risks (DDD boundaries, event causality, signals boundary) and produce a minimal step plan with verification per step."
- "Given this error/log: <paste>, produce an ordered debug plan with the smallest set of probes/changes."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!