Run all referee reviews in parallel
Executes parallel reviews from multiple referee personas and synthesizes feedback into an editorial summary.
/plugin marketplace add MaxGhenis/claude-plugins/plugin install academic-referee@maxghenis-pluginsExecute reviews from all referee personas simultaneously using subagents.
Identify what to review: Find the paper, documentation, and code in the current directory
Load referee personas: Use the referee personas previously generated (or defaults if none exist)
Launch parallel reviews: Spawn each referee as a subagent using the Task tool:
Collect and synthesize: After all reviews complete:
Generate editorial summary: Produce a summary like a journal editor would:
If no referee personas have been generated, use these defaults:
essential:reference-validator agent to verify all citations support their claims){{ referees | default: "all" }}
# Peer Review Summary
## Editorial Decision: [DECISION]
## Referee Reports
### Referee 1: [Title]
**Recommendation**: Accept / Minor / Major / Reject
**Summary**:
**Major Issues**:
**Minor Issues**:
**Strengths**:
### Referee 2: [Title]
...
## Synthesis
### Critical Issues (Must Address)
1.
2.
### Suggested Improvements
1.
2.
### Noted Strengths
1.
2.
## Next Steps
To address feedback: [specific guidance]
To re-run review after changes: `/run-review`