Content
80%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable search workflow with concrete query templates and a complete report schema; its main gaps are the absence of explicit validate/retry feedback loops and an inline-heavy structure that underuses progressive disclosure.
Suggestions
Add an explicit feedback loop, e.g. after Step 2/3: "If fewer than N relevant results, broaden keywords or search adjacent IPC/CPC classes and re-run."
Move the full report template (the ~35-line markdown block in Step 6) into a `references/report-template.md` and reference it, keeping SKILL.md as an overview.
Add a brief verification gate before output, e.g. "Confirm every citation has a retrievable source; mark any unsourced claim with [VERIFY] before writing the report."
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and actionable without explaining concepts Claude already knows (no "what is a patent" padding); it uses concrete query templates and a copy-paste output schema, with only minor non-essential lines such as "Adapted from `/research-lit`". | 3 / 3 |
Actionability | It provides executable guidance throughout: concrete WebSearch/WebFetch query templates (e.g. `site:patents.google.com [keywords]`), specific extraction fields, and a fully specified markdown report template that is copy-paste ready. | 3 / 3 |
Workflow Clarity | The six steps are clearly numbered and a Key Rules checklist plus the [VERIFY] convention provide some validation, but there is no explicit validate-and-retry feedback loop (e.g. expand keywords if a search yields nothing), keeping it at 'sequence present but checkpoints implicit'. | 2 / 3 |
Progressive Disclosure | Section headers organize the body and the one external reference ("Load `../shared-references/prior-art-databases.md`") is clearly signaled and one level deep, but the large inline output template and search-strategy detail could be split into reference files; no bundle files are provided to offset this. | 2 / 3 |
Total | 10 / 12 Passed |