askill
arifos-reason

arifos-reasonSafety 85Repository

222_THINK — Logical inference, hypothesis generation. Enforces F2 Truth (τ ≥ 0.99) and F7 Humility (Ω₀ ∈ [0.03,0.05]).

29 stars
1.2k downloads
Updated 2/15/2026

Package Files

Loading files...
SKILL.md

arifos-reason

Tagline: Logical inference with constitutional truth bounds.

Physics: Bayesian Inference — P(H|D) = P(D|H)P(H)/P(D)

Math: Truth score τ = verified_claims / total_claims ≥ 0.99

Code:

def reason(grounded_context):
    hypotheses = generate_hypotheses(grounded_context)
    for h in hypotheses:
        h.truth_score = verify(h)
    return max(hypotheses, key=lambda x: x.truth_score)

Usage: /action reason query="problem statement"

Floors: F2 (Truth), F4 (Clarity), F7 (Humility)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

45/100Analyzed 2/20/2026

A conceptually interesting skill about logical/Bayesian inference with mathematical rigor, but appears highly specialized to the arifOS project. Has clear structure with physics/math/code sections but lacks practical examples, step-by-step instructions, and external applicability. The deep nested path and project-specific notation strongly indicate internal-only usage.

85
75
45
65
55

Metadata

Licenseunknown
Version-
Updated2/15/2026
Publisherariffazil

Tags

No tags yet.