Content
62%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 content is highly actionable and the workflow has strong validation checkpoints, but it is padded with repetitive advisory prose and keeps everything inline rather than splitting detailed material into referenced files. Tightening the contract paragraphs and externalizing detail would lift both conciseness and progressive disclosure.
Suggestions
Compress the step-1 instructions/context/operationGuidance contract into a few terse bullets; it restates the 'advisory, never blocks' rule multiple times.
Move the lengthy runtime-context and artifact-rules contract into a referenced file (e.g. references/instructions-contract.md) and keep SKILL.md as an overview.
Trim redundant restatements in the Guardrails section that already appear inline in the steps.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is noticeably verbose, especially the multi-paragraph instructions archive / context / operationGuidance contract in step 1, which restates the same 'advisory and optional, never blocks' constraint several times in padded prose that Claude does not need. | 2 / 5 |
Actionability | It provides concrete, executable commands (openspec status, instructions archive, mv, mkdir -p) with exact flags and JSON field names, with only minor gaps in copy-paste completeness. | 4 / 5 |
Workflow Clarity | The six-step workflow is clearly sequenced with explicit validation checkpoints: completion checks with user confirmation, a sync-then-verify loop that stops on mismatch, and an existence check before moving changeRoot, satisfying the destructive-operation feedback-loop requirement. | 5 / 5 |
Progressive Disclosure | Structure exists (Steps, Output, Guardrails) but all guidance is inlined into one monolithic file with no one-level-deep references to separate detail files; content that could live in references (e.g. the long context/guidance contract) is inline. | 3 / 5 |
Total | 14 / 20 Passed |