用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill lps命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | lps |
| description | The foundational infrastructure for treating strategy selection as theorem proving. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
The foundational infrastructure for treating strategy selection as theorem proving. Core insight: Strategies should be DERIVED from problems, not SEARCHED for. A well-derived strategy feels self-evidently correct because it follows necessarily from the problem definition.
Convert the problem into precise logical statements:
Given facts (things known to be true):
Constraints (things that must hold):
Objectives (what must be achieved):
Definitions (terms with precise meaning):
Quality check: Are the axioms:
From the axioms, derive what MUST be true:
Theorem T1: [statement]
Proof: From G1 and G2, by [inference rule], T1 follows.
Theorem T2: [statement]
Proof: From T1 and C1, by [inference rule], T2 follows.
Inference rules to use:
The strategy emerges from the theorems:
Strategy derivation:
1. From T1: We need [action] (because [theorem] requires it)
2. From T2: The action must have property [X] (because [theorem] constrains it)
3. From T3: The timing must be [Y] (because [theorem] determines it)
4. Therefore: The strategy is [specific strategy]
A well-derived strategy should feel INEVITABLE — given the axioms, there's no other rational conclusion.
Strongest proofs:
Moderate proofs:
Weakest proofs:
For each step in the proof:
| Step | Premise Strength | Inference Validity | Alternatives | Overall |
|---|---|---|---|---|
| [step] | verified/assumed/uncertain | deductive/inductive/analogical | none/few/many | strong/moderate/weak |
Every proof has weakest links:
CRITICAL ASSUMPTIONS:
| # | Assumption | If Wrong | Impact on Strategy | Testable? |
|---|-----------|----------|-------------------|-----------|
| 1 | [assumption] | [consequence] | [strategy changes/survives] | [Y/N] |
Are there other valid derivations from the same axioms?
LOGICAL PROOF:
Axioms: [N] given facts, [N] constraints, [N] objectives
Derivation:
[step-by-step proof from axioms to strategy]
Derived strategy: [what follows necessarily]
Proof strength: [strong / moderate / weak]
Critical assumptions:
1. [assumption] — if wrong: [impact]
Weakest link: [which step is least certain]
Alternative derivations: [how many, how different]
Confidence: [high if strong proof with few assumptions,
low if weak proof with many assumptions]