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

decision-intelligence决策智能

Agent Skill

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

总安装

329

周安装

14

GitHub Stars

6

下载量

115
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/andurilcode/skills --skill decision-intelligence

简介

应用六种概率模型顺序校正直觉偏差,提升决策准确性。

  • 每步模型均需执行,即使看似不相关也需完成流程。
  • 核心原则是将每个决策视为概率问题进行处理。
  • 适用于高风险或需重复验证判断质量的复杂选择场景。
  • decision-intelligence 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Decision Intelligence — 6-Model Framework

Core principle: Every decision is a probability problem. Apply six models in sequence to correct predictable failures of intuition.

MANDATORY: Apply all 6 models to every input. Never skip. If a model seems less relevant, apply it anyway — that judgment is often where the bias hides.


Step 0: Clarify the Core Question

Restate the decision in one sentence: *"The real question is: [single clear question]."* Sharpen if fuzzy.


Step 1 — Expected Value (EV)

Mechanic: EV = Σ (probability × payoff)

Process:

  1. List all meaningful outcomes (not just best/worst — include most likely)
  2. Assign probabilities summing to 100%
  3. Estimate payoff per outcome (financial, time, opportunity, emotional — units explicit)
  4. Calculate EV = Σ (p × payoff)
  5. Flag if loss aversion is inflating perceived cost of negatives

Output:

OutcomeProbabilityPayoffEV contribution
[A]X%+€Y+€Z
[B]X%-€Y-€Z
Total EV100%€[sum]

Bias: Loss aversion — losses feel ~2× gains. Positive EV + hesitation = loss aversion likely.


Step 2 — Base Rate Neglect

Mechanic: Anchor on the historical rate for this category before adjusting for specifics.

Process:

  1. Identify the reference class
  2. Find/estimate the base rate for success/failure
  3. Only then apply specific adjustments
  4. Flag if user is reasoning from vivid anecdotes rather than rates

Common base rates:

  • Startups reaching profitability: ~10–20%
  • New restaurants surviving year 1: ~40% (year 5: ~20%)
  • New products achieving PMF: ~5–15%
  • Day traders beating market consistently: ~1–5%
  • New habits maintained 6 months: ~20%
  • Projects on time + budget: ~30–35%

Bias: Availability — we hear successes; the silent majority of failures is invisible.


Step 3 — Sunk Cost Fallacy

Mechanic: Ignore everything already spent. Evaluate as if starting today.

Process:

  1. Identify all sunk costs (money, time, emotion, public statements)
  2. Set them to zero
  3. Re-evaluate using only future costs/benefits/probabilities
  4. If the answer changes when zeroed → fallacy is active

Diagnostic: *"If I had not already invested [X], would I start this today?"*

  • Yes → proceed for the right reasons
  • No → sunk cost is the only reason to continue

Bias: Escalation of commitment — the more invested, the harder to walk away.


Step 4 — Bayesian Thinking

Mechanic: Update beliefs proportionally to evidence strength.

P(belief | evidence) = P(evidence | belief) × P(belief) / P(evidence)
  • Prior: belief before evidence
  • Likelihood: P(evidence | true) vs P(evidence | false)
  • Posterior: belief after evidence

Process:

  1. State prior as a probability, not impression
  2. Identify the new evidence
  3. Estimate likelihood ratio (true vs. false)
  4. Update proportionally — never to 0%/100%, never ignore the prior
  5. State posterior

Bias: Overreaction to single data points — a single anecdote rarely shifts a prior more than a few points unless highly diagnostic.


Step 5 — Survivorship Bias

Mechanic: When seeing successes, estimate the invisible denominator.

Process:

  1. Count visible successes
  2. Estimate hidden total: *"How many tried this? How many am I not hearing from?"*
  3. Implied success rate = visible / total attempts
  4. Check consistency with Step 2 base rate

Diagnostic: *"What would I need to see to hear about the failures? Why don't I?"*

Bias: Narrative — successes have arcs and lessons; failures are quiet and diffuse.


Step 6 — Kelly Criterion

Mechanic: When you have an edge, size the bet for long-term growth without ruin.

f* = (p × b - q) / b
  • f* = fraction of capital to bet
  • p = win probability
  • q = lose probability (1 − p)
  • b = net odds (win per unit risked)

Use fractional Kelly (¼ to ½ f*) for real decisions. Half-Kelly gives ~75% of the growth with much less volatility.

Process:

  1. Estimate p from Steps 1–5
  2. Estimate b
  3. Calculate f*
  4. Recommend ½f* (moderate confidence) or ¼f* (high uncertainty)
  5. If f* ≤ 0: no edge — do not bet
  6. If f* > 1: extreme edge — recheck probabilities

Bias: Overbetting — humans size positions too large for their actual edge, especially after wins.


Final: Synthesized Recommendation

DECISION INTELLIGENCE SYNTHESIS

Core question: [from Step 0]

Model verdicts:
- EV: [positive/negative/marginal, key number]
- Base rate: [X% success for this category]
- Sunk cost: [active / not — does decision change when zeroed?]
- Bayesian update: [prior → evidence → posterior]
- Survivorship bias: [true rate vs. observed stories]
- Kelly sizing: [f* = X%, allocation = Y%]

Primary bias in play: [the one most distorting this decision]

Recommendation: [clear action]
Confidence: [0–100%]
Key risks: [top 2–3]
What would change this view: [specific evidence]

If math contradicts intuition, say so. Discomfort with the conclusion often signals the analysis is working.


Relationship to Other Skills

  • Run before decision-synthesis when stakes are quantifiable — provides probabilistic inputs to weigh
  • Complements probabilistic-thinking (Bayesian depth) and cognitive-bias-detection (broad audit) — this skill applies both to decision sizing and commitment
  • When scenario-planning produces multiple futures, run this skill on the decision within each
  • fermi-estimation feeds Step 1 (EV) and Step 2 (base rates) when numbers aren't ready

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.77%
按下载量换算40

Claude

31.17%
按下载量换算36

Cursor

18.09%
按下载量换算21

Gemini CLI

10.59%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills