用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill ifss-inference-space-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | ifss - Inference Space Search |
| description | Information implies other information. But not all inferences are equal: |
| output | {"format":"prose"} |
Input: $ARGUMENTS
Before executing, identify which interpretation matches the user's input:
Interpretation 1 — Draw conclusions from evidence: The user has a set of facts, observations, or data and wants to systematically generate and rank all valid inferences — deductive, inductive, abductive, and analogical. Interpretation 2 — Explore implications of a claim or decision: The user has a specific proposition and wants to understand what follows from it — consequences, prerequisites, and hidden entailments. Interpretation 3 — Find the best explanation for a puzzling observation: The user has something surprising or unexplained and wants to generate and evaluate competing explanations (primarily abductive reasoning).
If ambiguous, ask: "I can help with drawing conclusions from your evidence, exploring what follows from a claim, or finding the best explanation for something puzzling — which fits?" If clear from context, proceed with the matching interpretation.
Information implies other information. But not all inferences are equal:
Generate the inference space, then filter by quality criteria.
From given information, generate all possible inferences, then search for those that are valid, sound, and useful.
Explicitly state all known facts/assumptions being used. Number them for reference. Note which are certain vs assumed.
Output: Numbered premise list
What follows necessarily from the premises?
Apply:
Output: Deductive inferences
What patterns can be generalized? What trends can be extrapolated?
Look for:
Output: Inductive inferences
What would explain the premises? What causes would produce these effects?
For each surprising/unexplained fact:
Output: Abductive inferences
What similar cases exist? What can be transferred from them?
For each premise about X:
Output: Analogical inferences
For each inference, ask: "If the premises were true, would the conclusion have to be true?"
Score:
Output: Validity scores
For each inference, ask: "Are all the premises actually true?"
Check each premise used:
Output: Soundness assessment
For each valid and sound inference, ask:
Output: Usefulness scores
Combine scores: Validity × Soundness × Usefulness Rank inferences. Select top inferences for use.
Output: Ranked inferences