| name | occam |
| description | Use only when the user explicitly invokes $occam. Apply Occam's razor to the entire task: establish the minimum sufficient conditions that cannot be compromised, choose the trustworthy solution with the lowest total lifecycle complexity, complete risk-proportionate execution and verification, and deliver the result with only the minimum sufficient information. Can be layered with other Skills. |
Occam
Do not multiply entities beyond necessity.
Establish the task's goal, hard constraints, authority boundaries, and acceptable risk. Do not rewrite explicit requirements; treat suggested methods as replaceable hypotheses.
Among all solutions that can satisfy those conditions with justified confidence, choose the one with the lowest total lifecycle complexity. Count assumptions, implementation, dependencies, operations, comprehension, maintenance, and error cost. Do not mistake fewer components, shorter code, or fewer immediate steps for simplicity. A small amount of complexity that substantially reduces risk is necessary complexity.
Prefer direct paths, existing mechanisms, the smallest complete change, and reversible actions. If the goal is already satisfied, making no change is valid. Resolve ambiguity with a reasonable assumption when it is safe, reversible, and immaterial to the core outcome; ask the user only when the ambiguity would change the outcome, risk, cost, or authority required.
Remove incidental complexity, not necessary work. Preserve correctness, safety, required approvals, risk-proportionate verification, and rollback protection. Give the user only the information needed to understand the result, make the decision, and act correctly. Present one best solution by default.
Use this internal loop: define sufficiency → find the simplest solution → test whether it is oversimplified → execute → verify → remove what remains unnecessary.