用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill cppd命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | cppd |
| description | Analyze patterns across completed GOSM projects to improve the system. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
Analyze patterns across completed GOSM projects to improve the system. This is a standalone procedure — run it when you want to learn from accumulated experience, not as part of every project.
Collect information from completed projects:
For each project:
Minimum sample: 5 projects for basic patterns, 10+ for reliable patterns.
Look across successful projects:
| Pattern Category | Question | Finding |
|---|---|---|
| Common procedures | Which procedures appear in most successes? | |
| Common sequences | Is there a typical order of procedures? | |
| Early indicators | What happened early in successful projects? | |
| Goal characteristics | What kinds of goals succeed most often? | |
| Strategy types | Which strategy types work best? | |
| Resource patterns | How were resources allocated in successes? |
Look across failed or struggling projects:
| Pattern Category | Question | Finding |
|---|---|---|
| Missing procedures | Which procedures were NOT used that should have been? | |
| Common failures | What went wrong repeatedly? | |
| Early warnings | Were there signs of failure that were ignored? | |
| Goal characteristics | What kinds of goals fail most often? | |
| Procedure misapplication | Were procedures used incorrectly? | |
| Gaps | What situations had no applicable procedure? |
Procedure effectiveness:
Goal patterns:
Process patterns:
From detected patterns, identify:
Procedure improvements:
Routing improvements:
Process improvements:
Meta improvements:
CROSS-PROJECT PATTERN DETECTION:
Projects analyzed: [N]
Period: [date range]
Success patterns:
1. [pattern] — seen in [N] of [M] successes
2. [pattern]
Failure patterns:
1. [pattern] — seen in [N] of [M] failures
2. [pattern]
System health:
- Procedure utilization: [% of procedures used at least once]
- Goal completion rate: [%]
- Most valuable procedure: [name] — [why]
- Biggest gap: [what's missing]
Recommended improvements:
1. [improvement] — expected impact: [H/M/L]
2. [improvement]
Priority: [which improvement to make first and why]