skills/50-brycewang-aer-skills/skills/aer-introduction/SKILL.md
Use when drafting or rewriting the introduction of an economics manuscript targeted at AER, AER:Insights, or an AEJ, or when compressing an abstract to the mandatory 100-word limit. Implements the Keith Head / Bellemare five-paragraph formula and AER-specific formatting conventions.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research aer-introductionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The introduction is the only part of the paper most editors read in full. Top-5 desk rejection decisions are typically made on pages 1-3. This skill produces an introduction that survives that filter and an abstract that fits AER's 100-word constraint.
Two non-negotiable AER formatting facts:
Every AER-style introduction has exactly five components, in this order:
Open with one of:
Two to three sentences. Cite one number that anchors the magnitude. Do not yet name the paper's contribution.
State exactly what this paper does:
This paper [estimates / documents / characterizes] [the causal effect of X on Y /
the response of Y to shock S / the distribution of Y in setting D].
One paragraph. Define the unit of observation, the outcome, and the variation that identifies the answer. Avoid the word "we" if possible; use "this paper."
Empirical papers: name the identification strategy in one sentence, then explain in 1-2 paragraphs what variation drives identification and why the parallel trends / exclusion / smoothness assumption is credible in this setting.
Theory papers: name the modeling discipline — what's tractable, what's general, what the comparative statics give you.
This paragraph is where desk rejection happens. Editors check whether the method matches the claim. If you write "we examine the relationship between X and Y" while using OLS with controls, the paper is desk-rejected for methodology mismatch.
Often the single most important paragraph for surviving referee review. Two halves:
Antecedents (1-2 paragraphs). Position the paper relative to its 3-6 closest published predecessors. Be specific: cite by author-year, identify what each did, and what each missed.
Value-added (1 paragraph or 3 bullet points). State approximately three contributions relative to the antecedents. These are the sentences the referee will quote in their report. Each contribution should make sense only in light of the prior work — otherwise it belongs in the Question paragraph.
Avoid:
One short paragraph. "Section 2 describes the data. Section 3 presents the empirical strategy. Section 4 reports results. Section 5 explores mechanisms. Section 6 concludes."
Some AER authors omit the roadmap entirely. Acceptable for short papers (AER: Insights). Required for full-length AER.
AER abstracts are 100 words maximum, including all numbers. The high-impact pattern allocates word budget as:
| Function | Sentences | Words | |-----------------------------------|-----------|-------| | Question or setting | 1 | 15-20 | | Method / data / identification | 1 | 15-20 | | Main quantitative result | 1-2 | 30-40 | | Implication | 1 | 15-20 |
Allocate the most words to results. Resist motivation-heavy abstracts — that is what the introduction's first paragraph is for. High-citation AER abstracts dedicate three of four sentences to findings.
[Setting and question — 1 sentence].
[Data and identification — 1 sentence].
[Main result with magnitude and sign — 1-2 sentences].
[Implication — 1 sentence].
If the draft is over 100 words:
\section and \subsection; do not insert \vspace or \bigskip.\cite{} (author-year), not numbered references.\textbf for emphasis in body text — italics only, rarely.\section{Data} or whatever the title is. AER convention treats the intro as section 0.When working from the AER-skills repository or plugin bundle, read examples/intro-example.md only when the user asks for a model introduction, a concrete before/after rewrite, or abstract compression.
ABSTRACT WORD COUNT: <n>/100
INTRODUCTION PARAGRAPHS: Hook | Question | Identification | Antecedents+Value | Roadmap
CONTRIBUTIONS LISTED: <n> (target: 3, max 4)
KILL SWITCHES: <list of remaining red flags, or "none">
NEXT SKILL: <aer-tables-figures | aer-submission>
A canonical AER-style intro architecture (paragraph-by-paragraph):
development
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.