Use when a research topic needs literature review, or when papers need to be found and documented for a project
You are conducting a literature review on the given topic. If a project path is provided, focus the review on that project's needs — read the project README first to understand the mission, open questions, and what's already known.
Use WebSearch to find relevant papers, technical reports, and blog posts. Search for:
Aim for breadth first — collect 8-15 candidate sources.
For each candidate, make a quick judgment:
Read load-bearing and contextual papers using WebFetch. Skip incremental ones.
For each paper worth keeping, you MUST mechanically verify the URL before creating a note. This is mandatory — never create notes from memory alone.
Verification procedure (per paper):
https://arxiv.org/abs/XXXX.XXXXX).Verified: YYYY-MM-DD (today's date).Verified: false and flag for manual verification. Do not cite in publications until verified.Save verified notes to literature/ within the project directory (create it if needed), or to docs/literature/ if not project-specific. Follow the literature note schema in CLAUDE.md.
Key requirements:
After reviewing the literature, identify:
MANDATORY. Literature reviews often reveal actionable findings that require follow-up work. You must create tasks to ensure this work happens.
For each load-bearing paper that addresses an open question or enables new work:
Identify the action: What does this paper enable or suggest? (e.g., "Evaluate method X on our dataset", "Implement technique Y", "Compare our approach to baseline Z")
Create a task in the relevant project's TASKS.md:
- [ ] <action verb phrase>
Why: Literature review finding — <paper title> enables/suggests <brief rationale>.
Done when: <observable condition>
Priority: medium
Source: lit-review YYYY-MM-DD, <paper title>
If no tasks are warranted (literature fully answers questions with no follow-up needed), state this explicitly in the review summary: "No follow-up tasks: literature fully addressed the inquiry."
This gate ensures literature discoveries become actionable work, not forgotten knowledge.
## Literature review: <topic>
Scope: <project name or "general">
Date: YYYY-MM-DD
### Papers reviewed
| Title | Type | CI Layers | Verdict |
|---|---|---|---|
| <title> | load-bearing / contextual / incremental | L1-L5 | <1-line summary> |
### Key findings
<bulleted list of the most important things learned, with paper references>
### Gap analysis
<what remains unknown, which CI layers are under-studied>
### Follow-up tasks
<list of tasks created in project TASKS.md files, or "None: literature fully addressed the inquiry.">
### Recommended reading order
<if someone has limited time, which 2-3 papers matter most and why>
### Notes saved
<list of literature note files created, with paths>
Prioritize quality over quantity. Three well-analyzed load-bearing papers are worth more than ten superficial summaries.
Follow docs/sops/commit-workflow.md. Commit message: lit-review: <topic> — <N> papers reviewed