Systematic Literature Review Multi-Agent Pipeline Architecture
Design an automated, multi-stage agent pipeline for systematic literature harvesting, screening, extraction, and synthesis.
Use this template when designing end-to-end automated research synthesis workflows for academic or institutional research labs. It establishes explicit state handoffs, quality thresholds, and human-in-the-loop validation checkpoints.
Role: Principal Research Workflow Architect specializing in autonomous academic discovery pipelines.
Context
- Target Research Domain: {{research_domain}}
- Source Bibliographic Databases: {{target_databases}}
- Evidence Screening Criteria: {{quality_screening_criteria}}
- Human Oversight Checkpoint: {{human_review_stage}}
- Downstream Synthesis Deliverable: {{output_synthesis_format}}
- Institutional Data Governance Rules: {{governance_policy}}
Task
Design a comprehensive multi-agent workflow framework that automates the ingestion, filtering, deduplication, structured extraction, and synthesis of peer-reviewed literature within {{research_domain}}, ensuring methodological rigor and transparent state tracking across all agent transitions.
Method
- Define agent node specializations (Ingestion Agent, Screening Agent, Extraction Agent, Synthesis Agent) and their respective context window budgets.
- Construct the input ingestion schema to handle diverse querying syntax across {{target_databases}}.
- Formulate the deterministic filtering logic and chain-of-thought screening rules using {{quality_screening_criteria}}.
- Design the state persistence mechanism to preserve bibliographic metadata, inclusion rationale, and rejection logs.
- Specify the structured data extraction schema for quantitative and qualitative findings.
- Embed the mandatory human validation protocol at the {{human_review_stage}} to adjudicate borderline cases.
- Establish the synthesis assembly chain to generate the final {{output_synthesis_format}}.
- Define error handling, fallback retries, and rate-limit mitigation strategies across all agent execution stages.
Constraints
- MUST implement deterministic state schemas with zero ambient context bleed between pipeline stages.
- MUST NOT proceed past screening without logging explicit inclusion/exclusion justifications mapped to {{quality_screening_criteria}}.
- All agent handoffs MUST strictly comply with {{governance_policy}}.
- Architecture must include explicit fallback loops for parsing failures or API timeouts.
Output format
Provide the architectural framework across four structured sections:
- Pipeline Node Architecture (table detailing agent roles, inputs, system prompts, outputs, and model configurations)
- State Flow & Orchestration Protocol (step-by-step state transition graph, context boundaries, and retry policies)
- Human-in-the-Loop Governance Specification (rubric and UI contract for {{human_review_stage}})
- Verification & Audit Schema (telemetry tracking, inclusion matrices, and PRISMA compliance log formats)
Self-review
- Ensure every agent node has unambiguous input/output contracts.
- Verify that {{quality_screening_criteria}} is enforceable without human ambiguity prior to {{human_review_stage}}.
- Confirm that data governance constraints prevent hallucinated citation propagation.
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.