基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill vhd命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | vhd |
| description | Framework for deciding when to improve existing procedures (vertical) versus add new ones (horizontal). |
| output | {"format":"prose"} |
Input: $ARGUMENTS
Framework for deciding when to improve existing procedures/categories (vertical) versus when to add new procedures/categories (horizontal) in GOSM.
This applies to any system where you must choose between depth and breadth: codebases, product features, skill development, organizational capabilities.
Vertical health (depth/quality of existing):
| Factor | Score (1-5) | Evidence |
|---|---|---|
| Procedure quality: Are existing procedures well-developed? | ||
| Coverage within categories: Do procedures handle their intended cases? | ||
| Integration: Do procedures work well together? | ||
| Validation: Have procedures been tested and refined? | ||
| User satisfaction: Do users find existing procedures helpful? |
Horizontal health (breadth/coverage):
| Factor | Score (1-5) | Evidence |
|---|---|---|
| Domain coverage: Are all important domains represented? | ||
| Gap frequency: How often do users need something that doesn't exist? | ||
| Request patterns: What do users ask for that we can't provide? | ||
| Competitive coverage: What do alternatives offer that we don't? | ||
| Structural completeness: Is the taxonomy well-covered? |
Vertical signal strength (reasons to go deep):
Horizontal signal strength (reasons to go wide):
Map current state on the depth-breadth matrix:
HIGH QUALITY
|
"Polished | "Complete
but narrow" | system"
|
LOW BREADTH ---+--- HIGH BREADTH
|
"Bare | "Wide but
minimum" | shallow"
|
LOW QUALITY
| Condition | Decision | Reasoning |
|---|---|---|
| Vertical score > Horizontal score + 5 | Go vertical | Strong depth signal |
| Horizontal score > Vertical score + 5 | Go horizontal | Strong breadth signal |
| Scores within 5 | Check portfolio position | Tiebreaker from Step 3 |
| Both scores low | Neither — something else is wrong | Investigate root cause |
| Both scores high | Do both — but separate tracks | Parallel investment |
If going vertical:
If going horizontal:
VERTICAL vs HORIZONTAL DECISION:
System: [what system is being developed]
Assessment:
- Vertical score: [N] — key signals: [top factors]
- Horizontal score: [N] — key signals: [top factors]
- Portfolio position: [which quadrant]
Decision: [VERTICAL / HORIZONTAL / BOTH]
Rationale: [why]
Work plan:
1. [specific item to improve/add]
2. [specific item]
3. [specific item]
Stopping criterion: Switch to [other direction] when [condition]