aif-grounded

Classify requests into repo-grounded, doc-grounded, or external-facts and enforce verification.

2|Updated Aug 22, 2025
One-click install
npx skills add https://github.com/drsapaev/final --skill aif-grounded-drsapaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-grounded
Source: https://github.com/drsapaev/final/tree/main/.codex/skills/aif-grounded
Command: npx skills add https://github.com/drsapaev/final --skill aif-grounded-drsapaev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a critical reliability gate, preventing AI from generating speculative or fabricated information by enforcing strict evidence-based reasoning.

Core Features & Use Cases

  • Evidence Enforcement: Guarantees that all AI responses are directly supported by provided context or verifiable data.
  • Uncertainty Handling: Explicitly states when information is missing or confidence is below 100%, avoiding guesswork.
  • Use Case: When dealing with high-stakes information like financial reports or medical guidelines, this skill ensures the AI only provides verified facts and clearly flags any gaps in knowledge.

Quick Start

Use the aif-grounded skill to answer the question about the latest policy document, ensuring the answer is fully verified.

Frequently Asked Questions about aif-grounded

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

FAQPage Schema
How do I prevent AI hallucinations and ensure responses are evidence-based?

To prevent AI hallucinations and ensure responses are evidence-based, this skill enforces strict verification by classifying requests into repo-grounded, doc-grounded, or external-facts, and mandates a confidence gate before providing answers.

How does uncertainty handling work for high-stakes information like financial reports?

Uncertainty handling for high-stakes information works by explicitly stating when data is missing or confidence is below 100%, ensuring the AI avoids guesswork and clearly flags knowledge gaps instead of fabricating speculative answers.

What is the best way to verify changeable facts before implementing code changes?

The best way to verify changeable facts before implementing code changes is to apply a confidence gate that mandates verification against provided context, ensuring all actions are fully supported by evidence-based reasoning.

Can I use this skill to validate answers against repository documentation?

Yes, you can use this skill to validate answers against repository documentation by classifying requests as doc-grounded, enforcing that all generated responses are directly supported by the provided context.

When do I need explicit grounding for AI-generated answers?

You need explicit grounding for AI-generated answers when dealing with high-stakes information like medical guidelines, where the skill acts as a reliability gate to prevent fabricated information and guarantee verified facts.

Why does the AI explicitly state when information is missing or confidence is low?

The AI explicitly states when information is missing or confidence is low to implement explicit uncertainty handling, preventing guesswork and ensuring that users are aware of any knowledge gaps before relying on the provided answer.