abductive-reasoning
仓库创建 2026年7月28日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
适合故障诊断、市场解读或异常分析时快速提出可验证假设。
这个 Skill 做什么
在证据不全时生成并排序最有可能的解释与假说。
在证据不完整或存在多种可能解释时,用来生成并排序最有说服力的假说(abductive reasoning)。常用于故障排查、用户/市场异常分析或需要从模糊信号推断原因的场景。输出是按优先级排列的候选解释,方便后续验证;它给出最可能的“推断”,但不是证明。
▸ 展开 SKILL.md 英文原文
Use when the best explanation must be inferred from incomplete, ambiguous, or competing evidence. Use when applying abductive reasoning, inference to the best explanation, mystery diagnosis, competing explanation review, or plausible hypothesis selection.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fzfclee/consulting-skills/main/skills/abductive-reasoning/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fzfclee/consulting-skills/main/skills/abductive-reasoning/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Abductive Reasoning Use this skill to choose the most plausible explanation when evidence is incomplete. ## Method Notes - Abductive reasoning asks: what explanation would best account for the facts we see? - The output is a ranked explanation, not proof. - It is useful when stakeholder behavior, market signals, failures, or events can be explained in several ways. - A good abductive diagnosis names what each explanation explains, what it fails to explain, and what evidence would change the ranking. ## Required Inputs Collect or infer these inputs before execution: - surprising fact, event, behavior, or outcome - known evidence - candidate explanations - missing evidence - decision c
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有