rlat-gap-scan

Identifies and classifies gaps in a .rlat corpus by assessing retrieved context for answers.

16|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/tenfingerseddy/resonance-lattice --skill rlat-gap-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rlat-gap-scan
Source: https://github.com/tenfingerseddy/resonance-lattice/tree/main/.claude/skills/rlat-gap-scan
Command: npx skills add https://github.com/tenfingerseddy/resonance-lattice --skill rlat-gap-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps identify questions the corpus cannot answer by evaluating retrieved context and surfacing true gaps for review.

Core Features & Use Cases

  • Detects unanswered questions by reading retrieved context and classifying gaps
  • Supports recurrence logging to distinguish candidate gaps from confirmed gaps
  • Works across sessions on a local .rlat corpus and guides gap-filling workflows

Quick Start

Run the rlat-gap-scan skill against your loaded corpus to identify unanswered questions.

Frequently Asked Questions about rlat-gap-scan

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

FAQPage Schema
How do I detect gaps in a knowledge corpus when retrieved context lacks specific answers?

Detect knowledge corpus gaps by evaluating retrieved context during session-based reading to classify whether specific answers exist, surfacing true gaps for later action.

What is recurrence logging for gap detection and how does it confirm candidate gaps?

Recurrence logging for gap detection tracks candidate gaps across sessions on a .rlat corpus, applying a recurrence gate to promote recurring candidate gaps to confirmed status based on user judgment labels.

Can I identify unanswered questions in a local .rlat corpus without external APIs?

Yes, you can identify unanswered questions in a local .rlat corpus without external APIs. The gap detection process relies entirely on user judgment to label gaps and classify retrieved context during sessions.

How do I start a gap-filling workflow after identifying missing information in my corpus?

Start a gap-filling workflow by running the gap scan against your loaded .rlat corpus to identify unanswered questions, logging confirmed gaps to guide subsequent review and content addition actions.

Does this gap detection approach work across multiple reading sessions on the same corpus?

Yes, this gap detection approach works across multiple reading sessions on the same .rlat corpus, logging recurring findings to distinguish newly identified candidate gaps from previously confirmed gaps over time.