The project constitution AND the reasoning method. Apply it in ALL planning and execution of non-trivial work: reason like a proof system — hold the axioms fixed, derive each step from them, order work as a topological sort of its dependency DAG, treat every uncertain claim as a conjecture with an attached experiment, and prove the postcondition (observed, not hoped) before declaring done. Universally: make illegal states unrepresentable, keep changes surgical, and verify with a real run. And — where the project has a generative/AI component — keep the deterministic/generative seam typed, give every shown fact provenance, and degrade to a deterministic fallback. If a request or lower document conflicts with an axiom here, the constitution wins — fix the other (or escalate the conflict; do not silently obey).
$npx -y skills add gabrieldabbah/genesis --skill axiomatic-inductionInstalls into the current project.
Run `npx skills use "https://github.com/gabrieldabbah/genesis" --skill "gabrieldabbah/genesis/axiomatic-induction"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gabrieldabbah/genesis" that are relevant to the current task. Run `npx skills add "https://github.com/gabrieldabbah/genesis"` and select the relevant skills, then follow their instructions.