소스 정보
- 저장소
- benjam3n/reasoningtool
- 최근 소스 활동
- 2026년 3월 17일 15:35
- 감지된 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 bi-bounded-inquiry명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | bi - Bounded Inquiry |
| description | Unbounded inquiry cannot terminate - every answer opens new questions. |
| output | {"format":"prose"} |
Unbounded inquiry cannot terminate - every answer opens new questions. Bounded inquiry can terminate - closure is possible within scope.
This procedure establishes explicit boundaries for any inquiry, enabling satisfying closure rather than infinite regress.
Default: 2x. Parse depth from $ARGUMENTS if specified (e.g., "/bi 4x [input]").
| Depth | Min Inquiry Branches | Min Depth per Branch | Min Boundary Tests | Min Convergence Checks |
|---|---|---|---|---|
| 1x | 2 | 2 | 1 | 1 |
| 2x | 3 | 3 | 2 | 2 |
| 4x | 5 | 4 | 3 | 3 |
| 8x | 7 | 5 | 5 | 4 |
| 16x | 10 | 7 | 7 | 6 |
These are floors. Go deeper where insight is dense. Compress where it's not.
Before beginning inquiry, explicitly state:
Be specific. "Understand X" is too vague. "Be able to predict Y given Z" is specific.
Output: goal_statement
Explicitly state:
Questions outside scope are acknowledged but deferred: "That's outside this inquiry. We can address it separately."
Output: scope_definition
Explicitly state:
This prevents moving goalposts and endless "but what if?"
Output: rules_definition
Explicitly state:
If there are no stakes, ask: Why are we doing this?
Output: stakes_definition
Pursue the inquiry, but check against boundaries:
Out-of-scope questions: Acknowledge and defer. Goal-irrelevant tangents: Note and return. Rule-violating moves: Reject or flag.
Output: inquiry_process
Inquiry terminates when:
State the termination explicitly: "This inquiry is complete because [criterion]."
Output: termination_statement