Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is lean, highly actionable, and well-structured with concrete commands and format references for the merge operation. Its main gap is the absence of an explicit validation/verification checkpoint in a workflow that batch-edits main specs.
Suggestions
Add an explicit validation step after merging (e.g., run `openspec validate --change <name>` or re-run `openspec status --json`) with a fix-and-retry loop before showing the summary, since the workflow batch-edits main specs.
Note in the summary step how to verify the merged main spec retains the required single `## Requirements` structure with no leftover delta operation headers.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence with no concept padding; every section (commands, format references, guardrails) earns its place, including the two short markdown format-reference blocks that are directly required for the merge operation. | 3 / 3 |
Actionability | Provides fully executable commands (e.g., `openspec status --change "<name>" --json`), specific JSON fields (`planningHome.root`, `artifactPaths.specs.existingOutputPaths`), concrete file paths, per-operation merge rules, and a copy-paste output template. | 3 / 3 |
Workflow Clarity | The 5-step sequence (prompt → resolve context → find deltas → apply → summarize) is clearly ordered, but this batch/destructive spec-editing operation has no explicit validation or validate→fix→retry checkpoint; per the rubric, missing verification in such workflows caps clarity at 2. | 2 / 3 |
Progressive Disclosure | A single self-contained file with well-signaled sections (Steps, Delta/Main Spec Format References, Key Principle, Output, Guardrails) and no nested multi-level references; content is appropriately organized for easy navigation with no bundle files needed. | 3 / 3 |
Total | 11 / 12 Passed |