用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill qaf-question-analysis-framework命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | qaf - Question Analysis Framework |
| description | This framework provides methods for analyzing questions to determine: |
| output | {"format":"prose"} |
This framework provides methods for analyzing questions to determine:
answer_documentation: "## Answer: [The question]\n\n**Certainty Level**: [level] (guessing:\
\ [0-1])\n\n**Derivation**:\n- Premise 1: [statement] (certainty: [level])\n- Premise\
\ 2: [statement] (certainty: [level])\n- \u2234 Conclusion: [statement]\n\n**Remaining\
\ Uncertainty**: [what's still unknown]\n"
dependency_graph: "## Question Dependencies\n\nROOT QUESTIONS:\n- Q1: [question]\n\
- Q2: [question]\n\nDEPENDENCY CHAINS:\nQ3 depends on \u2192 Q1, Q2\nQ4 depends\
\ on \u2192 Q3\n...\n"
question_classification: '## Question: [The question]
| Dimension | Level | Implication |
|-----------|-------|-------------|
| Foundationality | [1-5] | [What this means] |
| Prior Art | [1-5] | [Action to take] |
| Verifiability | [1-5] | [Method to use] |
| Tractability | [1-5] | [Approach] |
| Position | [type] | [Priority] |
**Priority Score**: [calculated]
**Recommended Action**: [what to do next]
'
Default: 2x. Parse depth from $ARGUMENTS if specified (e.g., "/qaf 4x [input]").
| Depth | Min Questions Analyzed | Min Dependencies Mapped | Min Foundation Questions | Min Resolution Paths |
|---|---|---|---|---|
| 1x | 5 | 3 | 1 | 1 |
| 2x | 8 | 5 | 2 | 2 |
| 4x | 12 | 8 | 3 | 3 |
| 8x | 18 | 12 | 5 | 5 |
| 16x | 25 | 18 | 8 | 7 |
These are floors. Go deeper where insight is dense. Compress where it's not.