Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with concrete commands and clear sequencing, and it avoids teaching concepts Claude already knows. Its main gaps are a missing verification gate in the task loop and mild redundancy between the Guardrails and Steps sections.
Suggestions
Add an explicit verification step in the task loop (e.g. run tests or re-run `openspec status` to confirm progress) before marking a task complete, since this is a batch code-edit workflow.
Remove Guardrails entries that restate the Steps (read context files first, keep changes minimal, pause on ambiguity) and keep only genuinely additive guardrails to reduce redundancy.
Consider extracting the three large output templates into a referenced file so the main body stays a lean overview, improving progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence with no conceptual padding, but the Guardrails section repeats guidance already stated in the steps (read context files, keep changes minimal, pause on ambiguity), which could be tightened. | 2 / 3 |
Actionability | It provides concrete, copy-ready CLI commands (e.g. `openspec status --change "<name>" --json`, `openspec instructions apply --change "<name>" --json`), explicit checkbox syntax (`- [ ]` -> `- [x]`), and full output templates, matching the fully-executable level-3 anchor. | 3 / 3 |
Workflow Clarity | The 7-step sequence is clear with state handling (blocked/all_done/proceed) and pause conditions, but for a batch code-edit workflow there is no explicit verification checkpoint before marking each task complete, capping it below level 3 per the destructive/batch guidance. | 2 / 3 |
Progressive Disclosure | The skill is self-contained with well-organized sections and no nested references, but it is a single monolithic file with large inline output templates and no file-split structure, fitting level 2 rather than the well-signaled multi-file level 3. | 2 / 3 |
Total | 9 / 12 Passed |