Content
63%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 well-structured and concise with a sensible audit workflow and re-test checkpoint, but it is held back by non-executable instructions (tool names without commands) and a broken reference to a playbook file that is not bundled.
Suggestions
Add executable commands for the named tools (e.g., `npx @axe-core/cli <url>`, `lighthouse <url> --only-categories=accessibility`) so the instructions are runnable rather than just tool names.
Create the referenced `resources/implementation-playbook.md` (which promises patterns, checklists, and templates that do not exist) or remove the dangling reference and inline the essential content.
Make the re-test checkpoint an explicit feedback loop ("if re-test still fails, fix and re-test until passing") and add a brief checklist so the validation step is concrete.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence (no explanations of what WCAG/axe are), with only minor redundancy: the opening line duplicates the frontmatter description and the implementation-playbook reference is stated twice. | 4 / 5 |
Actionability | It names concrete tools (axe, Lighthouse, WAVE) and concrete manual-check types (keyboard navigation, focus order, screen reader flows), but gives no executable commands or invocation syntax, so guidance stops at named tools rather than runnable steps. | 3 / 5 |
Workflow Clarity | The four-step sequence is clear and step 4 ("Re-test after fixes") is an explicit validation checkpoint, but there is no spelled-out error-recovery feedback loop or checklist, keeping it just below 5. | 4 / 5 |
Progressive Disclosure | Section structure is good and the reference is one-level-deep and clearly signaled in a Resources section, but the referenced `resources/implementation-playbook.md` does not exist in the bundle, so the promised patterns/checklists/templates are unreachable. | 3 / 5 |
Total | 14 / 20 Passed |