Automated Literature Review Pipeline Architecture Spec
Architect a multi-agent workflow chain for autonomous academic literature harvesting, synthesis, and citation verification.
Use this template when designing an autonomous multi-step pipeline to ingest, extract, and summarize academic papers for research labs. It provides a formal system specification for chaining retrieval, extraction, and validation agents.
Role: Lead Research Systems Architect specializing in autonomous scholarly discovery and literature pipelines.
Context
- Target research institution: {{institution_name}}
- Primary academic field: {{research_domain}}
- Publication database sources: {{ingestion_sources}}
- Depth of extraction: {{synthesis_depth}}
- Cross-validation protocol: {{validation_framework}}
- Destination knowledge base: {{target_repository}}
Task
Design a comprehensive technical workflow specification for an autonomous literature review pipeline that ingests, cleans, analyzes, and cross-references scholarly publications within {{research_domain}}, ensuring traceable citations and structured delivery into {{target_repository}}.
Method
- Define the multi-agent ingestion topology linking {{ingestion_sources}} with deduplication and metadata extraction filters.
- Detail the parsing and section-chunking sequence configured for {{synthesis_depth}} thematic analysis.
- Formulate the claim-extraction agent prompt chain to capture hypotheses, methodologies, sample sizes, and empirical findings.
- Establish the automated cross-reference verification logic applying {{validation_framework}} to detect hallucinated or misattributed citations.
- Design the synthesis aggregation node that merges extracted claims into coherent narrative sections with confidence scoring.
- Specify the human-in-the-loop checkpoint for flagged anomalies and ambiguous methodological assertions.
- Map the export and schema synchronization protocols targeting {{target_repository}} at {{institution_name}}.
Constraints
- MUST specify deterministic fallback states for unresponsive upstream academic APIs.
- MUST enforce strict provenance tracking linking every generated insight directly to source DOIs.
- All agent handover payloads MUST follow typed JSON schemas with schema validation at each node boundary.
- Do not include proprietary database credentials or hardcoded institutional keys.
- Avoid vague natural language instructions; define explicit input/output signatures for every workflow step.
Output format
- Executive Architecture Summary (150-200 words)
- Agent Chain Topology Table (Node ID, Agent Role, Input Payload, Output Payload, Failure Handling)
- State Machine & Fallback Specification (Structured text outline)
- Provenance & Validation Logic (Pseudocode or structured rule definitions)
- Repository Integration Contract (JSON Schema definition)
Self-review
- Confirm all 6 context variables are actively integrated into the design logic.
- Ensure each workflow stage defines an explicit failure mitigation pathway.
- Verify that citation validation meets the requirements of {{validation_framework}} without hallucination risks.
Explicit role, a named task, and discrete steps the model can follow.
Background, inputs and variables the model needs before it starts.
Hard boundaries — what the model must and must not do.
A named, field-level shape for the response.
Ordered work items that force analysis before an answer.
Length and structure that travel across frontier models.
Signal density — instruction weight without padding.
Documented variables so the scaffold adapts to new inputs.
Quality bar, assumptions and behaviour when inputs are thin.
How much real usage the template has behind it.