# knowledge_gap_detect > Proactive curiosity to find missing info. - Author: Letteriello - Repository: Letteriello/projeto-cortex - Version: 20260129163548 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Letteriello/projeto-cortex - Web: https://mule.run/skillshub/@@Letteriello/projeto-cortex~knowledge_gap_detect:20260129163548 --- --- name: knowledge_gap_detect description: Proactive curiosity to find missing info. --- # Knowledge Gap Detect (Curiosity) **Trigger**: Low graph density or failed retrieval. ## Logic 1. **Analyze**: Scan for nodes with `degree_centrality < 2` (few connections) but `utility_score > 5.0` (high usage). - *Interpretation*: "We use this a lot, but don't know much about it." 2. **Formulate**: Generate a question. "What are the edge cases for X?" 3. **Task**: Create a `Research Task` for the Operator. ## Action Periodically run this analysis to generate a "Learning Backlog"".