소스 정보
- 저장소
- benjam3n/reasoningtool
- 최근 소스 활동
- 2026년 3월 12일 17:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 9
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/benjam3n/reasoningtool --skill dse명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | dse |
| description | Evaluate strategies based on the logical soundness of their derivation. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
Evaluate strategies based on the logical soundness of their derivation. Determines whether a strategy is logically valid (conclusions follow), sound (premises true AND inferences valid), complete (no gaps), and necessary vs sufficient.
Strategies that pass deductive evaluation have the highest confidence because their correctness follows from the problem definition itself.
For each inference step in the strategy's derivation:
| Step | Premise(s) | Inference | Conclusion | Valid? |
|---|---|---|---|---|
| 1 | [what's assumed] | [rule applied] | [what follows] | Y/N |
| 2 |
Validity check: Does the conclusion NECESSARILY follow from the premises using the stated inference rule?
For each premise used in the derivation:
| Premise | Type | Truth Status | Evidence |
|---|---|---|---|
| [premise] | axiom/observation/assumption/definition | true/uncertain/false | [source] |
Soundness = validity + true premises. A valid argument with false premises produces unreliable conclusions.
Categorize each weakness found:
| Weakness | Type | Impact | Fixable? |
|---|---|---|---|
| [weakness] | invalid step / uncertain premise / missing step / scope error | strategy collapses / weakened / unaffected | Y/N |
Weakness types:
How strong is the connection between strategy and success?
| Level | Description | Test |
|---|---|---|
| Necessary and sufficient | This is the ONLY strategy that works, AND it guarantees success | No alternative exists AND no failure mode exists |
| Sufficient | This strategy guarantees success, but alternatives exist | Will work, others might too |
| Necessary | Must include this, but it alone isn't enough | Required but not complete |
| Contributory | Increases probability of success but doesn't guarantee | Helps but not decisive |
| Irrelevant | No logical connection to success | Doesn't help |
Based on Steps 1-4:
| Proof Level | Criteria |
|---|---|
| Level 4 — Proven | All steps valid, all premises true, no gaps, necessary and sufficient |
| Level 3 — Strong | All steps valid, most premises true, minor gaps, sufficient |
| Level 2 — Supported | Most steps valid, key premises plausible, some gaps, contributory |
| Level 1 — Suggestive | Logic is reasonable, premises uncertain, significant gaps |
| Level 0 — Unproven | Logic has errors, premises unverified, or major gaps |
For strategies below Level 4, specify what would raise them:
UPGRADE PATH:
Current level: [X]
To reach Level [X+1]:
1. [specific action] — fixes: [weakness] — cost: [effort]
2. [specific action] — fixes: [weakness] — cost: [effort]
Most cost-effective upgrade: [which action gives most level-improvement per effort]
DEDUCTIVE STRATEGY EVALUATION:
Strategy: [what was evaluated]
Validity: [N] of [N] steps valid
Soundness: [N] of [N] premises verified
Completeness: [no gaps / minor gaps / significant gaps]
Necessity level: [necessary and sufficient / sufficient / necessary / contributory]
Proof level: [0-4] — [label]
Weaknesses:
| # | Weakness | Type | Impact | Fix |
|---|----------|------|--------|-----|
| 1 | [weakness] | [type] | [impact] | [fix] |
Upgrade path: [what would raise the proof level]
Overall confidence: [high / moderate / low — with justification]