sequential-thinking

Coordinates step-by-step reasoning tasks with branching and revision options via thought-numbered inputs and outputs.

Updated May 17, 2026
One-click install
npx skills add https://github.com/ohdaveed/director-hearing-manager --skill sequential-thinking-ohdaveed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sequential-thinking
Source: https://github.com/ohdaveed/director-hearing-manager/tree/main/.agents/skills/sequential-thinking
Command: npx skills add https://github.com/ohdaveed/director-hearing-manager --skill sequential-thinking-ohdaveed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you break down complex, unclear problems into a structured sequence of reasoning steps that can be revised and branched when new information changes the best path.

Core Features & Use Cases

  • Iterative reasoning with revision: revisit earlier conclusions when assumptions are wrong.
  • Dynamic scope management: adjust the estimated number of reasoning steps as understanding evolves.
  • Branch exploration: pursue alternative reasoning paths from any step without losing context.
  • Use cases: multi-stage analysis, design planning with trade-offs, debugging with course correction, and architecture decisions under uncertainty.

Quick Start

Ask the AI to think through your problem step-by-step using sequential thinking and revise or branch when new insights appear.

Frequently Asked Questions about sequential-thinking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down complex problems into step-by-step reasoning for debugging?

Sequential reasoning decomposes debugging into structured steps, allowing you to revise earlier conclusions and branch into alternative paths when new information emerges during problem decomposition.

What is the best way to plan software architecture under uncertainty?

The best way to plan architecture under uncertainty is iterative reasoning with dynamic scope management, which adjusts the estimated number of reasoning steps as your understanding of the trade-offs evolves.

Can I explore alternative reasoning paths without losing context during analysis?

Yes, you can explore alternative reasoning paths without losing context by using branch exploration, which pursues different analytical routes from any step while preserving the original reasoning sequence.

When do I need problem decomposition with revision for multi-stage analysis?

You need problem decomposition with revision for multi-stage analysis when initial assumptions might be wrong, requiring you to revisit earlier conclusions and adjust your approach as the scope becomes clearer.

Does this step-by-step reasoning tool require any specific dependencies?

No, this step-by-step reasoning tool requires no external dependencies, functioning as a standalone MCP tool interface that accepts thought parameters to manage reasoning sequences.