Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable and clearly sequenced with strong validation feedback loops, but it is longer than necessary and keeps sizable template/critique material inline rather than offloading it to bundle files. Extracting the banner, comparison-board, and critique-prompt templates into references would improve both conciseness and progressive disclosure.
Suggestions
Extract the large display-banner and comparison-board templates into a references/ file (e.g. templates.md) and link to it, reducing inline padding.
Move the full adversarial-critique prompt block into a separate reference and keep only the dispatch logic and dimensions list inline.
Tighten the provider-availability prose; the repeated MANDATORY/HARD-GATE framing is effective but could be condensed without losing the enforcement signal.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body assumes Claude's competence and avoids explaining basic concepts, but it carries padded template blocks (banner text, full comparison-board mockups, provider dispatch loops) that could be tightened, so it is mostly rather than maximally efficient. | 2 / 3 |
Actionability | It provides fully executable bash/python commands with concrete flags (search.py --domain, --variance/--motion/--density, contrast-check.py with exit-1 semantics) and copy-paste AskUserQuestion calls, matching the anchor for copy-paste-ready guidance. | 3 / 3 |
Workflow Clarity | Steps are explicitly sequenced (STEP 1-8) with mandatory validation checkpoints and feedback loops: the accessibility audit is 'do not eyeball' with contrast-check exit 1 forcing fix-and-rerun, and the adversarial critique step requires revise-before-commit. | 3 / 3 |
Progressive Disclosure | No bundle files exist in references/scripts/assets, yet the body is a single ~400-line file with full critique prompts and template blocks inline; external paths (skills/blocks/design-taste.md, vendors/.../search.py) are one level deep and signaled, but content that could be split out is not. | 2 / 3 |
Total | 10 / 12 Passed |