Content
80%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with concrete script commands and a well-sequenced 11-step workflow including validation feedback loops, plus sound progressive disclosure via real reference and script files. Its main weakness is conciseness, with some redundant rule restatements and a debugging aside that could be trimmed.
Suggestions
Trim the DO/DON'T ask_user selectionMode debugging aside and consolidate it into the 'Important rules' list to remove redundant guidance.
Remove or merge rules repeated between the numbered workflow steps and the final 'Important rules' section (e.g. 'Never edit before the audit report and approved plan' appears in both) to cut tokens.
Consider moving the long page-type classification list in step 2 into the referenced page-type guides, keeping only the dispatch rule inline.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and mostly assumes Claude's competence with executable script invocations, but several passages pad rather than earn their place (e.g. the DO/DON'T ask_user selectionMode debugging aside and repeated restatements of rules already captured in 'Important rules'), so it is mostly efficient but could be tightened. | 2 / 3 |
Actionability | It provides concrete, copy-paste-ready script invocations with exact flags (e.g. `init-run.sh --docs <files>`, `run-checks.sh --run-dir "$RUN_DIR" --docs <files>`) and specific ask_user code snippets, matching the fully-executable anchor. | 3 / 3 |
Workflow Clarity | An 11-step 'Required workflow' is clearly sequenced with explicit validation checkpoints (report before editing, submit_plan approval, re-run checks after fixes, mandatory eval typecheck) and feedback loops for error recovery, fitting the score-3 anchor. | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview pointing to real one-level-deep references (RUBRIC.md, AUDIT-REPORT.md, STYLEGUIDE.md, page-type guides) and a scripts/ bundle with clearly signaled per-script usage, splitting content appropriately for easy navigation. | 3 / 3 |
Total | 11 / 12 Passed |