Content
46%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 concise and well-structured with useful trigger guidance, but its core instruction is abstract high-level steps with no concrete patterns or examples, and its progressive disclosure is broken: it references a non-existent playbook while the real bundle files go unlinked.
Suggestions
Replace the abstract four-step list with concrete, actionable guidance — e.g. specific resource-naming rules, versioning strategies, and a worked endpoint example — or point to the real bundle files that contain them.
Fix the broken reference: link the actual bundle files (references/rest-best-practices.md, references/graphql-schema-design.md, assets/api-design-checklist.md, assets/rest-api-template.py) instead of the nonexistent resources/implementation-playbook.md.
Add an explicit, concrete validation checkpoint in the workflow (e.g. 'Run through the api-design-checklist.md and confirm each endpoint has versioning, pagination, and error contract') rather than the vague 'review for consistency'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean (~30 lines) with well-organized Use/Do-not-use/Instructions sections and no over-explanation of concepts Claude already knows; the only trimmable fluff is the repeated aspirational tagline duplicated from the frontmatter. | 4 / 5 |
Actionability | The four numbered steps are high-level hints ('Define consumers, use cases, and constraints', 'Choose API style and model resources or types') with no concrete patterns, examples, or specifics, and the only detailed reference points to a file that does not exist in the bundle. | 2 / 5 |
Workflow Clarity | A clear four-step sequence is present and step 4 mentions validation ('Validate with examples and review for consistency'), but the checkpoint is vague and implicit rather than a concrete, executable validation step. | 3 / 5 |
Progressive Disclosure | The body twice references `resources/implementation-playbook.md`, which is not present in the bundle, while the actual files in references/ (graphql-schema-design.md, rest-best-practices.md) and assets/ (api-design-checklist.md, rest-api-template.py) are never linked, leaving the overview pointing at a dead path and ignoring real detail material. | 2 / 5 |
Total | 11 / 20 Passed |