sensemaking-docs-reconciler

Audits Sensemaking docs against registries and artifact contracts for drift.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/ThorStarlord/interface-skills --skill sensemaking-docs-reconciler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sensemaking-docs-reconciler
Source: https://github.com/ThorStarlord/interface-skills/tree/main/skills/sensemaking-docs-reconciler
Command: npx skills add https://github.com/ThorStarlord/interface-skills --skill sensemaking-docs-reconciler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Sensemaking documentation can drift from the actual architecture and published registries, causing teams and agents to act on outdated vocabulary or incompatible schemas.

Core Features & Use Cases

  • Audit documentation against canonical sources: Cross-checks CONTEXT.md glossary, skill-registry.yaml, artifact-contracts.yaml, and README.md to find vocabulary drift and contract drift.
  • Challenge with concrete mismatch evidence: Flags renamed skills, stale terms, and schema/section-count inconsistencies between templates and the declared PRD.
  • User-gated resolution with constrained mutation: Requires explicit approval for registry/contract schema changes and restricts casual edits to glossary terms in CONTEXT.md, avoiding side effects to skill logic or execution behavior.
  • Architectural alignment support: Prompts ADR creation for significant architectural changes after resolving drift.

Quick Start

Ask the AI to run a documentation reconciliation audit for the sensemaking ecosystem and present the mismatches for your approval before updating CONTEXT.md or any registries/contracts.

Frequently Asked Questions about sensemaking-docs-reconciler

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

FAQPage Schema
How do I detect documentation drift between my UI spec and canonical registries?

To detect documentation drift, you can run a reconciliation audit that cross-checks your CONTEXT.md glossary, skill-registry.yaml, and README.md against artifact contracts to flag renamed skills, stale terms, and schema mismatches.

Can I update glossary terms in CONTEXT.md without altering skill logic?

Yes, you can update glossary terms in CONTEXT.md without altering skill logic, because the reconciliation process restricts casual edits to glossary-only changes and requires explicit user approval for any registry or contract schema mutations.

How do I validate schema consistency between artifact contracts and declared PRDs?

Schema validation for artifact contracts involves comparing declared PRDs against templates to identify section-count inconsistencies and schema mismatches, presenting concrete evidence for your review before applying any registry mutations.

What is the best way to resolve vocabulary mismatches in sensemaking documentation?

The best way to resolve vocabulary mismatches is to run a documentation reconciliation audit that challenges drift with concrete evidence, prompting ADR creation for significant architectural changes after resolving the outdated terms.

Do I need user approval to change skill-registry.yaml schemas during an architecture audit?

Yes, user approval is required to change skill-registry.yaml schemas during an architecture audit, as the process enforces explicit approval gates for registry and contract schema mutations to avoid side effects on execution behavior.