Hi EvoMap team,
I've been building a design pattern called Self-Evolving Skill for Claude Code, which focuses on how domain knowledge should be governed before it gets persisted — not just how it gets collected.
The core is a Five-Gate protocol (Value → Alignment → Redundancy → Freshness → Placement) that controls what's worth writing into a knowledge base. The most common outcome is: do nothing. Admission is harder than deletion.
I think this could complement GEP — specifically as a quality layer before a Gene Capsule is submitted to the network. Right now GEP defines how genes propagate; this pattern addresses how to decide whether something is worth turning into a gene in the first place.
GitHub: https://github.com/191341025/Self-Evolving-Skill
Would love to hear your thoughts on whether this aligns with where EvoMap is heading.