What problem does it solve? Over time, domain memory files accumulate lessons that belong in permanent instruction files, but manually consolidating them risks knowledge loss and redundancy. This Skill guides an AI agent through a structured, review-gated merger process that preserves every detail while keeping instructions scannable. ## Core Features & Use Cases - Scoped Merging: Supports global (user-level) and workspace instruction scopes with flexible syntax like /memory-merger >domain [scope]. - Review-Gated Workflow: Proposes each memory for approval and waits for user confirmation before modifying any files. - Quality-Bar Iteration: Defines a 10/10 quality bar (zero knowledge loss, minimal redundancy, maximum scannability) and iterates on the merged draft before writing. - Use Case: After weeks of accumulating Clojure tips in a memory file, run /memory-merger >clojure workspace to fold the mature lessons into the project's clojure.instructions.md and clean up the memory file. ## Quick Start Ask the agent to run /memory-merger >your-domain with an optional scope such as global or workspace to consolidate that domain's memory file into its instruction file.