Content
92%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.
A high-quality, executable workflow with concrete CLI commands, specific JSON field references, explicit confirm-before-write checkpoints, and clear guardrails. The only mild weakness is the density of the store-selection paragraph, which could be tightened.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumes Claude's competence (references JSON fields by name without explaining JSON or OpenSpec); not a 5 because the store-selection paragraph is dense and could be trimmed slightly. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready commands (openspec status --change with --json, openspec instructions <artifact-id> --change with --json) with specific JSON field paths (artifactPaths.<id>.existingOutputPaths) covering the common cases. | 5 / 5 |
Workflow Clarity | Clear 6-step sequence with explicit validation/confirmation checkpoints (confirm before write, reject => no write, 'If the change is already coherent, say so') and feedback loops, satisfying the destructive/batch validation requirement. | 5 / 5 |
Progressive Disclosure | Well-organized into clear sections (Store selection, Input, Steps, Output, Guardrails) with one-level-deep, clearly signaled references to sibling skills and no nested reference chains; appropriate for a self-contained skill with no bundle files. | 5 / 5 |
Total | 19 / 20 Passed |