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

Jole Workflow

ASecurity

Use when deciding which jole-* sub-skill to invoke next, or when sequencing manuscript work from topic selection through rebuttal for a Journal of Labor Economics (JOLE) submission. Routes — it does not replace — the specialized skills.

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

Works with

api

Security Analysis

A100/100

Scanned 6/5/2026

Install to Claude Code

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

Installs into .claude/skills of the current project.

Are you the author of Jole Workflow?

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

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

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

Download with Pro
Files
SKILL.md
---
name: jole-workflow
description: Use when deciding which jole-* sub-skill to invoke next, or when sequencing manuscript work from topic selection through rebuttal for a Journal of Labor Economics (JOLE) submission. Routes — it does not replace — the specialized skills.
---

# JOLE Workflow Router (jole-workflow)

## Overview

This is the router. It does not replace any specialized skill. It tells you **which jole-* skill to use at the current stage** of a manuscript aimed at the *Journal of Labor Economics*.

Default assumption: unless the user says otherwise, treat the target as JOLE — a general-interest, peer-reviewed **quarterly** in labor economics, published by the **University of Chicago Press** for the **Society of Labor Economists (SOLE)**. JOLE takes both theoretical and applied/empirical labor work (wages and earnings, employment, human capital and education, labor supply and demand, family economics, discrimination, unions, migration, institutions and policy). Operational tells that you are at JOLE and not a sibling journal: a **non-refundable submission fee** ($100 SOLE members / $175 non-members since July 1, 2018; decisions withheld until paid), **single-blind** review via **Editorial Manager** (so the manuscript is **NOT** anonymized — a title page names all co-authors), a **100-word abstract**, a **~20,000-word** soft cap counting each full-page table/figure as 500 words, **Chicago author-date** references ordered in-text chronologically then alphabetically, and deposit to the **JOLE Dataverse Repository** under the AER data policy. Re-verify volatile specifics (current editor, fee, deposit wording) on the official page; several are marked 待核实 in the source map.

## When to trigger

- The user asks "what should I do next?"
- The user hands over a draft and needs the current bottleneck diagnosed
- Work is ping-ponging between empirics, framing, writing, and response letters
- A JOLE decision letter arrived and the user needs to switch into revision mode

## Routing table

| Current symptom                                                        | Next skill                          |
|------------------------------------------------------------------------|-------------------------------------|
| Question feels narrow / "so what for labor?" unclear                   | `jole-topic-selection`              |
| Contribution relative to the labor literature is fuzzy or undersold    | `jole-literature-positioning`       |
| Empirics rest on OLS + controls; causal claim is undefended            | `jole-identification-strategy`      |
| Estimation, sample construction, or robustness needs labor norms       | `jole-data-analysis`                |
| The "what's new for labor economics" pitch is not framed               | `jole-contribution-framing`         |
| Exhibits are dense and blow the 500-words-per-page budget              | `jole-tables-figures`               |
| Prose buries the idea; 100-word abstract / intro do not land           | `jole-writing-style`                |
| Accepted-stage data/code deposit to the JOLE Dataverse                 | `jole-replication-and-data-policy`  |
| Want to understand single-blind review, fee, and referee expectations  | `jole-review-process`               |
| Ready to submit via Editorial Manager; need a preflight checklist       | `jole-submission`                   |
| Received an R&R; need a response-letter strategy                       | `jole-rebuttal`                     |

## Default order

1. `jole-topic-selection` — lock a labor question that matters broadly
2. `jole-literature-positioning` — stake the contribution against the labor frontier
3. `jole-identification-strategy` — make the causal design credible
4. `jole-data-analysis` — execute estimation and robustness to labor norms
5. `jole-contribution-framing` — articulate what is new for labor economics
6. `jole-tables-figures` — finalize exhibits within the word economy
7. `jole-writing-style` — polish prose, the 100-word abstract, author-date cites (last)
8. `jole-replication-and-data-policy` — assemble the JOLE Dataverse deposit
9. `jole-review-process` — understand the single-blind process and pre-empt referees
10. `jole-submission` — Editorial Manager preflight (fee, title page, non-anonymized)
11. `jole-rebuttal` — after the R&R

> `jole-writing-style` is a late-stage polish. Do not rewrite the intro before identification is settled — the argument will change.

## Decision shortcuts

- "I have data but no labor angle" → `jole-topic-selection`
- "I don't know who I'm building on in labor" → `jole-literature-positioning`
- "My DID is TWFE on staggered minimum-wage timing" → `jole-identification-strategy`
- "My AKM firm effects may have limited-mobility bias" → `jole-data-analysis`
- "My result has no clear lesson for labor" → `jole-contribution-framing`
- "My main table has 12 columns and eats my word count" → `jole-tables-figures`
- "My abstract is 220 words" → `jole-writing-style`
- "Editor wants data and code on the Dataverse" → `jole-replication-and-data-policy`
- "Do I pay the fee, and is it double-blind?" → `jole-review-process`
- "Submitting tomorrow on Editorial Manager" → `jole-submission`
- "Got the referee reports" → `jole-rebuttal`

## Anti-patterns

- **Do not** anonymize the manuscript — JOLE is single-blind; that is `jole-submission`'s job to enforce
- **Do not** let `jole-tables-figures` polish exhibits while identification is still shaky
- **Do not** skip `jole-literature-positioning` and jump to identification — referees judge the labor contribution first
- **Do not** let `jole-rebuttal` draft a response letter before the revised manuscript exists
- **Do not** forget the submission fee blocks the decision — budget for it (see `jole-review-process`)

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 →