Content
18%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.
The body is a thin skeleton: persona padding up top, bare capability tags, one-line pattern/anti-pattern stubs with no detail, and a generic non-trigger 'When to Use' section. It provides no actionable guidance and no workflow, though its section structure is reasonable.
Suggestions
Replace the persona intro with concrete, executable guidance — specific commands or code for trimming, summarizing, and counting tokens, and named tiered strategies with actual thresholds.
Add a real workflow with sequenced steps and a validation checkpoint (e.g. count tokens → trim by priority → re-count → verify critical information retained), since context trimming is destructive.
Cut the explanations of known concepts (serial position effect, lost-in-the-middle) and fill the empty anti-pattern subsections with what to do instead.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The opening paragraphs are persona padding that explains concepts Claude already knows ("the serial position effect, the lost-in-the-middle problem", "context is a finite resource with diminishing returns"), matching the 'noticeably verbose; several unnecessary explanations' anchor. | 2 / 5 |
Actionability | There is no code, no commands, and no executable guidance; patterns are one-line abstractions ("Place important content at start and end", "Different strategies based on context size") that describe rather than instruct, matching the 'entirely vague or abstract' anchor. | 1 / 5 |
Workflow Clarity | No multi-step process is sequenced anywhere — the Patterns and Anti-Patterns sections are unordered stubs with no steps and no validation, despite context trimming being a destructive (information-losing) operation that warrants checkpoints. | 1 / 5 |
Progressive Disclosure | The body is under 50 lines with no external references needed and is organized into clearly labeled sections (Capabilities, Patterns, Anti-Patterns, Related Skills, When to Use); minor gaps (a broken "Your cor" sentence and empty anti-pattern subsections) keep it just below the top anchor. | 4 / 5 |
Total | 8 / 20 Passed |