restat-workflow

GitHub

REStat论文投稿流程路由器,根据当前阶段(选题、识别、写作等)推荐对应的专用技能,辅助用户完成从选题到回复审稿意见的全流程工作。

Review-of-Economics-and-Statistics-Skills/skills/restat-workflow/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

询问下一步该做什么 诊断稿件当前瓶颈 收到修改或拒稿决定需切换模式

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill restat-workflow -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Review-of-Economics-and-Statistics-Skills/skills/restat-workflow -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@restat-workflow

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill restat-workflow -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "restat-workflow",
    "description": "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."
}

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 symptom Next skill
Unsure the paper fits REStat vs AER / AEJ:Applied / J. Econometrics / a field journal restat-topic-selection
Contribution vs. the closest prior work is fuzzy or undersold restat-literature-positioning
Causal design / measurement strategy is the bottleneck restat-identification
Theory is overgrown or absent; unclear how much model to carry restat-theory-model
Headline estimate's stability under specs/sample/inference is untested restat-robustness
Exhibits are dense; the main result is not legible in one table/figure restat-tables-figures
The question + estimate do not land in the first paragraph restat-writing-style
Need the Harvard Dataverse data/code package + README restat-replication-package
Want to pre-empt the objections this design invites restat-referee-strategy
Ready to submit via Editorial Express; need a preflight restat-submission
Received an R&R; need a response-letter strategy restat-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.

Archetype Likely first bottleneck Enter at
applied-micro causal design (DID / RD / IV) heterogeneity-robust estimator + clean design restat-identification
measurement / new data or index construct validity + measurement-error discipline restat-identificationrestat-robustness
trade / IO / spatial (shift-share) exposure-design inference + exogeneity of shares/shocks restat-identification
structural-light applied how much model to carry without becoming method-first restat-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

Version History

  • 1839142 Current 2026-07-05 14:22

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
5717eab
Hash
9c2cca70
Indexed
2026-07-05 14:22

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-06 13:59
浙ICP备14020137号-1 $Map of visitor$