Content
85%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 skill with clear multi-step workflows, explicit validation checkpoints, and concrete file paths and commands. It handles four distinct artifact store modes systematically, though the repeated mode-branching across steps adds some verbosity. The safety rules and merge instructions are specific and actionable, making this a strong operational skill.
Suggestions
Consider consolidating the mode-based branching into a decision table at the top of the 'What to Do' section, then referencing it in each step, to reduce repetition and improve conciseness.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is reasonably efficient but has some redundancy — the mode-based branching (engram/openspec/hybrid/none) is repeated across nearly every step, which could be consolidated into a single decision matrix. Some sections like the return summary template are appropriately detailed but the overall document could be tighter. | 2 / 3 |
Actionability | The skill provides concrete, executable guidance: specific file paths, bash commands for copying, pseudocode for merge logic with clear matching criteria, a checklist for verification, and a complete markdown template for the return summary. The merge instructions specify exactly how to handle added/modified/removed requirements. | 3 / 3 |
Workflow Clarity | The 6-step workflow is clearly sequenced with explicit validation in Step 4 (checklists per mode), a mandatory persistence step (Step 5), and a safety rule against archiving changes with CRITICAL issues. The destructive operation warning rule and the 'sync before archive' ordering provide appropriate feedback loops and safeguards. | 3 / 3 |
Progressive Disclosure | The skill appropriately references shared conventions (`sdd-phase-common.md` Sections A-D, `openspec-convention.md`) without inlining their content, keeping references one level deep and clearly signaled. The main content stays focused on archive-specific logic while delegating common patterns to shared files. | 3 / 3 |
Total | 11 / 12 Passed |