Content
87%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 an exemplary lean, actionable overview for a single-purpose skill, with copy-paste commands and a clean reference to the supporting script. The only gap is the absence of validation/verification steps for the batch CSV operation, which caps workflow clarity at the midpoint.
Suggestions
Add a brief validation step before running the prioritizer, e.g. confirm the CSV header matches feature,reach,impact,confidence,effort and that numeric fields parse, so the batch operation is guarded.
Include a short note on how to sanity-check the ranked output (e.g. verify effort is non-zero) to introduce a feedback loop into the batch workflow.
Optionally show one concrete ranked-output snippet so the expected result of the command is unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and efficient, providing only usage, input format, examples, and a script reference without explaining what RICE is or other concepts Claude already knows; every token earns its place. | 5 / 5 |
Actionability | Provides copy-paste-ready invocations (/rice prioritize <features.csv> --capacity 20), a concrete CSV input schema, worked examples, and the exact script path with full argument syntax, covering the common cases. | 5 / 5 |
Workflow Clarity | Although the single prioritization step is unambiguous, this is a batch operation over a CSV of features and the body includes no validation or verification steps (e.g. confirming CSV schema or sanity-checking scores), which caps workflow clarity at 3 per the batch-operation guideline. | 3 / 5 |
Progressive Disclosure | Under 50 lines with no bundle files needed, organized into clear sections (Usage, Input Format, Examples, Scripts, Skill Reference), and the single external script reference is one level deep and clearly signaled, meeting the simple-skill exception for a top score. | 5 / 5 |
Total | 18 / 20 Passed |