sequential-thinking

Break down multi-variable decisions into ordered logical steps.

82|23|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Rune-kit/rune --skill sequential-thinking-rune-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sequential-thinking
Source: https://github.com/Rune-kit/rune/tree/main/skills/sequential-thinking
Command: npx skills add https://github.com/Rune-kit/rune --skill sequential-thinking-rune-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you make better decisions by systematically breaking down complex problems with interdependent variables, identifying biases, and tracking consequences.

Core Features & Use Cases

  • Multi-variable Analysis: Analyzes decisions with more than three interacting factors.
  • Dependency Mapping: Visualizes how variables influence each other.
  • Bias Detection: Identifies and mitigates common cognitive biases like anchoring and status quo.
  • Second-Order Effect Tracking: Predicts the ripple effects of your decisions.
  • Use Case: Deciding on a new software architecture involves many trade-offs (cost, performance, maintainability, team skills). This Skill helps you evaluate each factor in order, understand how choices impact others, and avoid costly mistakes.

Quick Start

Use the sequential-thinking skill to analyze the decision of whether to adopt a new cloud provider, considering cost, performance, and team expertise.

Frequently Asked Questions about sequential-thinking

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

FAQPage Schema
How do I handle multi-variable decision making for complex software architecture?

Multi-variable decision making for software architecture requires systematically breaking down interdependent factors into ordered logical steps. This approach maps variable dependencies, detects cognitive biases, and tracks second-order ripple effects to evaluate trade-offs sequentially.

What is the best way to map dependencies for decisions with more than three interacting variables?

Mapping dependencies for decisions with multiple interacting variables involves reading, globbing, and greping data to identify how factors influence each other. This identifies variable relationships before evaluating them sequentially to ensure the reasoning order significantly impacts the outcome.

How do I detect cognitive bias when evaluating complex technical trade-offs?

Detecting cognitive bias during technical trade-off evaluation involves systematically checking for anchoring and status quo biases during the sequential reasoning process. This ensures multi-variable decisions are analyzed objectively rather than relying on initial reference points.

Can I use sequential reasoning to track second-order effects in cloud provider adoption?

Sequential reasoning tracks second-order effects in cloud provider adoption by predicting the ripple effects of decisions across cost, performance, and team expertise. It breaks down these interdependent choices into ordered logical steps to avoid costly migration mistakes.

When should I use step-by-step reasoning for complex problem analysis?

You should use step-by-step reasoning for complex problem analysis when facing situations with more than three interacting variables where the order of reasoning significantly impacts the outcome. This approach classifies reversibility and maps dependencies before evaluating decisions.