Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable and the workflow is clearly sequenced with a genuine review feedback loop. Its weaknesses are conciseness (repeated MAX_PAGES explanations and overlapping template blocks) and progressive disclosure (dangling shared-references links and inline template content that could be externalized).
Suggestions
Consolidate the MAX_PAGES definition to a single place and remove the re-explanations in the review prompt, output skeleton, and Key Rules to tighten conciseness.
Either create the referenced ../../shared-references/*.md files or remove the dangling protocol links so navigation targets are real.
Move the large §0–§5 section-by-section template block into a separate reference file (e.g. SECTION_TEMPLATE.md) and link to it from the main body to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with no concept-padding, but MAX_PAGES is re-explained several times (Constants, the review prompt, the output skeleton, and Key Rules) and the §0–§5 section template overlaps with the Step 2 paper-type templates, so it could be tightened. | 2 / 3 |
Actionability | Provides copy-paste-ready scaffolding: Claims-Evidence Matrix and Figure/Citation Plan tables, an exact mcp__gemini-review review_start/review_status call block, concrete natbib commands, a chunked-write Bash fallback, and a full PAPER_PLAN.md output skeleton. | 3 / 3 |
Workflow Clarity | A clear seven-step sequence includes an explicit external feedback loop in Step 6 (poll review_status until done=true, then apply feedback before finalizing) and validation scaffolding (Claims-Evidence alignment, [VERIFY] citation flags). | 3 / 3 |
Progressive Disclosure | Sections are well organized with one-level references, but the referenced shared-references/*.md protocol files do not exist on disk and substantial template content (the §0–§5 block) is inline rather than split into a separate reference file. | 2 / 3 |
Total | 10 / 12 Passed |