agentsclimarketplace

Restat workflow

Skill brycewang-stanford/Awesome-Journal-Skills/Review-of-Economics-and-Statistics-Skills/skills/restat-workflow

Journal-specific Claude Code/Codex skill packs covering mainstream journals — AER, QJE, Nature, Cell, 管理世界, 经济研究 & 200+ more — your fast track to getting published. | 覆盖主流期刊的 Claude Code/Codex 期刊技能包,从选题、识别策略到表格规范与审稿回复全流程,助你快速发论文。

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill restat-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use when deciding which restat-* sub-skill to invoke next, or when sequencing manuscript work from topic selection through rebuttal for a The Review of Economics and Statistics (REStat) submission. Routes — it does not replace — the specialized skills.

SKILL.md

6.4 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it

REStat Workflow Router (restat-workflow)

Overview

This is the router. It tells you which restat- skill to use at the current stage* of a manuscript aimed at The Review of Economics and Statistics (REStat) — the venerable MIT Press journal edited at the Harvard Kennedy School (founded 1917/1919; current title since 1948). REStat publishes applied economics and applied econometrics: it rewards credible causal identification, careful measurement, and quantitative evidence across labor, public, development, trade, IO, health, environment, urban, and macro-empirics. It is empirical-first — a clean research design or a measurement advance is the contribution; theory interprets, it does not lead.

Operational tells that you are at REStat and not a sibling: REStat values measurement and applied econometrics, not pure methods development (that is J. Econometrics); it is broad applied econ, wider than a field journal but more specialized than AER. Submission is via Editorial Express with a nonrefundable submission fee (US$125; source map refreshed 2026-06-20); review is editor-managed peer review; accepted empirical papers must deposit data and code to the REStat Harvard Dataverse under the journal's Data and Code Availability Policy. Editors as of the 2026-06-20 refresh: Will Dobbie (Harvard) and Raymond Fisman (Boston U), co-chairs.

When to trigger

  • The user asks "what should I do next?"
  • A draft needs its current bottleneck diagnosed
  • Work is ping-ponging between identification, exhibits, framing, and the response letter
  • A REStat decision letter arrived and the user needs to switch into revision mode

Routing table

Current symptomNext skill
Unsure the paper fits REStat vs AER / AEJ:Applied / J. Econometrics / a field journalrestat-topic-selection
Contribution vs. the closest prior work is fuzzy or undersoldrestat-literature-positioning
Causal design / measurement strategy is the bottleneckrestat-identification
Theory is overgrown or absent; unclear how much model to carryrestat-theory-model
Headline estimate's stability under specs/sample/inference is untestedrestat-robustness
Exhibits are dense; the main result is not legible in one table/figurerestat-tables-figures
The question + estimate do not land in the first paragraphrestat-writing-style
Need the Harvard Dataverse data/code package + READMErestat-replication-package
Want to pre-empt the objections this design invitesrestat-referee-strategy
Ready to submit via Editorial Express; need a preflightrestat-submission
Received an R&R; need a response-letter strategyrestat-rebuttal

Default order

  1. restat-topic-selection — lock the applied question and REStat fit
  2. restat-literature-positioning — stake the marginal contribution
  3. restat-identification — make the causal design / measurement credible
  4. restat-theory-model — right-size theory to interpret the estimate
  5. restat-robustness — show the headline survives specs, sample, inference
  6. restat-tables-figures — make the result legible in one exhibit
  7. restat-writing-style — land question + estimate early (intro last)
  8. restat-replication-package — assemble the Harvard Dataverse package
  9. restat-referee-strategy — pre-empt design-specific objections
  10. restat-submission — Editorial Express preflight
  11. restat-rebuttal — after the R&R

restat-writing-style is a late-stage polish; do not rewrite the intro before identification and robustness settle.

Anti-patterns

  • Deferring restat-replication-package until acceptance — REStat's Data and Code Availability Policy and Harvard Dataverse deposit are part of the path to publication, not an afterthought
  • Letting restat-tables-figures polish exhibits while the identification is still moving
  • Treating REStat like J. Econometrics (a new estimator is the contribution) or like AER (general-interest, agenda-setting scope) — REStat is broad applied econ with a measurement tradition

Routing by paper archetype

REStat spans several applied archetypes, and the bottleneck differs. Read the archetype, then enter the chain at the right link.

ArchetypeLikely first bottleneckEnter at
applied-micro causal design (DID / RD / IV)heterogeneity-robust estimator + clean designrestat-identification
measurement / new data or indexconstruct validity + measurement-error disciplinerestat-identificationrestat-robustness
trade / IO / spatial (shift-share)exposure-design inference + exogeneity of shares/shocksrestat-identification
structural-light appliedhow much model to carry without becoming method-firstrestat-theory-model

Worked routing example (illustrative)

A user says: "My DID on a staggered state policy estimates fine, but a referee says TWFE is biased and the measure of my outcome is noisy." That is two distinct REStat pushbacks — heterogeneity-biased estimator (owned by restat-identification, Branch DID) and measurement error in the outcome (a REStat-signature concern, addressed in restat-identification measurement + restat-robustness). Route to restat-identification first; only once the headline effect is stable under Callaway–Sant'Anna and an attenuation correction do you return to restat-tables-figures and restat-rebuttal.

Minimal decision snippet

if decision_letter_arrived:        -> restat-rebuttal
elif ready_to_submit:              -> restat-submission
elif anticipating_referees:        -> restat-referee-strategy
elif need_data_code_package:       -> restat-replication-package
elif exhibits_dense:               -> restat-tables-figures
elif headline_not_robust:          -> restat-robustness
elif theory_mis-sized:             -> restat-theory-model
elif identification_or_measurement_shaky: -> restat-identification
elif contribution_fuzzy:           -> restat-literature-positioning
else:                              -> restat-topic-selection

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.