aif-grounded

Enforce a 100/100 confidence threshold with evidence-based reasoning before final answers.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-grounded-exsydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-grounded
Source: https://github.com/ExsyDev/eye-blinking/tree/main/.claude/skills/aif-grounded
Command: npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-grounded-exsydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reliability gate for AI responses that enforces evidence-based reasoning, surfaces explicit uncertainty, and returns an "insufficient information" signal instead of guesses in high-stakes scenarios.

Core Features & Use Cases

  • Enforces a 100/100 confidence requirement before delivering final answers.
  • Outputs a concise "what's missing" checklist when confidence is below 100.
  • Reads optional project-specific rules from skill-context to tailor behavior.
  • Supports safe handling of high-stakes domains (legal, medical-adjacent, security).

Quick Start

Enable grounded reasoning and require evidence-based answers only when confidence is 100%, otherwise return a concise what's-missing checklist.

Frequently Asked Questions about aif-grounded

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

FAQPage Schema
How do I enforce evidence-based reasoning for high-stakes AI responses?

To enforce evidence-based reasoning for high-stakes AI responses, apply a reliability gate that requires a 100/100 confidence threshold before delivering final answers, returning an insufficient information signal instead of guesses.

What happens when AI confidence falls short in policy-driven tasks?

When AI confidence falls short in policy-driven tasks, the reliability gate surfaces an explicit 'what's missing' checklist, identifying specific information gaps needed to reach 100% confidence rather than outputting unverified results.

Can I override general behavior for project-specific evidence requirements?

Yes, you can override general behavior by reading optional project-specific rules from skill-context, allowing you to tailor the reliability gate's evidence requirements to match your domain's exact policy-driven constraints.

When do I need a reliability gate for AI outputs?

You need a reliability gate for AI outputs in high-stakes, version-sensitive, or policy-driven scenarios where responses must be 100% confident and supported by evidence, preventing unverified guesses in critical domains.

Does grounded prompting work for security and legal-adjacent domains?

Yes, grounded prompting works for security and legal-adjacent domains by enforcing strict evidence-based reasoning and surfacing explicit uncertainty, ensuring safe handling of high-stakes outputs that cannot tolerate hallucinated information.

Best way to prevent AI hallucinations in version-sensitive tasks?

The best way to prevent AI hallucinations in version-sensitive tasks is implementing a reliability gate that enforces a 100/100 confidence requirement, blocking final answers unless they are fully supported by evidence.