crim-workflow

GitHub

犯罪学期刊投稿流程编排器,根据论文阶段和类型(Article或Research Note)路由至对应子技能,确保理论贡献并指导从选题到投稿的全生命周期。

Criminology-Skills/skills/crim-workflow/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

启动新的犯罪学论文且不确定起点 项目中途不确定下一步适用技能 决定文章类型为完整Article还是Research Note 收到审稿决定信需回复

安装

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill crim-workflow -g -y
更多选项

非标准路径

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Criminology-Skills/skills/crim-workflow -g -y

不安装直接使用

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

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill crim-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": "crim-workflow",
    "description": "Use as the entry point for any Criminology (ASC \/ Wiley) manuscript. Routes to the right crim sub-skill based on where you are in the lifecycle and whether the paper is a full Article or a Research Note. Criminology is theory-forward and interdisciplinary, so the router first checks that the paper makes a criminological contribution, not just reports a crime correlation. It dispatches; it does not draft content."
}

Criminology Workflow Router (crim-workflow)

The orchestrator for a Criminology submission. Figure out the stage and the article type, then send the user to the matching skill. Criminology is the interdisciplinary flagship of the American Society of Criminology — the router's first job is to make sure the paper advances a theoretical or measurement contribution about crime, not just a finding about a crime dataset.

When to trigger

  • Starting a new Criminology paper and unsure where to begin
  • Mid-project and unsure which skill applies next
  • Deciding between a full Article and a Research Note
  • Returning with a decision letter (route to crim-rebuttal)

First question: which article type?

Situation Type Route to
Full original study advancing theory/measurement Article normal pipeline below
One focused, self-contained contribution Research Note normal pipeline, tighter scope
Re-examining / reproducing a published finding replication-style study crim-research-design + crim-data-and-transparency
Prospective design, data not yet collected preregister first crim-data-and-transparency (preregistration) early

If your design is prospective, lock the pre-analysis plan before you see outcomes — that is what protects against the "fishing" critique expert reviewers will raise.

Routing map (stage → skill)

Idea / fit?                       → crim-topic-selection
Where does it sit in the field?   → crim-literature-positioning
What's the theory / mechanism?    → crim-theory-building
Is the design defensible?         → crim-research-design
Are the analyses sound?           → crim-data-analysis
Are the exhibits clear?           → crim-tables-figures
Does it read for criminology?     → crim-writing-style
Data + transparency ready?        → crim-data-and-transparency
How will it be judged?            → crim-review-process
Ready to submit?                  → crim-submission
Got an R&R / decision?            → crim-rebuttal

Default order

topic-selection → literature-positioning → theory-building → research-design → data-analysis → tables-figures → writing-style → data-and-transparency → review-process → submission → rebuttal

Iterate: most criminology papers loop theory ↔ design ↔ analysis several times (e.g., refitting a trajectory model or recidivism survival) before writing-style.

Anti-patterns

  • Treating Criminology as a place for a bare crime-data correlation with no theoretical payoff
  • Forcing a quantitative template onto qualitative or ethnographic work (the journal is interdisciplinary)
  • Choosing the Research Note type for a paper that needs a full Article's evidentiary load
  • Leaving the data/transparency package until acceptance instead of building it as you go

Symptom-to-skill triage (route by the complaint you heard)

Reviewers, advisers, and co-authors describe problems in their own words; the router maps each phrase to the skill that fixes it. These are the recurring flags for the ASC flagship.

What was said Underlying gap Route to
"atheoretical / just a finding" mechanism not built crim-theory-building
"selection / not causal" identification weak crim-research-design
"official records, not offending" measurement validity crim-data-analysis
"missed key work / wrong debate" positioning crim-literature-positioning
"belongs at CPP" scope/fit crim-topic-selection
"can't reproduce this" transparency crim-data-and-transparency

A Research Note routes through the same chain with a tighter scope; the pack does not encode a numeric cap, so check it against the journal's current submission guidelines before committing to the type.

Router pass for Criminology

Treat this skill as an executable review pass, not a prose hint. First lock the crime/justice process, measurement validity, research design, and policy consequence; then judge whether the current manuscript answers the venue's real reader: criminology reviewers who expect theory-linked crime, justice, or harm mechanisms plus transparent measurement.

  • Do the pass: Run the pack as a sequence: fit gate, evidence gate, writing gate, source-map gate, and final output contract; stop when a gate lacks evidence.
  • Return a ledger: give claim / evidence / risk / manuscript location rows, so the next agent can edit rather than rediscover the issue.
  • Sibling guard: compare against Justice Quarterly for applied justice, Journal of Quantitative Criminology for methods focus, Social Problems for broader sociological framing; if a sibling owns the contribution, recommend re-routing before polishing format.
  • Stop condition: do not give submission-ready advice until the pack's resources/official-source-map.md has been checked for volatile rules and the manuscript has one concrete fix for the largest venue-specific risk.

Output format

【Stage】idea / positioning / theory / design / analysis / exhibits / writing / transparency / review / submit / rebut
【Type】Article / Research Note / replication-style
【Route to】crim-<skill>
【Why】one line
【Then】the next skill after that

Supplementary resources

版本历史

  • 1839142 当前 2026-07-05 12:49

同 Skill 集合

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

元信息

文件数
0
版本
5717eab
Hash
e467f995
收录时间
2026-07-05 12:49

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 02:08
浙ICP备14020137号-1 $访客地图$