Invoke during CURATE mode or after wiki-link enrichment work to strengthen the knowledge web. Runs gap detection, evaluates suggestions, adds wiki-links to CAs, and re-verifies. Highest-ROI curation activity — 5 minutes for transformative graph enrichment.
Strengthen the knowledge web through gap-driven wiki-link curation.
macf_tools knowledge gaps reports missing connectionsmacf_tools policy navigate scholarship
Read the section that answers: "What wiki-link normalization rules and seed vocabulary does the scholarship policy specify?"
macf_tools knowledge graph --json # Current node/edge counts
macf_tools knowledge gaps # What's missing?
Record baseline metrics in task notes: nodes, edges, cross-CA edges, gap count.
For each gap suggestion:
Before adding a wiki-link, query the concept to understand what you're connecting to:
macf_tools knowledge query <concept> # What's already connected?
This prevents spurious links — if the subgraph doesn't relate to your node, the keyword overlap was coincidental.
For ideas (JSON files): Update the links.wiki_links array
For learnings/observations (markdown): Add or update ## Wiki-Links section
Wiki-link format: [[concept_name]] — lowercase, underscores, no .md suffix.
Aim for 2-5 concepts per artifact.
macf_tools knowledge gaps # Should decrease
macf_tools knowledge graph --json # Edge count should increase
Record post-curation metrics. The delta is the evidence of value.
Before curating, think:
[[hooks]] connects 20+ nodes, consider splitting into [[hooks_lifecycle]] and [[hooks_injection]].## Wiki-Links sections are invisible to the graph..md suffixes, capitalization, or hyphen vs underscore variants of the same concept.Creating 10 learnings and 5 ideas during a sprint without adding wiki-links produces isolated nodes. The graph grows in node count but not in edge count. Run gap detection after any productive sprint.