2.0 KiB
2.0 KiB
name, description
| name | description |
|---|---|
| literature-review | Use this when the task is to survey prior work, compare papers, synthesize a field, or build a reading list grounded in primary sources. |
Literature Review
When To Use
Use this skill when the user wants:
- a research overview
- a paper shortlist
- a comparison of methods
- a synthesis of consensus and disagreement
- a source-backed brief on a topic
Procedure
- Search broadly first.
- If the topic is primarily academic or paper-centric, start with
alpha_search. - If the topic includes current products, companies, markets, software, or "latest/current" framing, start with
web_searchandfetch_content, then usealpha_searchonly for academic background. - Pick the strongest candidates by direct relevance, recency, citations, venue quality, and source quality.
- Inspect the top papers with
alpha_get_paperbefore making concrete claims. - Use
alpha_ask_paperfor missing methodological or experimental details. - Build a compact evidence table:
- title
- year
- authors
- venue
- claim or contribution
- important caveats
- Distinguish:
- what multiple sources agree on
- where methods or findings differ
- what remains unresolved
- If the user wants a durable artifact, write a markdown brief to disk.
- If you discover an important gotcha about a paper, save it with
alpha_annotate_paper. - End with a
Sourcessection that lists direct URLs, not just titles.
Pitfalls
- Do not summarize a field from titles alone.
- Do not flatten disagreements into fake consensus.
- Do not treat recent preprints as established facts without saying so.
- Do not cite secondary commentary when a primary source is available.
- Do not treat a current product or market topic as if it were a paper-only topic.
Output Shape
Prefer this structure:
- question
- strongest papers
- major findings
- disagreements or caveats
- open questions
- recommended next reading or experiments
- sources