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

retrospective-counterfactual回顾性反事实

Agent Skill

retrospective-counterfactual 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

392

周安装

16

GitHub Stars

6

下载量

127
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/andurilcode/skills --skill retrospective-counterfactual

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • retrospective-counterfactual 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Retrospective & Counterfactual Reasoning

Core principle: Looking backwards is not about blame — it's about extracting signal. A well-run retrospective or post-mortem separates what was predictable from what was genuinely unforeseeable, identifies what conditions made failure likely, and generates changes that prevent the same failure mode from recurring under different surface conditions.

Counterfactual reasoning — "what would have happened if we'd done X?" — is the backward-looking complement to the forward-looking pre-mortem. Both require the same discipline: rigorous causal thinking, not narrative construction after the fact.


Two Modes

Mode 1: Post-Mortem / Retrospective

*Something happened. What caused it and what do we change?*

Focus: Causal reconstruction, systemic learning, forward-looking change.

Mode 2: Counterfactual Analysis

*What would have happened if we'd made a different decision?*

Focus: Decision quality assessment, calibration, learning from near-misses and successes.


Mode 1: Post-Mortem Process

Step 1: Reconstruct the Timeline

Before analyzing, establish what actually happened — in sequence, with timestamps where possible:

  • What was the state before the event?
  • What were the triggering conditions?
  • What was the sequence of events?
  • What was the decision point (if any) where the outcome could have diverged?

Separate facts from interpretations at this stage. "The deployment failed at 14:32" is a fact. "The team didn't notice in time" is an interpretation — needs evidence.

Step 2: Identify Contributing Causes

Use layered causal analysis:

  • Immediate cause: The direct trigger (the thing that "broke")
  • Enabling conditions: What made the system vulnerable to that trigger
  • Root causes: The systemic conditions that produced the enabling conditions
  • Contributing factors: Context that increased probability or severity

Avoid stopping at the immediate cause — it's almost always the least actionable finding.

Avoid blame by design: Replace "person X failed to do Y" with "the system didn't ensure Y happened." People operate within systems. The question is what in the system failed.

Step 3: Classify What Was Knowable

For each contributing cause, ask:

  • Predictable: Was this foreseeable given available information? Was it foreseen by anyone?
  • Detectable: Could monitoring or process have surfaced this earlier?
  • Preventable: Was there a plausible intervention that would have avoided this?
  • Unforeseeable: Genuinely novel or outside reasonable expectation?

This classification determines the quality of the corrective actions:

  • Predictable + Preventable = highest-priority systemic fix
  • Predictable + Not Prevented = process or incentive problem
  • Detectable but Not Detected = monitoring/observability problem
  • Genuinely Unforeseeable = resilience and recovery design problem

Step 4: Generate Corrective Actions

For each systemic finding:

  • What specifically changes?
  • What does "done" look like?
  • Who owns it?
  • How do we verify it worked?

Corrective action quality test: If the same team, same system, same situation — does this change prevent the same failure? If yes only for this exact scenario, the action is too narrow.


Mode 2: Counterfactual Analysis

The Core Question

*"What would have happened if decision D had been different?"*

This requires:

  1. Identifying the specific decision or condition to vary
  2. Reasoning about the causal chain that would have followed
  3. Being honest about uncertainty — counterfactuals are inherently speculative

Counterfactual Validity Rules

A useful counterfactual is:

  • Tractable: The alternative decision was actually available (not hindsight-only)
  • Isolated: Only one factor is varied at a time (otherwise you're comparing incomparables)
  • Causal: The alternative path follows from the changed decision through a plausible causal mechanism

A poor counterfactual:

  • Assumes information that wasn't available at decision time
  • Changes multiple things simultaneously
  • Is constructed to justify a preferred conclusion

Decision Quality vs. Outcome Quality

A critical distinction:

Bad decision, good outcome: Survivorship bias risk. "It worked" doesn't validate the decision process. Good decision, bad outcome: The process was right; the outcome was unlucky. Don't over-update on this. Bad decision, bad outcome: The outcome was predictable. Good decision, bad outcome (systematically): The model of the world was wrong — update the model.

Evaluate decisions by the quality of reasoning *at the time*, not by the outcome.


Output Format

📋 Event Summary

  • What happened: [Factual, sequenced description]
  • Impact: [Quantified where possible]
  • Timeline: [Key moments from precondition to resolution]

🔍 Causal Analysis

Immediate cause: [The direct trigger]

Enabling conditions: [What made the system vulnerable]

Root causes: [Systemic conditions]

Contributing factors: [Context that amplified probability or severity]

🗂️ Knowability Classification

CausePredictable?Detectable?Preventable?Classification
[Cause 1]Yes/No/PartiallyYes/NoYes/No[Type]

🔄 Counterfactual Scenarios (if applicable)

For each decision point worth examining:

  • Decision made: [What was decided]
  • Alternative considered: [What could have been done instead]
  • Counterfactual path: [What would plausibly have followed]
  • Confidence in counterfactual: [High / Medium / Low — and why]
  • Decision quality assessment: [Was the original decision reasonable given available information?]

🛠️ Corrective Actions

FindingActionOwnerVerificationTimeline
[Systemic finding][Specific change][Who][How we know it worked][When]

📚 Learning Extraction

  • What does this tell us about the system (beyond this specific event)?
  • What assumption was wrong — and should be updated?
  • What category of problem does this represent — and are there other instances?
  • What early warning signal existed that we should have been monitoring?

Anti-Patterns to Avoid

Hindsight bias: "We should have known" — without asking whether the information was actually available and acted on at the time.

Blame focus: Naming people as causes rather than the systemic conditions that made their actions likely.

Single-cause narrative: Incidents almost always have multiple contributing causes. A single neat story is usually incomplete.

Action theater: Generating long lists of corrective actions, few of which get done. Better: 2–3 high-quality, owned, verified changes.

Success blindness: Only running retrospectives on failures. Successes with good outcomes due to luck are as worth examining as failures.

Stopping at the immediate cause: Fixing the last link in the chain without addressing the conditions that made the chain possible.


Thinking Triggers

  • *"Was this predictable? By whom? Why wasn't it acted on?"*
  • *"What systemic condition made this failure possible — not just probable?"*
  • *"If the same situation arose next month with a different person, would the outcome be different? Why?"*
  • *"What's the difference between the decision process and the decision outcome here?"*
  • *"What would we have needed to know, at decision time, to choose differently?"*
  • *"Are we fixing the last event, or the class of events?"*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.39%
按下载量换算46

Claude

27.88%
按下载量换算35

Cursor

18.2%
按下载量换算23

Gemini CLI

9.55%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills