mindforge-cc 11.5.1 → 11.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/.agent/mindforge/skill-tdd.md +53 -0
  2. package/.agent/mindforge/skills-index.md +118 -0
  3. package/.agent/mindforge/systematic-debug.md +60 -0
  4. package/.agent/skills/1password-skill/SKILL.md +156 -0
  5. package/.agent/skills/1password-skill/references/cli-examples.md +31 -0
  6. package/.agent/skills/1password-skill/references/get-started.md +21 -0
  7. package/.agent/skills/article-illustrator/SKILL.md +199 -0
  8. package/.agent/skills/article-illustrator/references/prompt-construction.md +426 -0
  9. package/.agent/skills/article-illustrator/references/style-presets.md +80 -0
  10. package/.agent/skills/article-illustrator/references/styles.md +224 -0
  11. package/.agent/skills/article-illustrator/references/usage.md +50 -0
  12. package/.agent/skills/article-illustrator/references/workflow.md +332 -0
  13. package/.agent/skills/arxiv/SKILL.md +275 -0
  14. package/.agent/skills/blogwatcher/SKILL.md +130 -0
  15. package/.agent/skills/code-wiki/SKILL.md +438 -0
  16. package/.agent/skills/code-wiki/templates/README.md +31 -0
  17. package/.agent/skills/code-wiki/templates/architecture.md +30 -0
  18. package/.agent/skills/code-wiki/templates/getting-started.md +47 -0
  19. package/.agent/skills/code-wiki/templates/module.md +38 -0
  20. package/.agent/skills/codebase-inspection/SKILL.md +109 -0
  21. package/.agent/skills/comic-creator/SKILL.md +240 -0
  22. package/.agent/skills/comic-creator/references/analysis-framework.md +176 -0
  23. package/.agent/skills/comic-creator/references/auto-selection.md +71 -0
  24. package/.agent/skills/comic-creator/references/base-prompt.md +98 -0
  25. package/.agent/skills/comic-creator/references/character-template.md +180 -0
  26. package/.agent/skills/comic-creator/references/ohmsha-guide.md +85 -0
  27. package/.agent/skills/comic-creator/references/partial-workflows.md +106 -0
  28. package/.agent/skills/comic-creator/references/storyboard-template.md +143 -0
  29. package/.agent/skills/comic-creator/references/workflow.md +401 -0
  30. package/.agent/skills/concept-diagrams/SKILL.md +355 -0
  31. package/.agent/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
  32. package/.agent/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
  33. package/.agent/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
  34. package/.agent/skills/creative-ideation/SKILL.md +144 -0
  35. package/.agent/skills/creative-ideation/references/full-prompt-library.md +110 -0
  36. package/.agent/skills/devops-cli/SKILL.md +149 -0
  37. package/.agent/skills/devops-cli/references/app-discovery.md +112 -0
  38. package/.agent/skills/devops-cli/references/authentication.md +59 -0
  39. package/.agent/skills/devops-cli/references/cli-reference.md +104 -0
  40. package/.agent/skills/devops-cli/references/running-apps.md +171 -0
  41. package/.agent/skills/devops-watchers/SKILL.md +103 -0
  42. package/.agent/skills/docker-management/SKILL.md +273 -0
  43. package/.agent/skills/domain-intel/SKILL.md +96 -0
  44. package/.agent/skills/duckduckgo-search/SKILL.md +230 -0
  45. package/.agent/skills/github-auth/SKILL.md +240 -0
  46. package/.agent/skills/github-code-review/SKILL.md +474 -0
  47. package/.agent/skills/github-code-review/references/review-output-template.md +74 -0
  48. package/.agent/skills/github-issues/SKILL.md +363 -0
  49. package/.agent/skills/github-issues/templates/bug-report.md +35 -0
  50. package/.agent/skills/github-issues/templates/feature-request.md +31 -0
  51. package/.agent/skills/github-pr-workflow/SKILL.md +360 -0
  52. package/.agent/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
  53. package/.agent/skills/github-pr-workflow/references/conventional-commits.md +71 -0
  54. package/.agent/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
  55. package/.agent/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
  56. package/.agent/skills/github-repo-management/SKILL.md +509 -0
  57. package/.agent/skills/github-repo-management/references/github-api-cheatsheet.md +161 -0
  58. package/.agent/skills/godmode/SKILL.md +396 -0
  59. package/.agent/skills/godmode/references/jailbreak-templates.md +128 -0
  60. package/.agent/skills/godmode/references/refusal-detection.md +142 -0
  61. package/.agent/skills/hyperframes/SKILL.md +182 -0
  62. package/.agent/skills/hyperframes/references/cli.md +185 -0
  63. package/.agent/skills/hyperframes/references/composition.md +129 -0
  64. package/.agent/skills/hyperframes/references/features.md +289 -0
  65. package/.agent/skills/hyperframes/references/gsap.md +136 -0
  66. package/.agent/skills/hyperframes/references/troubleshooting.md +137 -0
  67. package/.agent/skills/hyperframes/references/website-to-video.md +145 -0
  68. package/.agent/skills/jupyter-live-kernel/SKILL.md +160 -0
  69. package/.agent/skills/kanban-orchestrator/SKILL.md +209 -0
  70. package/.agent/skills/kanban-worker/SKILL.md +188 -0
  71. package/.agent/skills/llm-wiki/SKILL.md +499 -0
  72. package/.agent/skills/meme-generation/SKILL.md +122 -0
  73. package/.agent/skills/node-inspect-debugger/SKILL.md +312 -0
  74. package/.agent/skills/obsidian/SKILL.md +60 -0
  75. package/.agent/skills/osint-investigation/SKILL.md +269 -0
  76. package/.agent/skills/osint-investigation/templates/source-template.md +59 -0
  77. package/.agent/skills/oss-forensics/SKILL.md +422 -0
  78. package/.agent/skills/oss-forensics/references/evidence-types.md +89 -0
  79. package/.agent/skills/oss-forensics/references/github-archive-guide.md +184 -0
  80. package/.agent/skills/oss-forensics/references/investigation-templates.md +131 -0
  81. package/.agent/skills/oss-forensics/references/recovery-techniques.md +164 -0
  82. package/.agent/skills/oss-forensics/templates/forensic-report.md +151 -0
  83. package/.agent/skills/oss-forensics/templates/malicious-package-report.md +43 -0
  84. package/.agent/skills/parallel-cli/SKILL.md +384 -0
  85. package/.agent/skills/pinggy-tunnel/SKILL.md +302 -0
  86. package/.agent/skills/pixel-art/SKILL.md +209 -0
  87. package/.agent/skills/pixel-art/references/palettes.md +49 -0
  88. package/.agent/skills/plan/SKILL.md +331 -0
  89. package/.agent/skills/polymarket/SKILL.md +75 -0
  90. package/.agent/skills/polymarket/references/api-endpoints.md +220 -0
  91. package/.agent/skills/python-debugpy/SKILL.md +368 -0
  92. package/.agent/skills/requesting-code-review/SKILL.md +273 -0
  93. package/.agent/skills/research-paper-writing/SKILL.md +2367 -0
  94. package/.agent/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
  95. package/.agent/skills/research-paper-writing/references/checklists.md +434 -0
  96. package/.agent/skills/research-paper-writing/references/citation-workflow.md +563 -0
  97. package/.agent/skills/research-paper-writing/references/experiment-patterns.md +728 -0
  98. package/.agent/skills/research-paper-writing/references/human-evaluation.md +476 -0
  99. package/.agent/skills/research-paper-writing/references/paper-types.md +481 -0
  100. package/.agent/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
  101. package/.agent/skills/research-paper-writing/references/sources.md +191 -0
  102. package/.agent/skills/research-paper-writing/references/writing-guide.md +474 -0
  103. package/.agent/skills/research-paper-writing/templates/README.md +251 -0
  104. package/.agent/skills/rest-graphql-debug/SKILL.md +507 -0
  105. package/.agent/skills/s6-container-supervision/SKILL.md +171 -0
  106. package/.agent/skills/scrapling/SKILL.md +328 -0
  107. package/.agent/skills/sherlock/SKILL.md +186 -0
  108. package/.agent/skills/simplify-code/SKILL.md +168 -0
  109. package/.agent/skills/skill-authoring/SKILL.md +158 -0
  110. package/.agent/skills/spike/SKILL.md +190 -0
  111. package/.agent/skills/subagent-driven-development/SKILL.md +345 -0
  112. package/.agent/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
  113. package/.agent/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
  114. package/.agent/skills/systematic-debugging/SKILL.md +360 -0
  115. package/.agent/skills/test-driven-development/SKILL.md +336 -0
  116. package/.agent/skills/video-orchestrator/SKILL.md +194 -0
  117. package/.agent/skills/video-orchestrator/references/examples.md +227 -0
  118. package/.agent/skills/video-orchestrator/references/intake.md +166 -0
  119. package/.agent/skills/video-orchestrator/references/kanban-setup.md +278 -0
  120. package/.agent/skills/video-orchestrator/references/monitoring.md +180 -0
  121. package/.agent/skills/video-orchestrator/references/role-archetypes.md +298 -0
  122. package/.agent/skills/video-orchestrator/references/tool-matrix.md +317 -0
  123. package/.agent/skills/web-pentest/SKILL.md +332 -0
  124. package/.agent/skills/web-pentest/references/bypass-techniques.md +133 -0
  125. package/.agent/skills/web-pentest/references/exploitation-techniques.md +204 -0
  126. package/.agent/skills/web-pentest/references/scope-enforcement.md +110 -0
  127. package/.agent/skills/web-pentest/references/vuln-taxonomy.md +81 -0
  128. package/.agent/skills/web-pentest/templates/authorization.md +69 -0
  129. package/.agent/skills/web-pentest/templates/pentest-report.md +178 -0
  130. package/.claude/commands/mindforge/skill-tdd.md +53 -0
  131. package/.claude/commands/mindforge/skills-index.md +118 -0
  132. package/.claude/commands/mindforge/systematic-debug.md +60 -0
  133. package/.mindforge/config.json +2 -2
  134. package/.mindforge/memory/sync-manifest.json +1 -1
  135. package/.mindforge/skills/arxiv/SKILL.md +294 -0
  136. package/.mindforge/skills/blogwatcher/SKILL.md +147 -0
  137. package/.mindforge/skills/code-wiki/SKILL.md +457 -0
  138. package/.mindforge/skills/codebase-inspection/SKILL.md +126 -0
  139. package/.mindforge/skills/concept-diagrams/SKILL.md +373 -0
  140. package/.mindforge/skills/creative-ideation/SKILL.md +162 -0
  141. package/.mindforge/skills/domain-intel/SKILL.md +116 -0
  142. package/.mindforge/skills/duckduckgo-search/SKILL.md +249 -0
  143. package/.mindforge/skills/github-code-review/SKILL.md +493 -0
  144. package/.mindforge/skills/github-issues/SKILL.md +382 -0
  145. package/.mindforge/skills/github-pr-workflow/SKILL.md +379 -0
  146. package/.mindforge/skills/jupyter-live-kernel/SKILL.md +179 -0
  147. package/.mindforge/skills/kanban-orchestrator/SKILL.md +227 -0
  148. package/.mindforge/skills/kanban-worker/SKILL.md +206 -0
  149. package/.mindforge/skills/meme-generation/SKILL.md +141 -0
  150. package/.mindforge/skills/obsidian/SKILL.md +80 -0
  151. package/.mindforge/skills/osint-investigation/SKILL.md +288 -0
  152. package/.mindforge/skills/oss-forensics/SKILL.md +421 -0
  153. package/.mindforge/skills/pixel-art/SKILL.md +228 -0
  154. package/.mindforge/skills/plan/SKILL.md +350 -0
  155. package/.mindforge/skills/requesting-code-review/SKILL.md +292 -0
  156. package/.mindforge/skills/research-paper-writing/SKILL.md +2384 -0
  157. package/.mindforge/skills/scrapling/SKILL.md +345 -0
  158. package/.mindforge/skills/sherlock/SKILL.md +203 -0
  159. package/.mindforge/skills/simplify-code/SKILL.md +187 -0
  160. package/.mindforge/skills/spike/SKILL.md +209 -0
  161. package/.mindforge/skills/subagent-driven-development/SKILL.md +364 -0
  162. package/.mindforge/skills/systematic-debugging/SKILL.md +379 -0
  163. package/.mindforge/skills/test-driven-development/SKILL.md +355 -0
  164. package/.mindforge/skills/web-pentest/SKILL.md +327 -0
  165. package/CHANGELOG.md +43 -0
  166. package/MINDFORGE.md +2 -2
  167. package/README.md +39 -3
  168. package/RELEASENOTES.md +55 -0
  169. package/docs/getting-started.md +42 -5
  170. package/package.json +1 -1
