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

Jae Workflow

ASecurity

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

1,052 stars
0 votes
0 copies
0 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 jae-workflow --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Jae Workflow?

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

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

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

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

# Journal of Accounting and Economics Workflow (jae-workflow)

## Overview

This is the router. It does not replace any specialized skill; it tells you **which jae-* skill to use right now** for your JAE manuscript.

Default assumption: unless the user says otherwise, treat the target as JAE — the Elsevier journal founded in **1979** by Ross L. Watts and Jerold L. Zimmerman (the originators of Positive Accounting Theory), published bimonthly (ISSN 0165-4101). JAE exists to **apply economic theory to explain accounting phenomena**: the role of accounting within the firm; the information content of accounting numbers in capital markets; accounting in financial contracting and the monitoring of agency relationships; the determination of accounting standards; and the regulation of corporate disclosure and the accounting profession. The non-negotiable bar is an **economics-based** argument tested with large-sample archival data (or built as an analytical model) — not normative, behavioral, or practitioner-oriented work. Editors desk-reject or redirect (Article Transfer Service) papers that miss this economics-relevance bar.

> Editorial team and policies change: the current co-Editors are J. Core (MIT), E. deHaan (Stanford), and W.R. Guay (Penn/Wharton), supported by a large (~40-person) Associate Editor body — verify the masthead on ScienceDirect. The USD 650 submission fee and Highlights/JEL requirements should be reconfirmed on the live Guide for Authors (treat as **待核实**).

## When to trigger

- "What should I do next?" with a half-built JAE manuscript
- You have a Compustat/CRSP result but no economics-based story for it
- A reviewer pushes on identification or on "what is the economic mechanism?"
- You received a JAE decision letter and need to switch into response mode
- You keep bouncing between theory, identification, and writing without a plan

## Routing table

| Current symptom                                                          | Next skill                  |
|--------------------------------------------------------------------------|-----------------------------|
| Idea is vague; unsure it is economics-based or JAE-fit (vs JAR/TAR/RAST) | `jae-topic-selection`       |
| Predictions are descriptive; no economic mechanism (agency/info/contracting) | `jae-theory-development` |
| Front end reads as gap-spotting; the economics literature not engaged    | `jae-literature-positioning`|
| Design may not identify the effect (endogeneity, selection, reverse causality) | `jae-methods`         |
| Have data; unsure about sample construction, FE, clustering, estimators  | `jae-data-analysis`         |
| Results exist but the "so what for accounting/economics" is thin         | `jae-contribution-framing`  |
| Tables overloaded, off Elsevier style, or not self-explanatory           | `jae-tables-figures`        |
| Prose is verbose, hedged, or buries the prediction                       | `jae-writing-style`         |
| Ready to submit; need the Editorial Manager + USD 650-fee preflight      | `jae-submission`            |
| Want to understand JAE double-anonymized review before/after submit      | `jae-review-process`        |
| Received an R&R; need to plan and draft the response                     | `jae-rebuttal`              |

## Default order

1. `jae-topic-selection` — lock an economics-based question with JAE fit
2. `jae-theory-development` — specify the economic mechanism and derive predictions
3. `jae-literature-positioning` — engage the positive-accounting / economics conversation
4. `jae-methods` — design for identification (shocks, IV, DiD) matched to the prediction
5. `jae-data-analysis` — sample construction, fixed effects, two-way clustering, robustness
6. `jae-contribution-framing` — turn results into a contribution to accounting + economics
7. `jae-tables-figures` — finalize exhibits in Elsevier house style
8. `jae-writing-style` — full-manuscript prose polish
9. `jae-submission` — Editorial Manager preflight (anonymization, Highlights, JEL, fee)
10. `jae-review-process` — set expectations for double-anonymized, editor-final review
11. `jae-rebuttal` — after an R&R, plan revisions then draft the response letter

> `jae-tables-figures` and `jae-writing-style` are **late-stage polish**. Do not invoke them while the identification strategy or economic mechanism is still unsettled.

## Difference vs. JAR / TAR / RAST / JFE stacks

- **JAE**: economics-based positive accounting; Watts-Zimmerman tradition; **no mandatory** replication archive; USD 650 fee; double-anonymized; co-Editor (not area-editor) model.
- **JAR** (Chicago/Wiley): also top-3 archival, but **mandates** a replication/code package.
- **TAR** (AAA flagship): broader methodological tent (experimental, analytical, archival).
- **RAST** (Review of Accounting Studies): archival capital-markets, often valuation-focused.
- **JFE** (finance): mandates a Mendeley Data code/data deposit — a sharper open-science bar than JAE.

If your paper is normative, behavioral-experimental, or practitioner-facing, JAE is the wrong venue.

## Anti-patterns

- **Do not** skip `jae-theory-development` and submit a "Compustat correlation" with no economic mechanism.
- **Do not** let `jae-tables-figures` beautify exhibits before identification is settled.
- **Do not** let `jae-rebuttal` draft a response before the manuscript is actually revised.
- **Do not** treat `jae-writing-style` as a substitute for identification — polish cannot rescue endogeneity.

Attribution

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

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

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

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

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', ...

693161 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 →