conbio-workflow

GitHub

作为保护生物学期刊投稿流程的入口路由器,根据文章类型和科研生命周期阶段,将任务分发至对应的子技能(如选题、设计、写作等),确保工作具有直接的生物多样性保护意义。

Conservation-Biology-Skills/skills/conbio-workflow/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

开始新论文且不确定起点 项目中途不确定下一步操作 决定文章类型 收到修改意见返回

安装

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

非标准路径

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

不安装直接使用

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

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill conbio-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": "conbio-workflow",
    "description": "Use as the entry point for any Conservation Biology manuscript. Routes to the right conbio sub-skill based on where you are in the science lifecycle and which article type (Contributed Paper, Research Note, Review, Essay, Conservation Practice and Policy, Comment) fits. It dispatches; it does not draft content."
}

Conservation Biology Workflow Router (conbio-workflow)

The orchestrator for a Conservation Biology submission. Figure out the stage and the article type, then send the user to the matching skill. Conservation Biology is the flagship journal of the Society for Conservation Biology — the router's first job is to make sure the work has direct, transferable implications for the conservation of biological diversity, not just a clean result.

When to trigger

  • Starting a new Conservation Biology paper and unsure where to begin
  • Mid-project and unsure which skill applies next
  • Deciding which article type fits the work
  • Returning with a decision letter (route to conbio-revision-and-rebuttal)

First question: which article type?

Situation Article type Route to
Full empirical study, IMRAD, broad relevance Contributed Paper (7,000 words in current Wiley listings) normal pipeline below
Focused or preliminary result Research Note normal pipeline, tighter scope
Synthesis of a well-developed literature Review conbio-literature-positioning + conbio-writing-style
Forward-looking argument on a conservation issue Essay conbio-conservation-relevance-and-implications
Applied tools, policy, or management lessons Conservation Practice and Policy conbio-study-design + relevance
Response to a published paper Comment conbio-literature-positioning

Use the live Instructions for Authors page for upload-week per-type limits and article-type availability (see resources/official-source-map.md).

Routing map (stage → skill)

Idea / conservation fit?         → conbio-topic-selection
Where does it sit in the field?  → conbio-literature-positioning
Is the design sound?             → conbio-study-design
Are the analyses appropriate?    → conbio-data-analysis
Are the exhibits clear?          → conbio-figures-and-tables
Data + code archived?            → conbio-reporting-and-data-policy
Does it read accessibly?         → conbio-writing-style
Are the implications actionable? → conbio-conservation-relevance-and-implications
How will it be judged?           → conbio-review-process
Ready to submit?                 → conbio-submission
Got a decision / R&R?            → conbio-revision-and-rebuttal

Default order

topic-selection → literature-positioning → study-design → data-analysis → figures-and-tables → reporting-and-data-policy → writing-style → conservation-relevance-and-implications → review-process → submission → revision-and-rebuttal

Iterate: most papers loop design ↔ analysis ↔ relevance several times before writing-style.

Disambiguating the article type (common confusions)

The first question decides the whole route, so resolve these edge cases before dispatching:

  • Contributed Paper vs. Research Note — if the study answers one focused question or reports a preliminary result, route to Note and hold its scope tight; do not pad it toward the ~7,000-word Contributed-Paper benchmark just to look complete.
  • Contributed Paper vs. Essay — if the contribution is a forward-looking argument grounded in existing evidence rather than a new dataset, it is an Essay; send it to conbio-conservation-relevance-and-implications to sharpen the thesis.
  • Contributed Paper vs. Conservation Practice and Policy — an applied tool, management lesson, or policy analysis fits Practice and Policy; lead with conbio-study-design plus relevance.
  • Review vs. everything else — only route to Review when the literature is well-developed enough to synthesize; a thin literature is an Essay or an empirical paper, not a Review.

Registered Reports (where offered) must be chosen while the design is still prospective — route to conbio-review-process early so Stage 1 can be submitted before data exist.

Reading the iteration loops

The default order is a spine, not a straight line. Two loops recur and the router should expect them:

  • Design ↔ analysis ↔ relevance — if the analysis cannot support an actionable so-what, loop back to conbio-study-design before writing, not after a reviewer flags it.
  • Relevance ↔ topic-selection — if the actionability sentence will not complete honestly, the fit problem is upstream; re-open conbio-topic-selection rather than over-claiming in the Discussion.

Only advance to conbio-writing-style once these loops have converged; polishing prose around an unresolved fit problem wastes the pass.

Anti-patterns

  • Treating a sound-but-inconsequential study as publishable — the journal demands conservation relevance
  • Forcing every study into one statistical template (match design to the ecological question)
  • Padding a Research Note into a Contributed Paper, or vice versa
  • Polishing writing-style before the design ↔ relevance loop has converged
  • Leaving the data/code archive until acceptance instead of building it as you go

Router pass for Conservation Biology

Treat this skill as an executable review pass, not a prose hint. First lock the species/system threat, conservation decision, and uncertainty relevant to action; then judge whether the current manuscript answers the venue's real reader: conservation-science reviewers who ask whether evidence changes biodiversity, management, or policy action.

  • 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 Biological Conservation for applied conservation breadth, Global Change Biology for climate/ecosystem process, Ecology Letters for theory-forward ecology; if a sibling owns the contribution, recommend re-routing before polishing format.
  • Submission-ready gate: do not give final advice until the pack's resources/official-source-map.md has been checked for upload-week rules and the manuscript has one concrete fix for the largest venue-specific risk.

Output format

【Stage】idea / positioning / design / analysis / exhibits / data-policy / writing / relevance / review / submit / revise
【Article type】Contributed Paper / Research Note / Review / Essay / Practice & Policy / Comment
【Route to】conbio-<skill>
【Why】one line
【Then】the next skill after that

Supplementary resources

版本历史

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

同 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
版本
c82fe76
Hash
43eb2226
收录时间
2026-07-05 12:47

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