Content
65%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, cross-platform commands and clear templates, and its phase sequence is well-structured with pause checkpoints. Its weaknesses are verbosity/repetition, a missing verification step in the implementation phase, and a monolithic structure with no progressive disclosure to separate reference files.
Suggestions
Add an explicit verification checkpoint in Phase 9 (e.g. run tests or '/opsx:verify <name>') before archiving, to satisfy the validation requirement for code-modifying operations.
De-duplicate the command-reference table (it appears in Phase 11 and again in Graceful Exit) and tighten the canned display blocks to reduce token load.
Move the command reference and reusable templates into a one-level-deep reference file (e.g. references/commands.md) referenced from the overview, to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body avoids explaining concepts Claude already knows and is mostly actionable templates, but it is long (~555 lines) with repetition (the command-reference table appears in Phase 11 and again in Graceful Exit) and large canned display blocks that could be tightened. Above anchor 1 (no concept-padding fluff) but not anchor 3 (lean, every token earns its place). | 2 / 3 |
Actionability | It provides fully executable commands (e.g. 'openspec new change "<name>"', 'openspec instructions proposal --change "<name>" --json', 'openspec archive "<name>"', 'git log --oneline -10') with Unix and Windows PowerShell variants, plus concrete copy-paste templates for proposal/spec/design/tasks. Matches anchor 3 (fully executable, copy-paste ready). | 3 / 3 |
Workflow Clarity | Phases are clearly sequenced (Preflight through Phase 11) with explicit PAUSE checkpoints and an EXPLAIN→DO→SHOW→PAUSE pattern, but Phase 9 (Apply) modifies the real codebase without an explicit verification/test checkpoint before archiving. Per the rubric guideline, missing validation in code-modifying (effectively destructive) operations caps workflow_clarity at 2. | 2 / 3 |
Progressive Disclosure | No bundle files exist and the entire skill lives in one ~555-line SKILL.md; sections are well-organized but the command reference and canned templates are inline rather than split into one-level-deep reference files. Better than anchor 1 (well-structured, not a disorganized wall) but not anchor 3 (no well-signaled external references). | 2 / 3 |
Total | 9 / 12 Passed |