Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-structured, highly actionable brainstorming workflow with strong validation gates and feedback loops. Its main weaknesses are repetition that inflates the token budget and a broken/unsurfaced reference to the visual-companion guide and its scripts.
Suggestions
De-duplicate the 'Do NOT invoke any other skill / only writing-plans' rule to a single stated location and remove the general 'Design for isolation and clarity' principles Claude already knows to tighten conciseness.
Provide the referenced visual-companion.md file (or correct the path) and explicitly link the bundled scripts (e.g. 'start the server with scripts/start-server.sh --open') so progressive disclosure is navigable.
Consolidate the repeated 'one question at a time' guidance so it appears once rather than in the checklist, process, and key-principles sections.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient process guidance, but it repeats itself ('Do NOT invoke any other skill' appears at lines 13, 61, 131; 'one question at a time' in checklist, process, and key principles) and restates general design wisdom Claude already knows ('can someone understand a unit without reading its internals'), so it could be tightened. | 2 / 3 |
Actionability | Highly actionable for an instruction skill: an ordered 9-item checklist, exact spec path 'docs/superpowers/specs/YYYY-MM-DD-<topic>-design.md', a verbatim user-review-gate prompt, a verbatim visual-companion offer, and concrete decision criteria ('would the user understand this better by seeing it than reading it?'). | 3 / 3 |
Workflow Clarity | Clear sequence with explicit validation checkpoints: a numbered checklist, a process-flow diagram with revise loops, the HARD-GATE before implementation, the spec self-review loop, and a user-review gate with a fix-and-retry feedback loop. | 3 / 3 |
Progressive Disclosure | Sections are well organized and the visual-companion detail is appropriately deferred to a separate guide, but the referenced 'skills/brainstorming/visual-companion.md' does not exist in the bundle and the bundled scripts/ files (server.cjs, start-server.sh, etc.) are never referenced by path, leaving navigation broken. | 2 / 3 |
Total | 10 / 12 Passed |