What problem does it solve?
Running the AutoReview pipeline locally without external LLM API keys is complex and error-prone; this Skill provides a single, auditable execution contract that orchestrates each pipeline stage via Claude Code subagents, enforces validation gates, and preserves resumable snapshots to avoid silent stage-skips and lost work.
Core Features & Use Cases
- Mandatory configuration interview that collects topic, domain, depth, model/provider, output targets, and resume options before any execution.
- Deterministic stage orchestration across 17 named stages (discovery, analysis, planning, enrichment, writing, assembly, polish) with per-stage models, tools, and validation gates.
- Snapshotting and resume: save per-stage JSON snapshots, token and timing logs, and support resume-from-stage workflows for crash recovery and debugging.
- Search and citation rules: mandates direct Python SearchAggregator use for pipeline searches, tiered citation planning, and strict citation validation during section writing.
- Use case: run a fully autonomous literature review locally when API keys are unavailable, audit each stage, and resume work after interruptions.
Quick Start
Ask the skill to "Run the AutoReview pipeline locally on the topic the role of gut microbiome in neurodegenerative diseases and save outputs to output/."