Content
52%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 skill is well-sequenced with clear phase checkpoints and good section structure, but it is noticeably verbose due to scripted narration blocks and delegates concrete execution to sibling skills rather than inlining actionable steps. Tightening the narration and inlining key formats would materially raise quality.
Suggestions
Replace the scripted 'narration' code-fence blocks with short directives (e.g., 'In 1-3 sentences, explain the phase goal') instead of full suggested dialogue, cutting many tokens.
Inline a minimal concrete example of each phase artifact format (proposal/spec/design/tasks) or link to a single bundled reference, rather than only deferring to sibling skills' formats.
Trim concept restatements like 'This is the moment where specs pay off — they tell us exactly what to check' to one-line operational guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is padded with scripted conversational narration in code fences ('Welcome to SDD! I'll walk you through...') and restates concepts Claude already knows ('This is the moment where specs pay off'), adding tokens that do not teach new behavior. | 2 / 5 |
Actionability | The change-selection criteria are concrete, but each phase defers execution to sibling skills ('Run sdd-explore behavior inline', 'following sdd-propose format') without inlining the actual steps, formats, or commands needed to execute the phase. | 3 / 5 |
Workflow Clarity | A clear 10-phase sequence is laid out with explicit checkpoints (ask before continuing past Phase 3, STOP if blocked) and a verify/archive step, though some validation guidance is implicit rather than enumerated. | 4 / 5 |
Progressive Disclosure | No bundle files are present, but the body is sectioned into well-organized phases; cross-references to sibling skills and sdd-phase-common.md are clearly signaled, with only minor inlining of narration that could be trimmed. | 4 / 5 |
Total | 13 / 20 Passed |