Content
75%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 content is a well-structured, actionable verification workflow with concrete CLI commands and clear sequencing; it is concise for its complexity and handles missing-artifact degradation gracefully, with only minor opportunities to tighten prose or externalize the report template.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient for a complex multi-step skill: it assumes Claude's competence and gives operational guidance rather than explaining openspec concepts, with only minor padding (the dense store-selection paragraph and the verbatim report template) that could be trimmed slightly. | 4 / 5 |
Actionability | Provides concrete, executable CLI commands (`openspec status --change "<name>" --json`, `openspec instructions apply --change "<name>" --json`, `openspec list --json`) and a precise report/issue structure; a few sub-steps ('Search codebase for keywords', 'Assess if implementation likely exists') remain heuristic rather than fully specified. | 4 / 5 |
Workflow Clarity | An explicit 8-step sequence with a checklist-like report structure and a graceful-degradation section covering missing artifacts; no destructive/batch feedback loop is required for a read-only verification skill, so it sits just below a 5 for lacking an explicit validate-then-act checkpoint pattern. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections (Steps, Verification Heuristics, Graceful Degradation, Output Format) with no nested references; the self-contained single-file structure is appropriate, though the report template and heuristics could optionally be split into a reference file. | 4 / 5 |
Total | 16 / 20 Passed |