What problem does it solve?
Screening 50+ papers from a literature search overwhelms a single context window and wastes time on serial scoring. This Skill coordinates parallel subagents to score abstracts, deep-dive full texts, and traverse citation networks while keeping the main context clean for consolidation.
Core Features & Use Cases
- Parallel Relevance Scoring: Fetch abstracts once via rp_search, then fan out scoring subagents that read from the shared disk cache without triggering API rate limits.
- Deep Dive Extraction: Dispatch up to 3-4 subagents running rp_fulltext to extract methods, measurements, and data availability from priority papers.
- Citation Network Exploration: Run rp_cite per seed paper to collect backward and forward references, then score and dedupe into the review queue.
- Use Case: A Scopus search returns 100 candidates. The main agent fetches abstracts once, splits records into 5 batches, dispatches 5 scoring subagents in parallel, and consolidates results into papers-reviewed.json sorted by relevance score.
Quick Start
Ask the agent to run a subagent-driven review: search Scopus for your query, then score the results in parallel batches and consolidate them into papers-reviewed.json.