computing-decision-confidence

Computes confidence scores that gate autonomous approval actions on Fianu tickets.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/fianulabs/fianu-skills --skill computing-decision-confidence-fianulabs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: computing-decision-confidence
Source: https://github.com/fianulabs/fianu-skills/tree/main/skills/computing-decision-confidence
Command: npx skills add https://github.com/fianulabs/fianu-skills --skill computing-decision-confidence-fianulabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agents acting autonomously on compliance tickets need a consistent way to decide when they may approve or deny changes on their own versus when they must defer to a human reviewer. This Skill defines the confidence framework that makes that decision deterministic and auditable. ## Core Features & Use Cases - Gate thresholds: Maps confidence scores to allowed actions — autonomous approval/denial at 0.90+, approval plus notification at 0.75–0.89, advisory comment only at 0.50–0.74, and human-review flagging below 0.50. - LLM-context-rule cap: Caps confidence at 0.70 (advisory-only mode) when no LLM context rule pod exists for the target entity or its parent. - Ambiguity rule: Defaults to advisory comment-only behavior when guidance is ambiguous or signals conflict, with transparency about what a human should review. - Use Case: A policy update relaxes coverage.overall.minimum from 0.8 to 0.5; the agent diffs the policies, finds an explicit context rule forbidding the relaxation, computes 0.92 confidence, and autonomously submits a denial with a quoted justification. ## Quick Start Ask the agent to compute a decision confidence score for the pending ticket and state which gate action it permits.

Frequently Asked Questions about computing-decision-confidence

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

FAQPage Schema
How do I compute a confidence score for an autonomous ticket decision?▼

Derive a raw confidence in [0.0, 1.0] from the decision logic, then apply the 0.70 cap if no LLM context rule pod exists for the entity or its parent. Compare the final score against the gate table to determine the allowed action.

What confidence threshold allows autonomous approval on a Fianu ticket?▼

A confidence of 0.90 or higher permits autonomous submission of an approval or denial activity. Scores from 0.75 to 0.89 allow the action plus a notification, while lower scores restrict the agent to advisory comments.

What happens when no LLM context rule exists for an entity?▼

The maximum confidence is capped at 0.70, placing the agent in advisory-only mode regardless of the raw score. The agent posts an analysis comment and a human makes the final approve or deny decision.

How should an agent handle ambiguous or conflicting policy guidance?▼

The agent defaults to advisory comment-only behavior and takes no autonomous action. The comment should transparently describe the ambiguity and suggest what a human reviewer should focus on.

When should confidence scoring not be used in ticket workflows?▼

Fact-only workflows such as analyzing-tickets must not compute or display confidence scores. The framework applies only when an agent is preparing to act autonomously on a ticket, primarily within managing-ticket-approvals.