What problem does it solve?
This Skill provides a systematic methodology for tackling complex problems, ensuring thorough analysis, adaptive planning, and robust solutions. It prevents getting stuck, making premature decisions, or overlooking critical details by guiding the AI through structured thought sequences, revisions, and hypothesis testing.
Core Features & Use Cases
- Structured Problem Decomposition: Breaks down complex challenges into manageable, reflective thought sequences, dynamically adjusting the scope as understanding evolves.
- Adaptive Planning & Revision: Enables explicit revision of previous thoughts when new insights emerge and branching into alternative reasoning paths for comprehensive exploration.
- Hypothesis-Driven Investigation: Guides the generation and systematic verification of hypotheses, ideal for debugging, root cause analysis, and diagnostics.
- Use Case: When faced with a critical bug in a complex system, activate this skill to systematically analyze symptoms, generate multiple hypotheses (e.g., N+1 query, missing index), verify each one with data, and converge on the actual root cause, leading to a precise and effective fix.
Quick Start
I need to design a new API for user authentication. Guide me through the process using sequential thinking, starting with requirements.