From red-skills
Disciplines quantitative analysis for RED manuscript review — calibration, moment-matching, structural estimation, numerical accuracy, and computation reproducibility.
How this skill is triggered — by the user, by Claude, or both
Slash command
/red-skills:red-data-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Calibrating or estimating a dynamic model and reporting model-vs-data fit
RED is method-defined, so "data analysis" usually means disciplining a dynamic model, and for purely theoretical papers it is lighter — focus there on numerical examples and reproducible computation that illustrate the result rather than estimate it.
Require a compact audit table before results are written:
| Item | RED-ready entry |
|---|---|
| Parameters | value, source/target, calibrated vs estimated vs assumed |
| Data moments | targeted moments plus untargeted validation moments |
| Solver | method, grid/order, convergence rule, accuracy diagnostic |
| Experiments | baseline, counterfactual, transition path, sensitivity |
| Archive | run-all command, seeds, software/OS, expected runtime |
This table can become a manuscript table, appendix table, or replication README section. If it cannot be filled, the quantitative core is not ready for RED.
Both the paper and the archive should carry a calibration record in this shape (values illustrative):
Internally calibrated (chosen to hit model-generated targets):
beta = 0.957 target: K/Y = 2.9 (annual) model hits: 2.90
phi = -1.1 target: share with negative net worth = 13.5% model hits: 13.2%
Externally set (taken from outside estimates):
sigma = 2.0 CRRA; standard in the incomplete-markets literature (author-year)
rho_z = 0.91 AR(1) earnings persistence, PSID estimates (author-year)
Accuracy at this parameterization:
max log10 |Euler error| = -4.6, 200-pt log-spaced asset grid, a_max = 40x mean income
Separating internally calibrated from externally set parameters matters at RED: referees check whether each internal target is actually informative about its parameter, and whether external values are sourced rather than convenient.
| Objection | Fix |
|---|---|
| "Targets are not independent of the moment you claim to explain" | re-calibrate with the headline moment excluded; report it as untargeted |
| "Fit shown only for targeted moments" | add an untargeted panel (wealth Gini, top shares, MPC distribution) |
| "No accuracy diagnostic at the headline solution" | Euler or den Haan errors at exactly that parameterization |
| "Grid and discretization undocumented" | state grid sizes, bounds, Rouwenhorst/Tauchen choice, and a grid-doubling stability check |
Before submission, maintain two runs:
Both runs should write comparable output names and logs. If the smoke run and publication run disagree in qualitative direction, the numerical method needs diagnosis before the paper is ready. Record expected runtime for both because RED's readme requirement makes runtime part of the archive, not an afterthought.
[Analysis status] ready / missing moments / weak solver diagnostics / unreproducible
[Calibration/estimation] <targets, parameters, estimator>
[Numerical checks] <solver, accuracy, convergence, sensitivity>
[Archive readiness] run-all / seeds / OS / runtime / missing
[Next analysis] <single computation or table to repair>
../../resources/external_tools.md — Dynare, SSJ, Julia/QuantEcon, FREDred-replication-and-data-policy — the archive these outputs feednpx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin red-skillsGuides writing the identification strategy section for Review of Economic Dynamics manuscripts, adapting to theoretical, computational, or empirical paper types.
Audits and builds reproducible quantitative analysis for QE manuscripts: estimation, moment construction, data cleaning, computation, and inference.
Guides design and audit of Monte Carlo simulations, empirical applications, and estimator comparisons for The Econometrics Journal, focusing on reproducibility and theoretical alignment.