Content
85%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 instruction skill with concrete commands, a clear sequenced workflow, explicit stop points, and useful guardrails. The only notable weakness is verbosity in the Store selection paragraph, which could be condensed.
Suggestions
Tighten the Store selection paragraph by deferring the full command-flag enumeration to a short list or a reference note, keeping only the core '--store <id>' guidance inline.
Consider moving the detailed store-discovery behavior into a reference file so the main flow stays leaner, once bundle files are supported.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and free of concept explanations Claude already knows, but the dense "Store selection" paragraph enumerating every command that takes --store is verbose and could be tightened, matching 'mostly efficient but includes some unnecessary explanation or could be tightened' rather than the every-token-earns-its-place level-3 anchor. | 2 / 3 |
Actionability | It provides fully executable, copy-paste-ready commands with concrete arguments (e.g., `openspec new change "<name>"`, `openspec status --change "<name>" --json`) plus a worked naming example, matching the 'fully executable code/commands; specific examples; copy-paste ready' anchor. | 3 / 3 |
Workflow Clarity | A clearly numbered 6-step sequence with explicit STOP gates and guardrails for error cases (invalid name, existing change, do-not-advance) provides the validation checkpoints and feedback the level-3 anchor expects; the skill is non-destructive so no validate->fix->retry loop is required. | 3 / 3 |
Progressive Disclosure | The skill is self-contained with no bundle files and is organized into clearly labeled sections (Store selection, Input, Steps, Output, Guardrails) with no nested or broken references, satisfying the simple-skill allowance for well-organized single-file content. | 3 / 3 |
Total | 11 / 12 Passed |