重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
decision-toolkit by glebis/claude-skills
npx skills add https://github.com/glebis/claude-skills --skill decision-toolkit创建结构化的决策支持材料,帮助人类系统性地思考重大选择。此技能产出的是交互式工具,而不仅仅是分析——旨在赋能决策者,而非替他们做决定。
不同的人处理决策的方式不同:
| 风格 | 适应方式 |
|---|---|
| 分析型 | 数字、矩阵、加权分数 |
| 直觉型 | 直觉检查提示,"感觉如何?" |
| 视觉型 | 图表、进度条、颜色编码 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 语言型 | 书面摘要、问题提示 |
| 顺序型 | 分步向导流程 |
| 全局型 | 仪表板概览选项 |
当用户面临以下情况时,调用此技能:
不适用于:琐碎的决策、紧急响应,或用户仅需要信息时。
我应该追求这个机会吗?
我应该将我的时间/金钱/注意力投资在哪里?
可能出什么问题,值得冒险吗?
备选方案中选哪个?
九个步骤,每个步骤专注于一个维度:
┌─────────────────────────────────────────────────────────────┐
│ 1. 背景 决策是什么? │
│ 2. 第一性原理 这解决了实际问题吗? │
│ 3. 时机 现在是合适的时机吗? │
│ 4. 利益相关者 还有谁参与?他们稳定吗? │
│ 5. 偏见 什么可能影响我的判断? │
│ 6. 机会成本 我放弃了什么? │
│ 7. 情景分析 可能发生什么? │
│ 8. 问题 我仍然需要了解什么? │
│ 9. 综合 摘要 + 决策 │
└─────────────────────────────────────────────────────────────┘
分步向导包含:
用于离线/基于文本的使用:
用于音频消费:
用于文档记录/分享:
1. 这解决了什么问题?
2. 我能自己解决吗?
3. 这是最佳解决方案吗?
4. 我做了哪些假设?
5. 如果今天从头开始,我会选择这个吗?
□ FOMO(错失恐惧症) — 我害怕错过吗?
□ 沉没成本 — 我在考虑过去的投入吗?
□ 权威 — 我在顺从权威吗?
□ 社会认同 — 我在随大流吗?
□ 承诺 — 我是否因过去的表态而感到被束缚?
□ 乐观 — 我假设问题会解决吗?
□ 近因效应 — 我是否过度重视最近的事件?
□ 确认偏见 — 我只在寻找验证性信息吗?
□ 新奇事物 — 新奇感让我分心了吗?
□ 损失厌恶 — 我是否过度看重潜在损失?
小时/周 × 周数 × 小时费率 = 直接成本
+ 这些时间还能产出什么?
+ 哪些关系/机会可能受损?
= 真实机会成本
| 情景 | 概率 | 结果 | 期望值 |
|----------|-------------|---------|----------------|
| 最差 | X% | ... | ... |
| 差 | X% | ... | ... |
| 中性 | X% | ... | ... |
| 好 | X% | ... | ... |
| 最佳 | X% | ... | ... |
想象现在是 [未来日期]。这个决策失败了。为什么?
可能的原因:
1. ...
2. ...
3. ...
哪些原因在我的控制范围内?
我应该注意哪些预警信号?
在以下时间点,我对这个决定会有什么感受:
- 10 分钟后?
- 10 个月后?
- 10 年后?
想象你 80 岁时回顾过去。
你会后悔做这件事吗?
你会后悔没做这件事吗?
向用户询问:
或者从现有文档(会议记录、笔记)中提取。
根据用户偏好和上下文:
使用 templates/ 目录中的模板:
decision-guide-template.html — 完整的交互式向导decision-framework.md — 基于文本的分析decision-voice-summary.md — 音频脚本模板替换占位符:
{{DECISION_TITLE}} — 正在决定什么{{CONTEXT}} — 背景信息{{OPTIONS}} — 可用选择{{STAKEHOLDERS}} — 涉及的人员/团队{{TIMELINE}} — 相关日期{{FACTORS}} — 关键评估标准如果使用 Agency 品牌:
<main role="main" aria-label="决策指南">
<nav aria-label="进度">
<ol role="list">...</ol>
</nav>
<section aria-labelledby="step-title">
<h1 id="step-title">...</h1>
</section>
</main>
// 确保所有交互元素都可聚焦
// Tab 键顺序遵循视觉顺序
// Enter/空格键激活按钮
// 方向键导航选项
<div role="status" aria-live="polite" id="announcer">
<!-- 播报步骤变化、选择、结果 -->
</div>
/* 普通文本至少 4.5:1,大文本至少 3:1 */
--text-on-light: #000000; /* 在白色上为 21:1 */
--text-on-dark: #ffffff; /* 在黑色上为 21:1 */
--text-on-primary: #ffffff; /* 检查每种颜色 */
@media (prefers-reduced-motion: reduce) {
* {
animation: none !important;
transition: none !important;
}
}
User: 分析此会议记录并创建决策工具包
Claude: [从记录中提取决策、利益相关者、选项]
[生成交互式 HTML 指南]
[创建语音摘要]
User: 我需要决定是否接受新的工作邀约
Claude: [询问澄清性问题]
[生成决策框架]
[针对职业决策类型进行定制]
User: 帮我思考这个合作伙伴关系决策,只需给我框架
Claude: [提供 markdown 框架]
[跳过交互式工具]
[专注于关键问题]
SKILL.md — 本文件templates/decision-guide-template.html — 交互式向导模板templates/decision-framework.md — 基于文本的分析模板templates/decision-voice-summary.md — 音频脚本模板references/bias-encyclopedia.md — 详细的偏见描述references/framework-deep-dives.md — 扩展的框架解释与以下技能配合良好:
背景:在 Synthius 决策会议后创建初始技能
关键洞察:一次性展示所有内容的仪表板会让人不知所措。每屏一个概念的分步向导显著提高了可用性。
架构:涵盖所有主要决策维度的 9 步旅程。状态对象在步骤间持久化选择。摘要汇总所有内容。
无障碍说明:高对比度新粗野主义实际上有助于无障碍——清晰的边框、不同的状态、没有微妙的渐变。
每周安装次数
47
仓库
GitHub 星标数
61
首次出现
2026 年 1 月 24 日
安全审计
安装于
opencode41
gemini-cli41
codex40
github-copilot37
cursor37
claude-code35
Create structured decision support materials that help humans think through significant choices systematically. This skill produces interactive tools, not just analysis — empowering the decision-maker rather than deciding for them.
Different people process decisions differently:
| Style | Accommodation |
|---|---|
| Analytical | Numbers, matrices, weighted scores |
| Intuitive | Gut-check prompts, "how does this feel?" |
| Visual | Diagrams, progress bars, color coding |
| Verbal | Written summaries, question prompts |
| Sequential | Step-by-step wizard flow |
| Global | Dashboard overview option |
Invoke this skill when user faces:
Not for : Trivial decisions, emergency responses, or when user just needs information.
Should I pursue this opportunity?
Where should I invest my time/money/attention?
What could go wrong and is it worth it?
Which option among alternatives?
Nine steps, each focused on one dimension:
┌─────────────────────────────────────────────────────────────┐
│ 1. CONTEXT What is the decision? │
│ 2. FIRST PRINCIPLES Does this solve a real problem? │
│ 3. TIMING Is now the right moment? │
│ 4. STAKEHOLDERS Who else is involved? Are they stable? │
│ 5. BIASES What might cloud my judgment? │
│ 6. OPPORTUNITY COST What am I giving up? │
│ 7. SCENARIOS What could happen? │
│ 8. QUESTIONS What do I still need to learn? │
│ 9. SYNTHESIS Summary + decision │
└─────────────────────────────────────────────────────────────┘
Step-by-step wizard with:
For offline/text-based use:
For audio consumption:
For documentation/sharing:
1. What problem does this solve?
2. Can I solve it myself?
3. Is this the best solution?
4. What assumptions am I making?
5. If starting fresh today, would I choose this?
□ FOMO — Am I afraid of missing out?
□ Sunk Cost — Am I factoring past investment?
□ Authority — Am I deferring to credentials?
□ Social Proof — Am I following the crowd?
□ Commitment — Do I feel locked in by past statements?
□ Optimism — Am I assuming problems will resolve?
□ Recency — Am I overweighting recent events?
□ Confirmation — Am I seeking validating info only?
□ Shiny Object — Is novelty distracting me?
□ Loss Aversion — Am I overweighting potential losses?
Hours/week × Weeks × Hourly rate = Direct cost
+ What else could those hours produce?
+ What relationships/opportunities might suffer?
= True opportunity cost
| Scenario | Probability | Outcome | Expected Value |
|----------|-------------|---------|----------------|
| Worst | X% | ... | ... |
| Bad | X% | ... | ... |
| Neutral | X% | ... | ... |
| Good | X% | ... | ... |
| Best | X% | ... | ... |
Imagine it's [future date]. This decision failed. Why?
Possible causes:
1. ...
2. ...
3. ...
Which causes are within my control?
Which warning signs should I watch for?
How will I feel about this decision in:
- 10 minutes?
- 10 months?
- 10 years?
Imagine you're 80 looking back.
Would you regret doing this?
Would you regret NOT doing this?
Ask user for:
Or extract from existing documents (meeting transcripts, notes).
Based on user preference and context:
Use templates in templates/ directory:
decision-guide-template.html — Full interactive wizarddecision-framework.md — Text-based analysisdecision-voice-summary.md — Audio script templateReplace placeholders:
{{DECISION_TITLE}} — What's being decided{{CONTEXT}} — Background information{{OPTIONS}} — Available choices{{STAKEHOLDERS}} — People/teams involved{{TIMELINE}} — Relevant dates{{FACTORS}} — Key evaluation criteriaIf using Agency brand:
<main role="main" aria-label="Decision Guide">
<nav aria-label="Progress">
<ol role="list">...</ol>
</nav>
<section aria-labelledby="step-title">
<h1 id="step-title">...</h1>
</section>
</main>
// Ensure all interactive elements are focusable
// Tab order follows visual order
// Enter/Space activate buttons
// Arrow keys navigate options
<div role="status" aria-live="polite" id="announcer">
<!-- Announce step changes, selections, results -->
</div>
/* Minimum 4.5:1 for normal text, 3:1 for large text */
--text-on-light: #000000; /* 21:1 on white */
--text-on-dark: #ffffff; /* 21:1 on black */
--text-on-primary: #ffffff; /* Check each color */
@media (prefers-reduced-motion: reduce) {
* {
animation: none !important;
transition: none !important;
}
}
User: Analyze this meeting transcript and create a decision toolkit
Claude: [Extracts decision, stakeholders, options from transcript]
[Generates interactive HTML guide]
[Creates voice summary]
User: I need to decide whether to take a new job offer
Claude: [Asks clarifying questions]
[Generates decision framework]
[Customizes for career decision type]
User: Help me think through this partnership decision, just give me the frameworks
Claude: [Provides markdown framework]
[Skips interactive tool]
[Focuses on key questions]
SKILL.md — This filetemplates/decision-guide-template.html — Interactive wizard templatetemplates/decision-framework.md — Text-based analysis templatetemplates/decision-voice-summary.md — Audio script templatereferences/bias-encyclopedia.md — Detailed bias descriptionsreferences/framework-deep-dives.md — Extended framework explanationsWorks well with:
Context : Initial skill creation from Synthius decision session
Key Insight : Dashboard-everything-at-once overwhelms. Step-by-step wizard with one concept per screen dramatically improves usability.
Architecture : 9-step journey covering all major decision dimensions. State object persists selections across steps. Summary aggregates everything.
Accessibility Note : High contrast neobrutalism actually helps accessibility — clear borders, distinct states, no subtle gradients.
Weekly Installs
47
Repository
GitHub Stars
61
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode41
gemini-cli41
codex40
github-copilot37
cursor37
claude-code35
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
69,800 周安装