trinity-score-calculator

Compute the Trinity Score from weighted pillar base scores for decision routing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill trinity-score-calculator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trinity-score-calculator
Source: https://github.com/lofibrainwav/AFO_Kingdom/tree/main/skills/trinity-score-calculator
Command: npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill trinity-score-calculator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill computes the 5-Pillar Trinity Score (眞善美孝永) to drive decision-making with weighted philosophy alignment.

Core Features & Use Cases

  • Pillar Weights: Truth, Goodness, Beauty, Serenity, Eternity with configurable weights.
  • Decision Routing: AUTO_RUN, ASK_COMMANDER, or BLOCK based on the score.

Quick Start

input = {"truth_base": 95, "goodness_base": 90, "beauty_base": 85, "risk_score": 5, "friction": 3, "eternity_base": 88} result = await trinity_score_calculator.calculate(input)

Frequently Asked Questions about trinity-score-calculator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate a Trinity Score for decision-making?

Trinity Score calculation processes weighted pillar base scores—truth, goodness, beauty, serenity, and eternity—along with risk and friction inputs to produce a composite score that routes decisions to AUTO_RUN, ASK_COMMANDER, or BLOCK outcomes based on philosophy alignment thresholds.

What are the pillar scores in Trinity Score weighting?

The five pillars (truth, goodness, beauty, serenity, eternity) are independently weighted input dimensions. Each pillar base score contributes to the final Trinity Score calculation, and configurable weights determine how heavily each pillar influences decision routing.

Can I use Trinity Score for governance and risk assessment decisions?

Yes. Trinity Score applies to governance decision-making, risk assessment, and compatibility validations where weighted pillar scoring and automatic decision routing determine whether actions proceed automatically, require commander review, or are blocked.

What outputs does the Trinity Score calculation provide?

The calculation outputs trinity_score, balance_status, decision routing action, and individual pillar_scores, enabling both quantitative scoring and categorical decision action for downstream workflows.

How do risk_score and friction adjust the Trinity Score?

Risk score and friction are input parameters that modify the weighted pillar calculation. These adjustments calibrate the final Trinity Score to account for operational constraints and risk tolerance before decision routing.