写作与投稿科研写作与发表Lylll9436/Paper-Polish-Workflow-skill写作与投稿
PP

ppw:team

维护者 Lylll9436 · 最近更新 2026年4月1日

Orchestrate parallel paper processing. Split paper into sections and run any eligible Skill (polish, translation, de-ai) across sections via subagents. 团队协作模式:将论文拆分为章节并行处理。

Claude Code写作整理投稿回应ppw-teampaper-polishwritingsubmission

原始来源

Lylll9436/Paper-Polish-Workflow-skill

https://github.com/Lylll9436/Paper-Polish-Workflow-skill/tree/main/skills/ppw-team

维护者
Lylll9436
许可
See upstream repo
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • This Skill orchestrates parallel paper processing by splitting paper into H1 sections 、 dispatching eligible Skills to subagents. In Phase 19 (current),it validates proof-of-concept gate by running single subagent on one section. Full parallel dispatch across all sections is Phase 20。
  • Mode inference: "直接" or "direct" in trigger switches to direct mode.。

原始文档

SKILL.md 摘录

Ask Strategy

Guided mode -- three interaction points via AskUserQuestion:

  1. Section selection (multiSelect) after splitting
  2. PoC section selection (single select) from selected sections
  3. PoC quality confirmation (approve/retry/exit)

Direct mode -- skip all three: auto-select all body sections (exclude preamble and bibliography), auto-select first body section for PoC, auto-approve PoC output.

Step 0: Workflow Memory (Recording Only)

  • Skip pattern detection -- orchestrator is not suitable for auto-direct-mode recommendation.
  • Recording happens after Step 1 validation (see Step 1).

Step 1: Parse Arguments and Validate

  • Parse $ARGUMENTS to extract: Skill name (first word) and file path (remaining words).
  • Validate Skill name against whitelist: ["translation", "polish", "de-ai"]
  • If Skill is not in whitelist, reject with exact message: "[Skill] requires full-paper context and cannot run in parallel. Please run /ppw:[skill] directly."
  • Validate file exists and is .tex or .md format. If file not found or wrong format, report error and stop.
  • Read the paper file content.
  • Record workflow: Append {"skill": "ppw:team", "ts": "<ISO timestamp>"} to .planning/workflow-memory.json. Create file as [] if missing. Drop oldest entry if log length >= 50.

适用场景

  • Use ppw:team ,用于 manuscript drafting 、 submission workflows。
  • Apply ppw:team when polishing research communication outputs。

不适用场景

  • Do not treat this catalog entry as substitute ,用于 full upstream workflow。

相关技能

相关技能

返回目录
BI
写作与投稿科研写作与发表

bio-alignment-io

bio-alignment-io:Read,write,、 convert multiple sequence alignment files ,使用 Biopython Bio.AlignIO。 支持 Clustal,PHYLIP,Sto…

OpenClawNanoClaw写作整理
FreedomIntelligence/OpenClaw-Medical-Skills查看
DO
写作与投稿科研写作与发表

doc-coauthoring

doc-coauthoring:指引 users through structured workflow ,用于 co-authoring documentation。 This workflow helps users efficient…

OpenClawNanoClaw写作整理
FreedomIntelligence/OpenClaw-Medical-Skills查看
PA
写作与投稿科研写作与发表

paper-polish-workflow

paper-polish-workflow:Systematic top-down workflow ,用于 polishing academic papers。 Structure to logic to expression ,支持 u…

Claude Code写作整理
Lylll9436/Paper-Polish-Workflow-skill查看
PP
写作与投稿科研写作与发表

ppw:abstract

Generate or optimize academic paper abstracts using the 5-sentence Farquhar formula. Supports generate-from-scratch and…

Claude Code写作整理
Lylll9436/Paper-Polish-Workflow-skill查看