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 is a clean dispatch index with clear routing and good structural intent, but it only describes techniques abstractly and—critically—every referenced sub-skill file is missing from the bundle, so the progressive-disclosure promise is unfulfilled. Tightening the redundant routing and providing the referenced files would lift the weaker dimensions.
Suggestions
Add the referenced sub-skill files (when-stuck/, collision-zone-thinking/, inversion-exercise/, meta-pattern-recognition/, scale-game/, simplification-cascades/) so the one-level-deep references resolve and progressive disclosure works.
Collapse the redundant routing (the When-to-Use table and Quick Reference code block convey the same dispatch) into a single table to improve conciseness.
Replace the abstract technique one-liners with a concrete first step or example for each sub-skill so the index offers some executable guidance even before the reader opens the referenced file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The index is mostly lean, but the stuck-type routing is presented three times (per-skill one-liners, the 'When to Use' table, and the 'Quick Reference' code block), and the 'Core Philosophy' quote is mild editorial padding that could be tightened. | 2 / 3 |
Actionability | The dispatch table gives concrete routing guidance (stuck-type to sub-skill with file locations), but each technique is only described abstractly ('Flip every assumption and see what still works') rather than instructed, and the referenced sub-skill files do not exist in the bundle. | 2 / 3 |
Workflow Clarity | As a single-purpose dispatch skill the action is unambiguous: 'Start here when stuck' points to when-stuck, and the table plus quick reference give a clear stuck-type to technique mapping, which satisfies the simple-skill allowance for workflow clarity. | 3 / 3 |
Progressive Disclosure | The body is well-structured as an overview with one-level-deep, clearly signaled **Location:** references, but none of the referenced files (when-stuck/SKILL.md, collision-zone-thinking/SKILL.md, etc.) exist in the bundle, so navigation is broken and disclosure never progresses to the detail. | 2 / 3 |
Total | 9 / 12 Passed |