Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

sequential-thinking顺序思维

Agent Skill

sequential-thinking 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

190

周安装

8

GitHub Stars

公开资料未说明

下载量

67
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sequential-thinking(顺序思维)
来源仓库:https://github.com/irahardianto/monarch
仓库路径:skills/sequential-thinking
安装命令:
npx skills add https://github.com/irahardianto/monarch --skill sequential-thinking
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/irahardianto/monarch --skill sequential-thinking

简介

sequential-thinking 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Sequential Thinking

A structured approach to complex problem-solving that breaks down challenges into iterative thought steps with built-in flexibility for revision and course correction.

When to Use This Skill

  • Breaking down complex problems into manageable steps
  • Planning and design requiring iterative refinement
  • Analysis that might need course correction mid-stream
  • Problems where the full scope emerges during analysis
  • Multi-step solutions requiring context across steps
  • Filtering out irrelevant information
  • Hypothesis generation and verification workflows

Core Methodology

Sequential thinking follows a dynamic process:

  1. Initial estimation: Start with an estimate of thoughts needed, but remain flexible
  2. Iterative analysis: Work through thoughts sequentially while building context
  3. Revision capability: Question or revise previous thoughts as understanding deepens
  4. Branch exploration: Explore alternative approaches when needed
  5. Hypothesis cycle: Generate hypotheses, verify against thought chain, repeat
  6. Convergence: Continue until reaching a satisfactory solution

Instructions

Thought Structure

Each thought in the sequence should include:

  • thought: Current thinking step content
  • thoughtNumber: Position in sequence (1, 2, 3,...)
  • totalThoughts: Current estimate of total thoughts needed (adjustable)
  • nextThoughtNeeded: Whether another thought step is required

Optional revision/branching metadata:

  • isRevision: Boolean indicating if reconsidering previous thinking
  • revisesThought: Which thought number is being revised
  • branchFromThought: Branching point thought number
  • branchId: Identifier for current branch
  • needsMoreThoughts: Flag when reaching end but requiring more analysis

Process Guidelines

Starting out:

  • Estimate initial thoughts needed based on problem complexity
  • Begin with thought 1, establishing context and approach
  • Set totalThoughts conservatively; you can adjust later

During analysis:

  • Build on previous thoughts while maintaining context
  • Filter out irrelevant information at each step
  • Express uncertainty when present
  • Don't hesitate to revise if you spot errors or better approaches
  • Adjust totalThoughts up/down as the problem's scope becomes clearer

Revision pattern: When reconsidering previous thinking:

{
  "thought": "On reflection, thought 3's assumption about X was incorrect because Y...",
  "thoughtNumber": 6,
  "totalThoughts": 10,
  "isRevision": True,
  "revisesThought": 3,
  "nextThoughtNeeded": True
}

Hypothesis cycle:

  1. Generate hypothesis based on current understanding
  2. Verify against previous thought chain
  3. If verification fails, revise or branch
  4. Repeat until hypothesis is validated

Completion:

  • Only set nextThoughtNeeded: False when truly satisfied with the solution
  • Provide a single, clear final answer
  • Ensure the answer directly addresses the original problem

Working with Context

Maintain continuity:

  • Reference specific previous thoughts by number
  • Build logical connections between thoughts
  • Track which thoughts are still valid vs. revised

Filter information:

  • Ignore details irrelevant to current thought step
  • Focus on information that advances understanding
  • Re-evaluate relevance as context evolves

Manage complexity:

  • If a thought becomes too complex, break it into multiple thoughts
  • Increase totalThoughts estimate accordingly
  • Keep each individual thought focused

Output Format

Present your sequential thinking in a structured format:

Thought [N/Total]: [Current thought content]
[If revision: "This revises thought X because..."]
[If branching: "Branching from thought X to explore..."]

[Continue with next thought when nextThoughtNeeded is True]

Final output after all thoughts complete:
Solution: [Clear, direct answer to the original problem]

Examples

For concrete examples of sequential thinking in action, see resources/examples.md.

Key Principles

  • Flexibility over rigidity: Adjust your approach as understanding deepens
  • Revision is strength: Correcting course shows good reasoning
  • Hypothesis-driven: Generate and test hypotheses iteratively
  • Context-aware: Maintain awareness of previous thoughts while progressing
  • Clarity at completion: Deliver a single, clear final answer

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.22%
按下载量换算21

Claude

30.99%
按下载量换算21

Cursor

19.73%
按下载量换算13

Gemini CLI

9.76%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills