用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill eh命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Route any input through a branching question tree to narrow down the optimal response strategy before writing. Two stages — PERCEIVE (classify input) then ACT (select response). Covers all prompt types.
Generate exhaustive guesses about user input using ALL search methods with coverage tracking. Guessing is SEARCH through possibility space. Tracks space created vs space covered to ensure comprehensive exploration.
Systematically evaluate and select from a set of guesses, options, or possibilities. Combines ARAW analysis with prioritization to determine which guesses are strong, weak, actionable, or eliminable.
基于 SOC 职业分类
正在显示 SKILL.md
| name | eh |
| description | A layered framework for building from certain foundations toward determinate action. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
A layered framework for building from certain foundations toward determinate action. Each level provides different certainty and different utility.
The hierarchy:
Things that cannot be coherently denied:
Use: These provide absolute bedrock. If your reasoning traces back to Level 0, it's on solid ground. But Level 0 is thin — it doesn't tell you WHAT to do.
Things that any agent must assume to function, regardless of metaphysical position:
Use: These support planning and decision-making. If your strategy assumes only Level 1 premises, it works across worldviews.
Things difficult to reject without becoming incoherent:
Use: These constrain HOW you pursue goals. Strategies that violate Level 1.5 tend to be self-undermining.
Things we observe to be true, testable but not guaranteed:
Use: These power specific strategies. They're contingent — they COULD be wrong — but they're our best current models. Always hold Level 2 claims more loosely than Level 0-1.
Conclusions drawn from combining higher levels with specific context:
For the input claim/decision/action:
Trace it to its epistemic level:
Check for level violations:
Calibrate confidence:
EPISTEMIC HIERARCHY ANALYSIS:
Subject: [what was analyzed]
Level mapping:
| Claim/Premise | Level | Confidence | Notes |
|--------------|-------|-----------|-------|
| [claim] | [0-3] | [certainty] | [caveats] |
Weakest link: [which premise is at the lowest/most uncertain level]
Level violations: [any miscalibrations found]
Grounding assessment: [how well-grounded is the overall argument]
Recommendation:
- If well-grounded: [proceed with calibrated confidence]
- If poorly grounded: [what would strengthen it — trace to higher levels]