Content
81%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 body is a well-sequenced, highly actionable workflow with explicit checkpoints, state handling, and feedback loops. Its weaknesses are conciseness (notable repetition between the inline steps, the context/guidance contract, and the Guardrails section) and progressive disclosure (all content inline for a long skill).
Suggestions
De-duplicate the Guardrails section against the inline pause conditions and the context/operationGuidance contract to remove restated guidance and tighten token use.
Tighten the 'Store selection' paragraph into a short rule plus one example; the sticky-flag explanation can be compressed without losing the override semantics.
Consider moving the three output templates and/or the Guardrails checklist into a references file to improve progressive disclosure for a skill of this length.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with concrete commands, but the long 'Store selection' paragraph, the context/operationGuidance contract block (lines 57-70), and the Guardrails section substantially restate the inline pause conditions and steps, creating padding that could be tightened; this fits the score-3 anchor of mostly efficient with some unnecessary explanation. | 3 / 5 |
Actionability | Copy-paste-ready commands with explicit flags ('openspec status --change "<name>" --json', 'openspec instructions apply --change "<name>" --json'), concrete JSON fields to parse, and literal output templates make the guidance fully executable and covering common cases, matching the score-5 anchor. | 5 / 5 |
Workflow Clarity | Steps 1-7 are clearly sequenced with explicit checkpoints: status/schema check, blocked vs all_done state handling, per-task pause conditions (unclear, design issue, scope creep, error, interrupt), and a Guardrails checklist providing feedback loops for error recovery, matching the score-5 anchor. | 5 / 5 |
Progressive Disclosure | No bundle directories (references/scripts/assets) exist and the skill is self-contained with well-labeled sections (Steps, Output templates, Guardrails, Fluid Workflow Integration) and no nested references; it scores 4 rather than 5 because at ~180 lines some material (output templates, guardrails) is inlined that could live in separate reference files for a skill this long. | 4 / 5 |
Total | 17 / 20 Passed |