Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

double-loop-learning双循环学习

Agent Skill

double-loop-learning 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

公开资料未说明

下载量

91
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/willregelmann/critical-thinking-skills --skill double-loop-learning

简介

双循环学习反思框架,用于质疑决策背后的假设和价值观。

  • 适用于需要深度复盘和改进工作方法的 Codex、Claude、Cursor、Gemini CLI 环境。
  • 包含识别输入、 interrogative pass、对比深化、评估构建四步骤。
  • 帮助暴露隐藏假设,建立替代方案和修正实践的知识地图。
  • 适合周期性任务总结和错误纠正场景。

SKILL.md

Double-Loop Learning Review

Surface the hidden assumptions behind decisions, then assess whether they still hold. Single-loop learning fixes errors; double-loop questions the goals, values, and mental models that produced them.

Quick Reference

StepJobOutput
1Identify input and modePre-decision (artifact) or periodic review (patterns)
2Interrogative passDraft list of falsifiable assumptions
3Contrastive deepeningSketches of alternatives -> additional assumptions missed
4Assess and build mapAssumption map + prose summary

Process

1. Identify the Input

Determine the mode:

  • Pre-decision — User provides an artifact (design, spec, architecture, code). Surface what it assumes.
  • Periodic review — User points to a collection of past decisions, review results, a codebase, or asks to reflect on patterns. Surface recurring assumptions.

Read everything provided. If the input is insufficient to run the interrogative pass (e.g., no artifact, codebase, or decision history), ask the user to provide or point to the specific material to review.

2. Interrogative Pass

Work through probing questions adapted to the mode.

Pre-decision (artifact-focused):

  • What is this optimizing for? What's being traded away?
  • What constraints are treated as fixed? Which are actually choices?
  • What does this assume won't change?
  • What failure modes does this implicitly accept as unlikely?
  • Who/what does this assume will behave a certain way?

Periodic review (pattern-focused):

  • What kinds of problems keep recurring? What do they have in common?
  • What approaches have been consistently chosen? What's been consistently avoided?
  • What would someone new to this project find surprising or arbitrary?
  • Which past decisions are still shaping current choices? Are they still valid?

State each assumption as a falsifiable belief (e.g., "Users will always authenticate via OAuth" not "authentication stuff"). If you can't imagine it being false, it's not specific enough. Note where in the input each assumption appears — this becomes the Source column in the map.

3. Contrastive Deepening

For each major assumption, briefly sketch what the design or decision would look like if that assumption were *false*. If inverting an assumption reveals a radically different design, there's a deeper assumption the interrogative pass didn't surface. Add it to the list.

Pre-decision: Invert the assumption and sketch the alternative design. Periodic review: Invert the assumption and consider what the pattern of decisions would have been if it had been questioned earlier.

This step can be abbreviated for simple inputs but should not be skipped — it routinely finds 2-3 assumptions the questions miss.

4. Assess and Build the Map

For each surfaced assumption, assess:

  • Still Valid — Evidence supports it, no action needed
  • Questionable — Uncertain or eroding. Pair with an experiment to test it.
  • Invalidated — Evidence contradicts it. Recommend a specific change.

Present the assumption map:

| # | Assumption | Source | Assessment | Action |
|---|-----------|--------|------------|--------|
| 1 | [falsifiable belief] | [where it shows up] | Still Valid | — |
| 2 | [falsifiable belief] | [where it shows up] | Questionable | [experiment to test] |
| 3 | [falsifiable belief] | [where it shows up] | Invalidated | [recommended change] |

Follow with a prose summary: count by assessment, highest-risk assumptions, and what would change if the Questionable/Invalidated ones were addressed.

Common Mistakes

  • Listing facts instead of assumptions. "The system uses PostgreSQL" is a fact. "PostgreSQL will handle our scale requirements" is an assumption.
  • Assumptions too vague to assess. "We assume the architecture is good" is unfalsifiable. "Current service boundaries won't need to change for 2x traffic" is assessable.
  • Skipping the contrastive step. The interrogative pass feels complete. It isn't. Inverting assumptions surfaces the ones you can't articulate — the water the fish doesn't see.
  • Marking everything Still Valid. Every non-trivial system has assumptions under pressure. If nothing is Questionable, the review wasn't rigorous enough.

Key Principles

  • Assumptions are falsifiable beliefs. "We assume X" not "X is a consideration."
  • Questionable is the most valuable assessment. Still Valid and Invalidated are easy. Questionable assumptions need experiments, not opinions — that's where the real leverage is.
  • The contrastive step catches what questions miss. Questions surface assumptions you can articulate. Inverting surfaces ones you can't.
  • The map is the deliverable. Not the questions asked, not the contrastive sketches. Those are working artifacts.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.34%
按下载量换算32

Claude

32.51%
按下载量换算30

Cursor

19.74%
按下载量换算18

Gemini CLI

9.29%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills