·sequential-think
{}

sequential-think

dianel555/dskills

Multi-step reasoning engine for complex analysis and systematic problem solving. Use when: (1) Complex debugging scenarios with multiple layers, (2) Architectural analysis and system design, (3) Problems requiring hypothesis testing and validation, (4) Multi-component failure investigation, (5) Performance bottleneck identification. Triggers: "--think", "--think-hard", "--ultrathink", "analyze step by step", "break down this problem", "systematic analysis". IMPORTANT: Do NOT use for simple single-step tasks.

7Installs·0Trend·@dianel555

Installation

$npx skills add https://github.com/dianel555/dskills --skill sequential-think

SKILL.md

Structured iterative thinking for complex problem-solving. Standalone CLI only (no MCP dependency).

| Complex debugging (3+ layers) | ✅ Yes | | Architectural analysis | ✅ Yes | | Multi-component investigation | ✅ Yes | | Performance bottleneck analysis | ✅ Yes | | Root cause analysis | ✅ Yes | | Simple explanation | ❌ No | | Single-file change | ❌ No | | Straightforward fix | ❌ No |

| thought | string | Yes | Current thinking step content | | thoughtNumber | int | Yes | Current position in sequence (1-based) | | totalThoughts | int | Yes | Estimated total thoughts needed | | nextThoughtNeeded | bool | No | Whether more thinking needed (default: true) | | isRevision | bool | No | Whether this revises previous thinking |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dianel555/dskills --skill sequential-think
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is sequential-think?

Multi-step reasoning engine for complex analysis and systematic problem solving. Use when: (1) Complex debugging scenarios with multiple layers, (2) Architectural analysis and system design, (3) Problems requiring hypothesis testing and validation, (4) Multi-component failure investigation, (5) Performance bottleneck identification. Triggers: "--think", "--think-hard", "--ultrathink", "analyze step by step", "break down this problem", "systematic analysis". IMPORTANT: Do NOT use for simple single-step tasks. Source: dianel555/dskills.

How do I install sequential-think?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dianel555/dskills --skill sequential-think Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dianel555/dskills

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-01