Comm Lit Review Claude Single
Research topic: $ARGUMENTS
Purpose
Use this skill for communications-domain literature review when the topic is about:
- wireless communications
- cellular systems,
4G/5G/6G, NR, NTN
- satellite,
LEO, GEO, integrated space-air-ground systems
- Wi-Fi, WLAN, mesh, ad hoc, sidelink, V2X
- routing, scheduling, resource allocation, beamforming
- rate adaptation, link adaptation,
ACM, HARQ, CSI feedback
- transport protocols and congestion control in communication networks
- cross-layer optimization for communication systems
If the center of gravity is generic ML architecture research, pure control theory without communications literature, or software/API documentation rather than papers, fall back to a general literature skill.
Constants
- PAPER_LIBRARY: Check local PDFs in this order:
papers/ in the current project
literature/ in the current project
- Custom path specified by the user in
CLAUDE.md under ## Paper Library
- MAX_LOCAL_PAPERS = 20: Maximum number of local PDFs to scan. If there are more, prioritize by filename and first-page relevance.
Source Selection
Parse $ARGUMENTS for a — sources: directive.
- If
— sources: is specified, only search the listed sources.
- If not specified, default to:
zotero
obsidian
local
ieee
sciencedirect
acm
web
Valid source values:
zotero
obsidian
local
ieee
sciencedirect
acm
web
all
If all is specified, interpret it as the full default source set.
Retrieval Order
This is a knowledge-base-first skill. Search in this order unless the user overrides it:
Zotero
Obsidian
- local
papers/ and literature/
IEEE Xplore
ScienceDirect
ACM Digital Library
- broader web
Graceful degradation rules:
- If a source is unavailable, do not fail.
- Skip it silently.
- Continue to the next source.
External Search Policy
For external search:
- prefer
IEEE Xplore first
- then
ScienceDirect
- then
ACM
- then broader web only when needed
Publication policy:
- prefer peer-reviewed journals and major conferences
- label workshop papers as
workshop
- label arXiv-only or author-hosted versions as
preprint
- if both preprint and formal version exist, cite the formal version first
Time-window policy:
- if the user does not specify a year range, include both a short foundational set and a recent set
- recommended split:
foundational: before 2022
recent: 2022 to present
Venue Priority
Within each database tier, search venue tiers in this order.
Tier A
Journals:
IEEE Journal on Selected Areas in Communications (JSAC)
IEEE/ACM Transactions on Networking (ToN)
IEEE Transactions on Wireless Communications (TWC)
IEEE Transactions on Communications (TCOM)
Conferences:
ACM SIGCOMM
USENIX NSDI
ACM MobiCom
ACM CoNEXT
IEEE INFOCOM
Tier B
Journals:
IEEE Transactions on Vehicular Technology (TVT)
IEEE Wireless Communications Letters (WCL)
IEEE Communications Letters
Computer Networks
Computer Communications
Ad Hoc Networks
Physical Communication
Conferences:
IEEE ICC
IEEE GLOBECOM
IEEE WCNC
IEEE PIMRC
ACM MobiHoc
Tier C
- other relevant IEEE journals and transactions
- other relevant Elsevier journals
- other clearly relevant ACM conferences and workshops
- topic-specific satellite, optical, vehicular, IoT, aerial, or edge communications venues
Usage rules:
- start from Tier A
- widen to Tier B if needed
- widen to Tier C if still sparse
- only then broaden to full web search
- by default this is a soft priority, not a hard whitelist
- if the user says
only top venues, top journals only, or top conferences only, treat Tier A as a hard filter
Workflow
Step 0a: Search Zotero Library
Skip this step if Zotero MCP is not configured or zotero is not enabled.
If available:
- search by topic
- capture title, authors, year, venue
- pull user annotations, tags, or collections when present
- treat these as high-priority evidence because they reflect the user's existing library
Step 0b: Search Obsidian Vault
Skip this step if Obsidian MCP is not configured or obsidian is not enabled.
If available:
- search topic-related notes
- collect summaries, wikilinks, tags, and paper references
- treat these notes as the user's processed understanding of the topic
Step 0c: Scan Local Paper Library
Run this step if local is enabled.
- locate PDFs from
papers/**/*.pdf and literature/**/*.pdf
- de-duplicate against Zotero hits when possible
- read the first pages of relevant PDFs
- extract title, authors, year, problem, method, and relevance
- use local hits to guide and de-duplicate later external search
Step 1: Search External Primary Sources
Use a layered search strategy. For communications topics, avoid random blog posts or tertiary summaries.
Database ladder:
ieeexplore.ieee.org
sciencedirect.com
dl.acm.org
- broader web using primary publisher pages, official conference sites, DOI pages, and author-hosted copies of already-identified formal papers
Move to the next database tier only when:
- the higher-priority tier is too sparse
- the topic clearly publishes elsewhere
- the user explicitly asks for broader coverage
Within each database tier:
- start from Tier A venues
- widen to Tier B if needed
- widen to Tier C if still sparse
Step 2: Extract Paper-Level Facts
For each relevant paper, capture:
- Title
- Authors
- Year
- Venue
- Layer or system scope
- Scenario and assumptions
- Core method
- Main result or claim
- Limitation
- Relevance to the user's topic
- Source URL
- Source origin:
zotero, obsidian, local, ieee, sciencedirect, acm, or web
Favor concrete numbers, assumptions, and problem definitions over generic paraphrases.
Do not collapse transport-layer rate control and PHY/MAC rate adaptation into one bucket without saying so explicitly.
Synthesis Rules
Group papers by technical axis rather than by search order. Common groupings:
PHY/MAC adaptation
- transport and congestion control
NTN and satellite resource management
- cross-layer or learning-based control
- measurement and empirical studies
When useful, explicitly separate:
- foundational vs recent work
- formal publications vs preprints
- top-tier vs lower-tier venues
- single-link vs multi-user formulations
- simulation-only vs deployment-backed work
- user-owned sources vs newly surfaced external papers
If evidence is weak, say so instead of smoothing it over.
Output
Use a literature table with these columns:
| Paper |
Venue |
Year |
Layer |
Scenario |
Method |
Key Result |
Limitation |
Relevance |
Source |
Source should indicate where the paper came from first:
zotero
obsidian
local
ieee
sciencedirect
acm
web
After the table, summarize in this order:
- what the field is mostly trying to solve
- how papers cluster into
2-4 approaches
- what the user already had vs what was newly surfaced
- where the evidence is strong vs weak
- what research gap remains
End with Practical Takeaway:
- dominant current approach
- likely saturated direction
- promising open direction
Key Rules
- Never fail because Zotero or Obsidian MCP is missing.
- Prefer user-owned sources first when available, but do not let them replace external validation.
- Prefer primary formal sources over summaries or tertiary commentary.
- Prefer
IEEE and ScienceDirect first, ACM second, and only then broader web search unless the user asks otherwise.
- Search venue tiers from top to broad within each database tier.
- Treat venue tiers as soft ranking by default and hard constraint only when the user explicitly asks for top-only search.
- Do not pretend a preprint is peer reviewed.
- If the topic spans multiple layers, say that the literature itself is split across layers.
1---2name: aris-comm-lit-review3description: Communications-domain literature review with Claude-style knowledge-base-first retrieval. Use when the task is about communications, wireless, networking, satellite/NTN, Wi-Fi, cellular, transport protocols, congestion control, routing, scheduling, MAC/PHY, rate adaptation, channel estimation, beamforming, or communication-system research and the user wants papers, related work, a survey, or a landscape summary. Search Zotero, Obsidian, and local paper folders first when available, then search IEEE Xplore, ScienceDirect, ACM Digital Library, and broader web in that order.4license: MIT5---6
7# Comm Lit Review Claude Single
8
9Research topic: $ARGUMENTS
10
11## Purpose
12
13Use this skill for communications-domain literature review when the topic is about:
14
15- wireless communications
16- cellular systems, `4G/5G/6G`, `NR`, `NTN`
17- satellite, `LEO`, `GEO`, integrated space-air-ground systems
18- Wi-Fi, WLAN, mesh, ad hoc, sidelink, V2X
19- routing, scheduling, resource allocation, beamforming
20- rate adaptation, link adaptation, `ACM`, `HARQ`, `CSI` feedback
21- transport protocols and congestion control in communication networks
22- cross-layer optimization for communication systems
23
24If the center of gravity is generic ML architecture research, pure control theory without communications literature, or software/API documentation rather than papers, fall back to a general literature skill.
25
26## Constants
27
28- **PAPER_LIBRARY**: Check local PDFs in this order:
29 1. `papers/` in the current project
30 2. `literature/` in the current project
31 3. Custom path specified by the user in `CLAUDE.md` under `## Paper Library`
32- **MAX_LOCAL_PAPERS = 20**: Maximum number of local PDFs to scan. If there are more, prioritize by filename and first-page relevance.
33
34## Source Selection
35
36Parse `$ARGUMENTS` for a `— sources:` directive.
37
38- If `— sources:` is specified, only search the listed sources.
39- If not specified, default to:
40 - `zotero`
41 - `obsidian`
42 - `local`
43 - `ieee`
44 - `sciencedirect`
45 - `acm`
46 - `web`
47
48Valid source values:
49
50- `zotero`
51- `obsidian`
52- `local`
53- `ieee`
54- `sciencedirect`
55- `acm`
56- `web`
57- `all`
58
59If `all` is specified, interpret it as the full default source set.
60
61## Retrieval Order
62
63This is a knowledge-base-first skill. Search in this order unless the user overrides it:
64
651. `Zotero`
662. `Obsidian`
673. local `papers/` and `literature/`
684. `IEEE Xplore`
695. `ScienceDirect`
706. `ACM Digital Library`
717. broader web
72
73Graceful degradation rules:
74
75- If a source is unavailable, do not fail.
76- Skip it silently.
77- Continue to the next source.
78
79## External Search Policy
80
81For external search:
82
83- prefer `IEEE Xplore` first
84- then `ScienceDirect`
85- then `ACM`
86- then broader web only when needed
87
88Publication policy:
89
90- prefer peer-reviewed journals and major conferences
91- label workshop papers as `workshop`
92- label arXiv-only or author-hosted versions as `preprint`
93- if both preprint and formal version exist, cite the formal version first
94
95Time-window policy:
96
97- if the user does not specify a year range, include both a short foundational set and a recent set
98- recommended split:
99 - `foundational`: before 2022
100 - `recent`: 2022 to present
101
102## Venue Priority
103
104Within each database tier, search venue tiers in this order.
105
106### Tier A
107
108Journals:
109
110- `IEEE Journal on Selected Areas in Communications (JSAC)`
111- `IEEE/ACM Transactions on Networking (ToN)`
112- `IEEE Transactions on Wireless Communications (TWC)`
113- `IEEE Transactions on Communications (TCOM)`
114
115Conferences:
116
117- `ACM SIGCOMM`
118- `USENIX NSDI`
119- `ACM MobiCom`
120- `ACM CoNEXT`
121- `IEEE INFOCOM`
122
123### Tier B
124
125Journals:
126
127- `IEEE Transactions on Vehicular Technology (TVT)`
128- `IEEE Wireless Communications Letters (WCL)`
129- `IEEE Communications Letters`
130- `Computer Networks`
131- `Computer Communications`
132- `Ad Hoc Networks`
133- `Physical Communication`
134
135Conferences:
136
137- `IEEE ICC`
138- `IEEE GLOBECOM`
139- `IEEE WCNC`
140- `IEEE PIMRC`
141- `ACM MobiHoc`
142
143### Tier C
144
145- other relevant IEEE journals and transactions
146- other relevant Elsevier journals
147- other clearly relevant ACM conferences and workshops
148- topic-specific satellite, optical, vehicular, IoT, aerial, or edge communications venues
149
150Usage rules:
151
152- start from Tier A
153- widen to Tier B if needed
154- widen to Tier C if still sparse
155- only then broaden to full web search
156- by default this is a soft priority, not a hard whitelist
157- if the user says `only top venues`, `top journals only`, or `top conferences only`, treat Tier A as a hard filter
158
159## Workflow
160
161### Step 0a: Search Zotero Library
162
163Skip this step if Zotero MCP is not configured or `zotero` is not enabled.
164
165If available:
166
1671. search by topic
1682. capture title, authors, year, venue
1693. pull user annotations, tags, or collections when present
1704. treat these as high-priority evidence because they reflect the user's existing library
171
172### Step 0b: Search Obsidian Vault
173
174Skip this step if Obsidian MCP is not configured or `obsidian` is not enabled.
175
176If available:
177
1781. search topic-related notes
1792. collect summaries, wikilinks, tags, and paper references
1803. treat these notes as the user's processed understanding of the topic
181
182### Step 0c: Scan Local Paper Library
183
184Run this step if `local` is enabled.
185
1861. locate PDFs from `papers/**/*.pdf` and `literature/**/*.pdf`
1872. de-duplicate against Zotero hits when possible
1883. read the first pages of relevant PDFs
1894. extract title, authors, year, problem, method, and relevance
1905. use local hits to guide and de-duplicate later external search
191
192### Step 1: Search External Primary Sources
193
194Use a layered search strategy. For communications topics, avoid random blog posts or tertiary summaries.
195
196Database ladder:
197
1981. `ieeexplore.ieee.org`
1992. `sciencedirect.com`
2003. `dl.acm.org`
2014. broader web using primary publisher pages, official conference sites, DOI pages, and author-hosted copies of already-identified formal papers
202
203Move to the next database tier only when:
204
205- the higher-priority tier is too sparse
206- the topic clearly publishes elsewhere
207- the user explicitly asks for broader coverage
208
209Within each database tier:
210
2111. start from Tier A venues
2122. widen to Tier B if needed
2133. widen to Tier C if still sparse
214
215### Step 2: Extract Paper-Level Facts
216
217For each relevant paper, capture:
218
219- Title
220- Authors
221- Year
222- Venue
223- Layer or system scope
224- Scenario and assumptions
225- Core method
226- Main result or claim
227- Limitation
228- Relevance to the user's topic
229- Source URL
230- Source origin: `zotero`, `obsidian`, `local`, `ieee`, `sciencedirect`, `acm`, or `web`
231
232Favor concrete numbers, assumptions, and problem definitions over generic paraphrases.
233
234Do not collapse transport-layer rate control and PHY/MAC rate adaptation into one bucket without saying so explicitly.
235
236## Synthesis Rules
237
238Group papers by technical axis rather than by search order. Common groupings:
239
240- `PHY/MAC` adaptation
241- transport and congestion control
242- `NTN` and satellite resource management
243- cross-layer or learning-based control
244- measurement and empirical studies
245
246When useful, explicitly separate:
247
248- foundational vs recent work
249- formal publications vs preprints
250- top-tier vs lower-tier venues
251- single-link vs multi-user formulations
252- simulation-only vs deployment-backed work
253- user-owned sources vs newly surfaced external papers
254
255If evidence is weak, say so instead of smoothing it over.
256
257## Output
258
259Use a literature table with these columns:
260
261| Paper | Venue | Year | Layer | Scenario | Method | Key Result | Limitation | Relevance | Source |
262|---|---|---:|---|---|---|---|---|---|---|
263
264`Source` should indicate where the paper came from first:
265
266- `zotero`
267- `obsidian`
268- `local`
269- `ieee`
270- `sciencedirect`
271- `acm`
272- `web`
273
274After the table, summarize in this order:
275
2761. what the field is mostly trying to solve
2772. how papers cluster into `2-4` approaches
2783. what the user already had vs what was newly surfaced
2794. where the evidence is strong vs weak
2805. what research gap remains
281
282End with `Practical Takeaway`:
283
284- dominant current approach
285- likely saturated direction
286- promising open direction
287
288## Key Rules
289
290- Never fail because Zotero or Obsidian MCP is missing.
291- Prefer user-owned sources first when available, but do not let them replace external validation.
292- Prefer primary formal sources over summaries or tertiary commentary.
293- Prefer `IEEE` and `ScienceDirect` first, `ACM` second, and only then broader web search unless the user asks otherwise.
294- Search venue tiers from top to broad within each database tier.
295- Treat venue tiers as soft ranking by default and hard constraint only when the user explicitly asks for top-only search.
296- Do not pretend a preprint is peer reviewed.
297- If the topic spans multiple layers, say that the literature itself is split across layers.