Add AI research review workflows

This commit is contained in:
Advait Paliwal
2026-03-22 14:36:47 -07:00
parent dd701e9967
commit dbdad94adc
10 changed files with 163 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
---
name: review
description: Gather evidence, verify claims, and simulate a peer review for an AI research artifact.
---
## researcher
output: research.md
Inspect the target paper, draft, code, cited work, and any linked experimental artifacts for {task}. Gather the strongest primary evidence that matters for a review.
## verifier
reads: research.md
output: verification.md
Audit research.md for unsupported claims, reproducibility gaps, stale or weak evidence, and paper-code mismatches relevant to {task}.
## reviewer
reads: research.md+verification.md
output: review.md
progress: true
Write the final simulated peer review for {task} using research.md and verification.md. Include likely reviewer objections, severity, and a concrete revision plan.