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

heuristics-and-checklists启发法和清单

Agent Skill

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

总安装

1,273

周安装

51

GitHub Stars

85

下载量

412
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/lyndonkl/claude --skill heuristics-and-checklists

简介

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

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

SKILL.md

Heuristics and Checklists

Table of Contents

Workflow

Copy this checklist and track your progress:

Heuristics & Checklists Progress:
- [ ] Step 1: Identify decision or procedure
- [ ] Step 2: Choose approach (heuristic vs. checklist)
- [ ] Step 3: Design heuristic or checklist
- [ ] Step 4: Test and validate
- [ ] Step 5: Apply and monitor
- [ ] Step 6: Refine based on outcomes

Step 1: Identify decision or procedure

What decision or procedure needs simplification? Is it repetitive? Time-sensitive? Error-prone? See resources/template.md.

Step 2: Choose approach (heuristic vs. checklist)

Heuristic for decisions (choose option). Checklist for procedures (sequence of steps). See resources/methodology.md.

Step 3: Design heuristic or checklist

Heuristic: Define simple rule (recognition, take-the-best, satisficing threshold). Checklist: List critical steps, add READ-DO or DO-CONFIRM format. See resources/template.md and resources/template.md.

Step 4: Test and validate

Pilot test with sample cases. Check: Does heuristic produce good enough decisions? Does checklist catch errors? See resources/methodology.md.

Step 5: Apply and monitor

Use in real scenarios. Track outcomes: decision quality, error rate, time saved. See resources/template.md.

Step 6: Refine based on outcomes

Adjust rules based on data. If heuristic fails in specific contexts, add exception. If checklist too long, prioritize critical items. See resources/methodology.md.

Validate using resources/evaluators/rubric_heuristics_and_checklists.json. Minimum standard: Average score ≥ 3.5.

Common Patterns

Pattern 1: Recognition Heuristic

  • Rule: Choose the option you recognize over the one you don't
  • Best for: Choosing between brands, cities, experts when quality correlates with fame
  • Example: "Which city is larger, Detroit or Milwaukee?" (Choose Detroit if only one recognized)
  • When works: Stable environments where recognition predicts quality
  • When fails: Advertising creates false recognition, niche quality unknown

Pattern 2: Take-the-Best Heuristic

  • Rule: Identify single most important criterion, choose based on that alone
  • Best for: Multi-attribute decisions with one dominant factor
  • Example: Hiring - "What's their track record on [critical skill]?" Ignore other factors.
  • When works: One factor predictive, others add little value
  • When fails: Multiple factors equally important, interactions matter

Pattern 3: Satisficing (Good Enough Threshold)

  • Rule: Set minimum acceptable criteria, choose first option that meets them
  • Best for: Routine decisions, time pressure, diminishing returns from analysis
  • Example: "Candidate meets 80% of requirements → hire, don't keep searching for 100%"
  • When works: Searching costs high, good enough > perfect delayed
  • When fails: Consequences of suboptimal choice severe

Pattern 4: Aviation Checklist (DO-CONFIRM)

  • Format: Perform actions from memory, then confirm each with checklist
  • Best for: Routine procedures with critical steps (pre-flight, pre-surgery, deployment)
  • Example: Pilot flies from memory, then reviews checklist to confirm all done
  • When works: Experts doing familiar procedures, flow state preferred
  • When fails: Novices, unfamiliar procedures (use READ-DO instead)

Pattern 5: Surgical Checklist (READ-DO)

  • Format: Read each step, then perform, one at a time
  • Best for: Unfamiliar procedures, novices, high-stakes irreversible actions
  • Example: Surgical team reads checklist aloud, confirms each step before proceeding
  • When works: Unfamiliar context, learning mode, consequences of error high
  • When fails: Expert routine tasks (feels tedious, adds overhead)

Pattern 6: Fast & Frugal Decision Tree

  • Format: Simple decision tree with 1-3 questions, binary choices at each node
  • Best for: Triage, classification, go/no-go decisions
  • Example: "Is customer enterprise? Yes → Assign senior rep. No → Is deal >$10k? Yes → Assign mid-level. No → Self-serve."
  • When works: Clear decision structure, limited information needed
  • When fails: Nuanced decisions, exceptions common

Guardrails

