/asplos-supplementary
Use when deciding what goes into an ASPLOS submission's appendices versus the 11 self-contained pages — applying the rule that reviewers are neither required nor encouraged to read supplemental material, using anonymized supplements for unciteable own work, and staging content
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill asplos-supplementary --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-supplementary
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when deciding what goes into an ASPLOS submission's appendices versus the 11 self-contained pages — applying the rule that reviewers are neither required nor encouraged to read supplemental material, using anonymized supplements for unciteable own work, and staging content
SKILL.md
asplos-supplementary.SKILL.mdname: asplos-supplementary
description: Use when deciding what goes into an ASPLOS submission's appendices versus the 11 self-contained pages — applying the rule that reviewers are neither required nor encouraged to read supplemental material, using anonymized supplements for unciteable own work, and staging content for the revision and artifact phases.
ASPLOS Supplementary Material
ASPLOS 2027 lets appendices and supplemental material ride in the submission file with **no page limit** — under two conditions that define this entire skill: the 11-page body must be **self-contained**, and reviewers are **neither required nor encouraged** to read anything past it (CFP, checked 2026-07-08). Supplementary material is therefore not extra space; it is a different medium with a different reader contract.
The reader-contract test
For every block of content, ask: *what happens if no reviewer ever reads this?*
| If unread, the paper... | Verdict | Destination | |---|---|---| | ...loses a claim's only support | Body — the claim is otherwise unsupported | Compress into the 11 pages or cut the claim | | ...still stands; the block deepens confidence | Legitimate appendix | Appendix, with a forward pointer from the body | | ...still stands; the block enables re-implementation | Appendix or artifact | Appendix now; artifact package later | | ...still stands; nobody would miss it | Cut | Nowhere |
The self-containment rule has teeth: the CFP frames appendices explicitly as not a way to circumvent the page limit. A proof sketch, key config table, or summary sensitivity plot that a claim *depends on* belongs inside the 11 pages, however tight that makes them.
What ASPLOS appendices are actually good for
- **Full configuration dumps** — simulator configs, kernel settings, tuning values
whose *summary* appears in the evaluation section.
- **Extended result grids** — every workload × platform cell, where the body shows
the representative subset and states the selection rule.
- **Interface specifications** — the full ISA-extension encoding or API surface the
body describes functionally.
- **Proof details** for any formal claims, with theorem statements kept in-body.
- **Reproduction detail** that previews the Artifact Appendix (`asplos-artifact-evaluation`)
without depending on it.
The anonymized-supplement mechanism (ASPLOS-specific)
The 2027 double-blind rules include a mechanism siblings lack: when your own prior or concurrent work cannot be cited in the third person without breaking anonymity — a workshop paper being extended, a related manuscript under review elsewhere — it is **uploaded and cited as anonymized supplemental material**. Checklist for using it:
1. Strip the supplement itself: author block, acknowledgments, PDF metadata, repository URLs, venue headers/footers. 2. Cite it in the body as anonymous supplemental material, not with a placeholder like "removed for review" (the placeholder wording is disallowed). 3. Include enough of the prior work that a reviewer can judge the delta — the point of the mechanism is to make "how much is new here?" answerable.
Pointer discipline
Every appendix section earns a one-line, promise-shaped pointer in the body:
Good: "Appendix B lists the full gem5 configuration; §6.1 states the
parameters that materially affect the results."
Bad: "Due to space constraints, details are in the appendix."
(names no content, admits the body is incomplete)
Bad: "See Appendix C for why this is safe."
(a safety argument is claim-support; it must live in the body)Staging across the cycle
- **Submission:** appendices frozen with the body; they share the PDF and the
deadline (September 9, 2026 for the live gate).
- **Response window:** you may point reviewers to specific appendix content that
answers their question — this is the one moment unread appendices get read, and precise pointers (`asplos-author-response`) are what make it happen.
- **Major Revision:** appendix deltas count as part of the revision; log them in
the change note like body changes.
- **Camera-ready/AE:** decide what migrates from appendix to the archived artifact,
where it gains versioning and badges instead of page count.
Appendix architecture
Unlimited length is not license for a junk drawer. Conventions that keep the appendix navigable for the two audiences who might read it (a response-window reviewer following your pointer, and a future artifact evaluator):
- One appendix per purpose, lettered and titled by content ("Appendix B: Full
gem5 configurations"), never "Additional results."
- Order by likelihood of being pointed to during the response window: extended
results and configurations first, proofs and encodings later.
- Each appendix opens with a two-line scope note: what it contains and which
body section it backs — orphan appendices with no body pointer get cut.
- Keep appendix figures compilable from the same scripts as body figures; a
supplement that contradicts the body (stale plot, different config) is worse than no supplement, because it is the kind of inconsistency that surfaces during revision re-review.
What never belongs in any supplement
- Content that breaks anonymity (author-identifying configs, lab hostnames,
grant boilerplate) — appendices are swept by the same double-blind rules as the body.
- The only statement of a limitation. Burying a known weakness in an appendix
reads as concealment when a reviewer finds it — and one usually does.
- Results that contradict the body's claims without discussion; if the extended
grid shows losing cases, the body's claim must already be scoped to survive them.
- Anything you are not prepared to defend in the response window — appendices
are in the reviewed record even when unread by default.
Interaction with the 11-page budget
The appendix is the pressure-relief valve that makes the figure-inclusive 11-page lim
Read more
name: asplos-supplementary description: Use when deciding what goes into an ASPLOS submission's appendices versus the 11 self-contained pages — applying the rule that reviewers are neither required nor encouraged to read supplemental material, using anonymized supplements for unciteable own work, and staging content for the revision and artifact phases.
ASPLOS Supplementary Material
ASPLOS 2027 lets appendices and supplemental material ride in the submission file with **no page limit** — under two conditions that define this entire skill: the 11-page body must be **self-contained**, and reviewers are **neither required nor encouraged** to read anything past it (CFP, checked 2026-07-08). Supplementary material is therefore not extra space; it is a different medium with a different reader contract.
The reader-contract test
For every block of content, ask: *what happens if no reviewer ever reads this?*
| If unread, the paper... | Verdict | Destination | |---|---|---| | ...loses a claim's only support | Body — the claim is otherwise unsupported | Compress into the 11 pages or cut the claim | | ...still stands; the block deepens confidence | Legitimate appendix | Appendix, with a forward pointer from the body | | ...still stands; the block enables re-implementation | Appendix or artifact | Appendix now; artifact package later | | ...still stands; nobody would miss it | Cut | Nowhere |
The self-containment rule has teeth: the CFP frames appendices explicitly as not a way to circumvent the page limit. A proof sketch, key config table, or summary sensitivity plot that a claim *depends on* belongs inside the 11 pages, however tight that makes them.
What ASPLOS appendices are actually good for
- **Full configuration dumps** — simulator configs, kernel settings, tuning values
whose *summary* appears in the evaluation section.
- **Extended result grids** — every workload × platform cell, where the body shows
the representative subset and states the selection rule.
- **Interface specifications** — the full ISA-extension encoding or API surface the
body describes functionally.
- **Proof details** for any formal claims, with theorem statements kept in-body.
- **Reproduction detail** that previews the Artifact Appendix (`asplos-artifact-evaluation`)
without depending on it.
The anonymized-supplement mechanism (ASPLOS-specific)
The 2027 double-blind rules include a mechanism siblings lack: when your own prior or concurrent work cannot be cited in the third person without breaking anonymity — a workshop paper being extended, a related manuscript under review elsewhere — it is **uploaded and cited as anonymized supplemental material**. Checklist for using it:
1. Strip the supplement itself: author block, acknowledgments, PDF metadata, repository URLs, venue headers/footers. 2. Cite it in the body as anonymous supplemental material, not with a placeholder like "removed for review" (the placeholder wording is disallowed). 3. Include enough of the prior work that a reviewer can judge the delta — the point of the mechanism is to make "how much is new here?" answerable.
Pointer discipline
Every appendix section earns a one-line, promise-shaped pointer in the body:
Good: "Appendix B lists the full gem5 configuration; §6.1 states the
parameters that materially affect the results."
Bad: "Due to space constraints, details are in the appendix."
(names no content, admits the body is incomplete)
Bad: "See Appendix C for why this is safe."
(a safety argument is claim-support; it must live in the body)Staging across the cycle
- **Submission:** appendices frozen with the body; they share the PDF and the
deadline (September 9, 2026 for the live gate).
- **Response window:** you may point reviewers to specific appendix content that
answers their question — this is the one moment unread appendices get read, and precise pointers (`asplos-author-response`) are what make it happen.
- **Major Revision:** appendix deltas count as part of the revision; log them in
the change note like body changes.
- **Camera-ready/AE:** decide what migrates from appendix to the archived artifact,
where it gains versioning and badges instead of page count.
Appendix architecture
Unlimited length is not license for a junk drawer. Conventions that keep the appendix navigable for the two audiences who might read it (a response-window reviewer following your pointer, and a future artifact evaluator):
- One appendix per purpose, lettered and titled by content ("Appendix B: Full
gem5 configurations"), never "Additional results."
- Order by likelihood of being pointed to during the response window: extended
results and configurations first, proofs and encodings later.
- Each appendix opens with a two-line scope note: what it contains and which
body section it backs — orphan appendices with no body pointer get cut.
- Keep appendix figures compilable from the same scripts as body figures; a
supplement that contradicts the body (stale plot, different config) is worse than no supplement, because it is the kind of inconsistency that surfaces during revision re-review.
What never belongs in any supplement
- Content that breaks anonymity (author-identifying configs, lab hostnames,
grant boilerplate) — appendices are swept by the same double-blind rules as the body.
- The only statement of a limitation. Burying a known weakness in an appendix
reads as concealment when a reviewer finds it — and one usually does.
- Results that contradict the body's claims without discussion; if the extended
grid shows losing cases, the body's claim must already be scoped to survive them.
- Anything you are not prepared to defend in the response window — appendices
are in the reviewed record even when unread by default.
Interaction with the 11-page budget
The appendix is the pressure-relief valve that makes the figure-inclusive 11-page lim
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

