memory-update

Cascade changed facts across linked markdown memory files and verify consistency.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/apappas57/sinew --skill memory-update-apappas57
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-update
Source: https://github.com/apappas57/sinew/tree/main/skills/core/memory-update
Command: npx skills add https://github.com/apappas57/sinew --skill memory-update-apappas57

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents stale or contradictory facts from lingering across multiple memory files by updating every reference when a key detail changes.

Core Features & Use Cases

  • Cascade updates across memory: Finds every mention of a changed fact and updates all related markdown memory files in one pass.
  • Supports common fact changes: Handles client status changes, pricing updates, launch dates, project states, and other repeated business facts.
  • Verifies consistency: Rechecks the memory set after edits to confirm the old value no longer appears anywhere relevant.
  • Use Case: If a client's pricing changes or a project moves from pending to closed, this Skill updates the registry, strategy notes, and other memory documents together.

Quick Start

Ask the skill to cascade a fact change, such as a new client price or status, so every memory file reflects the updated value.

Frequently Asked Questions about memory-update

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

FAQPage Schema
How do I update a changed fact across multiple markdown memory files?

To update a changed fact across markdown memory files, you cascade the change by searching every relevant file, editing each matching reference consistently, and verifying no old values remain to eliminate stale or contradictory facts.

What is the best way to keep client status and pricing consistent in linked markdown documents?

Keeping client status and pricing consistent in linked markdown documents requires cascading the changed detail across all memory files in one pass, then rechecking to confirm the old value no longer appears anywhere relevant.

Can I verify that no old references remain after editing memory files?

You can verify no old references remain after editing memory files by rechecking the memory set post-edit to confirm fact consistency, ensuring outdated values are successfully eliminated from all relevant markdown documents.

When do I need to cascade updates across my memory files?

You need to cascade updates across memory files when a repeated key detail changes, such as client status changes, pricing updates, shifted launch dates, or project state transitions from pending to closed.

Does this approach work for updating project state transitions in memory registries and strategy notes?

This approach works for updating project state transitions by targeting memory registries and strategy notes together. It searches every linked markdown memory document to edit matching references, ensuring the new project state is reflected everywhere consistently.