/aejpol-tables-figures
Use when building or revising exhibits for an AEJ: Economic Policy manuscript so they meet AEA house style and carry the policy message — no significance asterisks, a self-contained headline exhibit, and figures that show the policy effect with uncertainty. Designs exhibits; it
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill aejpol-tables-figures --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/aejpol-tables-figures
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when building or revising exhibits for an AEJ: Economic Policy manuscript so they meet AEA house style and carry the policy message — no significance asterisks, a self-contained headline exhibit, and figures that show the policy effect with uncertainty. Designs exhibits; it
SKILL.md
aejpol-tables-figures.SKILL.mdname: aejpol-tables-figures
description: Use when building or revising exhibits for an AEJ: Economic Policy manuscript so they meet AEA house style and carry the policy message — no significance asterisks, a self-contained headline exhibit, and figures that show the policy effect with uncertainty. Designs exhibits; it does not run the estimation or write the surrounding prose.
Tables & Figures — Exhibits that Carry the Policy Message (aejpol-tables-figures)
When to trigger
- Tables are dense, over-decorated with significance stars, or hard to read
- The paper lacks one exhibit a reader could take away as the policy result
- Figures show coefficients but not the policy-relevant magnitude or its uncertainty
- You are preparing the final exhibit set for an AEA submission
AEA / AEJ: Policy exhibit norms
- **Report standard errors (or confidence intervals), not significance asterisks/boldface.** Put SEs in parentheses below estimates; the reader judges significance from the SE/CI. This is the house convention to follow.
- **Self-contained.** Title and notes let an exhibit be read without the text: sample, units, estimator, clustering level, what is controlled, and what the number means in policy terms.
- **Self-contained, not anonymized.** Review is single-blind, so exhibits need not hide authorship; keep notes clean and neutral (avoid stray local file paths) for readability, not for blinding.
- **Figures** are the workhorse for policy communication: event-study plots with CIs, RDD plots with binned means and the fitted discontinuity, dose-response or cost-benefit curves with uncertainty bands. Vector output; ≥300 dpi raster only if unavoidable; readable greyscale.
The headline exhibit (AEJ: Policy-specific)
Every AEJ: Policy paper should have **one exhibit a policymaker could screenshot**: the policy effect in interpretable units **with** its welfare/cost-benefit reading where possible. Examples (illustrative formats):
- An event-study figure of the outcome around the reform, with the long-run effect annotated in policy units.
- A cost-benefit / MVPF figure: net cost per unit of outcome across policy variants, with bands.
- An incidence figure: who gains and who pays, by income/region group.
Table craft
- Three-line tables (`esttab`/`booktabs`), no vertical rules; align decimals; consistent digits.
- Lead column = the policy-relevant specification, not a kitchen-sink spec.
- Put the policy-relevant magnitude (elasticity, cost-per-X, MVPF) in the paper's units, not only a raw coefficient; add a row translating the coefficient into the policy number where natural.
- Sample size, mean of the dependent variable, and clustering level on every table.
Execution bridge (StatsPAI / Stata MCP)
Generate exhibits from the fitted result, not by retyping numbers (the usual source of body-vs-appendix drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md).
- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the
`result_id` — one variable definition, one set of numbers, body and appendix in sync.
- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —
axis units and the SE/clustering note baked in.
- **Every note** names the estimator + clustering (from the result's diagnostics) and
states the magnitude in interpretable units.
See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).
Checklist
- [ ] No significance asterisks or boldface-for-significance anywhere; SEs/CIs shown
- [ ] One self-contained headline exhibit carrying the policy magnitude (and welfare reading if available)
- [ ] Every table notes: sample, units, estimator, controls, clustering level, N, dep-var mean
- [ ] Figures show effects with uncertainty bands (event study / RDD / dose-response)
- [ ] Policy-relevant magnitude in interpretable units, not only raw coefficients
- [ ] Vector figures, readable in greyscale, no chartjunk
Anti-patterns
- Significance stars and bold "***" — disallowed by AEA house style here
- A coefficient table with no translation into the policy magnitude
- A 12-column kitchen-sink table where the policy spec is buried
- Figures with point estimates but no confidence bands
- Notes too thin to read the exhibit without the text
- An exhibit whose notes are too thin to read without the body text
Exhibit-by-design-type quick guide
| Design | Workhorse figure | What the notes must state | |---|---|---| | DID / event study | Event-study coefficients with CI bands; flat pre-period leads visible | estimator (CS/SA), comparison group, clustering level | | RDD | Binned means + fitted discontinuity + bandwidth | running variable, bandwidth, density-test result | | Bunching | Empirical vs. counterfactual density at the kink | counterfactual construction, excluded region | | RCT | Treatment-control means / dose-response with CIs | randomization unit, take-up, ITT vs. ToT | | Welfare | MVPF / cost-per-outcome across variants, with bands | which estimates feed the ledger, assumptions |
Worked vignette (illustrative)
A tax-credit paper's main table reports a coefficient of 0.08 (s.e. 0.02) on the credit. Reworked for AEJ: Policy: the lead exhibit becomes a figure of employment around the credit's introduction with a CI band, the long-run effect annotated as "+3.1 pp employment (90% CI [1.9, 4.3])," and a companion row translating it into **cost per additional job** with its band — the number a policymaker takes away. No asterisks; SEs in parentheses throughout.
Output format
【Headline exhibit】figure/table + the policy magnitude it carries
【Significance reporting】SEs/CIs, no asterisks? [Y/N]
【Self-contained notes】sample/units/estimator/clustering/N/dep-mean present? [Y/N]
【Policy-units translation】coefficient → cost-per-X / MVPF / incidenc
Read more
name: aejpol-tables-figures description: Use when building or revising exhibits for an AEJ: Economic Policy manuscript so they meet AEA house style and carry the policy message — no significance asterisks, a self-contained headline exhibit, and figures that show the policy effect with uncertainty. Designs exhibits; it does not run the estimation or write the surrounding prose.
Tables & Figures — Exhibits that Carry the Policy Message (aejpol-tables-figures)
When to trigger
- Tables are dense, over-decorated with significance stars, or hard to read
- The paper lacks one exhibit a reader could take away as the policy result
- Figures show coefficients but not the policy-relevant magnitude or its uncertainty
- You are preparing the final exhibit set for an AEA submission
AEA / AEJ: Policy exhibit norms
- **Report standard errors (or confidence intervals), not significance asterisks/boldface.** Put SEs in parentheses below estimates; the reader judges significance from the SE/CI. This is the house convention to follow.
- **Self-contained.** Title and notes let an exhibit be read without the text: sample, units, estimator, clustering level, what is controlled, and what the number means in policy terms.
- **Self-contained, not anonymized.** Review is single-blind, so exhibits need not hide authorship; keep notes clean and neutral (avoid stray local file paths) for readability, not for blinding.
- **Figures** are the workhorse for policy communication: event-study plots with CIs, RDD plots with binned means and the fitted discontinuity, dose-response or cost-benefit curves with uncertainty bands. Vector output; ≥300 dpi raster only if unavoidable; readable greyscale.
The headline exhibit (AEJ: Policy-specific)
Every AEJ: Policy paper should have **one exhibit a policymaker could screenshot**: the policy effect in interpretable units **with** its welfare/cost-benefit reading where possible. Examples (illustrative formats):
- An event-study figure of the outcome around the reform, with the long-run effect annotated in policy units.
- A cost-benefit / MVPF figure: net cost per unit of outcome across policy variants, with bands.
- An incidence figure: who gains and who pays, by income/region group.
Table craft
- Three-line tables (`esttab`/`booktabs`), no vertical rules; align decimals; consistent digits.
- Lead column = the policy-relevant specification, not a kitchen-sink spec.
- Put the policy-relevant magnitude (elasticity, cost-per-X, MVPF) in the paper's units, not only a raw coefficient; add a row translating the coefficient into the policy number where natural.
- Sample size, mean of the dependent variable, and clustering level on every table.
Execution bridge (StatsPAI / Stata MCP)
Generate exhibits from the fitted result, not by retyping numbers (the usual source of body-vs-appendix drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md).
- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the
`result_id` — one variable definition, one set of numbers, body and appendix in sync.
- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —
axis units and the SE/clustering note baked in.
- **Every note** names the estimator + clustering (from the result's diagnostics) and
states the magnitude in interpretable units.
See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).
Checklist
- [ ] No significance asterisks or boldface-for-significance anywhere; SEs/CIs shown
- [ ] One self-contained headline exhibit carrying the policy magnitude (and welfare reading if available)
- [ ] Every table notes: sample, units, estimator, controls, clustering level, N, dep-var mean
- [ ] Figures show effects with uncertainty bands (event study / RDD / dose-response)
- [ ] Policy-relevant magnitude in interpretable units, not only raw coefficients
- [ ] Vector figures, readable in greyscale, no chartjunk
Anti-patterns
- Significance stars and bold "***" — disallowed by AEA house style here
- A coefficient table with no translation into the policy magnitude
- A 12-column kitchen-sink table where the policy spec is buried
- Figures with point estimates but no confidence bands
- Notes too thin to read the exhibit without the text
- An exhibit whose notes are too thin to read without the body text
Exhibit-by-design-type quick guide
| Design | Workhorse figure | What the notes must state | |---|---|---| | DID / event study | Event-study coefficients with CI bands; flat pre-period leads visible | estimator (CS/SA), comparison group, clustering level | | RDD | Binned means + fitted discontinuity + bandwidth | running variable, bandwidth, density-test result | | Bunching | Empirical vs. counterfactual density at the kink | counterfactual construction, excluded region | | RCT | Treatment-control means / dose-response with CIs | randomization unit, take-up, ITT vs. ToT | | Welfare | MVPF / cost-per-outcome across variants, with bands | which estimates feed the ledger, assumptions |
Worked vignette (illustrative)
A tax-credit paper's main table reports a coefficient of 0.08 (s.e. 0.02) on the credit. Reworked for AEJ: Policy: the lead exhibit becomes a figure of employment around the credit's introduction with a CI band, the long-run effect annotated as "+3.1 pp employment (90% CI [1.9, 4.3])," and a companion row translating it into **cost per additional job** with its band — the number a policymaker takes away. No asterisks; SEs in parentheses throughout.
Output format
【Headline exhibit】figure/table + the policy magnitude it carries 【Significance reporting】SEs/CIs, no asterisks? [Y/N] 【Self-contained notes】sample/units/estimator/clustering/N/dep-mean present? [Y/N] 【Policy-units translation】coefficient → cost-per-X / MVPF / incidenc
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

