Content
62%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill body has a clear, well-validated workflow and good concrete anchors, but suffers from duplicated inline content and a critical progressive-disclosure defect: all referenced detail files (resources/*, reference/*, examples/*) are missing from the bundle.
Suggestions
Provide the referenced bundle files (resources/anti-patterns.md, resources/execution-protocol.md, resources/design-md-spec.md, reference/*.md, examples/*.md) or remove the dangling references.
Remove the inline anti-pattern quick reference from SKILL.md since it duplicates resources/anti-patterns.md, keeping only a pointer to preserve token efficiency.
Inline the minimal executable skeleton for DESIGN.md's 9 sections (or ensure resources/design-md-spec.md exists) so the core deliverable is actionable without a missing file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and avoids explaining known concepts, but pads the body with a full inline anti-pattern quick reference that is also stated to live in resources/anti-patterns.md, plus 'SSL primitive' jargon (READ/INFER/CALL_TOOL) that adds tokens without clear value. | 2 / 3 |
Actionability | Provides concrete executable anchors (bunx getdesign@latest list, the system font stack, CJK font ordering, motion timings, 375px/8px grid), but the central deliverable — generating DESIGN.md's 9 sections — is delegated to a missing resources/design-md-spec.md, leaving the core task's executable detail absent. | 2 / 3 |
Workflow Clarity | Presents a clearly sequenced 7-phase workflow (Setup → Extract → Enhance → Propose → Generate → Audit → Handoff) with explicit validation checkpoints (VERIFY audits WCAG/Nielsen/slop, 'revise before handoff') and feedback loops (getdesign retry/continue/abort dialog), matching the score-3 anchor. | 3 / 3 |
Progressive Disclosure | The body signals one-level-deep references well (Resources, References, Examples sections with per-file descriptions), but every referenced bundle file (resources/*, reference/*, examples/*) is absent from disk, so the references are dangling, and the anti-pattern catalog is duplicated inline rather than truly offloaded. | 2 / 3 |
Total | 9 / 12 Passed |