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 well-structured, actionable workflow that leans on concrete CLI commands and explicit branching logic rather than abstract description. It is held back from top marks only by minor redundancy and the absence of a content-level validation feedback loop and a worked artifact example.
Suggestions
Consolidate the duplicated 'context/rules are constraints, not content' guidance into a single Guardrail and remove the partial restatement in Step 3 to tighten conciseness.
Add a brief validate->fix->retry loop for artifact content (e.g., re-run `openspec status` to confirm the artifact moved from 'ready' to 'done') to strengthen workflow clarity.
Include one short worked example of a created artifact (e.g., a minimal proposal.md skeleton) to make the authoring step fully copy-paste ready.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient and assumes Claude's competence (it never explains what OpenSpec or an artifact is) and leads with executable commands, but the 'context/rules are constraints not content' point is made twice and the Artifact Creation Guidelines partially restate Step 3, so minor trimming is possible. | 4 / 5 |
Actionability | It provides concrete, copy-paste-ready shell commands (`openspec list --json`, `openspec status --change`, `openspec instructions`) with field-by-field JSON parsing guidance, but actual artifact authoring is delegated to the CLI's `template`/`instruction` output rather than shown with a worked example. | 4 / 5 |
Workflow Clarity | The four-step sequence is clearly ordered with explicit STOP points, status-based branching, and a 'verify the artifact file exists' checkpoint plus a Guardrails checklist, but there is no validate->fix->retry feedback loop for artifact content. | 4 / 5 |
Progressive Disclosure | With no bundle files present, the self-contained body is organized into clearly labeled sections (Input, Steps, Output, Artifact Creation Guidelines, Guardrails) with no nested references; minor redundancy between Steps and the Guidelines keeps it just short of optimal. | 4 / 5 |
Total | 16 / 20 Passed |