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 an exhaustive but verbose capability catalog with little executable guidance and no real bundle files. Its workflow sequence exists but lacks concrete validation, and its single reference is broken and buried.
Suggestions
Cut the 13 capability/behavioral/knowledge catalog sections down to a lean overview and move the detail into reference files under references/ (which currently do not exist).
Add executable examples (e.g., an EXPLAIN ANALYZE walkthrough, a CREATE INDEX CONCURRENTLY snippet, a pgbench command) instead of only listing concepts.
Fix the broken reference path ('resources/implementation-playbook.md' → 'references/implementation-playbook.md') and create the referenced file, or remove the pointer.
Add explicit validation checkpoints with concrete commands to the Response Approach (e.g., 'Re-run pgbench; confirm p99 latency dropped; if regression, revert index').
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~155-line body is a padded catalog of concepts Claude already knows (B-tree/GiST/GIN/BRIN indexes, EXPLAIN ANALYZE, N+1 patterns, Redis caching) spread across 13 capability subsections, making it noticeably verbose with several padded sections. | 2 / 5 |
Actionability | Guidance is almost entirely high-level: generic 'Instructions' and a 9-step 'Response Approach' with no executable code, commands, or copy-paste snippets, though specific tool names like pg_stat_statements and pgbench appear in passing. | 2 / 5 |
Workflow Clarity | A coherent 9-step 'Response Approach' sequence is present, but validation checkpoints are abstract ('Validate improvements through comprehensive benchmarking') with no concrete validation command or error-recovery feedback loop; the destructive/batch database operations (migrations, schema changes) cap this at 3. | 3 / 5 |
Progressive Disclosure | There is genuine section structure (13 named subsections) and a reference to a playbook, but the reference is misspelled ('resources/' vs 'references/'), the file does not exist, and the bulk capability detail that should live in separate files is inlined, so it is only moderately well organized. | 3 / 5 |
Total | 10 / 20 Passed |