Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Restud Workflow

ASecurity

Use when deciding which restud-* sub-skill to invoke next, or when sequencing manuscript work from topic selection through rebuttal for a The Review of Economic Studies (REStud) manuscript. Routes — does not replace — the specialized skills.

1,052 stars
0 votes
0 copies
1 views
Added 6/6/2026
ai-agentsgoexpress

Works with

cli

Security Analysis

A100/100

Scanned 6/6/2026

Install to Claude Code

$npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill restud-workflow --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Restud Workflow?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Restud Workflow
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/brycewang-stanford-restud-workflow/badge)](https://www.skillsdirectory.com/skills/brycewang-stanford-restud-workflow)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: restud-workflow
description: Use when deciding which restud-* sub-skill to invoke next, or when sequencing manuscript work from topic selection through rebuttal for a The Review of Economic Studies (REStud) manuscript. Routes — does not replace — the specialized skills.
---

# REStud Workflow (restud-workflow)

## Overview

This is the router. It does not replace any specialized skill — it tells you which one to use next, and in what order.

Default assumption: unless the user names a different venue, the manuscript targets **The Review of Economic Studies (REStud)** — a top-5 general-interest journal (OUP, for the Review of Economic Studies Ltd; founded **1933** to advance **theoretical and applied** economics equally, especially by younger economists). REStud prizes a *clean, original contribution* — a new model, a new identification strategy, or a striking new empirical fact — presented rigorously and economically. It is not a finance-only stack, not a theory-only stack, and not a working-paper repository.

## REStud-specific anchors (carry these through every stage)

- **Identity:** founded 1933, theory and applied weighted equally; home of the **REStud Tour** (former May Meetings, annual since 1989) for promising young economists — calibrate ambition to that bar.
- **Submission:** **Editorial Express** portal, **USD 200 fee** (reduced **USD 120** if every author is a student / within 6 years of PhD / in a low-or-middle-income economy), **double-anonymous** review, **Harvard author-date** references, JEL codes, **~45-page** limit; editors desk-reject ~20–23% before refereeing.
- **Replication:** the **Data Editor (Miklós Koren)** runs an **AEA DCAS** pre-publication reproducibility check; packages deposit at **Zenodo**.
- **Editors (2026):** Joint Managing Editors include Jan De Loecker, Antonio Penta, Jakub Steiner (verify the full current roster).

## When to Use

- The user asks "what should I work on next?"
- The user dumps a draft and you must decide where the bottleneck is
- The user is rotating between theory, empirics, writing, and revision and loses track of the stage
- A referee report has arrived and the work mode must switch from drafting to rebuttal
- The user is preparing a job-market paper for the REStud "May Meetings" / Tour pipeline and wants the manuscript at REStud standard

## Routing Map

| Current symptom                                                          | Next skill                     |
|--------------------------------------------------------------------------|--------------------------------|
| Idea is fuzzy; the one-sentence contribution will not compress           | `restud-topic-selection`       |
| Related-work positioning is thin; closest papers not confronted          | `restud-literature-positioning`|
| Empirical design is the bottleneck (DID / IV / RDD / RCT / structural)   | `restud-identification`        |
| The paper is theory or has a model whose proofs need an online appendix  | `restud-theory-model`          |
| Main results exist but referee-anticipating checks are missing or fragile| `restud-robustness`            |
| Tables are oversized / footnote-bloated; figures do not carry the result | `restud-tables-figures`        |
| Prose is bloated; abstract over length; contribution buried              | `restud-writing-style`         |
| Preparing the data/code deposit or auditing reproducibility              | `restud-replication-package`   |
| Want to anticipate who referees and what they will demand                | `restud-referee-strategy`      |
| Final preflight before clicking submit (format, length, anonymity)       | `restud-submission`            |
| A referee report / R&R arrived and a response letter is needed           | `restud-rebuttal`              |

## Default Sequence

For a typical REStud-track manuscript, prefer this order:

1. `restud-topic-selection` — fix the one-sentence original contribution *before* anything else
2. `restud-literature-positioning` — locate the contribution against the closest 3–5 papers
3. `restud-identification` — for empirical papers, stress-test the design; if it fails here, no later skill saves the paper
4. `restud-theory-model` — for theory papers (or empirical papers with a model), build the model and route proofs to the online appendix
5. `restud-robustness` — anticipate the checks the demanding median REStud referee will require
6. `restud-tables-figures` — finalize exhibits so each one carries a result
7. `restud-writing-style` — only now polish prose, abstract, and introduction
8. `restud-replication-package` — assemble the deposit while results are fresh in code
9. `restud-referee-strategy` — map the likely referee pool and pre-empt objections
10. `restud-submission` — final preflight: length, anonymity, format, files
11. `restud-rebuttal` — after review, revise the manuscript first, then write the letter

> `restud-identification` and `restud-theory-model` are **parallel branches**: empirical papers lean on the first, theory papers on the second, and many REStud papers (theory-with-empirics) need both. `restud-writing-style` is a **late polish** — do not run it before the contribution and design are stable.

## Decision Cues

If the user says...

- *"I have data but no story"* → `restud-topic-selection`
- *"My closest paper is in QJE 2022 and I don't know what I add"* → `restud-literature-positioning`
- *"My DiD has staggered treatment and TWFE"* → `restud-identification`
- *"My model has a proposition but no proof section"* → `restud-theory-model`
- *"A referee will say the result is driven by X"* → `restud-robustness`
- *"My table 3 has 14 columns"* → `restud-tables-figures`
- *"My intro is 5 pages and buries the contribution"* → `restud-writing-style`
- *"I got a conditional accept; I need the data deposit"* → `restud-replication-package`
- *"Who is going to referee this and what will they want?"* → `restud-referee-strategy`
- *"I'm submitting tomorrow"* → `restud-submission`
- *"I got an R&R with three reports"* → `restud-rebuttal`

## Differences vs. Other Top-5 Stacks

REStud overlaps heavily with AER / QJE / JPE / Econometrica in standards, but its center of gravity differs:

- vs **AER**: AER weights cross-subfield interest and policy salience; REStud equally welcomes a clean theoretical or methodological contribution with no policy hook, and is famously *friendly to young scholars* — the **REStud Tour / May Meetings** (annual since 1989) showcase graduating PhD job-market work.
- vs **Econometrica**: Econometrica tolerates very heavy formal machinery as the contribution itself; REStud wants the economics payoff of the theory to be legible.
- vs **JPE**: JPE has a price-theory / Chicago tilt; REStud is field-agnostic and European-rooted.

If the paper is finance-specific (JF / JFE / RFS) or theory so abstract it is really a math paper, a different stack fits better.

## Anti-Patterns

- Polishing prose (`restud-writing-style`) before the identification or model is stable
- Treating `restud-theory-model` as optional for an empirical paper that has a model — REStud referees check that the model's assumptions map to the empirics
- Assembling the replication package only after acceptance — REStud's **Data Editor (Miklós Koren) runs an AEA DCAS reproducibility check before publication** (Zenodo deposit), so it is part of the production timeline, not an afterthought
- Writing the rebuttal against the old draft instead of the revised manuscript
- Skipping `restud-referee-strategy` because "the design is obviously fine" — REStud referees are demanding and develop strong papers across rounds

## Handoff Contract

Whenever this skill is invoked, end with:

```text
NEXT SKILL: <restud-skill-name>
REASON: <one sentence>
INPUTS NEEDED: <artifacts the next skill needs>
```

Attribution

brycewang-stanfordbrycewang-stanford
View sourceMore from brycewang-stanford →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →