car-workflow

GitHub

CAR论文工作流路由技能,根据稿件状态(如选题、理论、数据等)指引调用具体子技能,辅助完成从选题到回复审稿的完整流程。

Contemporary-Accounting-Research-Skills/skills/car-workflow/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

用户询问下一步操作 不确定贡献定位 收到审稿意见需回复 写作缺乏计划

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill car-workflow -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Contemporary-Accounting-Research-Skills/skills/car-workflow -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@car-workflow

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill car-workflow -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "car-workflow",
    "description": "Use when deciding which car-* sub-skill to invoke next, or when sequencing manuscript work from topic selection through rebuttal for a Contemporary Accounting Research (CAR) manuscript. Routes — it does not replace — the specialized skills."
}

Contemporary Accounting Research Workflow (car-workflow)

Overview

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

Default assumption: unless the user says otherwise, treat the target as Contemporary Accounting Research (CAR) — the premier research journal owned and sponsored by the Canadian Academic Accounting Association (CAAA) and published by Wiley (partnership since 2010), appearing quarterly (Mar/Jun/Sep/Dec). CAR is deliberately method-agnostic: it welcomes "interesting and intellectually rigorous work in all topic areas of accounting, using any appropriate method, and based in any discipline or research tradition." In practice the published mix is dominated by quantitative archival/capital-markets work, but CAR is also one of the most receptive top-tier outlets for experimental, analytical/modeling, field, and qualitative accounting research — so the first routing question is always which research tradition you are in, because methods, analysis, and contribution framing diverge sharply across archival, experimental, analytical, and qualitative papers.

Editorial team changes: Anup Srivastava (University of Calgary) is Editor-in-Chief, supported by Deputy EICs Elizabeth Demers, Alexander Edwards, and Hervé Stolowy and ~24 subject Editors; the EIC reviews all acceptance decisions. Verify the current masthead at caaa.ca/car-editorial-team. Fees, the Style Guide, and the Data Integrity & Code Sharing Policy change — confirm on the official CAAA/CAR pages.

When to trigger

  • "What should I do next?" with a half-built CAR manuscript
  • You have a result but are unsure whether the contribution lands in accounting theory or practice
  • A reviewer pushes on identification (archival), internal validity (experiment), or robustness of a model's assumptions (analytical)
  • You received a CAR decision letter and need to switch into response mode
  • You keep bouncing between method, analysis, and writing without a plan

Routing table

Current symptom Next skill
Idea is vague; unsure it fits CAR's broad-tent accounting scope car-topic-selection
Predictions are descriptive; no theoretical/economic mechanism car-theory-development
Front end reads as gap-spotting; the accounting conversation is missing car-literature-positioning
Design/identification may not match the question (archival/exp/analytic) car-methods
Have data; unsure about estimation, robustness, or code-sharing prep car-data-analysis
Results exist but the "so what for accounting" is thin car-contribution-framing
Exhibits cluttered, off CAR Style Guide, or not self-contained car-tables-figures
Prose buries the question/finding; not in accounting house style car-writing-style
Ready to submit; need the Editorial Manager preflight car-submission
Want to understand CAR's double-anonymous review before/after submit car-review-process
Received an R&R; need to plan and draft the response car-rebuttal

Default order

  1. car-topic-selection — lock a question that fits CAR and your research tradition
  2. car-theory-development — build the mechanism / hypotheses / model
  3. car-literature-positioning — join an accounting conversation
  4. car-methods — match design and identification to the question
  5. car-data-analysis — estimate, run robustness, and prepare code-sharing
  6. car-contribution-framing — make the accounting contribution explicit
  7. car-tables-figures — finalize exhibits in CAR Style Guide format
  8. car-writing-style — full-manuscript prose polish
  9. car-submission — Editorial Manager preflight (blind file, title page, fee, ethics)
  10. car-review-process — set expectations for the two-reviewer, EIC-approved process
  11. car-rebuttal — after an R&R, revise then draft the response letter

car-tables-figures and car-writing-style are late-stage polish. Do not invoke them while identification (archival), internal validity (experiment), or the model (analytical) is unsettled.

Decision shortcuts

  • "Archival design, treatment may be endogenous" → car-methods then car-data-analysis
  • "Experiment — worried about confounds and manipulation checks" → car-methods
  • "Analytical model — is the contribution just a new comparative static?" → car-contribution-framing
  • "Need to upload code and a data availability statement" → car-data-analysis then car-submission
  • "Submitting this week; what does Editorial Manager need?" → car-submission
  • "Got an R&R from two reviewers and a subject Editor" → car-review-process then car-rebuttal

Stage tracker (fill and re-run the router)

Because CAR is method-agnostic, the tradition row drives every downstream standard. Fill it first, then let the top unfinished stage name the next skill.

CAR MANUSCRIPT — stage tracker
question   : [one-sentence accounting question]
tradition  : archival / experimental / analytical / field-qualitative
target     : CAR (vs TAR / JAR / JAE / RAST)  fit=[yes/borderline/no]

stage                          status        next skill
-----------------------------  ------------  --------------------------
topic & fit (which tradition)  [done]        car-topic-selection
theory / hypotheses / model    [in-progress] car-theory-development
literature positioning         [todo]        car-literature-positioning
design & identification        [todo]        car-methods
estimation + robustness        [todo]        car-data-analysis
+ code-sharing prep
accounting contribution        [todo]        car-contribution-framing
exhibits (Style Guide)         [todo]        car-tables-figures   (late)
prose polish                   [todo]        car-writing-style    (late)
Editorial Manager preflight    [todo]        car-submission
decision / R&R                 [—]           car-review-process → car-rebuttal

rule: identification (archival) / internal validity (exp) / model (analytical)
      must be settled before any (late) row is touched.

Anti-patterns

  • Do not route an archival paper, an experiment, and an analytical model through identical analysis advice — CAR's big-tent scope means the standards differ by tradition.
  • Do not let car-tables-figures beautify exhibits before the design and contribution settle.
  • Do not let car-rebuttal draft a response before the manuscript is actually revised.
  • Do not treat polish as a substitute for a genuine accounting contribution.

Version History

  • 1839142 Current 2026-07-05 12:48

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
75503509
Indexed
2026-07-05 12:48

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 05:02
浙ICP备14020137号-1 $Carte des visiteurs$