deductive-reasoning

仓库创建 2026年7月28日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

适合规则严谨或合规性检查的推理任务

这个 Skill 做什么

基于前提与规则检验结论的有效性并指出逻辑缺失。

用前提和规则把结论掰开来验一遍,判断推论是不是逻辑上站得住。适合检查政策、合同条款或 if‑then 类型的推理场景,确认结论是否必然成立。能抓出隐藏假设、逻辑断层和不严谨的推理链条,帮你避免错判。

▸ 展开 SKILL.md 英文原文

Use when a conclusion must be tested against explicit rules, principles, criteria, policies, definitions, premises, or if-then logic. Use when applying deductive reasoning, rule-based reasoning, premise-to-conclusion testing, logical consistency checks, or validity review.

Skill 开发管理逻辑规则检验有效性通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fzfclee/consulting-skills/main/skills/deductive-reasoning/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fzfclee/consulting-skills/main/skills/deductive-reasoning/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Deductive Reasoning

Use this skill to test whether a conclusion follows from stated premises, rules, or criteria.

## Method Notes

- Deductive reasoning moves from general rules or premises to a specific conclusion.
- A deductive conclusion is only as reliable as the premises and the logic connecting them.
- This method is strongest when rules, definitions, criteria, or constraints are explicit.
- It should separate validity from truth: an argument can be logically valid but built on a false or weak premise.

## Required Inputs

Collect or infer these inputs before execution:

- conclusion or decision to test
- stated rules, criteria, principles, policies, or premises
- facts of the spec
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有