Content
38%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 has clean structure and a sensible high-level workflow, but it is only abstractly actionable and its progressive disclosure is broken: it points to a non-existent playbook while leaving the real reference and asset files orphaned.
Suggestions
Fix the reference path: point to 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 missing `resources/implementation-playbook.md`.
Add concrete specifics to each instruction step — e.g. naming conventions, error format, pagination style, auth scheme — or inline a short worked example rather than deferring entirely to a referenced file.
Add a validation feedback loop in the workflow (validate spec against examples → fix inconsistencies → re-validate) and remove the duplicate Resources entry / repeated fluff intro.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean (short trigger lists, brief 4-step instructions), but it repeats the marketing-fluff intro sentence and cites `resources/implementation-playbook.md` twice — padding that could be trimmed. | 3 / 5 |
Actionability | The four instructions are high-level hints ('Define consumers, use cases, and constraints', 'Choose API style and model resources or types') with no concrete specifics, examples, or commands, and the detailed guidance is deferred to a referenced file. | 2 / 5 |
Workflow Clarity | A clear 4-step sequence is present and step 4 names validation ('Validate with examples and review for consistency'), but there are no explicit validation checkpoints or a validate-fix-retry feedback loop, so checkpoints remain implicit. | 3 / 5 |
Progressive Disclosure | Although the sections are well-organized, the sole reference `resources/implementation-playbook.md` does not exist in the bundle, and the four real bundle files (rest-best-practices.md, graphql-schema-design.md, api-design-checklist.md, rest-api-template.py) are never surfaced, so navigation is effectively broken. | 2 / 5 |
Total | 10 / 20 Passed |