From 18fdb4ca54e0aab6fc7e053cd7ea129cd68c8988 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 17 Jun 2026 06:53:17 -0700 Subject: [PATCH] create skills/claim-proposal-guardian.md - Grok Build skill protecting claim schema and epistemic rigor --- skills/claim-proposal-guardian.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 skills/claim-proposal-guardian.md diff --git a/skills/claim-proposal-guardian.md b/skills/claim-proposal-guardian.md new file mode 100644 index 00000000..c7fc68bc --- /dev/null +++ b/skills/claim-proposal-guardian.md @@ -0,0 +1,15 @@ +--- +name: claim-proposal-guardian +description: Enforce review-gated claim status transitions and epistemic rigor. Prevents direct mutation of SPECULATIVE / COHERENT / CONTESTED / FALSIFIED status. +triggers: ["pre_edit:teaching/", "pre_edit:core/cognition/", "pre_edit:vault/", "manual"] +auto_invoke: true +--- + +Before any change involving claim status, TeachingChainProposal, or epistemic_status: + +1. Confirm the change goes through the defined review-gated proposal mechanism only. +2. Verify no direct mutation of claim status or epistemic_status outside `vault/store.py` (INV-29). +3. Ensure user-facing recall respects `min_status=COHERENT` (INV-24). +4. Block or surface any attempt to bypass review gates. + +This skill protects CORE's truth-seeking schema and epistemic integrity. \ No newline at end of file