Content
77%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 a highly actionable, well-sequenced workflow with strong validation gates, but it is token-heavy due to inlined scripts and ships no bundle files, leaving referenced materials external and progressive disclosure only partially realized.
Suggestions
Move the Step 8 persistence script into scripts/persist-design.sh and inline only the one-line invocation plus the DESIGN_BODY contract, cutting roughly 120 lines from SKILL.md.
Ship skills/blocks/design-taste.md (or a local references/design-taste.md) in the bundle so the repeatedly-invoked slop checklist is actually available, and link it once rather than referencing an external plugin path.
Extract the Step 5b critique prompt and Step 4b shotgun dispatch prompt into references/ files referenced by name, keeping SKILL.md as an overview that points one level deep.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly actionable rather than explanatory, but inlining a ~130-line defensive persistence shell script (flock/lockf + sha256sum/shasum fallbacks, noclobber, traps) and full AskUserQuestion templates makes it noticeably longer than a skill overview needs to be. | 3 / 5 |
Actionability | Guidance is fully executable and copy-paste ready: exact search.py invocations with flags, a contrast-check.py command with exit-1 semantics, complete AskUserQuestion option sets, and a concrete persistence routine — with clearly marked placeholders for user-specific values. | 5 / 5 |
Workflow Clarity | Steps 1–8 are explicitly sequenced with hard gates and validation checkpoints — the Step 3 preflight ("Only continue ... when preflight returns READY"), the Step 7 contrast checker (exit 1 → fix → re-run), and "Do NOT proceed with an uncritiqued direction" provide the feedback loops and checklists the 5 anchor calls for. | 5 / 5 |
Progressive Disclosure | Section/step structure exists and references are signaled by path, but no bundle files are shipped (references/, scripts/, assets/ absent), the repeatedly-cited skills/blocks/design-taste.md is not bundled, and large scripts/prompts that belong in separate files are inlined. | 3 / 5 |
Total | 16 / 20 Passed |