Content
92%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 patent-novelty workflow with strong sequencing, gating checkpoints, and concrete templates that assume Claude's competence. The main gap is progressive disclosure: at ~145 lines it stays monolithic rather than offloading templates and jurisdiction detail into reference files.
Suggestions
Move the cross-model examiner prompt template and the full output markdown template into reference files under references/ (e.g. references/examiner-prompt.md, references/output-template.md) and link to them from the body to reduce inline bulk.
Consider splitting the jurisdiction-specific assessment (US 102/103, CN Article 22, EP Article 54/56) into a references/jurisdictions.md file referenced one level deep.
Remove the duplicated 'research novelty is not the same as patent novelty' statement, keeping it only in Key Rules, to tighten conciseness further.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient for a complex legal workflow: it assumes Claude knows patent-law basics (uses POSITA, 102/103, EPC, Article 22/54/56 without explaining them) and every section — matrices, examiner prompt, output template — earns its place. Only mild redundancy exists (the 'research novelty ≠ patent novelty' point appears in both the intro and Key Rules), not enough to drop below 3. | 3 / 3 |
Actionability | Provides concrete, copy-paste-ready guidance: defined-column anticipation and obviousness matrices, a fully specified mcp__codex__codex call with config and prompt template, per-jurisdiction statutory PASS/FAIL structure, and a complete output markdown template. Placeholders are unavoidable for user-supplied invention content. | 3 / 3 |
Workflow Clarity | A clearly sequenced six-step process with an explicit gating checkpoint ('If the invention is novel (passes Step 2), test for obviousness') and a fallback ('If mcp__codex__codex is not available, skip ... and note it'). Cross-model examiner verification acts as a verification step before the final jurisdiction/output stages. | 3 / 3 |
Progressive Disclosure | Sections are well organized and external standards are clearly signaled via 'Load ../shared-references/...' (one level deep), but the skill is essentially monolithic: the full examiner prompt, jurisdiction-specific assessment, and output template are all inline rather than split into reference files. No bundle files exist in references/ scripts/ or assets/ to verify, and content that could be separated is kept inline. | 2 / 3 |
Total | 11 / 12 Passed |