| name | paper-writing |
| description | Write CS/AI papers with progressive disclosure. Prefer invoking via research-workflow.
TRIGGER when: user explicitly asks to draft/write/revise a paper, paper section (abstract, intro, related work, method, experiments, conclusion), rebuttal, or LaTeX content.
DO NOT TRIGGER when: user mentions papers but needs research/investigation (use deep-research), experiment planning (use research-plan), or experiment execution (use experiment-execution). |
Paper Writing
Mission
Provide a section-aware paper-writing workflow that is:
- evidence-first
- progressively disclosed
- LaTeX- and structure-friendly
- optimized for CS and AI papers
Do not load all writing guidance at once. Start here, then open only the reference file needed for the current section.
Activation Gate
Activate this skill only when the user explicitly asks for paper-writing output.
Use this skill for:
- drafting a paper or a named paper section
- revising existing paper prose
- writing rebuttal text
- turning existing claims, evidence, and results into paper-ready prose
Do not use this skill for:
- topic scoping
- literature investigation without a writing deliverable
- feasibility analysis
- experiment design
- experiment execution
- deciding whether a project is paper-worthy
Default Workflow
- identify paper type and draft stage
- load
references/workflow.md
- load only the section file needed right now
- if related-work style mining is needed, load
references/arxiv-source-workflow.md
- use
scripts/fetch_arxiv_source.py to inspect exemplar paper sources
- write only what is supported by actual evidence, experiments, and citations
Loading Map
Open these references on demand:
references/source-index.md
- external sources and what each one informs
references/workflow.md
- overall writing order, collaboration rules, and section contracts
references/abstract.md
- abstract structure and compression rules
references/introduction.md
- problem framing, gap, contributions, and section logic
references/related-work.md
- literature grouping, synthesis, comparison writing, and citation density
references/arxiv-source-workflow.md
- how to download and inspect arXiv LaTeX sources
references/method.md
- method narrative, notation, pipeline order, and algorithm exposition
references/architecture-figures.md
- architecture drawing heuristics and code-based tooling
references/experiments.md
- evaluation logic, ablations, robustness, and error analysis
references/tables-and-layout.md
- result tables, layout, appendix splitting, and figure-table coordination
Writing Rules
- Write from claims backward:
- claim
- evidence
- section role
- prose
- Prefer synthesis over surface summary.
- One paragraph should usually do one job.
- Keep novelty claims proportional to the real delta.
- For figures and tables, prefer code-generated assets that can be regenerated.
- For related work, inspect representative arXiv source when organization matters.
Scripts
scripts/fetch_arxiv_source.py
- download and unpack an arXiv source bundle
- list candidate main
.tex files and section fragments
- useful for
Related Work, Method, and layout mining