← ClaudeAtlas

memory-curationlisted

Promote any candidate into the unified memory layer at `.devt/memory/` — ephemeral DEC-xxx into permanent ADR-xxx, retro lesson drafts into LES-xxx, rejected ideas into REJ-xxx tombstones, or reviewing `_suggestions.md` proposals from the discovery engine. Trigger on 'promote this decision', 'capture as ADR/Concept/lesson', 'reject this idea, never suggest again', 'create tombstone', 'review memory suggestions', 'curator review', 'archive stale lesson', 'codify this rule', 'this should be permanent'. Single curation skill for ALL 5 doc types (decision, concept, flow, rejected, lesson). HARD INVARIANT — never writes a permanent `.devt/memory/**/*.md` file without explicit user approval via AskUserQuestion.
emrecdr/devt · ★ 0 · AI & Automation · score 75
Install: claude install-skill emrecdr/devt
# Memory Curation ## Overview The memory layer at `.devt/memory/` holds permanent architectural rules: ADR (decisions), CON (concepts), FLOW (processes), REJ (rejected ideas / tombstones). These rules govern how future agents make decisions across sessions — they are constitutional, not advisory. Because they are permanent and they shape future agent behavior, **every promotion runs through human approval**. This skill is the gatekeeper. It reads candidate proposals from `.devt/memory/_suggestions.md` (produced by the discovery engine), presents each to the user via `AskUserQuestion` with the full original reasoning, and writes the permanent markdown ONLY on approval. This is the **sole** curation skill for the unified `.devt/memory/` layer. It covers all 5 doc types under one approval flow: - **architectural rules** — ADR (decisions), CON (concepts), FLOW (process), REJ (tombstones) - **operational lessons** — LES ("when X happens, do Y") in `.devt/memory/lessons/` The same 5-filter discipline (Specificity, Durability, Non-obviousness, Evidence, Actionability) applies across all 5 — the curator agent's `memory: project` persistent memory carries the running state. ## When to Run It Trigger on: - End of `/devt:workflow --mode=clarify`, `/devt:specify`, `/devt:research` when the workflow produced DEC-xxx entries that look architectural (multi-session relevant, hard-to-reverse, high-stakes — meets the same threshold as the council offramp) - End of `/devt:workflow