sequential-thinking

Structure complex problem-solving into sequential, reflective thought steps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hanthienduc/myprotocol-stack --skill sequential-thinking-hanthienduc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sequential-thinking
Source: https://github.com/hanthienduc/myprotocol-stack/tree/main/.claude/skills/sequential-thinking
Command: npx skills add https://github.com/hanthienduc/myprotocol-stack --skill sequential-thinking-hanthienduc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Tackling complex problems often leads to disorganized thinking, missed details, and inefficient solutions. This skill provides a systematic, reflective methodology to break down intricate challenges, adapt to new information, and verify solutions, ensuring thorough and effective problem-solving.

Core Features & Use Cases

  • Structured Thought Sequences: Guides through a multi-step process, building on previous context, addressing one aspect per thought, and explicitly stating assumptions and uncertainties.
  • Dynamic Adjustment & Revision: Enables expanding or contracting the thought process, revising previous thoughts when new insights emerge, and branching into alternative reasoning paths for comprehensive exploration.
  • Hypothesis-Driven Investigation: Facilitates generating, testing, and refining hypotheses, crucial for debugging, root cause analysis, and validating proposed solutions.
  • Use Case: You're debugging a performance issue in an API endpoint. Instead of guessing, you use this skill to systematically analyze the endpoint logic, profile execution, generate hypotheses (e.g., N+1 query, missing index), verify them with data, and arrive at the precise root cause and solution.

Quick Start

I need to design a new API for user authentication. Start with an initial assessment of the requirements.