Content
62%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-organized instruction skill with a clear dispatch flow, explicit validation guard, and structured output template. Its main weaknesses are redundant When-to-Use text, and that the protocol/reference files it dispatches to are missing from the bundle, undermining both actionability and progressive disclosure.
Suggestions
Trim or remove the 'When to Use' section — its triggers duplicate the frontmatter description's 'Use when' clause, adding tokens without new information.
Bundle the referenced protocol files (references/protocols/anchor.md, framing.md, verify.md and references/reference.md) or inline their core execution steps, since the body dispatches to files that are absent and cannot stand alone.
Verify all cited bundle paths resolve: references/reference.md and references/protocols/*.md are referenced in the Dispatch table and References section but do not exist in the bundle, breaking navigation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and free of concepts Claude already knows, but the "When to Use" section restates triggers already in the frontmatter description, and the five-entry Anti-Patterns block with per-item "Why:" rationales adds tokens that could be tightened. | 2 / 3 |
Actionability | Dispatch table, Agent-spawn spec, and 4-part Thinking Transparency structure are concrete, but the actual protocol execution is deferred to references/protocols/*.md files that are absent from the bundle, leaving the executable core incomplete. | 2 / 3 |
Workflow Clarity | Clear dispatch sequence (parse first word → subcommand → read protocol → execute), an explicit validation checkpoint in the AskUserQuestion empty-answers guard with a fallback feedback loop, and a checklist-style output structure. | 3 / 3 |
Progressive Disclosure | The overview is well-structured with clearly signaled one-level-deep references and a descriptive References section, but the cited files (references/reference.md, references/protocols/{anchor,framing,verify}.md) are not present in the bundle, so the disclosure is non-functional. | 2 / 3 |
Total | 9 / 12 Passed |