Content
68%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 compact, concrete, and well-structured with good tool sequencing and a useful quick-reference table. Its main weakness is missing explicit validation/verification checkpoints for destructive order and invoice operations, which caps workflow clarity at 3.
Suggestions
Add explicit validation checkpoints before destructive operations: e.g. before SQUARE_UPDATE_ORDER, instruct to SQUARE_RETRIEVE_ORDER first to fetch the current version and confirm the target, then verify the updated state afterward.
De-duplicate the per-workflow 'Pitfalls' and the top-level 'Known Pitfalls' section to tighten conciseness — fold versioning and ID-format notes into the relevant workflows.
Provide at least one fully-specified example tool call (parameters filled in) for a representative workflow such as searching orders, to lift actionability toward 5.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is well-organized and mostly lean — tool sequences, key parameters, and pitfalls are presented compactly without explaining concepts Claude already knows; a few sections like 'Known Pitfalls' overlap with per-workflow 'Pitfalls' and could be trimmed. | 4 / 5 |
Actionability | Concrete tool slugs, required parameters, ID-resolution steps, and a quick-reference table give mostly executable guidance; it lacks full copy-paste-ready tool-call payloads, which is the gap keeping it below 5. | 4 / 5 |
Workflow Clarity | Sequences are clearly listed with prerequisite steps, but operations like UPDATE_ORDER and CANCEL_INVOICE are destructive and the body lacks explicit validate-before-commit checkpoints; the rubric caps destructive/batch workflows at 3 when validation is missing. | 3 / 5 |
Progressive Disclosure | Content is well structured with clearly labeled sections and a quick-reference table, and there are no bundle files to navigate to; minor organization gaps (overlapping pitfall sections) keep it from 5. | 4 / 5 |
Total | 15 / 20 Passed |