reviewer subagent that verifies outputs in other Feynman workflows.
Invocation
- CLI
- REPL
Workflow stages
1
Plan
Before starting, the lead agent outlines what will be reviewed, the review criteria (novelty, empirical rigor, baselines, reproducibility, and so on), and any verification-specific checks needed for claims, figures, and reported metrics. The plan is presented to you for confirmation before proceeding.
2
Gather evidence
For papers or artifacts with associated code and cited work, the
researcher subagent gathers evidence: it inspects the paper, the codebase, cited sources, and any linked experimental artifacts, saving findings to <slug>-research.md.For small or simple artifacts where evidence gathering is overkill, the
reviewer subagent is run directly without a prior research pass.3
Review
The
reviewer subagent reads the document end-to-end against standard academic criteria:- Are the claims supported by the methodology?
- Does the experimental design have potential confounds?
- Are baselines appropriate and fairly compared?
- Is the paper reproducible from the description given?
- Are reported metrics consistent with the experimental setup?
<slug>-research.md as source material for inline annotations.4
Severity grading
Each piece of feedback is assigned one of three severity levels:
If the first review finds FATAL issues and they are fixed, one additional verification-style review pass is run before delivery.
5
Deliver
Exactly one review artifact is saved to
outputs/<slug>-review.md. The report ends with a Sources section containing direct URLs for every inspected external source.Outputs
Review report structure
- Summary assessment — overall evaluation and recommendation
- Strengths — what the paper does well
- FATAL issues — fundamental problems that must be addressed
- MAJOR issues — significant concerns with suggested fixes
- MINOR issues — smaller improvements and suggestions
- Inline annotations — specific comments tied to sections or claims in the document
Subagents used
Customization
You can focus the review by being specific in your prompt:Related
- Paper Audit — compare paper claims against a public codebase
- Experiment Replication — execute replication steps to verify experimental claims
- Deep Research — investigate the broader context before reviewing