用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill qg命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | qg |
| description | When you don't know something, the right question is worth more than hours of speculation. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
When you don't know something, the right question is worth more than hours of speculation. This procedure provides a taxonomy of question types, each designed to resolve a specific kind of uncertainty.
Default: 2x. Parse depth from $ARGUMENTS if specified (e.g., "/qg 4x [input]").
| Depth | Min Questions Generated | Min Question Types | Min Depth Levels | Min Priority Rankings |
|---|---|---|---|---|
| 1x | 5 | 2 | 2 | 3 |
| 2x | 10 | 3 | 3 | 5 |
| 4x | 15 | 5 | 4 | 8 |
| 8x | 25 | 7 | 5 | 12 |
| 16x | 40 | 9 | 6 | 18 |
These are floors. Go deeper where insight is dense. Compress where it's not.
What don't you know? Classify the type:
| Uncertainty Type | Description | Example |
|---|---|---|
| Factual | Don't know what's true | "How many users do we have?" |
| Definitional | Don't know what something means | "What counts as 'active'?" |
| Causal | Don't know why something happens | "Why do users churn?" |
| Preferential | Don't know what someone wants | "Does the client prefer speed or quality?" |
| Conditional | Don't know what would happen if | "What if we raised prices 20%?" |
| Threshold | Don't know where the line is | "How much latency is too much?" |
| Priority | Don't know what matters most | "Which feature should we build first?" |
| Scope | Don't know what's included/excluded | "Does this apply to enterprise clients?" |
| Contradiction | Two things seem true but can't both be | "Users say they want X but behavior shows Y" |
Each uncertainty type has optimal question formats:
Factual → Direct questions:
Definitional → Boundary questions:
Causal → Mechanism questions:
Preferential → Trade-off questions:
Conditional → Scenario questions:
Threshold → Quantification questions:
Priority → Forced ranking questions:
Scope → Inclusion questions:
Contradiction → Reconciliation questions:
Before asking, improve the question:
Quality checklist:
Common question failures:
| Failure | Example | Fix |
|---|---|---|
| Too vague | "What do you think?" | Specify what dimension |
| Leading | "Don't you agree that...?" | Remove the suggested answer |
| Compound | "Do you like A and B?" | Split into two questions |
| Unanswerable | "What will happen in 5 years?" | Ask "what would need to be true for X?" |
| Unactionable | "Is the sky blue?" | Only ask if the answer changes behavior |
If multiple questions are needed:
For the input's uncertainty:
QUESTION SET:
Primary uncertainty: [type]
Questions (in order):
1. [question] — type: [type] — resolves: [what uncertainty]
2. [question] — type: [type] — resolves: [what uncertainty]
3. [question] — type: [type] — resolves: [what uncertainty]
If answer to Q1 is [A]: skip Q2, go to Q3
If answer to Q1 is [B]: ask Q2 next
After all questions answered:
- Uncertainty resolved: [what we now know]
- Remaining uncertainty: [what we still don't know]