Content
75%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 a clear, actionable, well-sequenced workflow with explicit validation checkpoints for a destructive archive operation. It is concise and well-structured, with only minor gaps around date generation and a touch of step/guardrail repetition.
Suggestions
Specify how to generate the YYYY-MM-DD date (e.g. via the current date tool or `date +%F`) so the archive target is unambiguous and executable.
Trim the overlap between the step descriptions and the Guardrails bullets (e.g. 'Always prompt for change selection' restates step 1) to tighten the token budget.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient and assumes Claude's competence: it lists commands and decisions without explaining what archiving or specs are, with only minor repetition between the steps and the Guardrails section. | 4 / 5 |
Actionability | Provides concrete, executable commands (openspec list --json, openspec status --change, mkdir -p, mv with a dated target) and clear AskUserQuestion/Task tool usage, with only minor gaps (no exact date command is specified). | 4 / 5 |
Workflow Clarity | Six steps are clearly sequenced with explicit validation checkpoints (artifact completion, task completion, delta spec sync state) and confirm-via-AskUserQuestion loops; the destructive mv step has a pre-check for an existing target, though error-recovery feedback for the mv itself is light. | 4 / 5 |
Progressive Disclosure | Well-organized into numbered steps plus Input, Output, and Guardrails sections with no bundle files; the single SKILL.md is appropriately scoped for this skill, with only minor inline detail that could remain. | 4 / 5 |
Total | 16 / 20 Passed |