agentsclimarketplace

Jmgmt workflow

Skill brycewang-stanford/Awesome-Journal-Skills/Journal-of-Management-Skills/skills/jmgmt-workflow

Journal-specific Claude Code/Codex skill packs covering mainstream journals — AER, QJE, Nature, Cell, 管理世界, 经济研究 & 200+ more — your fast track to getting published. | 覆盖主流期刊的 Claude Code/Codex 期刊技能包,从选题、识别策略到表格规范与审稿回复全流程,助你快速发论文。

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill jmgmt-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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

SKILL.md

6.9 KB, ~1.6k tokens by cl100k_base, as published. Nobody here has run it

JOM Workflow Router (jmgmt-workflow)

Overview

This is the router. It tells you which jmgmt- skill to use at the current stage* of a manuscript aimed at the Journal of Management (JOM) — the Southern Management Association's general-management flagship, published by SAGE. JOM spans organizational behavior, human resource management, strategic management, entrepreneurship, and research methods (plus related industrial/organizational psychology). It rewards a clear theoretical contribution paired with rigorous method, and — uniquely among the field's top journals — it runs a celebrated review-article and meta-analysis tradition: invited and unsolicited Review Issues appear biannually (January and July).

Default assumption: unless the user says otherwise, treat the target as JOM. Operational tells that you are at JOM and not a sibling or a generic top journal: a hard 50-page limit that includes everything (text, notes, references, tables, figures); a 15-word title and 250-word abstract cap entered in the portal; masked (double-blind) review enforced by an anonymized data transparency table that discloses overlap with the authors' other papers; APA (7th) style; and a real appetite for systematic reviews / meta-analyses as standalone contributions. Editor-in-Chief: Cynthia E. Devers (Virginia Tech) (检索于 2026-06;以官网为准). Re-verify volatile specifics on the SAGE JOM author-instructions page.

When to trigger

  • The user asks "what should I do next?" on a JOM manuscript
  • A draft needs its current bottleneck diagnosed
  • Work is ping-ponging between theory, design, analysis, framing, and the response letter
  • A JOM decision letter arrived and the user needs to switch into revision mode
  • The team is deciding between an empirical paper and a review/meta-analysis route

Routing table

Current symptomNext skill
Scope/fit uncertain, or empirical-vs-review path undecidedjmgmt-topic-selection
Hypotheses are bald predictions; mechanism/boundaries thinjmgmt-theory-development
Contribution vs. adjacent journals (AMJ/SMJ/JMS) is fuzzyjmgmt-literature-positioning
Design, construct validity, CMB, or endogeneity need workjmgmt-methods
SEM/HLM/regression/meta-analysis estimation needs reviewjmgmt-data-analysis
The "what new theory do we learn?" statement is missingjmgmt-contribution-framing
Exhibits dense; correlation table / path model unclearjmgmt-tables-figures
Intro/abstract miss the JOM voice; over 50 pagesjmgmt-writing-style
Ready to submit; need a SAGE/ScholarOne preflightjmgmt-submission
Want masked-review timeline / desk-reject oddsjmgmt-review-process
Received an R&R; need a response-letter strategyjmgmt-rebuttal

Default order

  1. jmgmt-topic-selection — lock the question and the empirical-vs-review path
  2. jmgmt-theory-development — build the mechanism and a priori hypotheses (or the review's organizing framework)
  3. jmgmt-literature-positioning — stake the contribution vs. AMJ/SMJ/JMS/Org Science
  4. jmgmt-methods — match design to theory; CMB, endogeneity, levels, measurement
  5. jmgmt-data-analysis — SEM/HLM/regression or meta-analytic estimation
  6. jmgmt-contribution-framing — the theoretical-contribution statement and discussion
  7. jmgmt-tables-figures — correlation table, path/model figure, forest plots
  8. jmgmt-writing-style — make the idea land; enforce the 50-page limit (abstract last)
  9. jmgmt-submission — SAGE/ScholarOne preflight + data transparency table
  10. jmgmt-review-process — calibrate masked-review expectations
  11. jmgmt-rebuttal — after the R&R

jmgmt-writing-style is a late-stage polish; do not rewrite the intro before theory, design, and analysis settle. The 50-page guillotine often forces cuts after the contribution is fixed, not before.

Routing by paper archetype

JOM publishes several distinct article types, and the binding constraint differs by type. Read the archetype, then enter the chain at the right link.

ArchetypeLikely first bottleneckEnter at
Micro empirical (OB/HR, survey/experiment)construct validity + common-method bias + multilevel structurejmgmt-methods
Macro empirical (strategy/entrepreneurship, archival panel)endogeneity / identification + the theory it testsjmgmt-theory-developmentjmgmt-methods
Meta-analysiscoding protocol, artifact corrections, theory the synthesis advancesjmgmt-data-analysis (then jmgmt-contribution-framing)
Narrative / systematic review (for a Review Issue)the organizing framework and forward agenda, not new datajmgmt-theory-developmentjmgmt-contribution-framing

Worked routing example (illustrative)

A user says: "My HR survey shows abusive supervision predicts turnover intention, but a reviewer says it's single-source cross-sectional and the theory is just labeled 'social exchange.'" That is two JOM pushbacks — common-method bias / causal-design weakness (owned by jmgmt-methods) and theory invoked by name but not used (owned by jmgmt-theory-development). Route to theory first to specify the exchange mechanism and a boundary, then to methods to add a time-lagged or multi-source wave; only once both settle do jmgmt-data-analysis (re-run the SEM) and jmgmt-tables-figures follow.

Anti-patterns

  • Treating JOM as interchangeable with AMJ (the AOM empirical flagship), SMJ (strategy-only), JMS (Wiley/European, more pluralist/qualitative), or Organization Science — JOM is the SMA general-management outlet that also runs strong reviews and meta-analyses
  • Polishing prose before the theory, design, and evidence hierarchy are stable
  • Forgetting the data transparency table and the 50-page guillotine until the night before submission
  • Submitting a meta-analysis with no theoretical advance — JOM wants synthesis that moves theory, not a coefficient census

Minimal decision snippet

if decision_letter_arrived:        -> jmgmt-rebuttal
elif ready_to_submit:              -> jmgmt-submission
elif exhibits_unclear:             -> jmgmt-tables-figures
elif over_50pp_or_intro_flat:      -> jmgmt-writing-style
elif estimation_or_meta:           -> jmgmt-data-analysis
elif design_or_cmb_or_endog:       -> jmgmt-methods
elif theory_thin:                  -> jmgmt-theory-development
elif contribution_fuzzy:           -> jmgmt-contribution-framing / jmgmt-literature-positioning
else:                              -> jmgmt-topic-selection

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.