Content
35%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 persona/resume-style document that restates broadly known SQL domain knowledge rather than providing executable guidance. It has a sequenced workflow with some validation, but lacks concrete code, feedback loops, and any progressive-disclosure file structure.
Suggestions
Cut the 'Capabilities', 'Knowledge Base', and 'Behavioral Traits' enumerations of known products/concepts; keep only guidance Claude would not already infer.
Add concrete, executable examples (e.g. an EXPLAIN-based tuning snippet, a recursive CTE pattern, an index-strategy checklist) instead of abstract step descriptions.
Add an explicit validate->fix->retry feedback loop in the workflow, and move the long capability/product lists into a separate reference file referenced one level deep.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~165-line body is noticeably verbose, with padded sections ('Capabilities', 'Knowledge Base', 'Behavioral Traits') that enumerate products and concepts (Aurora, Snowflake, 'Modern SQL standards') Claude already knows rather than adding novel guidance. | 2 / 5 |
Actionability | Guidance is high-level ('Inspect schema, statistics, and access paths', 'Optimize queries and validate with EXPLAIN') with no executable SQL, commands, or copy-paste examples; the 'Response Approach' is similarly abstract. | 2 / 5 |
Workflow Clarity | The 'Instructions' section lists a sequenced 4-step process with some validation ('validate with EXPLAIN', 'Verify correctness and performance under load'), but there is no explicit validate->fix->retry feedback loop, which the rubric caps at 3 for database operations. | 3 / 5 |
Progressive Disclosure | The body has clear section headers, but no bundle files exist and all content (long capability enumerations, example interactions) is inlined in one monolithic file rather than split into one-level-deep references. | 3 / 5 |
Total | 10 / 20 Passed |