Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a thorough, action-oriented onboarding walkthrough with real CLI commands and clear sequencing, but it is a long monolithic file and skips an explicit verification step during implementation. Splitting heavy template blocks into references and adding a verify checkpoint would strengthen the weaker dimensions.
Suggestions
Insert an explicit 'openspec verify' step in Phase 9 (Apply) before archive, rather than only listing it in the command reference table.
Move the large verbatim display templates (welcome, task suggestions, recap) into a references file and reference them by path to reduce inline token load.
Tighten the Phase 11 recap and repeated full-screen blocks to trim verbosity while keeping the cycle clear.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and actionable, but the large verbatim display templates (welcome, task suggestions, recap) and the recap phase add padding that could be tightened. | 2 / 3 |
Actionability | Provides fully executable commands ('openspec new change', 'openspec archive', 'openspec instructions proposal --change ... --json'), concrete file paths, and copy-paste-ready templates. | 3 / 3 |
Workflow Clarity | Eleven well-sequenced phases with PAUSE checkpoints and preflight validation, but the implementation phase modifies real code without an explicit verify/validate step in the cycle, which the rubric caps at 2 for destructive/batch work. | 2 / 3 |
Progressive Disclosure | No bundle files exist and the ~540-line SKILL.md is monolithic; sectioning is clean but content that could be split out (full templates, command reference) is inline with no one-level-deep references. | 2 / 3 |
Total | 9 / 12 Passed |