用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill idg命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | idg |
| description | Handler for goals where SUCCESS IS DISCOVERING THE UNKNOWN, not executing a known plan. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
Handler for goals where SUCCESS IS DISCOVERING THE UNKNOWN, not executing a known plan. These goals are fundamentally different because: you don't know what you're looking for until you find it, the plan is to run experiments not execute steps, failure is information not setback, success comes from iteration speed not plan quality.
Before starting, reset expectations:
Instead of a plan, create a hypothesis stack:
| # | Hypothesis | Test | How Long | What I'd Learn |
|---|---|---|---|---|
| 1 | [if X then Y] | [smallest experiment] | [duration] | [what result would tell me] |
| 2 | [if X then Y] | [smallest experiment] | [duration] | [what result would tell me] |
| 3 | [if X then Y] | [smallest experiment] | [duration] | [what result would tell me] |
Hypothesis quality checklist:
For each hypothesis, design the minimum viable experiment:
EXPERIMENT:
Hypothesis: [what you're testing]
Test: [what you'll do]
Duration: [how long]
Success metric: [what a "hit" looks like]
Failure metric: [what tells you to move on]
What you'll learn either way: [information value regardless of outcome]
Experiment design principles:
Execute in rapid cycles:
Cycle 1:
Experiment: [what was tested]
Result: [what happened]
Learning: [what this tells us]
Next: [what to test next based on this]
Cycle 2:
...
After each cycle, update:
Convergence signals (getting closer):
Divergence signals (need to change approach):
If diverging: Change something fundamental:
DISCOVERY PROGRESS:
Goal: [what you're discovering]
Experiments run: [N]
Hypotheses tested: [N tested / N remaining]
Search space status:
- Eliminated: [what you know DOESN'T work]
- Promising: [what seems worth exploring more]
- Unexplored: [what you haven't tried yet]
Current best: [closest thing to "found it" so far]
Convergence: [converging / flat / diverging]
Next experiment: [what to test next]
Why: [what you expect to learn]
Pivot consideration: [should you change approach?]
基于 SOC 职业分类