Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, actionable design skill: concrete rituals, decision rules, and an output template with no conceptual fluff. The only gap is progressive disclosure — everything lives in one ~165-line file with no reference material split out.
Suggestions
If the ritual templates or decision-rule catalog grow, move the detailed "Mental Inlining Pass" checklist and "Asymmetric Option Check" into a reference file (e.g. references/decision-templates.md) and keep SKILL.md as a pointer-plus-overview.
Consider extracting the worked "Go Up One Level" teardown example into a short references/examples.md so the main body stays a compact overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumption-respecting: no padding with concepts Claude already knows, each section (Ritual, Ideal Call Site, Mental Inlining, Go Up One Level, Asymmetric Check, Decision Rules, Output Shape) carries a distinct concrete template. | 3 / 3 |
Actionability | Provides concrete, copy-ready artifacts — the Ritual txt block, the ideal-call-site questions, the inlining keep/inline checklist, explicit take-vs-keep decision rules, and an Output Shape template — not vague direction. | 3 / 3 |
Workflow Clarity | "The Ritual" is a clearly sequenced pre-coding pass (Current path → Friction → Radical option → Deletion prize → User loss → Decision) and Decision Rules supply the checkpoint; this is a design skill so the destructive/batch validation cap does not apply. | 3 / 3 |
Progressive Disclosure | Well-organized single file with one-level cross-skill links, but there are no bundle files and at ~165 lines (above the 50-line simple-skill threshold) all content is inline with no material split out into references. | 2 / 3 |
Total | 11 / 12 Passed |