Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, actionable skill that provides clear step-by-step guidance for proposing changes with artifact generation. Its main strengths are concrete CLI commands, explicit validation checkpoints, and good workflow sequencing. Minor weaknesses include some redundancy in the 'don't copy context/rules' instruction and the content being slightly verbose in places where it could be more concise.
Suggestions
Consolidate the duplicated guidance about not copying context/rules into artifacts—state it once clearly in the guidelines section and remove from step 4a.
Tighten the introductory lines and step descriptions to reduce token count without losing clarity (e.g., the bullet list at the top repeating what's in the steps).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient but has some redundancy—e.g., the repeated emphasis on not copying context/rules into output files (stated in both step 4a and the guidelines section), and some explanatory text that could be tightened. However, it largely avoids explaining concepts Claude already knows. | 2 / 3 |
Actionability | The skill provides concrete, executable commands (openspec new change, openspec status, openspec instructions), specific tool references (AskUserQuestion, TodoWrite), clear JSON field names to parse, and explicit output format. Steps are copy-paste ready with real CLI invocations. | 3 / 3 |
Workflow Clarity | The multi-step process is clearly sequenced with explicit validation checkpoints: checking status after each artifact creation, verifying artifact files exist before proceeding, re-running status to confirm applyRequires completion, and a feedback loop for unclear context. Error recovery paths are specified (ask user, check if change exists). | 3 / 3 |
Progressive Disclosure | The content is reasonably well-structured with clear sections (Input, Steps, Output, Guidelines, Guardrails), but everything is in a single file with no references to supporting documentation. The artifact creation guidelines and guardrails sections could potentially be split out, though for a skill of this length (~90 lines) it's borderline acceptable. | 2 / 3 |
Total | 10 / 12 Passed |