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.
A thorough, well-structured verification workflow with concrete commands, a clear report schema, and sensible degradation rules. Its main gaps are vague heuristic search steps and the absence of explicit re-validation feedback loops, plus some inline content that could be externalized.
Suggestions
Make the spec/scenario search steps executable by specifying a concrete approach (e.g., `grep -r "<keyword>" --include="*.ts"` or a defined ripgrep pattern) instead of "search codebase for keywords".
Add an explicit re-validation loop: after the user addresses CRITICAL/WARNING issues, re-run `openspec status` and re-check before issuing the final archive-ready assessment.
Consider moving the full report template and Verification Heuristics into a referenced file to reduce inline length and improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is task-oriented and mostly efficient, with concrete commands and report structure rather than concept explanations. Not a 5 because some sections (Graceful Degradation, Verification Heuristics) restate logic already implied by the numbered steps; not a 3 because there is no significant padding of concepts Claude already knows. | 4 / 5 |
Actionability | Provides executable CLI commands (`openspec list --json`, `openspec status --change "<name>" --json`), a concrete report structure, and specific issue/recommendation templates. Not a 5 because several heuristic steps are vague ("search codebase for keywords", "assess if implementation likely exists") without a concrete search command or method. | 4 / 5 |
Workflow Clarity | Clear 8-step numbered sequence with graceful-degradation handling and false-positive guidance providing implicit checkpoints. Not a 5 because there are no explicit validation/re-verification feedback loops (e.g., re-run status after fixes); the destructive/batch cap does not apply since this is a read-only verification workflow. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections (Input, Steps, Heuristics, Graceful Degradation, Output Format) with no nested references, and no bundle files are needed. Not a 5 because at ~170 lines it exceeds the simple-skill threshold and some content (the detailed report template, heuristics) could be split into reference files rather than kept fully inline. | 4 / 5 |
Total | 16 / 20 Passed |