Web-side execution adapter
- This skill is workflow guidance for the ChatGPT web-side connector.
- Loading this SKILL.md is only the setup step; it does not mean the task is complete.
- After loading, continue to execute the workflow, constraints, and output format below before answering.
- Mentions of local automation, local file operations, local command execution, or external integrations are descriptive only. Use capabilities available in the current ChatGPT session, or ask the user for needed files/links.
- For literature search, current facts, factual verification, source tracing, numeric values, material properties, legal/medical/financial/current information, or any evidence-heavy claim: use available search/browsing tools first and cite verifiable sources. Do not answer such tasks only from memory.
- Preserve the original workflow and scope unless the user explicitly asks for changes.
Writing Systems Papers: Paragraph-Level Blueprint
Structural guidance for $ARGUMENTS
Relationship to Other ARIS Skills
- paper-write: General paper generation workflow with citation verification. This skill complements it with systems-specific structural blueprints.
- paper-slides: Conference presentation generation (Beamer+PPTX). Already covers talks — no overlap.
- paper-plan: Research outline creation. Use paper-plan first, then this skill for paragraph-level structure.
Boundary: paper-write handles the generation workflow (LaTeX output, DBLP verification, section-by-section drafting). This skill provides the structural skeleton — page budgets, paragraph roles, and writing patterns specific to systems venues.
Page Allocation: 12-Page Systems Paper
| Section |
Pages |
Key Content |
| Abstract |
~0.25 |
150–250 words, 5 sentences |
| S1 Introduction |
1.5–2 |
Problem → Gap → Insight → Contributions |
| S2 Background & Motivation |
1–1.5 |
Terms + Production observations |
| S3 Design |
3–4 |
Architecture + Modules + Alternatives |
| S4 Implementation |
0.5–1 |
Prototype, LOC, engineering |
| S5 Evaluation |
3–4 |
Setup + E2E + Ablation + Scalability |
| S6 Related Work |
1 |
By methodology, explicit comparison |
| S7 Conclusion |
0.5 |
3-sentence summary |
Section Blueprints
Abstract (5 sentences)
S1: Problem context and importance
S2: Gap in existing approaches
S3: Thesis — "X is better for Y in environment Z" (Irene Zhang formula)
S4: Approach summary + headline results
S5: Impact or availability
Sources: Levin & Redell — "Can you state the new idea concisely?"; Irene Zhang — "abstract cannot use terms introduced in the paper."
S1 Introduction (1.5–2 pages)
- Problem (~0.5p) — Domain + concrete numbers + why it matters
- Gap analysis (~0.5p) — G1–Gn: specific shortcomings with evidence
- Key insight (1 para) — Thesis: "X is better for Y in Z"
- Contributions (~0.5p) — 3–5 numbered, testable claims with §N references
Pattern: hzwer Move 1 (territory) → Move 2 (niche) → Move 3 (occupy).
S2 Background & Motivation (1–1.5 pages)
- Technical background (~0.5p) — Define-before-use (Gernot Heiser)
- Observations (~0.5–1p) — O1, O2, O3 from production data → design insights
S3 Design (3–4 pages)
- Architecture overview (~0.5p) — Diagram first (Yi Ding: "draw a picture first")
- Module details (~2–2.5p) — Per module: choice, alternatives, why
- Trade-offs (~0.5–1p) — Summary of design decisions
Rule: "Every design choice must discuss alternatives" (Irene Zhang).
S4 Implementation (0.5–1 page)
Language, LOC, framework, key engineering decisions. Keep concise.
S5 Evaluation (3–4 pages)
- Setup (~0.5p) — Hardware, baselines, workloads, metrics
- End-to-end (~1–1.5p) — X vs baselines for Y on Z
- Ablation (~1–1.5p) — Remove each component, measure impact
- Scalability (~0.5p) — Behavior at increasing scale
Three-statement rule (Irene Zhang): Every conclusion stated as:
- Hypothesis (section opening)
- Conclusion (section closing)
- Caption (figure caption)
S6 Related Work (1 page)
Group by methodology. For each group: what they do, limitation, how we differ.
S7 Conclusion (0.5 page)
Three sentences: problem, solution, result. No new information.
Writing Patterns
Pattern 1: Gap Analysis
Enumerate G1–Gn in intro → A1–An in design → verify in evaluation.
Example: Lucid (ASPLOS'23) — 5 gaps mapped to 5 answers.
Pattern 2: Observation-Driven
O1–O3 from production data → insights → design components.
Example: GFS (arXiv 2025) — 3 observations drive 3 components.
Pattern 3: Contribution List
Numbered contributions in intro, each with §N cross-reference.
Example: Blox (EuroSys'24) — 7 contributions; Sia (SOSP'23) — 5 contributions.
Pattern 4: Thesis Formula
"X is better for Y in Z" structures the entire paper.
Combine with other patterns for maximum impact.
Conference Differences
Always verify against current CFP — rules change yearly.
| Venue |
Format |
Pages |
Camera-Ready |
| OSDI |
USENIX |
12 |
14 |
| NSDI |
USENIX |
12 |
14 |
| SOSP |
ACM SIGOPS |
12 |
— |
| ASPLOS |
ACM SIGPLAN |
11 |
13 |
| EuroSys |
ACM |
12 |
— |
Based on 2025/2026 CFPs.
Workflow
1. Determine venue and page limit
2. Choose writing pattern (Gap/Observation/Contribution/Thesis)
3. Allocate pages per section using the table above
4. Draft Abstract following 5-sentence template
5. Draft Introduction: Problem → Gap → Insight → Contributions
6. Draft Motivation with production observations (if available)
7. Draw architecture figure, then write Design
8. Draft Implementation (concise)
9. Draft Evaluation: setup → E2E → ablation → scalability
10. Draft Related Work by methodology groups
11. Draft Conclusion: 3 sentences
12. Run pre-submission checklist
13. Hand off to paper-write skill for LaTeX generation and citation verification
Quick Self-Check
Academic Integrity
- Never fabricate observations, traces, or experimental results
- Never generate citations from memory — use paper-write skill citation workflow
- Disclose LLM use per venue policy
- This blueprint provides structural guidance, not copy-paste text
Authoritative Sources
- Levin & Redell — "How (and How Not) to Write a Good Systems Paper" (USENIX)
- Irene Zhang — "Hints on how to write an SOSP paper"
- Gernot Heiser — Style Guide + Paper Writing Talk
- Timothy Roscoe — "Writing reviews for systems conferences"
- Yi Ding — "How to write good systems papers?"
- hzwer & DingXiaoH — WritingAIPaper (GitHub)
1---2name: writing-systems-papers3description: Paragraph-level structural blueprint for 10-12 page systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides page allocation, paragraph templates, and writing patterns. Use when user says "写系统论文", "systems paper structure", "OSDI paper", "SOSP paper", or wants fine-grained structural guidance for a systems conference submission.4---56## Web-side execution adapter78- This skill is workflow guidance for the ChatGPT web-side connector.9- Loading this SKILL.md is only the setup step; it does not mean the task is complete.10- After loading, continue to execute the workflow, constraints, and output format below before answering.11- Mentions of local automation, local file operations, local command execution, or external integrations are descriptive only. Use capabilities available in the current ChatGPT session, or ask the user for needed files/links.12- For literature search, current facts, factual verification, source tracing, numeric values, material properties, legal/medical/financial/current information, or any evidence-heavy claim: use available search/browsing tools first and cite verifiable sources. Do not answer such tasks only from memory.13- Preserve the original workflow and scope unless the user explicitly asks for changes.1415# Writing Systems Papers: Paragraph-Level Blueprint1617Structural guidance for **$ARGUMENTS**1819## Relationship to Other ARIS Skills2021- **paper-write**: General paper generation workflow with citation verification. This skill complements it with systems-specific structural blueprints.22- **paper-slides**: Conference presentation generation (Beamer+PPTX). Already covers talks — no overlap.23- **paper-plan**: Research outline creation. Use paper-plan first, then this skill for paragraph-level structure.2425**Boundary**: paper-write handles the generation workflow (LaTeX output, DBLP verification, section-by-section drafting). This skill provides the **structural skeleton** — page budgets, paragraph roles, and writing patterns specific to systems venues.2627---2829## Page Allocation: 12-Page Systems Paper3031| Section | Pages | Key Content |32|---------|-------|-------------|33| Abstract | ~0.25 | 150–250 words, 5 sentences |34| S1 Introduction | 1.5–2 | Problem → Gap → Insight → Contributions |35| S2 Background & Motivation | 1–1.5 | Terms + Production observations |36| S3 Design | 3–4 | Architecture + Modules + Alternatives |37| S4 Implementation | 0.5–1 | Prototype, LOC, engineering |38| S5 Evaluation | 3–4 | Setup + E2E + Ablation + Scalability |39| S6 Related Work | 1 | By methodology, explicit comparison |40| S7 Conclusion | 0.5 | 3-sentence summary |4142---4344## Section Blueprints4546### Abstract (5 sentences)4748```text49S1: Problem context and importance50S2: Gap in existing approaches51S3: Thesis — "X is better for Y in environment Z" (Irene Zhang formula)52S4: Approach summary + headline results53S5: Impact or availability54```5556Sources: Levin & Redell — "Can you state the new idea concisely?"; Irene Zhang — "abstract cannot use terms introduced in the paper."5758### S1 Introduction (1.5–2 pages)59601. **Problem** (~0.5p) — Domain + concrete numbers + why it matters612. **Gap analysis** (~0.5p) — G1–Gn: specific shortcomings with evidence623. **Key insight** (1 para) — Thesis: "X is better for Y in Z"634. **Contributions** (~0.5p) — 3–5 numbered, testable claims with §N references6465Pattern: hzwer Move 1 (territory) → Move 2 (niche) → Move 3 (occupy).6667### S2 Background & Motivation (1–1.5 pages)68691. **Technical background** (~0.5p) — Define-before-use (Gernot Heiser)702. **Observations** (~0.5–1p) — O1, O2, O3 from production data → design insights7172### S3 Design (3–4 pages)73741. **Architecture overview** (~0.5p) — Diagram first (Yi Ding: "draw a picture first")752. **Module details** (~2–2.5p) — Per module: choice, alternatives, why763. **Trade-offs** (~0.5–1p) — Summary of design decisions7778Rule: "Every design choice must discuss alternatives" (Irene Zhang).7980### S4 Implementation (0.5–1 page)8182Language, LOC, framework, key engineering decisions. Keep concise.8384### S5 Evaluation (3–4 pages)85861. **Setup** (~0.5p) — Hardware, baselines, workloads, metrics872. **End-to-end** (~1–1.5p) — X vs baselines for Y on Z883. **Ablation** (~1–1.5p) — Remove each component, measure impact894. **Scalability** (~0.5p) — Behavior at increasing scale9091**Three-statement rule** (Irene Zhang): Every conclusion stated as:92- Hypothesis (section opening)93- Conclusion (section closing)94- Caption (figure caption)9596### S6 Related Work (1 page)9798Group by methodology. For each group: what they do, limitation, how we differ.99100### S7 Conclusion (0.5 page)101102Three sentences: problem, solution, result. No new information.103104---105106## Writing Patterns107108### Pattern 1: Gap Analysis109Enumerate G1–Gn in intro → A1–An in design → verify in evaluation.110*Example*: Lucid (ASPLOS'23) — 5 gaps mapped to 5 answers.111112### Pattern 2: Observation-Driven113O1–O3 from production data → insights → design components.114*Example*: GFS (arXiv 2025) — 3 observations drive 3 components.115116### Pattern 3: Contribution List117Numbered contributions in intro, each with §N cross-reference.118*Example*: Blox (EuroSys'24) — 7 contributions; Sia (SOSP'23) — 5 contributions.119120### Pattern 4: Thesis Formula121"X is better for Y in Z" structures the entire paper.122Combine with other patterns for maximum impact.123124---125126## Conference Differences127128> Always verify against current CFP — rules change yearly.129130| Venue | Format | Pages | Camera-Ready |131|-------|--------|-------|-------------|132| OSDI | USENIX | 12 | 14 |133| NSDI | USENIX | 12 | 14 |134| SOSP | ACM SIGOPS | 12 | — |135| ASPLOS | ACM SIGPLAN | 11 | 13 |136| EuroSys | ACM | 12 | — |137138Based on 2025/2026 CFPs.139140---141142## Workflow143144```text1451. Determine venue and page limit1462. Choose writing pattern (Gap/Observation/Contribution/Thesis)1473. Allocate pages per section using the table above1484. Draft Abstract following 5-sentence template1495. Draft Introduction: Problem → Gap → Insight → Contributions1506. Draft Motivation with production observations (if available)1517. Draw architecture figure, then write Design1528. Draft Implementation (concise)1539. Draft Evaluation: setup → E2E → ablation → scalability15410. Draft Related Work by methodology groups15511. Draft Conclusion: 3 sentences15612. Run pre-submission checklist15713. Hand off to paper-write skill for LaTeX generation and citation verification158```159160---161162## Quick Self-Check163164- [ ] Thesis follows "X is better for Y in Z"165- [ ] 3–5 numbered contributions with §N references166- [ ] Design discusses alternatives for every major choice167- [ ] Eval conclusions stated 3 times (hypothesis, result, caption)168- [ ] Related work grouped by methodology169- [ ] Page budget within venue limits170- [ ] No fabricated observations, traces, or results171- [ ] All citations verified (delegate to paper-write skill)172173---174175## Academic Integrity176177- Never fabricate observations, traces, or experimental results178- Never generate citations from memory — use paper-write skill citation workflow179- Disclose LLM use per venue policy180- This blueprint provides structural guidance, not copy-paste text181182---183184## Authoritative Sources1851861. Levin & Redell — "How (and How Not) to Write a Good Systems Paper" (USENIX)1872. Irene Zhang — "Hints on how to write an SOSP paper"1883. Gernot Heiser — Style Guide + Paper Writing Talk1894. Timothy Roscoe — "Writing reviews for systems conferences"1905. Yi Ding — "How to write good systems papers?"1916. hzwer & DingXiaoH — WritingAIPaper (GitHub)