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 highly actionable, well-sequenced batch workflow with strong validation gates and concrete commands. Its weaknesses are token redundancy from repeated templates and a monolithic structure with no progressive disclosure to supporting files.
Suggestions
Collapse the "Output On Success", "Output On Partial Success", and step-9 summary into a single parameterized template to remove redundancy and improve conciseness.
Move the "Conflict Resolution Examples" block and the output templates into a reference file (e.g. references/examples.md) referenced one level deep, reducing the main body toward an overview.
Tighten the Guardrails list by dropping items that merely restate instructions already embedded in the numbered steps.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is procedural without concept-padding, but the success/partial/no-changes output templates and the Guardrails section restate content already shown in the step-by-step examples, leaving room to tighten. | 2 / 3 |
Actionability | It provides concrete executable commands (openspec list/status --json, mkdir -p, mv), exact file paths, and copy-paste-ready examples for the archive operation and conflict resolution. | 3 / 3 |
Workflow Clarity | The nine steps are clearly sequenced with explicit validation checkpoints (artifact/task status, conflict detection, codebase verification) and a user-confirmation gate before the destructive move, plus per-change success/skip/fail tracking. | 3 / 3 |
Progressive Disclosure | The skill is well-organized into sections but is a ~235-line monolithic SKILL.md with no bundle files and no one-level-deep references; conflict-resolution examples and output templates are inline material that could live in separate reference files. | 2 / 3 |
Total | 10 / 12 Passed |