Content
92%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.
A well-engineered, highly actionable workflow that sequences 12 steps with explicit gates, script-based validation, and feedback loops, while delegating detailed material to a one-level-deep reference set. Its only real weakness is mild verbosity in routing/gate phrasing that could be trimmed.
Suggestions
Collapse the repeated 'Proceed immediately to Step N' lines and 'Gate:' boilerplate into a single stated convention to recover a few tokens without losing clarity.
Tighten the Step 9 shape-convergence prose (the blocked_by list and re-record instructions overlap with what record-post-shape.sh already enforces) so only the skill-specific routing remains.
Consider moving the detailed exit-code routing tables for the three scripts into their own reference file, keeping SKILL.md focused on the step sequence and the per-step decision.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense operational content (script routing, exit-code tables, gates) rather than padding or basic-concept explanation, but the repeated 'Proceed immediately to Step N' closings and the lengthy Step 9 shape-convergence prose could be tightened in places. | 4 / 5 |
Actionability | Fully executable guidance throughout: exact script invocations with paths and arguments ('bash .../setup-persona-dir.sh --probe', 'python3 .../sweep.py blog-draft-[slug].md'), named JSON fields, and explicit exit-code routing with placeholder args clearly marked. | 5 / 5 |
Workflow Clarity | Steps 1-12 are clearly sequenced with explicit gates ('Gate: ...') and validation feedback loops (Step 9 verify-re-record-re-run loop, Step 10/11 'Re-run until it exits 0' after every rewrite), satisfying the destructive/batch validation requirement. | 5 / 5 |
Progressive Disclosure | The body is an orchestration overview pointing one level deep to seven clearly-signaled reference files (all of which exist under references/), with bulk material like the anti-pattern catalog and process procedures appropriately split out; navigation is explicit via the ordered Step 6 file list. | 5 / 5 |
Total | 19 / 20 Passed |