mcp-sequential-thinking

MCP Skill: Sequential Thinking

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcp-sequential-thinking" with this command: npx skills add 7spade/black-tortoise/7spade-black-tortoise-mcp-sequential-thinking

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 . Identify risks (DDD boundaries, event causality, signals boundary) and produce a minimal step plan with verification per step."

  • "Given this error/log: , produce an ordered debug plan with the smallest set of probes/changes."

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

material-design-3

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-ddd

No summary provided by upstream source.

Repository SourceNeeds Review
General

webapp-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

angular-material-cdk-animations

No summary provided by upstream source.

Repository SourceNeeds Review