Rt workflow
Skill brycewang-stanford/Awesome-Journal-Skills/Research-Toolkit-Skills/skills/rt-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 期刊技能包,从选题、识别策略到表格规范与审稿回复全流程,助你快速发论文。
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill rt-workflowAssembled 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 to sequence a manuscript across venues — which cross-journal toolkit skill to invoke next, from picking a target journal through execution, submission-readiness, simulated review, rebuttal, and the replication package. Routes; it does not replace the per-journal depth packs or the specialized toolkit skills.
SKILL.md
3.0 KB, 697 tokens by cl100k_base, as published. Nobody here has run it
Cross-Journal Workflow Router (rt-workflow)
The author-side loop that runs across journals, complementing the per-journal depth
packs (which answer "how do I clear THIS venue's bar?"). Each step is backed by a
canonical capability doc in shared-resources/.
When to trigger
- You have a result/draft and don't yet know the venue, or just got a reject and need the next target.
- You are mid-project and want the next cross-journal step.
- You want the end-to-end sequence: pick → execute → ready → rehearse → submit → rebut → replicate.
The loop (and the skill that owns each step)
rt-journal-match— profile the paper → ranked reach/match/safe shortlist + resubmission ladder.rt-execution-bridge— run the analysis through the StatsPAI / Stata MCP tools (estimate + audit), not just advise it.rt-submission-readiness— go/no-go scorecard on the manuscript against the target venue's bar.rt-simulated-referee— rehearse a calibrated AE + referee panel; surface the decisive objections before a real referee does.- (fix) — route each objection back to the target pack's skill + the execution bridge.
rt-response-to-referees— after an R&R, draft the point-by-point reply + revision plan (editor first).rt-replication-package— assemble + validate the Data-Editor package against the venue's data-and-code policy.
Routing table
| Symptom | Go to |
|---|---|
| "Where should I send this?" / "Rejected — what next?" | rt-journal-match |
| "I need to actually run the DiD/IV/RDD/SCM/DML, not just plan it" | rt-execution-bridge |
| "Is it ready to submit?" | rt-submission-readiness |
| "What will referees attack?" | rt-simulated-referee |
| "I have an R&R to answer" | rt-response-to-referees |
| "The Data Editor needs a replication package" | rt-replication-package |
How it relates to the per-journal packs
This router sequences the cross-journal steps; the venue bar and all live facts
(fees, limits, acceptance, data policy, house style) come from the chosen pack's own
skills and resources/official-source-map.md. Always defer venue-specific judgment to
that pack — this toolkit picks the venue, runs the analysis, and rehearses the gauntlet.
Anti-patterns
- Submitting before
rt-submission-readinessclears the mechanical bar. - Picking a venue without reading its live source-map facts (
rt-journal-matchhard rule). - Treating the simulated referee as a verdict rather than a rehearsal.
Output format
【Current step】pick / execute / ready / rehearse / respond / replicate
【Next skill】rt-...
【Why】one line
【Venue bar source】<target pack>/resources/official-source-map.md + skills
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.