Generate a structured IEEE Trans paper outline from review conclusions and experiment results. Use when user says "写大纲", "paper outline", "plan the paper", "论文规划", or wants to create a paper plan before writing.
Generate a structured, section-by-section paper outline from: $ARGUMENTS
gpt-5.4 - Used for outline reviewopus - Use for section framing, figure strategy, and final outline judgmentsonnet - Use for drafting the outline, claims matrix, and figure planIEEE_TRANS - User can overrideIf opus or sonnet are not available in the host, preserve the same split with the strongest local replacements.
The skill expects one or more of these:
NARRATIVE_REPORT.mdSTORY.mdIDEA_REPORT.md or FINAL_PROPOSAL.mdIf none exist, ask for a short description of the paper's contribution and evidence.
Read all available narrative and result documents and extract:
Build a claims-evidence matrix:
| Claim | Evidence | Status | Section |
|-------|----------|--------|---------|
| [claim 1] | [exp A, metric B] | Supported | 3.2 |
| [claim 2] | [exp C] | Partially supported | 4.1 |
Select a section structure that fits the contribution and page budget.
Standard IEEE Trans control paper structure:
I. Introduction
II. Preliminaries and Problem Formulation
III. Main Results (Controller/Observer Design + Stability Analysis)
IV. Simulation Results
V. Conclusion
Appendix: Proofs
Variations:
For each section, specify:
For multi-agent formation control papers, ensure the method and experiment sections explicitly cover:
Before writing the figure table, explicitly decide whether the paper needs:
For multi-agent formation control papers, check these non-data figures explicitly:
Do not leave these implicit.
Write a figure plan in this exact shape:
## Figure Plan
| ID | Type | Render Module | Description | Data Source | Priority |
|----|------|---------------|-------------|-------------|----------|
| Fig 1 | Hero Architecture | paper-illustration | Overall control pipeline and baseline comparison focus | derived from method and setup | HIGH |
| Fig 2 | Scenario Figure | paper-illustration | Agent formation, topology, targets, and obstacles | derived from setup | HIGH |
| Fig 3 | Line Plot | paper-figure | Tracking error vs. time | figures/tracking.json | HIGH |
| Fig 4 | Bar Chart | paper-figure | Ablation results | figures/ablation.json | MEDIUM |
| Table 1 | Comparison Table | paper-figure | Main results vs. baselines | figures/main_results.json | HIGH |
Routing rules:
Line Plot, Bar Chart, Grouped Bar, Scatter Plot, Heatmap, Box Plot, Violin Plot, Multi-panel, and Comparison Table -> paper-figureHero Architecture, System Architecture, Algorithm Flow, Control Loop, Communication Topology, Scenario Figure, and Method Illustration -> paper-illustrationmanual only when the user already has the asset or the figure is intentionally hand-drawnThis table is consumed downstream by /paper-writing for automatic module dispatch.
For each section, list the required citation families and anchor references.
Citation rules:
[VERIFY]Send the outline to gpt-5.4 for review with emphasis on:
For multi-agent formation control topics, ask the reviewer to check:
Write PAPER_PLAN.md with this structure:
# Paper Plan
## Metadata
- Title:
- Venue:
- Type:
- Page budget:
- Section count:
## Claims-Evidence Matrix
## Section Plan
## Figure Plan
## Citation Plan
## Risks Before Writing
Before finishing, verify:
Render Module/paper-writing