| name | paper-writing-workflow |
| description | Modular 8-stage academic paper writing workflow โ from planning to submission. Combines nature-skills + ARS + Omniscale best capabilities. Supports single-stage invocation or full pipeline automation. Trigger when user asks about paper writing workflow, ่ฎบๆๅไฝๆต็จ, academic writing pipeline, or wants to start/continue a structured paper project.
|
| version | 1.0.0 |
| author | xyy |
| license | MIT |
| tags | ["academic","writing","workflow","paper","research"] |
Paper Writing Full-Pipeline Workflow
Overview
This skill provides a modular 8-stage academic paper writing workflow that combines
the best capabilities of installed Claude Code skills:
- nature-skills: polishing, writing, citation, figures, reviewer, response, reader
- ARS (Academic Research Skills): deep-research, academic-paper, reviewer, pipeline
- Omniscale: critique, summarize-paper, research-map
When to Use
Trigger this skill when the user:
- Asks about paper writing workflow / ่ฎบๆๅไฝๆต็จ
- Wants to start a structured paper project
- Needs guidance on which skill to use at which stage
- Wants to run a specific stage (e.g., "ๆถฆ่ฒๆ็่ฎบๆ", "ๅฎก็จฟ่ชๆฅ")
- Asks "ๅฆไฝๅ่ฎบๆ" / "ๅ่ฎบๆ็ๆต็จ"
8-Stage Workflow
| Stage | Name | Key Skills |
|---|
| 1 | Planning & Research Map | /ars-plan, research-map |
| 2 | Literature Survey | nature-academic-search, ARS deep-research, summarize-paper |
| 3 | Writing First Draft | nature-writing, /ars-outline, nature-polishing |
| 4 | Citations & Data | nature-citation, /ars-citation-check, nature-data |
| 5 | Figures & Charts | nature-figure (Python/R) |
| 6 | Review & Self-Check | nature-reviewer, /ars-reviewer, critique |
| 7 | Revision & Response | /ars-revision, nature-polishing, nature-response |
| 8 | Submission Output | /ars-format-convert, /ars-disclosure, nature-paper2ppt |
Usage
Quick Start
The workflow script is at paper-workflow.js. Invoke via:
Workflow({scriptPath: "path/to/paper-workflow.js", args: {stage: 3}})
Set stage to 1-8 for a single stage, or "all" for the full pipeline.
Manual Stage Execution
Each stage can also be run manually using the slash commands and Skill calls
documented in paper-writing-workflow-guide.md.
Recommended Order for Existing Drafts
If you already have a draft:
- Stage 3 (polishing) โ fix language issues
- Stage 5 (figures) โ optimize charts
- Stage 4 (citations) โ verify and supplement references
- Stage 6 (review) โ pre-submission self-check
- Stage 7 (revision) โ address findings
- Stage 8 (output) โ format and package
Design Principles
- Human-in-the-loop: Every stage has a checkpoint before proceeding
- Skill complementarity: ARS excels at pipeline automation; nature-skills excel at language/figures/citations
- Flexible invocation: Run any stage independently or the full pipeline
- Degradation strategy: If a required skill is missing, manual alternatives are provided
Files
paper-workflow.js โ Executable workflow script
paper-writing-workflow-guide.md โ Complete user manual with slash commands and checklists
paper-writing-skill-workflow.png โ Visual flowchart (300 DPI)
paper-writing-skill-workflow.svg โ Editable vector version
paper-writing-skill-workflow.pdf โ PDF version for embedding