reflect-maintain

Automate maintenance reflection to curate memory and groom aspirations.

5|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/zkysar1/Claude-Mind --skill reflect-maintain
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reflect-maintain
Source: https://github.com/zkysar1/Claude-Mind/tree/main/.claude/skills/reflect-maintain
Command: npx skills add https://github.com/zkysar1/Claude-Mind --skill reflect-maintain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates maintenance reflection for autonomous agents to keep memory relevant and goals focused.

Core Features & Use Cases

  • Memory curation: prune stale artifacts, retain high-value knowledge, and apply active forgetting to reduce interference.
  • Aspiration grooming: detect stuck goals and re-scope or unblock them to maintain progress across sessions.
  • Guardrails & knowledge maintenance: manage pattern signatures, reasoning banks, and guardrails to sustain reliable reasoning.

Quick Start

Run /reflect --curate-memory to prune memory and guardrails, or /reflect --curate-aspirations to groom aspirations and unlock blocked goals.

Frequently Asked Questions about reflect-maintain

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

FAQPage Schema
How do I prune stale memory and reduce interference for autonomous agents?▼

To prune stale memory and reduce interference for autonomous agents, run the `/reflect --curate-memory` command. This maintenance reflection process automatically identifies and removes outdated artifacts while retaining high-value knowledge.

What is the best way to detect and unblock stuck goals in long-running sessions?▼

Detecting and unblocking stuck goals in long-running sessions is handled by aspiration grooming. Execute `/reflect --curate-aspirations` to automatically identify blocked goals and re-scope them to maintain progress.

Do I need a specific memory pipeline configuration to use automated maintenance reflection?▼

Yes, automated maintenance reflection requires a configured memory pipeline setup. You must establish conventions as described in `core/config/memory-pipeline.yaml` and have the reflect system operating safely beforehand.

How does active forgetting work for autonomous agent knowledge management?▼

Active forgetting for autonomous agent knowledge management works by systematically pruning stale artifacts during the reflect cycle. This reduces cognitive interference and ensures only relevant, high-value knowledge is retained across sessions.

Can I manage reasoning banks and guardrails alongside memory curation?▼

Yes, you can manage reasoning banks and guardrails alongside memory curation. The maintenance reflection process sustains reliable reasoning by actively managing pattern signatures and guardrails during the reflect workflow.

When should I avoid running aspiration grooming and memory curation cycles?▼

You should avoid running aspiration grooming and memory curation cycles if your environment lacks the configured conventions and memory pipeline setup. Safe operation requires a properly configured reflect system to prevent data loss.