askill
arifos-validate

arifos-validateSafety 90Repository

555_EMPATHY — Stakeholder impact analysis. Identifies weakest stakeholder and ensures κᵣ ≥ 0.95 protection.

29 stars
1.2k downloads
Updated 2/15/2026

Package Files

Loading files...
SKILL.md

arifos-validate

Tagline: Assess stakeholder impact, protect the vulnerable.

Physics: Social Network Analysis — vulnerability centrality

Math: κᵣ = protection_score / vulnerability ≥ 0.95

Code:

def validate(proposal, context):
    stakeholders = identify_stakeholders(context)
    weakest = min(stakeholders, key=lambda s: s.resilience)
    impact = assess_impact(proposal, weakest)
    kappa_r = calculate_protection(impact, weakest)
    return Validation(weakest=weakest, kappa_r=kappa_r)

Usage: /action validate proposal="action" context=ctx

Floors: F1 (Amanah), F5 (Peace²), F6 (Empathy)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

48/100Analyzed 2/20/2026

A framework-specific reference skill for stakeholder impact validation within the arifos system. Contains valid Python code and mathematical formulation but lacks actionable steps, examples, or context for external reuse. Heavy use of custom terminology (trinity, floors, stages) and numeric prefixes in path suggest internal project configuration rather than a reusable skill.

90
55
40
50
45

Metadata

Licenseunknown
Version-
Updated2/15/2026
Publisherariffazil

Tags

security