con un clic
search-plan
Design and execute a multi-round SearxNG/arXiv search strategy.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Design and execute a multi-round SearxNG/arXiv search strategy.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | Search Plan |
| description | Design and execute a multi-round SearxNG/arXiv search strategy. |
| when-to-use | Use when finding candidate sources for DeepResearch. |
| user-invocable | false |
| context | inline |
Build a source discovery plan and execute it.
Boundary:
sources.jsonl, evidence-matrix.jsonl, source notes, final reports, QA reports, or review reports.fetch_status in the handoff. Do not treat it as a registered source.Inputs:
Procedure:
Generate query families
Select channels
WebSearch with categories: "science" for academic/technical discovery when useful.WebSearch with site for official docs, standards, or specific domains.mcp__arxiv__search_arxiv for academic paper discovery.mcp__arxiv__get_paper_details for candidate metadata or content previews.mcp__arxiv__search_and_summarize when a query needs a compact paper set overview.curl -L https://www.fda.gov/... or a public site search endpoint. Record the prior WebSearch error or empty result and mark the discovery channel as fallback.Execute in rounds
Score candidates
Return candidate list
fetch_status: not_fetched|fetched_preview|fetch_failed if known.evidence_allowed: no for every candidate, because only Source Reader can promote a candidate to evidence after reading the source.coverage_summary that explicitly states whether every required source class is covered. If a required class is missing, do not hand off as complete; run targeted recovery or fallback first.Output format:
## Search Plan and Candidate Sources
### Query Families
- F1: ...
### Searches Run
| Round | Tool | Query | Category/Site | Result count | Notes |
|---|---|---|---|---|---|
### Candidate Sources
| Candidate ID | Title | URL/arXiv ID | Type | Relevance | Credibility | Read Priority | Fetch Status | Evidence Allowed | Reason |
|---|---|---|---|---|---|---|---|---|---|
### Coverage Gaps
- ...
Recovery examples:
categories: "science" or site: restrictions.Convert source notes into claim-level evidence with confidence and limitations.
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
Write an evidence-backed final research report from sources and the evidence matrix.
Review research method quality, source diversity, bias, and conclusion strength.
Convert a broad research request into subquestions, assumptions, and source criteria.
Read a web page or paper and produce source-grounded notes with stable IDs.