Skip to main content

occam

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.

Aller à l'installation

Informations de source

Dépôt
youaifuou/occam
Dernière activité de la source
24 juillet 2026 à 12:01
Langue détectée de SKILL.md
anglais
Étoiles
1
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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.
Voir sur GitHub