cogpsych-workflow

GitHub

Cognitive Psychology论文投稿流程编排器,根据研究类型和生命周期阶段路由至具体技能节点。

Cognitive-Psychology-Skills/skills/cogpsych-workflow/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

启动或导航Cognitive Psychology稿件流程 不确定适用子技能时选择贡献类型

安装

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

非标准路径

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

不安装直接使用

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

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cogpsych-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": "cogpsych-workflow",
    "description": "Use when starting or navigating any Cognitive Psychology (Elsevier) manuscript and you are unsure which sub-skill applies. Use when choosing among manuscript types or returning with a decision letter. Routes by lifecycle stage and contribution type (multi-experiment empirical, experiment-plus-model, modeling-led, theoretical\/review), and flags the journal's long-form, model-driven house style and code-transparency expectations. It dispatches; it does not draft content."
}

Cognitive Psychology Workflow Router (cogpsych-workflow)

The orchestrator for a Cognitive Psychology (Elsevier) submission. The journal's two defining features are that it rewards longer, integrative, model-driven papers — typically a multi-experiment program tied to a formal/computational model — and that it expects data, model code, and analysis scripts to be shareable. The router makes sure the contribution is theory-and-model-shaped from the start, then sends the user to the matching skill.

When to trigger

  • Starting a new Cognitive Psychology paper and unsure where to begin
  • Mid-project and unsure which skill applies next
  • Choosing the contribution type (empirical-only vs. experiment-plus-model vs. modeling-led)
  • Returning with a decision letter (route to cogpsych-rebuttal)

First question: contribution type

Situation Type Route note
Several controlled experiments that jointly constrain a theory Multi-experiment empirical main pipeline; make each experiment add inference, not repeat
Experiments plus a fitted formal model (the common shape here) Experiment + model pull cogpsych-theory-and-hypotheses (formalize) + cogpsych-data-analysis (fit/compare) forward
A new model / analysis tested against existing or new data Modeling-led cogpsych-theory-and-hypothesescogpsych-data-analysis (model recovery + comparison)
Integrative theoretical synthesis or review with a substantive advance Theoretical / review cogpsych-literature-positioning + cogpsych-theory-and-hypotheses

A single short experiment reporting one effect is usually the wrong shape for this venue — that is a Psychological Science / short-report contribution. Cognitive Psychology wants the longer arc.

Routing map (stage → skill)

Idea / fit?                          → cogpsych-topic-selection
Theory + model + predictions?        → cogpsych-theory-and-hypotheses
Where does it sit in the field?      → cogpsych-literature-positioning
Experiments / stimuli / power?       → cogpsych-study-design
Analysis + model fit/comparison?     → cogpsych-data-analysis
Exhibits (data + model fit)?         → cogpsych-tables-figures
Long-form prose clear?               → cogpsych-writing-style
Data + model code + materials open?  → cogpsych-open-science-and-transparency
How will it be judged?               → cogpsych-review-process
Ready to submit (Editorial Manager)? → cogpsych-submission
Got an R&R / decision?               → cogpsych-rebuttal

Default order

topic-selection → theory-and-hypotheses → literature-positioning → study-design → data-analysis → tables-figures → writing-style → open-science-and-transparency → review-process → submission → rebuttal

Theory comes before positioning here on purpose: the formal model is the contribution, so formalize the account first, then position it against rival models. For experiment-plus-model papers, the model is co-designed with the experiments — iterate theory-and-hypothesesstudy-design.

Worked micro-example — routing a live project (illustrative)

A team has three preregistered recognition-memory experiments and a competing pair of models (unequal-variance signal detection vs. a dual-process account) they want to fit and compare.

Type:    Experiment + model (multi-experiment program, model comparison).
Entry:   not idea-stage → skip topic-selection; they are at theory/design/analysis.
Route:   theory-and-hypotheses (formalize both models + the predictions that
            separate them)
         → study-design (stimuli, list construction, power for the critical
            contrast across all three experiments)
         → data-analysis (fit both models; compare with AIC/BIC + Bayes
            factors; report parameter recovery)
         → tables-figures (overlay model fit on data, not bars of means)
         → writing-style (integrate three experiments into one argument)
         → open-science-and-transparency (deposit data + model code + scripts)
         → submission (Editorial Manager) ; on R&R → rebuttal.
Flag:    the model comparison must be pre-committed where possible and the
         fits reproducible from the deposited code.

Stage-triage table (symptom → skill)

What the author says Stage Route to
"Is one experiment enough for this journal?" fit cogpsych-topic-selection
"I have data but no formal model" theory cogpsych-theory-and-hypotheses
"Which model is better, AIC or BIC?" analysis cogpsych-data-analysis
"Reviewer says my experiments don't constrain the theory" design cogpsych-study-design
"How do I show model fit, not just means?" exhibits cogpsych-tables-figures
"Reviewer can't run my model code" transparency cogpsych-open-science-and-transparency
"I have an R&R" revision cogpsych-rebuttal

Routing pitfalls specific to this venue

  • Sending an experiment-only project straight to cogpsych-submission without a formal model or an integrative theoretical payoff — the journal's identity is model-driven theory development.
  • Treating the model as an afterthought bolted on at the end, instead of co-designing experiments to discriminate models from the start (iterate theory-and-hypothesesstudy-design).
  • Deferring cogpsych-open-science-and-transparency: model code and fits should be reproducible from deposit, not promised at acceptance.

Anti-patterns

  • Pitching a single-experiment, single-effect paper (wrong length/ambition for this venue)
  • Reporting experiments with no formal model and no integrative theoretical advance
  • A model that is described in prose but never fit to data or compared to a rival
  • Leaving data/model code/scripts unshareable until acceptance

Output format

【Stage】idea / theory / positioning / design / analysis / exhibits / writing / transparency / review / submit / rebut
【Type】Multi-experiment empirical / Experiment + model / Modeling-led / Theoretical-review
【Route to】cogpsych-<skill>
【Why】one line
【Then】the next skill after that

Supplementary resources

版本历史

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

同 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
02ade4c0
收录时间
2026-07-05 12:37

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