name: control-knowledge-explorer description: Explore and structure local EDA knowledge, identify evidence gaps, and prepare targeted literature retrieval tasks for local download and follow-up parsing.
Control Knowledge Explorer
When to use
Use this skill at the start of a research topic or when evidence is fragmented across KB, logs, and papers.
Knowledge And Tool Interaction
- Use
eda-context-accessorwhen the task first needs a shared scoped KB/tool snapshot before deeper evidence-gap mapping begins. - Treat the local knowledge base as the primary evidence source once exploration starts.
- Write outputs as reusable knowledge artifacts that later skills can consume directly.
Workflow
- Read core KB context and recent experiment summaries.
- Build a gap map:
- known claims,
- uncertain assumptions,
- missing evidence.
- For missing external evidence, delegate to
eda-paper-fetchand generate a local download queue. - If local PDFs are available, delegate parse/summarize to
eda-pdf-local-summary. - Produce explicit research questions that can be tested in later experiment design.
Outputs
knowledge_gap_map.mdpaper_download_queue.tsvevidence_to_question_map.md
Hard rules
- Distinguish confirmed evidence from hypotheses.
- Do not present unsourced claims as conclusions.
- Keep file/path-level references for each key claim.
Reference
Load when needed:
references/exploration-checklist.md