Automated research discovery, ingestion, and insight surfacing
A structured approach to continuous research discovery and knowledge compounding. The research loop automates the cycle of discovering relevant sources, ingesting them into your knowledge base, querying for insights, and surfacing connections you wouldn't find manually.
Use this skill when you need to:
The research loop is most valuable when your knowledge base has 20+ entities and you want to move from manual curation to systematic compounding.
Run the research loop phases in order:
# Discover new sources
wikirecall knowledge search "<topic>"
# Ingest discovered sources
wikirecall knowledge create --title "<entity>" --type concept --tags "<tags>"
# Query for insights
wikirecall knowledge search "<query>"
Identify new sources of knowledge relevant to your active scenarios.
related fields and [[wikilinks]] for references you haven't ingested yetwikirecall knowledge search to find clusters with few entities (potential gaps)Output: A ranked list of candidate sources, each with a one-line description and relevance score (1–5).
Transform raw sources into structured knowledge entities.
wikirecall knowledge create --title "Concept Name" --type concept --tags "tag1,tag2"
related and [[wikilinks]])Use search and visualization to surface patterns.
wikirecall knowledge search "query" to find entities by contentwikirecall visualize to see the network topology
wikirecall visualize --type topic-clusters to find tag imbalanceswikirecall visualize --type timeline to track knowledge growth rateLet accumulated knowledge generate new insights.
wikirecall visualize --type research-landscape for a full dashboardstatus: needs_update if they haven't been revised in 90+ days# Check for entities updated today
wikirecall knowledge list | grep "$(date +%Y-%m-%d)"
# Generate fresh graph
wikirecall visualize --output ./daily-graph.html
wikirecall visualize --type research-landscape --output ./weekly-review.htmlAfter running a research loop cycle, you should have:
[[entity-name]] in content creates implicit graph edges