Content
75%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A lean, mostly-executable review workflow with a clear sequenced flow and well-organized sections. It earns 4s across the board: actionable code with a few placeholders, an explicit error checkpoint, and good structure with minor trimming/splitting opportunities.
Suggestions
Fill or parameterize the placeholder fields in the Cursor prompt template ("<original request and completion criteria>", "<relevant paths and observed results>") so the guidance is fully copy-paste ready.
Move the verbose HARNESS_PLUGIN_ROOT probe into a shared helper script and reference it, reducing inline boilerplate.
Trim the Rules section so it does not restate the advisory-verdict point already covered in the description and intro prose.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly executable bash with minimal prose and assumes Claude's competence, but the HARNESS_PLUGIN_ROOT probe block and the Rules section (which restates the advisory point already in the description) could be trimmed. | 4 / 5 |
Actionability | Quick Reference, routing, and the full Flow provide concrete copy-paste bash, but the Cursor prompt template contains unfilled placeholders like "<original request and completion criteria>" and relies on external scripts assumed present. | 4 / 5 |
Workflow Clarity | A clear four-step sequence (resolve root, determine scope, ask Cursor, host primary review) with an explicit error exit in step 1 and severity-ordering guidance in step 4; minor validation gaps but the operation is read-only so no destructive-batch cap applies. | 4 / 5 |
Progressive Disclosure | Well-organized into Quick Reference, Rules, Flow, and Output with inline script references that are clearly signaled; no bundle files exist, and the inlined env-resolution block is a minor organization gap that keeps it just below 5. | 4 / 5 |
Total | 16 / 20 Passed |