Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is an exceptionally clear, actionable, well-gated workflow that assumes Claude's competence and avoids concept-explanation fluff. Its only weakness is progressive disclosure: it is a long single file with sizable inline templates that could live in reference files.
Suggestions
Move the full GitHub issue-body template (the ~20-line block in Step 6) into a reference file such as references/issue-template.md and link to it, keeping only a one-line summary inline.
Extract the roadmap template field list (Vision, Success Criteria, Key Risks, Proof Strategy, Verification Classes, Definition of Done, Requirement Coverage, Horizontal Checklist, Boundary Map) into references/roadmap-fields.md so SKILL.md stays an overview pointing to detail.
If the external repo template at src/resources/extensions/gsd/templates/roadmap.md is the canonical slice format, reference it earlier and more prominently (Step 1 already does) rather than re-stating the format block inline in Step 5.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and purposeful — it does not explain concepts Claude already knows and every section (core_principle, anti_patterns, success_criteria as checklists) earns its place; the vertical/horizontal framing is GSD-specific discipline, not generic padding, matching the score-3 anchor. | 3 / 3 |
Actionability | Provides copy-paste-ready formats — the exact roadmap markdown block, the full GitHub issue body template, specific tool calls (mcp__github__issue_read, mcp__github__issue_write) and a concrete write path — matching the score-3 anchor of fully executable, specific examples. | 3 / 3 |
Workflow Clarity | A clear 6-step sequence with explicit validation gates ('Do not proceed to Step 5 without explicit approval', 'Iterate on feedback until the user approves') and a confirmation gate on the destructive outward action (GitHub issue filing), matching the score-3 anchor with feedback loops and checkpoints. | 3 / 3 |
Progressive Disclosure | Sections are well-organized (objective/context/core_principle/process/anti_patterns/success_criteria) and it points to an external template for the exact slice format, but the full issue-body template and roadmap-field enumeration are inline with no bundle files to offload them, matching the score-2 anchor of good structure with inline content that could be separate; not a 3 because the skill exceeds 50 lines and is effectively monolithic. | 2 / 3 |
Total | 11 / 12 Passed |