Awesome-Agent-Skills-for-Empirical-Research lit-review
Structured literature search and synthesis for the sewage-house-prices project. Searches top-5 journals, field journals (JEEM, JUE, JREFE, EE), NBER/SSRN, and citation chains. Produces annotated bibliography with proximity scores, gap identification, and BibTeX entries. This skill should be used when asked to "review the literature", "find papers on X", or "lit review".
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/41-sticerd-eee-sewage-econometrics-check/skills/lit-review" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-lit-review-0e4f83 && rm -rf "$T"
skills/41-sticerd-eee-sewage-econometrics-check/skills/lit-review/SKILL.mdLiterature Review
Conduct a structured literature search and synthesis for the sewage-house-prices project.
Input:
$ARGUMENTS — a topic, paper title, research question, or phenomenon.
Project-Specific Context
Core Literature Strands
- Environmental disamenity capitalisation — Hedonic pricing of pollution, noise, flood risk on house prices
- Water quality and property values — Clean/dirty water effects on housing markets
- UK water industry — Privatisation, regulation, sewage overflows, EDM monitoring
- Hedonic pricing methodology — Rosen (1974), Palmquist (1982), repeat sales, spatial approaches
- Infrastructure and house prices — Transport, utilities, public goods capitalisation
- Rental market effects — Disamenity capitalisation in rental vs owner-occupied markets
- Media and information effects — How news coverage affects price discovery
Target Journals (by tier)
Tier 1 (General): AER, Econometrica, QJE, JPE, REStud Tier 2 (Field): JEEM, Journal of Urban Economics, Regional Science and Urban Economics, Journal of Real Estate Finance and Economics, Ecological Economics, Environmental and Resource Economics Tier 3 (Applied/Policy): JEEA, Journal of Applied Econometrics, Economics Letters, Land Economics, Environment and Planning B
Existing Bibliography
- Check
for papers already in the projectdocs/overleaf/refs.bib - Check
for any literature notesdocs/lit_review/
Workflow
Step 1: Context Gathering
- Parse the topic from
$ARGUMENTS - Read
for papers already in the projectdocs/overleaf/refs.bib - Check the manuscript sections in
for existing literature discussiondocs/overleaf/
Step 2: Search Protocol
Search in this order:
- Top-5 general interest journals (AER, Econometrica, QJE, JPE, REStud)
- Field journals (JEEM, JUE, RSUE, JREFE, EE, ERE)
- NBER/SSRN/IZA working papers
- Citation chains (forward + backward from key papers found)
- UK-specific policy sources (Ofwat, Environment Agency, DEFRA)
Use web search to find recent and relevant papers.
Step 3: Assess and Annotate
For each paper found, assign a proximity score (1-5):
- 1 = Directly competes (same question, similar data/method)
- 2 = Closely related (same outcome or same treatment, different context)
- 3 = Methodologically relevant (same identification strategy, different topic)
- 4 = Background context (theoretical foundation, institutional detail)
- 5 = Tangentially related
Step 4: Identify Gaps
Check for:
- Missing seminal papers in hedonic pricing or environmental capitalisation
- Missing recent UK water quality studies
- Missing methodological context for the identification strategies used
- Coverage across journal quality tiers
Step 5: Present Results
# Literature Review: [Topic] **Date:** YYYY-MM-DD **Query:** [Original query] ## Summary [2-3 paragraph overview of the state of the literature] ## Key Papers ### [Author (Year)] — [Short Title] - **Journal:** [venue] - **Proximity:** [1-5 score] - **Contribution:** [1-2 sentences] - **Identification:** [DiD / IV / RDD / hedonic / descriptive] - **Key finding:** [result with effect size] - **Relevance to sewage project:** [specific connection] ## Thematic Organization ### Environmental Disamenity Capitalisation ### Water Quality and Property Values ### Identification Strategy Literature ### UK Water Industry Context ## Gaps and Opportunities 1. [Gap 1 — what's missing and how our paper fills it] 2. [Gap 2] ## Research Frontier ### Active Debates ### Recent Working Papers ### Emerging Methods ## BibTeX Entries ```bibtex @article{...}
Save to `output/log/lit_review_[topic].md`. --- ## Principles - **Be honest about uncertainty.** If a citation cannot be verified, mark as `% UNVERIFIED`. - **Prioritize published work** over working papers. Note publication status. - **Do NOT fabricate citations.** Flag any uncertain details. - **Identification strategy is key.** Always note how each paper identifies effects. - **Effect sizes matter.** Report magnitudes, not just signs. - **Project relevance.** Score proximity specifically to the sewage-house-prices question.