/asplos-related-work
Use when positioning an ASPLOS submission against three communities' literatures at once — covering the architecture, OS/systems, and PL/compiler lanes plus accelerator and prior-ASPLOS lines, handling own-work and arXiv material under the 2027 double-blind rules, and meeting
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill asplos-related-work --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/asplos-related-work
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when positioning an ASPLOS submission against three communities' literatures at once — covering the architecture, OS/systems, and PL/compiler lanes plus accelerator and prior-ASPLOS lines, handling own-work and arXiv material under the 2027 double-blind rules, and meeting
SKILL.md
asplos-related-work.SKILL.mdname: asplos-related-work
description: Use when positioning an ASPLOS submission against three communities' literatures at once — covering the architecture, OS/systems, and PL/compiler lanes plus accelerator and prior-ASPLOS lines, handling own-work and arXiv material under the 2027 double-blind rules, and meeting the full-name/DOI citation format.
ASPLOS Related Work
An ASPLOS reviewer pool is assembled from three communities, and each reviewer checks whether *their* literature is handled competently. Related work at this venue is therefore a coverage problem across parallel lanes — a paper positioned beautifully against the OS literature and blankly against the architecture literature reads as half-researched to half its reviewers.
The five lanes
| Lane | What must be shown | Failure the lane's reviewers spot | |---|---|---| | Architecture (ISCA/MICRO/HPCA lineage) | The hardware structure or mechanism is new relative to prior microarchitectural work | Reinvented prefetcher/hint/metadata scheme under a new name | | OS/systems (SOSP/OSDI/EuroSys/ATC lineage) | The policy/runtime layer differs from existing kernel or hypervisor mechanisms | "The kernel already does this with tunables" | | PL/compilers (PLDI/POPL/CGO lineage) | Language/compiler-level alternatives are acknowledged when the problem admits them | Hardware solution to a problem the compiler community solved statically | | Accelerator/domain (when applicable) | Placement in the accelerator design space with honest technology normalization | Comparing against a three-generation-old design point | | Prior ASPLOS | The intersection lineage itself — what earlier cross-layer attempts did | Missing the exact ASPLOS paper a PC member wrote or shepherded |
For the last lane, mine the venue's own memory: the ACM DL ASPLOS series and the Influential Paper Award list (see `../../resources/exemplars/library.md`) identify the papers the community regards as canonical for a given boundary.
Differentiate on the boundary, not the components
The distinctive ASPLOS positioning move: prior work usually shares *components* with yours (a similar hardware structure, a similar kernel policy) while drawing the **hardware/software boundary elsewhere**. Say precisely where each prior system draws it and why yours moves it:
Template, per closest-prior system:
"<System> provides <capability> at <layer>, which requires <cost/assumption>.
Because it keeps <decision> in <layer>, it cannot <the thing your boundary
placement enables>. We move <decision> to <layer>, which is what makes
<headline property> possible."
Three such paragraphs beat fifteen one-line dismissals — and the systems that get this treatment should be the ones a hostile reviewer would name.
Double-blind handling of your own line of work (2027 rules)
- Cite your prior published work **in the third person**, treated exactly like a
competitor's system.
- Your own arXiv postings and tech reports are **not prior publications** under the
2027 CFP, and the submission **may ignore them** — you are not forced into contortions differentiating against your own preprint.
- A workshop paper this submission extends, or your related manuscript under review
elsewhere, goes in as **anonymized supplemental material** so reviewers can judge the delta (mechanics in `asplos-supplementary`).
- Never use "removed for blind review" placeholders — disallowed wording.
Format constraints that reshape this section
ASPLOS's citation rules (verified 2026-07-08) have an underappreciated interaction with related work: every entry needs **all co-authors' full first and last names** and a DOI/link, which makes each citation *long*. Since references are outside the 11-page limit this costs no body pages — but it means bibliography hygiene is a real task: budget an editing pass to expand names (`asplos-submission` has the mechanical sweep) rather than discovering 90 malformed entries at the deadline.
Timing and staleness
- Sweep the most recent two editions of ASPLOS, ISCA, MICRO, SOSP/OSDI, and
PLDI before each gate (the September 9, 2026 deadline follows a spring conference season — its output is your reviewers' freshest context).
- Concurrent work that appears between cycles: acknowledge it neutrally in a
revision or camera-ready; a Major Revision's change note is an expected place to add "since submission" positioning.
Building the lane map before writing
Construct the section from a spreadsheet, not from memory:
1. For each lane, list the 5-10 systems a reviewer from that community would expect to see; source them from the last two editions' proceedings tables of contents (ACM DL for ASPLOS/ISCA/MICRO/SOSP; the respective sites for USENIX and SIGPLAN venues) rather than from citation chains, which propagate one group's blind spots. 2. Mark each entry: boundary-competitor (gets a template paragraph), component-overlap (grouped sentence), or context (grouped citation). 3. Have the co-author closest to each community audit their lane's list — the embarrassing omission is almost always in the lane nobody on the team calls home. 4. Recheck the map at every gate: between April and September a spring conference season publishes, and a reviewer's own new paper is the citation they miss first.
Using the venue's own canon
The Influential Paper Award list is a positioning instrument, not just an exemplar source: if your boundary has an award-validated ancestor (an accelerator argued from data movement, a virtualization boundary redraw — see `../../resources/exemplars/library.md`), citing the lineage and stating your delta against it signals venue literacy to every senior reviewer. Conversely, discovering that a canon paper already occupies your claimed boundary is cheaper during this pass than in a review.
Where the section lives
With 11 figure-inclusive pages, a late monolithic related-work section is expens
Read more
name: asplos-related-work description: Use when positioning an ASPLOS submission against three communities' literatures at once — covering the architecture, OS/systems, and PL/compiler lanes plus accelerator and prior-ASPLOS lines, handling own-work and arXiv material under the 2027 double-blind rules, and meeting the full-name/DOI citation format.
ASPLOS Related Work
An ASPLOS reviewer pool is assembled from three communities, and each reviewer checks whether *their* literature is handled competently. Related work at this venue is therefore a coverage problem across parallel lanes — a paper positioned beautifully against the OS literature and blankly against the architecture literature reads as half-researched to half its reviewers.
The five lanes
| Lane | What must be shown | Failure the lane's reviewers spot | |---|---|---| | Architecture (ISCA/MICRO/HPCA lineage) | The hardware structure or mechanism is new relative to prior microarchitectural work | Reinvented prefetcher/hint/metadata scheme under a new name | | OS/systems (SOSP/OSDI/EuroSys/ATC lineage) | The policy/runtime layer differs from existing kernel or hypervisor mechanisms | "The kernel already does this with tunables" | | PL/compilers (PLDI/POPL/CGO lineage) | Language/compiler-level alternatives are acknowledged when the problem admits them | Hardware solution to a problem the compiler community solved statically | | Accelerator/domain (when applicable) | Placement in the accelerator design space with honest technology normalization | Comparing against a three-generation-old design point | | Prior ASPLOS | The intersection lineage itself — what earlier cross-layer attempts did | Missing the exact ASPLOS paper a PC member wrote or shepherded |
For the last lane, mine the venue's own memory: the ACM DL ASPLOS series and the Influential Paper Award list (see `../../resources/exemplars/library.md`) identify the papers the community regards as canonical for a given boundary.
Differentiate on the boundary, not the components
The distinctive ASPLOS positioning move: prior work usually shares *components* with yours (a similar hardware structure, a similar kernel policy) while drawing the **hardware/software boundary elsewhere**. Say precisely where each prior system draws it and why yours moves it:
Template, per closest-prior system: "<System> provides <capability> at <layer>, which requires <cost/assumption>. Because it keeps <decision> in <layer>, it cannot <the thing your boundary placement enables>. We move <decision> to <layer>, which is what makes <headline property> possible."
Three such paragraphs beat fifteen one-line dismissals — and the systems that get this treatment should be the ones a hostile reviewer would name.
Double-blind handling of your own line of work (2027 rules)
- Cite your prior published work **in the third person**, treated exactly like a
competitor's system.
- Your own arXiv postings and tech reports are **not prior publications** under the
2027 CFP, and the submission **may ignore them** — you are not forced into contortions differentiating against your own preprint.
- A workshop paper this submission extends, or your related manuscript under review
elsewhere, goes in as **anonymized supplemental material** so reviewers can judge the delta (mechanics in `asplos-supplementary`).
- Never use "removed for blind review" placeholders — disallowed wording.
Format constraints that reshape this section
ASPLOS's citation rules (verified 2026-07-08) have an underappreciated interaction with related work: every entry needs **all co-authors' full first and last names** and a DOI/link, which makes each citation *long*. Since references are outside the 11-page limit this costs no body pages — but it means bibliography hygiene is a real task: budget an editing pass to expand names (`asplos-submission` has the mechanical sweep) rather than discovering 90 malformed entries at the deadline.
Timing and staleness
- Sweep the most recent two editions of ASPLOS, ISCA, MICRO, SOSP/OSDI, and
PLDI before each gate (the September 9, 2026 deadline follows a spring conference season — its output is your reviewers' freshest context).
- Concurrent work that appears between cycles: acknowledge it neutrally in a
revision or camera-ready; a Major Revision's change note is an expected place to add "since submission" positioning.
Building the lane map before writing
Construct the section from a spreadsheet, not from memory:
1. For each lane, list the 5-10 systems a reviewer from that community would expect to see; source them from the last two editions' proceedings tables of contents (ACM DL for ASPLOS/ISCA/MICRO/SOSP; the respective sites for USENIX and SIGPLAN venues) rather than from citation chains, which propagate one group's blind spots. 2. Mark each entry: boundary-competitor (gets a template paragraph), component-overlap (grouped sentence), or context (grouped citation). 3. Have the co-author closest to each community audit their lane's list — the embarrassing omission is almost always in the lane nobody on the team calls home. 4. Recheck the map at every gate: between April and September a spring conference season publishes, and a reviewer's own new paper is the citation they miss first.
Using the venue's own canon
The Influential Paper Award list is a positioning instrument, not just an exemplar source: if your boundary has an award-validated ancestor (an accelerator argued from data movement, a virtualization boundary redraw — see `../../resources/exemplars/library.md`), citing the lineage and stating your delta against it signals venue literacy to every senior reviewer. Conversely, discovering that a canon paper already occupies your claimed boundary is cheaper during this pass than in a review.
Where the section lives
With 11 figure-inclusive pages, a late monolithic related-work section is expens
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

