rlat-learn

Extract durable world facts and constraints into an rlat knowledge model.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It guides an rlat knowledge model to extract and store durable world facts, standing constraints, and learned findings from in-session user statements, with strict privacy safeguards.

Core Features & Use Cases

  • Four gates framework: enforces durability, user-statement provenance, premise relevance, and world-only scope to filter candidates.
  • Land-and-confirm loop: prompts user confirmation before landing each fact into the knowledge model via rlat capture-attribute.
  • Scoped in-session learning: captures only world-relevant information and prevents personal data leakage, supporting iterative updates during a session.

Quick Start

When the user says remember this or rlat should know this, mine and land approved facts into the knowledge model after user confirmation.

Frequently Asked Questions about rlat-learn

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

FAQPage Schema
How do I capture durable world facts from user input into a knowledge model?

To capture durable world facts into a knowledge model, this Skill mines user statements for durable facts, standing constraints, and tried-and-falsified findings, then filters them through four validation gates before prompting user confirmation to store the approved items.

What is the best way to extract standing constraints in-session without storing personal data?

Extracting standing constraints in-session without storing personal data requires privacy safeguards that scope learning to world-relevant statements only. This Skill applies a world-only scope gate to prevent personal data leakage while identifying durable constraints.

How does the land-and-confirm loop work for adding facts to an rlat file?

The land-and-confirm loop for adding facts to an rlat file works by prompting user confirmation before landing each candidate fact. Approved items are committed to the project-scale knowledge model via rlat capture-attribute.

What are the four gates used to filter candidate facts before landing them?

The four gates used to filter candidate facts before landing them enforce durability, user-statement provenance, premise relevance, and world-only scope. This framework ensures only verified, world-relevant statements are captured in the knowledge model.

Do I need an API key to teach the rlat model its world during a session?

You do not need an API key to teach the rlat model its world during a session. The workflow operates entirely key-free in-session, relying on user confirmation rather than external authentication to populate the knowledge model.

Can I use this approach to store tried-and-falsified findings for later analysis?

You can use this approach to store tried-and-falsified findings for later analysis by identifying them from user input. The Skill applies its four gates to these findings and lands them into the project-scale knowledge model after explicit user confirmation.