基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill gts命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
| name | gts |
| description | The fundamental pattern for making cognitive tasks tractable: Generate possibilities, then Search using criteria. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
Before executing, identify which interpretation matches the user's input:
Interpretation 1 — Solve a specific problem: The user has a concrete problem and wants to generate candidate solutions then systematically select the best one using criteria. Interpretation 2 — Choose among known options: The user already has options in mind and needs help defining selection criteria and ranking them. Interpretation 3 — Explore a possibility space: The user wants to map out what is possible in a domain before committing to any direction, emphasizing the generation phase over selection.
If ambiguous, ask: "I can help with solving a specific problem, choosing among known options, or exploring a possibility space — which fits?" If clear from context, proceed with the matching interpretation.
The fundamental pattern for making cognitive tasks tractable:
Key insights:
This pattern applies to: interpretation, prediction, communication, reasoning, creativity, understanding, and planning.
What cognitive task needs to be performed?
| Task Type | Generate | Search For |
|---|---|---|
| Interpretation | Possible meanings | Most consistent with evidence |
| Prediction | Possible futures | Most likely given data |
| Communication | Possible expressions | Clearest for audience |
| Reasoning | Possible inferences | Logically valid ones |
| Creativity | Novel combinations | Valuable and feasible ones |
| Understanding | Possible models | Best fit to observations |
| Planning | Possible plans | Optimal given constraints |
| Decision | Possible options | Best according to criteria |
| Diagnosis | Possible causes | Most consistent with symptoms |
| Design | Possible solutions | Meeting requirements |
Rules for generation:
Breadth first: Generate MANY options before evaluating ANY
Constrained generation: Pre-filter obviously impossible options
Generation methods (combine several):
Quality check: Is the space COMPREHENSIVE?
GENERATED SPACE:
Options: [N total]
Generation methods used: [which]
Constraint pre-filter: [what was excluded and why]
Completeness: [confident / gaps possible in: areas]
Before searching, define what you're looking for:
Must-have criteria (non-negotiable):
Ranked criteria (in order of importance):
Anti-criteria (things to avoid):
Criteria quality check:
Apply criteria systematically:
Round 1 — Must-have filter: Pass every option through must-have criteria. Eliminate failures. Remaining: [N] of [N original]
Round 2 — Ranked scoring: Score remaining options on ranked criteria:
| Option | Criterion 1 (wt: X) | Criterion 2 (wt: Y) | ... | Weighted Total |
|---|---|---|---|---|
| A | [score] | [score] | [total] | |
| B | [score] | [score] | [total] |
Round 3 — Top candidates: Take top 3-5 by weighted score for deeper evaluation.
For each top candidate:
Based on evaluation:
GENERATE-THEN-SEARCH:
Task: [what was being solved]
Generation:
- Options generated: [N]
- Methods: [which generation methods]
- Constraints: [what was pre-filtered]
Search criteria:
- Must-have: [list]
- Ranked: [top 3 criteria with weights]
Results:
- Passed must-have: [N] of [N]
- Top 3:
1. [option] — score: [N] — key strength: [what]
2. [option] — score: [N]
3. [option] — score: [N]
Selected: [option]
Rationale: [why this one]
Key risk: [biggest concern with selected option]