Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

recursive-thinking递归思维

Agent Skill

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

总安装

353

周安装

15

GitHub Stars

3

下载量

124
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/n-n-code/n-n-code-skills --skill recursive-thinking

简介

recursive-thinking 用于处理 GitHub 仓库、Issue、Pull Request 等协作信息,辅助代码变更梳理。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态或协作事项进行整理时使用。
  • 通过 GitHub 安装,结合来源仓库和 README 可进一步核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Recursive Thinking

Deliberate self-questioning to stress-test a recommendation, plan, diagnosis, or critique before acting. Not for simple lookups or low-ambiguity tasks.

Adjacent workflow modes: divergent generation → thinking (convergent planning) → recursive-thinking (adversarial stress-testing) → dream-thinking (retrospective learning).

A good pass should: sharpen the problem framing, expose a hidden assumption, identify a material risk, improve the decision path, or change the recommendation. If the recursion is not changing the work, compress or stop.

Use this after thinking when a candidate plan, diagnosis, or recommendation exists and confidence needs to be challenged. If there is no candidate object to stress-test yet, use thinking first.

Typical chaining:

  • use thinking to converge on a plan
  • use recursive-thinking to challenge that plan when risk or ambiguity is high
  • use dream-thinking after execution, conflict, or reflection-worthy experience

Understanding n

n controls breadth (number of top-level questions), not depth (levels of follow-up). Depth is governed by insight yield.

Do not treat n as recursion depth or expand every branch to n levels. This is selective iterative deepening: generate breadth, then deepen only the highest-yield branches. Default to n=4 or n=5 unless the user asks otherwise. Higher n should widen coverage, not justify exhaustive expansion.

Core heuristic

  • generate up to n first-order questions covering meaningfully different angles
  • answer each directly, grounded in observed facts where possible
  • expand only the highest-yield branches (usually 1-3 unless asked for more)
  • each expanded branch needs at least 2 levels of follow-up probes
  • synthesize what changed and what should happen next

Grounding rules

Mark each important claim as observed, inferred, or unknown.

Light grounding (default for design, strategy, writing):

  • tag claims, name unstated assumptions, say what would verify or falsify

Heavy grounding (for diagnosis and review):

  • observed must cite a source: observed (file: path:line), observed (git: hash), observed (test output: result)
  • inferred must note derivation: inferred (from: observed X + assumption Y)
  • unknown must note what would resolve it

Workflow

  1. Identify the object of analysis and define the success target (diagnosis, design, review, strategy, red-team, learning, decision, writing).
  2. Determine n. Use the user's value, or ask, or pick a small default.
  3. Generate up to n first-order questions. At least 2 must be adversarial — arguing against the obvious answer. Cover different angles: objective, constraints, evidence, alternatives, failure modes, incentives, interfaces, reversibility, verification.
  4. Honesty check. Which question am I most uncomfortable answering? If it is not on the list, add it and drop the weakest.
  5. Score and answer. Prefer branches that expose hidden assumptions, reduce uncertainty, change the plan, or eliminate bad options. Answer concretely.
  6. Recurse selectively. Deepen with but why, but how, but what evidence, but what fails, but what trade-off, or but what would change my mind — whichever probe is sharpest. Do not force follow-ups on exhausted branches.
  7. Apply stopping tests. Stop a branch when all three are true:

- Delta: no longer changes the recommendation or next action - Novelty: introduces no new constraint, risk, or option - Evidence: does not move any claim between unknown → inferred → observed

  1. Synthesize. For each expanded branch, state what changed. Then give a final synthesis: strongest insights, key unknowns, confidence level, contradictions (named, not smoothed over), recommended next action, and what not to do yet.

Question design

  • Questions must be materially different, not rephrasings
  • Replace weak questions instead of preserving the count mechanically
  • Good branches change framing, confidence, risk, or validation; weak branches repeat known points

Task-mode presets

  • diagnosis: behavior, symptoms, reproduction, causal chain, observability, rollback, edge cases. Heavy grounding.
  • design: objective, constraints, interfaces, alternatives, failure modes, reversibility, verification
  • review: correctness, regression risk, hidden assumptions, missing tests, maintainability, safety. Heavy grounding.
  • strategy: incentives, trade-offs, evidence, alternatives, downstream effects, decision thresholds
  • writing: audience, claim strength, structure, evidence, ambiguity, consequences, tone
  • red-team: strongest counter-argument, adversarial exploitation, weakest link, worst case, what are we refusing to consider
  • learning: what do I not understand, where does my mental model break, what would a worked example show
  • decision: options with trade-offs, uncertainty, reversibility, regret minimization, decision thresholds

Output shape

  • n ≤ 5: Compact. Light grounding unless diagnosis/review.
  • n > 5: Start with a tl;dr (3-5 lines). Expand only highest-yield branches; one-line answers for the rest.

Structure: tl;dr → n/object/target → questions with short answers → expanded branches → final synthesis.

Each expanded branch: question → short answer → deeper probe → deeper answer → (continue until stopping tests trigger) → branch synthesis.

Anti-patterns

Mechanical: generating all n×n×n nodes; abstract philosophy disconnected from the task; repeating the same concern reworded; using recursion to sound deep instead of changing the work.

Epistemic: confirmation deepening (probing to reinforce rather than challenge — guard with adversarial questions); authority laundering (marking inferences as observed — guard with heavy grounding); question gerrymandering (avoiding questions that expose uncertainty — guard with honesty check); synthesis whitewashing (smoothing over contradictions — guard by naming them explicitly).

Examples

  • Use recursive thinking with n=5 on whether this refactor should happen before or after the API change.
  • Red-team this deployment plan with n=5 — what would go wrong?
  • Do recursive why/how thinking on this bug report, focus on diagnosis.
  • Poor fit: Use recursive thinking with n=10 to answer a simple factual question.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.36%
按下载量换算46

Claude

29.47%
按下载量换算37

Cursor

18.26%
按下载量换算23

Gemini CLI

8.7%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills