Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a strong, actionable, well-sequenced workflow with validation built in; the only inefficiency is the duplicated objective statement that mirrors the frontmatter.
Suggestions
Remove the redundant '## Objective' section (or the 'You are tasked with...' intro) since both repeat the frontmatter description verbatim.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence (no concept explanations), but the opening 'You are tasked with...' line and the '## Objective' section repeat the same sentence as the frontmatter, so not every token earns its place. | 2 / 3 |
Actionability | Concrete executable commands ('./gradlew test', './gradlew verifyPlugin', './gradlew runIde'), specific search targets ('runInEdt', 'invokeLater', 'invokeAndWait'), and named APIs ('Task.Backgroundable', 'ReadAction.nonBlocking') make the guidance copy-paste ready. | 3 / 3 |
Workflow Clarity | A clear 7-step sequence with explicit validation checkpoints (baseline tests, then testClasses/test/verifyPlugin plus a runIde sandbox check) provides the feedback loop the rubric rewards. | 3 / 3 |
Progressive Disclosure | At well under 50 lines with no need for external references, the well-organized numbered sections satisfy the simple-skill scoring note for a top score. | 3 / 3 |
Total | 11 / 12 Passed |