Key requirements:

  1. Know when heuristics work vs. fail: Heuristics excel in stable, familiar environments with time pressure. They fail in novel, deceptive contexts (adversarial, misleading information). Don't use recognition heuristic when advertising creates false signals.
  2. Satisficing ≠ low standards: "Good enough" threshold must be calibrated. Set based on cost of continued search vs. value of better option. Too low → poor decisions. Too high → analysis paralysis.
  3. Checklists for critical steps only: Don't list every trivial action. Focus on steps that (1) are skipped often, (2) have serious consequences if missed, (3) not immediately obvious. Short checklists used > long checklists ignored.
  4. READ-DO for novices, DO-CONFIRM for experts: Match format to user expertise. Forcing experts into READ-DO creates resistance and abandonment. Let experts flow, confirm after.
  5. Test heuristics empirically: Don't assume rule works. Test on historical cases. Compare heuristic decisions to optimal decisions. If accuracy <80%, refine or abandon.
  6. Bias awareness is not bias elimination: Knowing availability bias exists doesn't prevent it. Heuristics are unconscious. Need external checks (checklists, peer review, base rates) to counteract biases.
  7. Update heuristics when environment changes: Rules optimized for past may fail in new context. Market shifts, technology changes, competitor strategies evolve. Re-validate quarterly.
  8. Forcing functions beat reminders: "Don't forget X" fails. "Can't proceed until X done" works. Build constraints (e.g., deployment script requires all tests pass) rather than relying on memory.

Common pitfalls:

  • Heuristic as universal law: "Always choose recognized brand" fails when dealing with deceptive advertising or niche quality.
  • Checklist too long: 30-item checklist gets skipped. Keep to 5-10 critical items max.
  • Ignoring base rates: "This customer seems like they'll buy" (representativeness heuristic) vs. "Only 2% of leads convert" (base rate). Use base rates to calibrate intuition.
  • Anchoring on first option: "First candidate seems good, let's hire" without considering alternatives. Set satisficing threshold, then evaluate multiple options.
  • Checklist as blame shield: "I followed checklist, not my fault" ignores responsibility to think. Checklists augment judgment, don't replace it.
  • Not testing heuristics: Assume rule works without validation. Test on past cases, measure accuracy.

Quick Reference

Common heuristics:

HeuristicRuleExampleBest For
RecognitionChoose what you recognizeDetroit > Milwaukee (size)Stable correlations between recognition and quality
Take-the-bestUse single most important criterionHire based on track record aloneOne dominant factor predicts outcome
SatisficingFirst option meeting thresholdCandidate meets 80% requirements → hireTime pressure, search costs high
AvailabilityJudge frequency by ease of recallPlane crashes seem common (vivid)Recent, vivid events (WARNING: bias)
RepresentativenessJudge by similarity to prototype"Looks like successful startup founder"Stereotypes exist (WARNING: bias)
AnchoringAdjust from initial valueFirst price shapes negotiationNumerical estimates (WARNING: bias)

Checklist formats:

FormatWhen to UseProcessExample
READ-DONovices, unfamiliar, high-stakesRead step → Do step → RepeatSurgery (WHO checklist)
DO-CONFIRMExperts, routine, familiarDo from memory → Confirm with checklistAviation pre-flight
Challenge-ResponseTwo-person verificationOne reads, other confirmsNuclear launch procedures

Checklist design principles:

  1. Keep it short: 5-10 items max (critical steps only)
  2. Use verb-first language: "Verify backups complete" not "Backups"
  3. One step per line: Don't combine "Test and deploy"
  4. Checkbox format: ☐ Clear visual confirmation
  5. Pause points: Identify natural breaks (before start, after critical phase, before finish)
  6. Killer items: Mark items that block proceeding (e.g., ⚠ Tests must pass)

When to use heuristics vs. checklists:

Decision TypeUse HeuristicUse Checklist
Choose between options✓ Recognition, take-the-best, satisficing✗ Not applicable
Sequential procedure✗ Not applicable✓ Pre-flight, deployment, surgery
Complex multi-step✗ Too simplified✓ Ensures nothing skipped
Routine decision✓ Fast rule (satisficing)✗ Overkill
Error-prone procedure✗ Doesn't prevent errors✓ Catches mistakes

Cognitive biases (when heuristics fail):

BiasHeuristicFailure ModeMitigation
AvailabilityRecent/vivid events judged as frequentOverestimate plane crashes (vivid), underestimate heart diseaseUse base rates, statistical data
RepresentativenessJudge by stereotype similarity"Looks like successful founder" ignores base rate of successCheck against actual base rates
AnchoringFirst number shapes estimateInitial salary offer anchors negotiationSet own anchor first, adjust deliberately
ConfirmationSeek supporting evidenceOnly notice confirming dataActively seek disconfirming evidence
Sunk costContinue due to past investment"Already spent $100k, can't stop now"Evaluate based on future value only

Inputs required:

  • Decision/procedure: What needs simplification or systematization?
  • Historical data: Past cases to test heuristic accuracy
  • Critical steps: Which steps, if skipped, cause failures?
  • Error patterns: Where do mistakes happen most often?
  • Time constraints: How quickly must decision be made?

Outputs produced:

  • heuristic-rule.md: Defined heuristic with conditions and exceptions
  • checklist.md: Structured checklist with critical steps
  • validation-results.md: Test results on historical cases
  • refinement-log.md: Iterations based on real-world performance

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

28.39%
按下载量换算117

Gemini CLI

22.95%
按下载量换算95

Antigravity

16.7%
按下载量换算69

windsurf

10.73%
按下载量换算44

OpenCode

6.52%
按下载量换算27

github-copilot

3.36%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills