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 strongly actionable, well-sequenced workflow skill with concrete commands and clear validation loops. Its main weakness is conciseness — several guardrails and guidelines restate the step-level guidance rather than adding new information.
Suggestions
De-duplicate the repeated 're-read dependency artifacts from disk' and 'context/rules are constraints, not file content' guidance so each rule appears once (in Steps or in Guardrails, not both).
Consider splitting the long Artifact Creation Guidelines / Guardrails into a bundled reference file so the main body stays a lean overview, improving progressive disclosure.
Trim restated transitive-required-set explanation (it appears in both step 4b and the Guardrails) to a single canonical statement.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly operational and avoids explaining concepts Claude already knows, but it is repetitive — 're-read from disk', 'context and rules are constraints for you not the file', and dependency-reading guidance are restated across Steps, Artifact Creation Guidelines, and Guardrails, so it could be tightened. | 2 / 3 |
Actionability | It provides fully executable, copy-paste-ready CLI commands ('openspec new change', 'openspec status --change "<name>" --json', 'openspec instructions ...') plus concrete JSON field names (applyRequires, resolvedOutputPath, template) and exact file-path handling guidance. | 3 / 3 |
Workflow Clarity | Steps 1-5 are clearly sequenced with explicit validation checkpoints — re-running 'openspec status' after each artifact, verifying each file exists before proceeding, and a feedback loop ('create missing then re-check') for the transitive required-set computation. | 3 / 3 |
Progressive Disclosure | The skill is self-contained with no bundle files and is organized into clear sections, but it is a 100+ line single document whose Artifact Creation Guidelines and Guardrails sections largely restate detail already in Steps; that redundant content could be consolidated or moved to a reference rather than kept inline. | 2 / 3 |
Total | 10 / 12 Passed |