@@ -0,0 +1,434 @@
1
+ # Conference Paper Checklists
2
+
3
+ This reference documents the mandatory checklist requirements for major ML/AI conferences. All major venues now require paper checklists—missing them results in desk rejection.
4
+
5
+ ---
6
+
7
+ ## Contents
8
+
9
+ - [NeurIPS Paper Checklist](#neurips-paper-checklist)
10
+ - [ICML Paper Checklist](#icml-paper-checklist)
11
+ - [ICLR Requirements](#iclr-requirements)
12
+ - [ACL Requirements](#acl-requirements)
13
+ - [AAAI Requirements](#aaai-requirements)
14
+ - [COLM Requirements](#colm-requirements)
15
+ - [Universal Pre-Submission Checklist](#universal-pre-submission-checklist)
16
+
17
+ ---
18
+
19
+ ## NeurIPS Paper Checklist
20
+
21
+ ### Mandatory Components
22
+
23
+ All NeurIPS submissions must include a completed paper checklist. Papers lacking this element face **automatic desk rejection**. The checklist appears after references and supplemental material, outside the page limit.
24
+
25
+ ### 16 Required Checklist Items
26
+
27
+ #### 1. Claims Alignment
28
+ Authors must verify that abstract and introduction claims match theoretical and experimental results, with clearly stated contributions, assumptions, and limitations.
29
+
30
+ **What to check:**
31
+ - [ ] Abstract claims match actual results
32
+ - [ ] Introduction doesn't overclaim
33
+ - [ ] Contributions are specific and falsifiable
34
+
35
+ #### 2. Limitations Discussion
36
+ Papers should include a dedicated "Limitations" section addressing strong assumptions, robustness to violations, scope constraints, and performance-influencing factors.
37
+
38
+ **What to include:**
39
+ - [ ] Dedicated Limitations section
40
+ - [ ] Honest assessment of scope
41
+ - [ ] Conditions where method may fail
42
+
43
+ #### 3. Theory & Proofs
44
+ Theoretical contributions require full assumption statements and complete proofs (main paper or appendix with proof sketches for intuition).
45
+
46
+ **What to check:**
47
+ - [ ] All assumptions stated formally
48
+ - [ ] Complete proofs provided (main text or appendix)
49
+ - [ ] Proof sketches for intuition in main text
50
+
51
+ #### 4. Reproducibility
52
+ Authors must describe steps ensuring results verification through code release, detailed instructions, model access, or checkpoints appropriate to their contribution type.
53
+
54
+ **What to provide:**
55
+ - [ ] Clear reproducibility statement
56
+ - [ ] Code availability information
57
+ - [ ] Model checkpoints if applicable
58
+
59
+ #### 5. Data & Code Access
60
+ Instructions for reproducing main experimental results should be provided (supplemental material or URLs), including exact commands and environment specifications.
61
+
62
+ **What to include:**
63
+ - [ ] Exact commands to run experiments
64
+ - [ ] Environment specifications (requirements.txt, conda env)
65
+ - [ ] Data access instructions
66
+
67
+ #### 6. Experimental Details
68
+ Papers must specify training details: data splits, hyperparameters, and selection methods in the main paper or supplementary materials.
69
+
70
+ **What to document:**
71
+ - [ ] Train/val/test split details
72
+ - [ ] All hyperparameters used
73
+ - [ ] Hyperparameter selection method
74
+
75
+ #### 7. Statistical Significance
76
+ Results require error bars, confidence intervals, or statistical tests with clearly stated calculation methods and underlying assumptions.
77
+
78
+ **What to include:**
79
+ - [ ] Error bars or confidence intervals
80
+ - [ ] Number of runs/seeds
81
+ - [ ] Calculation method (std dev vs std error)
82
+
83
+ #### 8. Compute Resources
84
+ Specifications needed: compute worker types (CPU/GPU), memory, storage, execution time per run, and total project compute requirements.
85
+
86
+ **What to document:**
87
+ - [ ] GPU type and count
88
+ - [ ] Training time per run
89
+ - [ ] Total compute used
90
+
91
+ #### 9. Ethics Code Compliance
92
+ Authors confirm adherence to the NeurIPS Code of Ethics, noting any necessary deviations.
93
+
94
+ **What to verify:**
95
+ - [ ] Read NeurIPS Code of Ethics
96
+ - [ ] Confirm compliance
97
+ - [ ] Note any deviations with justification
98
+
99
+ #### 10. Broader Impacts
100
+ Discussion of potential negative societal applications, fairness concerns, privacy risks, and possible mitigation strategies when applicable.
101
+
102
+ **What to address:**
103
+ - [ ] Potential negative applications
104
+ - [ ] Fairness considerations
105
+ - [ ] Privacy implications
106
+ - [ ] Mitigation strategies
107
+
108
+ #### 11. Safeguards
109
+ High-risk models (language models, internet-scraped datasets) require controlled release mechanisms and usage guidelines.
110
+
111
+ **What to consider:**
112
+ - [ ] Release strategy for sensitive models
113
+ - [ ] Usage guidelines if needed
114
+ - [ ] Access controls if appropriate
115
+
116
+ #### 12. License Respect
117
+ All existing assets require creator citations, license names, URLs, version numbers, and terms-of-service acknowledgment.
118
+
119
+ **What to document:**
120
+ - [ ] Dataset licenses cited
121
+ - [ ] Code licenses respected
122
+ - [ ] Version numbers included
123
+
124
+ #### 13. Asset Documentation
125
+ New releases need structured templates documenting training details, limitations, consent procedures, and licensing information.
126
+
127
+ **For new datasets/models:**
128
+ - [ ] Datasheet or model card
129
+ - [ ] Training data documentation
130
+ - [ ] Known limitations
131
+
132
+ #### 14. Human Subjects
133
+ Crowdsourcing studies must include participant instructions, screenshots, compensation details, and comply with minimum wage requirements.
134
+
135
+ **What to include:**
136
+ - [ ] Task instructions
137
+ - [ ] Compensation details
138
+ - [ ] Time estimates
139
+
140
+ #### 15. IRB Approvals
141
+ Human subjects research requires documented institutional review board approval or equivalent, with risk descriptions disclosed (maintaining anonymity at submission).
142
+
143
+ **What to verify:**
144
+ - [ ] IRB approval obtained
145
+ - [ ] Risk assessment completed
146
+ - [ ] Anonymized at submission
147
+
148
+ #### 16. LLM Declaration
149
+ Usage of large language models as core methodology components requires disclosure; writing/editing use doesn't require declaration.
150
+
151
+ **What to disclose:**
152
+ - [ ] LLM used as core methodology component
153
+ - [ ] How LLM was used
154
+ - [ ] (Writing assistance doesn't require disclosure)
155
+
156
+ ### Response Format
157
+
158
+ Authors select "yes," "no," or "N/A" per question, with optional 1-2 sentence justifications.
159
+
160
+ **Important:** Reviewers are explicitly instructed not to penalize honest limitation acknowledgment.
161
+
162
+ ---
163
+
164
+ ## ICML Paper Checklist
165
+
166
+ ### Broader Impact Statement
167
+
168
+ ICML requires a Broader Impact Statement at the end of the paper, before references. This does NOT count toward the page limit.
169
+
170
+ **Required elements:**
171
+ - Potential positive impacts
172
+ - Potential negative impacts
173
+ - Mitigation strategies
174
+ - Who may be affected
175
+
176
+ ### ICML Specific Requirements
177
+
178
+ #### Reproducibility Checklist
179
+
180
+ - [ ] Data splits clearly specified
181
+ - [ ] Hyperparameters listed
182
+ - [ ] Search ranges documented
183
+ - [ ] Selection method explained
184
+ - [ ] Compute resources specified
185
+ - [ ] Code availability stated
186
+
187
+ #### Statistical Reporting
188
+
189
+ - [ ] Error bars on all figures
190
+ - [ ] Standard deviation vs standard error specified
191
+ - [ ] Number of runs stated
192
+ - [ ] Significance tests if comparing methods
193
+
194
+ #### Anonymization
195
+
196
+ - [ ] No author names in paper
197
+ - [ ] No acknowledgments
198
+ - [ ] No grant numbers
199
+ - [ ] Prior work cited in third person
200
+ - [ ] No identifiable repository URLs
201
+
202
+ ---
203
+
204
+ ## ICLR Requirements
205
+
206
+ ### LLM Disclosure Policy (New for 2026)
207
+
208
+ ICLR has a specific LLM disclosure requirement:
209
+
210
+ > "If LLMs played a significant role in research ideation and/or writing to the extent that they could be regarded as a contributor, authors must describe their precise role in a separate appendix section."
211
+
212
+ **When disclosure is required:**
213
+ - LLM used for significant research ideation
214
+ - LLM used for substantial writing
215
+ - LLM could be considered a contributor
216
+
217
+ **When disclosure is NOT required:**
218
+ - Grammar checking
219
+ - Minor editing assistance
220
+ - Code completion tools
221
+
222
+ **Consequences of non-disclosure:**
223
+ - Desk rejection
224
+ - Potential post-publication issues
225
+
226
+ ### ICLR Specific Requirements
227
+
228
+ #### Reproducibility Statement (Optional but Recommended)
229
+
230
+ Add a statement referencing:
231
+ - Supporting materials
232
+ - Code availability
233
+ - Data availability
234
+ - Model checkpoints
235
+
236
+ #### Ethics Statement (Optional)
237
+
238
+ Address potential concerns in ≤1 page. Does not count toward page limit.
239
+
240
+ #### Reciprocal Reviewing
241
+
242
+ - Authors on 3+ papers must serve as reviewers for ≥6 papers
243
+ - Each submission needs ≥1 author registered to review ≥3 papers
244
+
245
+ ---
246
+
247
+ ## ACL Requirements
248
+
249
+ ### Limitations Section (Mandatory)
250
+
251
+ ACL specifically requires a Limitations section:
252
+
253
+ **What to include:**
254
+ - Strong assumptions made
255
+ - Scope limitations
256
+ - When method may fail
257
+ - Generalization concerns
258
+
259
+ **Important:** The Limitations section does NOT count toward the page limit.
260
+
261
+ ### ACL Specific Checklist
262
+
263
+ #### Responsible NLP
264
+
265
+ - [ ] Bias considerations addressed
266
+ - [ ] Fairness evaluated if applicable
267
+ - [ ] Dual-use concerns discussed
268
+
269
+ #### Multilingual Considerations
270
+
271
+ If applicable:
272
+ - [ ] Language diversity addressed
273
+ - [ ] Non-English languages included
274
+ - [ ] Translation quality verified
275
+
276
+ #### Human Evaluation
277
+
278
+ If applicable:
279
+ - [ ] Annotator details provided
280
+ - [ ] Agreement metrics reported
281
+ - [ ] Compensation documented
282
+
283
+ ---
284
+
285
+ ## AAAI Requirements
286
+
287
+ ### Formatting (Strictest of All Venues)
288
+
289
+ AAAI enforces formatting rules more strictly than any other major venue. Papers that deviate from the template are desk-rejected.
290
+
291
+ - [ ] Use the **exact** AAAI style file without modification — no `\setlength`, no `\vspace` hacks, no font overrides
292
+ - [ ] 7 pages main content (8 for camera-ready with author info)
293
+ - [ ] Two-column format, Times font (set by template)
294
+ - [ ] References and appendices do not count toward page limit
295
+ - [ ] Abstract must be a single paragraph
296
+ - [ ] Do not modify margins, column widths, or font sizes
297
+
298
+ ### Required Sections
299
+
300
+ - [ ] Abstract (single paragraph, no math or citations)
301
+ - [ ] Introduction with clear contribution statement
302
+ - [ ] References in AAAI format (uses `aaai2026.bst`)
303
+ - [ ] Appendix (optional, unlimited)
304
+
305
+ ### Ethics and Reproducibility
306
+
307
+ - [ ] Broader impact statement (encouraged but not always mandatory — check current year's CFP)
308
+ - [ ] Reproducibility details (datasets, code availability)
309
+ - [ ] Acknowledge use of AI writing tools if applicable
310
+
311
+ ### Key Differences from Other Venues
312
+
313
+ - **No separate limitations section required** (unlike ACL), but discussing limitations is recommended
314
+ - **Strictest formatting enforcement** — the style checker will reject non-compliant PDFs
315
+ - **No paper checklist** like NeurIPS has, but the universal checklist below still applies
316
+ - **Unified template** covers main paper and supplementary in the same file
317
+
318
+ ---
319
+
320
+ ## COLM Requirements
321
+
322
+ ### Overview
323
+
324
+ COLM (Conference on Language Modeling) focuses specifically on language model research. Framing must target this community.
325
+
326
+ ### Formatting
327
+
328
+ - [ ] 9 pages main content (10 for camera-ready)
329
+ - [ ] Use COLM template (based on ICLR template with modifications)
330
+ - [ ] Double-blind review
331
+ - [ ] References and appendices unlimited
332
+
333
+ ### Required Sections
334
+
335
+ - [ ] Abstract
336
+ - [ ] Introduction framed for language modeling community
337
+ - [ ] Conclusion
338
+ - [ ] References
339
+
340
+ ### Content Expectations
341
+
342
+ - [ ] Contribution must be relevant to language models (broadly interpreted: training, evaluation, applications, theory, alignment, safety)
343
+ - [ ] If the method is general, frame with language model examples
344
+ - [ ] Baselines should include recent LM-specific methods where applicable
345
+
346
+ ### Key Differences from Other Venues
347
+
348
+ - **Narrower scope** than NeurIPS/ICML — must frame for LM community
349
+ - **Template derived from ICLR** — similar formatting rules
350
+ - **Newer venue** — reviewer norms are still establishing; err on the side of thorough evaluation
351
+ - **No mandatory checklist** like NeurIPS, but broader impact discussion is expected
352
+ - **LLM disclosure**: If LLMs were used in research (code generation, data annotation, writing assistance), disclose this
353
+
354
+ ---
355
+
356
+ ## Universal Pre-Submission Checklist
357
+
358
+ ### Before Every Submission
359
+
360
+ #### Paper Content
361
+
362
+ - [ ] Abstract ≤ word limit (usually 250-300 words)
363
+ - [ ] Main content within page limit
364
+ - [ ] References complete and verified
365
+ - [ ] Limitations section included
366
+ - [ ] All figures/tables have captions
367
+ - [ ] Captions are self-contained
368
+
369
+ #### Formatting
370
+
371
+ - [ ] Correct template used (venue + year specific)
372
+ - [ ] Margins not modified
373
+ - [ ] Font sizes not modified
374
+ - [ ] Double-blind requirements met
375
+ - [ ] Page numbers (for review) or none (camera-ready)
376
+
377
+ #### Technical
378
+
379
+ - [ ] All claims supported by evidence
380
+ - [ ] Error bars included
381
+ - [ ] Baselines appropriate
382
+ - [ ] Hyperparameters documented
383
+ - [ ] Compute resources stated
384
+
385
+ #### Reproducibility
386
+
387
+ - [ ] Code will be available (or justification)
388
+ - [ ] Data will be available (or justification)
389
+ - [ ] Environment documented
390
+ - [ ] Commands to reproduce provided
391
+
392
+ #### Ethics
393
+
394
+ - [ ] Broader impacts considered
395
+ - [ ] Limitations honestly stated
396
+ - [ ] Licenses respected
397
+ - [ ] IRB obtained if needed
398
+
399
+ #### Final Checks
400
+
401
+ - [ ] PDF compiles without errors
402
+ - [ ] All figures render correctly
403
+ - [ ] All citations resolve
404
+ - [ ] Supplementary material organized
405
+ - [ ] Conference checklist completed
406
+
407
+ ---
408
+
409
+ ## Quick Reference: Page Limits
410
+
411
+ | Conference | Main Content | References | Appendix |
412
+ |------------|-------------|------------|----------|
413
+ | NeurIPS 2025 | 9 pages | Unlimited | Unlimited (checklist separate) |
414
+ | ICML 2026 | 8 pages (+1 camera) | Unlimited | Unlimited |
415
+ | ICLR 2026 | 9 pages (+1 camera) | Unlimited | Unlimited |
416
+ | ACL 2025 | 8 pages (long) | Unlimited | Unlimited |
417
+ | AAAI 2026 | 7 pages (+1 camera) | Unlimited | Unlimited |
418
+ | COLM 2025 | 9 pages (+1 camera) | Unlimited | Unlimited |
419
+
420
+ ---
421
+
422
+ ## Template Locations
423
+
424
+ All conference templates are in the `templates/` directory:
425
+
426
+ ```
427
+ templates/
428
+ ├── icml2026/ # ICML 2026 official
429
+ ├── iclr2026/ # ICLR 2026 official
430
+ ├── neurips2025/ # NeurIPS 2025
431
+ ├── acl/ # ACL style files
432
+ ├── aaai2026/ # AAAI 2026
433
+ └── colm2025/ # COLM 2025
434
+ ```