Workflow 3: Full paper writing pipeline for IEEE Trans control papers. Orchestrates paper-plan → paper-figure → paper-illustration → paper-write → paper-compile → auto-paper-improvement-loop. Use when user says "写论文全流程", "write paper pipeline", "从报告到PDF", or wants the complete paper generation workflow.
Run the writing stage for: $ARGUMENTS
This skill chains sub-skills into a single automated pipeline:
/paper-plan → /paper-figure + /paper-illustration (auto-routed) → /paper-write → /paper-compile → /auto-paper-improvement-loop
(outline) (simulation plots) (framework diagrams) (LaTeX) (build PDF) (review & polish ×2)
IEEE_TRANS — Default venue. User may override to IEEE_TAC, IEEE_TSMC, IEEE_TCYB, IEEE_TIE, IEEE_TNNLS, IEEE_TCSI, AUTOMATICA, etc.opus — Section-level framing, claim pruning, final acceptability judgmentssonnet — Drafting, figure scripts, LaTeX edits, bibliographygpt-5.4 — Plan review, figure review, final polishModel routing details: see ../shared-references/model-routing-policy.md.
At minimum:
FINAL_PROPOSAL.md or equivalent problem/method summaryRESULTS_SUMMARY.md or equivalent analyzed resultsNARRATIVE_REPORT.mdIf results are incomplete, redirect to /experiment-pipeline.
PAPER_PLAN.mdfigures/ (simulation plots + framework diagrams)paper/ (LaTeX source tree)paper/main.pdfPAPER_IMPROVEMENT_LOG.md/paper-plan "$ARGUMENTS"
Goal: claims-evidence mapping, section structure, figure/table plan, citation scaffolding.
Checkpoint: title direction, section list, claim-evidence matrix, figure routing decisions.
Read PAPER_PLAN.md and partition the figure plan:
| Render Module | Route to | Figure Types |
|---|---|---|
paper-figure | /paper-figure | Line Plot, Bar Chart, Scatter Plot, Multi-panel, Comparison Table |
paper-illustration | /paper-illustration | Hero Architecture, Algorithm Flow, Control Loop, Communication Topology, Scenario Figure |
manual | User-provided | Photographs, screenshots |
/paper-figure "PAPER_PLAN.md"
If PAPER_PLAN.md contains any paper-illustration items, automatically invoke:
/paper-illustration "[all illustration figure specs from PAPER_PLAN.md]"
Do not wait for an explicit user request.
/paper-write "PAPER_PLAN.md"
Goal: complete LaTeX source, verified bibliography, figures inserted, aligned with evidence.
/paper-compile "paper/"
Goal: clean PDF build, 0 undefined references/citations, page count check.
/auto-paper-improvement-loop "paper/"
Goal: 2 rounds of GPT-5.4 review → fix → recompile. Optional for first drafts.
A successful run leaves:
PAPER_PLAN.md with claims-evidence matrix and figure planfigures/paper/ source treepaper/main.pdfStop and report if: experiments incomplete, unsupported claims exposed, required figures depend on missing data, or compilation fails after 3 attempts.
/experiment-pipeline "FINAL_PROPOSAL.md" ← previous stage
/paper-writing "$ARGUMENTS" ← you are here