memory-alignment-check

Compare a Story's implementation footprint against memory entries and generate delta reports.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill memory-alignment-check-petrsimonidesxart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-alignment-check
Source: https://github.com/petrSimonidesXart/xPmGateway/tree/main/.gaai/core/skills/cross/memory-alignment-check
Command: npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill memory-alignment-check-petrsimonidesxart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After QA PASS, compare the Story's implementation footprint against relevant memory entries. Reports confirmed entries, contradictions, and new knowledge candidates. Never writes to memory — produces a delta report for Discovery to action.

Core Features & Use Cases

  • Extracts the Story's implementation footprint from the QA context and identifies memory drift.
  • Compares footprint to selective memory entries to surface CONFIRMED, CONTRADICTED, and UNADDRESSED results.
  • Generates memory-delta artifacts for Discovery to ingest or review.

Quick Start

Immediately run the memory-alignment-check after QA verdict to produce a delta report for Discovery.

Frequently Asked Questions about memory-alignment-check

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

FAQPage Schema
How do I check memory alignment drift after a QA pass?

Memory alignment drift is checked by comparing a Story's implementation footprint against selective memory entries. This generates a delta report classifying findings as confirmed, contradicted, or unaddressed for Discovery review.

What is a memory-delta report in post-delivery QA?

A memory-delta report is an artifact generated by comparing implementation footprints against memory entries. It surfaces confirmed entries, contradictions, and new knowledge candidates without modifying memory.

When do I need to run a memory alignment check?

You need to run a memory alignment check immediately after a QA PASS verdict. It identifies drift between the delivered implementation footprint and existing memory entries to ensure post-delivery consistency.

Does the memory alignment check modify existing memory entries?

The memory alignment check never modifies existing memory entries. It consumes the implementation footprint and memory index strictly as read-only inputs to produce a separate delta report for Discovery to action.

Can I identify new knowledge candidates using memory footprint comparisons?

Comparing implementation footprints against memory entries identifies new knowledge candidates. The resulting delta report flags unaddressed items and contradictions for Discovery to ingest and review.

What's the best way to surface memory contradictions during Discovery?

Surfacing memory contradictions during Discovery is best achieved by generating a memory-delta report. This report compares the Story's footprint against memory entries to highlight contradicted data for review.