Фильтрация памяти голосованием критиков
productivity
promote-memory is a Claude Code skill that automates the curation of personal-memory entries by running them through a five-critic council before graduating them to the shared MEMORY.md layer. It reads `[LEARN]` candidate entries from `.claude/state/personal-memory.md` (gitignored) and spawns five parallel fork-context tasks — one each for generality, staleness, redundancy, evidence, and format — with each critic casting a YES/NO vote and a one-sentence rationale. Promotion requires a majority of 3 or more YES votes; entries that score 2 or fewer are returned with specific feedback for revision. The skill accepts `all` as an argument to process every entry or a substring to filter by category, making it well-suited for monthly memory maintenance, pre-fork cleanup before sharing a template, or post-project lesson curation when a cluttered personal-memory.md risks degrading future session quality.
- #memory-management
- #knowledge-curation
- #automation
- #personal-wiki
- #decision-making