Content
47%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 concise, well-structured catalogue pointer that deliberately outsources the real workflow to an upstream repo. That keeps it lean and navigable but leaves it almost devoid of executable guidance or a defined workflow, which caps the action-oriented dimensions.
Suggestions
Inline at least one concrete, copy-pasteable step for installing or locating the upstream bundle (e.g., the exact clone command and target skills-directory path) instead of only opening the repo URL.
Add a minimal sequenced workflow with explicit checkpoints (install bundle -> verify skill is registered -> invoke by name/trigger), so the skill is actionable without round-tripping to the upstream README.
Remove the verbatim repetition of the description in 'What it does' and the duplicated upstream URL in 'Source' to trim redundant tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean with no concept over-explanation; the only padding is the verbatim repeat of the description in 'What it does' and a duplicated upstream URL in 'Source', which are minor trimmable instances rather than pervasive verbosity. | 4 / 5 |
Actionability | Concrete guidance is minimal: the only command is `open https://github.com/obra/superpowers` (opens a browser) and the body defers all real steps to the upstream README, providing no executable install or invocation steps. | 2 / 5 |
Workflow Clarity | A rough sequence exists (inspect upstream README, install bundle, ask agent to invoke) but it is poorly defined with major gaps — no install commands, no paths, no checkpoints — matching the rough-sequence-many-gaps anchor. | 2 / 5 |
Progressive Disclosure | Content is organized into clear sections (What it does / Source / How to use) with a single clearly-signaled one-level external pointer (the upstream repo); no bundle files exist so there is no nesting risk, though the pointer is an external URL rather than an internal reference file. | 4 / 5 |
Total | 12 / 20 Passed |