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 well-structured, actionable skill that clearly guides Claude through creating an SDD change proposal. Its main strengths are the complete proposal template, explicit mode-conditional logic, and clear step sequencing. Its weaknesses are moderate verbosity from repeated mode branching and some inline content that could be more concise, though the overall quality is solid.
Suggestions
Consolidate the mode-conditional logic (engram/openspec/hybrid/none) into a single reference table at the top rather than repeating it in every step, reducing token count significantly.
Consider moving the full proposal.md template to a separate reference file and keeping only a brief summary of required sections inline, improving conciseness.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is moderately efficient but has some verbosity. The repeated mode-conditional blocks (engram/openspec/hybrid/none) across multiple steps add bulk. The proposal template itself is well-structured but the surrounding instructions could be tighter. The orchestrator gate preamble and some explanatory comments within the template add tokens without much value for Claude. | 2 / 3 |
Actionability | The skill provides a complete, copy-paste-ready proposal.md template with all sections filled with placeholder guidance. Each step has concrete actions with specific file paths, artifact keys, and mode-conditional behavior clearly spelled out. The return summary format is also fully specified. | 3 / 3 |
Workflow Clarity | The 6-step workflow is clearly sequenced with explicit steps for loading skills, creating directories, reading specs, writing the proposal, persisting artifacts, and returning a summary. The persistence step is marked as MANDATORY. Mode-conditional branching is explicit at each step. The rules section adds validation constraints (size budget, capabilities section required, rollback plan required). | 3 / 3 |
Progressive Disclosure | The skill references shared files like `skills/_shared/sdd-phase-common.md` and `skills/_shared/openspec-convention.md` for Sections A-D, which is good progressive disclosure. However, no bundle files were provided to verify these references exist, and the main skill itself is quite long (~150 lines) with the full proposal template inline. The template could arguably be a separate reference file, though having it inline is defensible for a single-document skill. | 2 / 3 |
Total | 10 / 12 Passed |