search-prior-art
关于
This Claude Skill searches patent and non-patent literature to find prior art relevant to an invention. It is used to assess novelty, challenge patent validity, support freedom-to-operate analysis, or respond to patent office actions. The skill utilizes tools like WebSearch and WebFetch to examine academic papers, products, open source, and defensive publications.
快速安装
Claude Code
推荐npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/search-prior-art在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Search Prior Art
Run structured prior art search to find publications, patents, products, disclosures predating specific invention. Used to assess patentability (can this be patented?), challenge validity (should this patent have been granted?), or establish freedom-to-operate (is this design covered by existing rights?).
When Use
- Evaluating whether invention is novel + non-obvious before filing patent
- Challenging validity of existing patent by finding prior art examiner missed
- Supporting freedom-to-operate analysis by finding prior art that limits blocking patent's scope
- Documenting defensive publication to prevent others from patenting concept
- Responding to patent office action that questions novelty or obviousness
Inputs
- Required: Invention description (what does, how works, what problem solves)
- Required: Search purpose (patentability, invalidity, FTO, defensive)
- Required: Critical date (filing date of patent app, or invention date for prior art)
- Optional: Known related patents or publications
- Optional: Tech classification codes (IPC, CPC)
- Optional: Key inventors or companies in field
Steps
Step 1: Decompose Invention into Searchable Elements
Break invention into constituent technical features.
- Read invention description (or patent claims if searching against existing patent)
- Extract essential elements — each independent technical feature.
- What components does it have?
- What steps does process follow?
- What technical effect does it achieve?
- What problem does it solve and how?
- Identify novel combination — what makes this different from known art.
- New element added to known elements?
- New combination of known elements?
- Known element applied in new field?
- Generate search terms per element.
- Technical terms, synonyms, abbreviations
- Broader + narrower terms (hierarchy)
- Alternative descriptions of same concept
- Document Search Map: elements, terms, relationships
Search Map Example:
+------------------+-----------------------------------+-----------+
| Element | Search Terms | Priority |
+------------------+-----------------------------------+-----------+
| Attention layer | attention mechanism, self- | High |
| | attention, multi-head attention | |
| Sparse routing | mixture of experts, sparse MoE, | High |
| | top-k routing, expert selection | |
| Training method | knowledge distillation, teacher- | Medium |
| | student, progressive training | |
+------------------+-----------------------------------+-----------+
Got: Complete decomposition with search terms per element. Novel combination identified — this is what search must either find (to invalidate) or confirm absent (to support novelty).
If fail: Invention too abstract to decompose? Ask for more specific description. Claims unclear? Focus on broadest reasonable interpretation of each claim element.
Step 2: Search Patent Literature
Search patent databases systematically.
- Construct queries combining element terms.
- Search each element individually first (broad)
- Then combine elements to find closer art (narrow)
- Use classification codes to filter by tech area
- Search multiple databases.
- Google Patents: Good for full-text search, free, large corpus
- USPTO PatFT/AppFT: US patents + applications, official source
- Espacenet: European patents, excellent classification search
- WIPO Patentscope: PCT applications, global coverage
- Apply date filters.
- Prior art must predate critical date (filing date or priority date)
- Include publications up to 1 year before filing (grace period varies by jurisdiction)
- For each relevant result, record.
- Document number, title, filing date, publication date
- Which elements it discloses (map to Search Map)
- Whether it discloses novel combination
- Classify results by relevance.
- X reference: Discloses invention alone (anticipation)
- Y reference: Discloses key elements, combinable with other refs (obviousness)
- A reference: Background art, defines general state of art
Got: Classified list of patent references mapped to invention elements. X references (if found) = showstoppers for novelty. Y references = building blocks for obviousness arguments.
If fail: No relevant patent art found? Does not mean novel — non-patent literature (Step 3) may have critical reference. Absence in one database does not mean absence everywhere.
Step 3: Search Non-Patent Literature
Search academic papers, products, open source, other non-patent disclosures.
- Academic literature.
- Google Scholar, arXiv, IEEE Xplore, ACM Digital Library
- Search using same terms from Step 1
- Conference papers + workshop proceedings often predate patent filings
- Products and commercial disclosures.
- Product docs, user manuals, marketing materials
- Internet Archive (Wayback Machine) for date-verified web content
- Trade publications + press releases
- Open source and code.
- GitHub, GitLab — search for implementations of technical features
- README files, docs, commit histories for date evidence
- Software releases with version dates
- Standards and specifications.
- IEEE, IETF (RFCs), W3C, ISO standards
- Standards-essential patents must be disclosed; search standard bodies' IP databases
- Defensive publications.
- IBM Technical Disclosure Bulletin
- Research Disclosure journal
- IP.com Prior Art Database
- For each result, verify publication date before critical date.
- Web pages: use Wayback Machine for date evidence
- Software: use release dates or commit timestamps
- Papers: use publication date, not submission date
Got: Non-patent references that complement patent search. Academic papers + open-source code often most powerful prior art — describe technical details more explicitly than patents.
If fail: Non-patent literature sparse? Tech may be primarily developed in corporate R&D (patent-heavy). Shift emphasis to patent literature, focus on combination-based obviousness argument.
Step 4: Analyze and Map Results
Evaluate how collected prior art relates to invention.
- Make claim chart mapping prior art to invention elements.
Claim Element vs. Prior Art Matrix:
+------------------+--------+--------+--------+--------+
| Element | Ref #1 | Ref #2 | Ref #3 | Ref #4 |
+------------------+--------+--------+--------+--------+
| Element A | X | X | | X |
| Element B | | X | X | |
| Element C | X | | X | |
| Novel combo A+B+C| | | | |
+------------------+--------+--------+--------+--------+
X = element disclosed in this reference
- Assess novelty: Does any single reference disclose all elements?
- If yes → invention anticipated (not novel)
- If no → invention may be novel (proceed to obviousness)
- Assess obviousness: Can small number of references (2-3) be combined to cover all elements?
- Motivation to combine? (would skilled person see reason to combine these?)
- References teach away from combination? (suggest it would not work?)
- For FTO searches: Does prior art narrow blocking patent's claims?
- Prior art that overlaps with blocking patent's claims limits enforceable scope
- Document analysis clear with citation to specific passages
Got: Clear claim chart showing which elements covered by which references, with assessment of novelty + obviousness. Each mapping cites specific passages or figures.
If fail: Claim chart shows gaps (elements not in any prior art)? Those gaps = potentially novel aspects. Focus follow-up searches on those specific gaps.
Step 5: Document and Deliver
Package search results for intended use.
- Write Prior Art Search Report.
- Purpose + scope of search
- Search methodology (databases, queries, date ranges)
- Results summary (number of references found, classification breakdown)
- Top references with detailed analysis (claim charts)
- Assessment: novelty, obviousness, FTO implications
- Limitations + recommendations for further search
- Organize references.
- Sorted by relevance (X first, then Y, then A)
- Each reference with full bibliographic data + access link
- Key passages highlighted or extracted
- Recommendations by search purpose.
- Patentability: File/don't file, suggested claim scope based on prior art gaps
- Invalidity: Strongest combination of references, suggested legal argument
- FTO: Risk level, design-around opportunities, licensing considerations
- Defensive: Whether to publish as defensive disclosure based on white space found
Got: Complete, well-organized search report that supports intended decision. References accessible, analysis traceable.
If fail: Search inconclusive (no strong X or Y, but some background)? State conclusion clear: "No anticipatory art found; closest art addresses elements A and B but not C. Recommend filing with claims emphasizing element C." Inconclusive = valid + useful result.
Checks
- Invention decomposed into distinct searchable elements
- Novel combination explicit identified
- Patent databases searched (min 2 databases)
- Non-patent literature searched (academic + products + open source)
- All references predate critical date (dates verified)
- Claim chart maps elements to references with passage citations
- Novelty + obviousness assessed with reasoning
- Results classified by relevance (X, Y, A references)
- Report includes methodology, limitations, recommendations
- Search reproducible (queries + databases documented)
Pitfalls
- Keyword tunnel vision: Search only exact terms misses synonyms + alternative descriptions. Use term hierarchy from Step 1
- Patent-only search: Non-patent literature (papers, products, code) often more explicit than patents. Do not skip Step 3
- Date carelessness: Prior art must predate critical date. Brilliant reference from one day after filing date worthless
- Ignore foreign language art: Major inventions may first appear in Chinese, Japanese, Korean, German patent literature. Machine translation makes these searchable
- Confirmation bias: Search to confirm novelty rather than find invalidating art. Best search tries hardest to find closest art
- Stop too early: First few results rarely best. Iterate search terms based on what early results reveal about field's vocabulary
See Also
assess-ip-landscape— Broader landscape mapping that contextualizes specific prior art searchesscreen-trademark— Trademark-specific conflict screening (different databases, different legal framework than patent prior art)file-trademark— Trademark filing procedures for when screening completereview-research— Literature review methodology overlaps significant with prior art searchsecurity-audit-codebase— Systematic search methodology parallels (thoroughness, documentation, reproducibility)
GitHub 仓库
相关推荐技能
executing-plans
设计该Skill用于当开发者提供完整实施计划时,以受控批次方式执行代码实现。它会先审阅计划并提出疑问,然后分批次执行任务(默认每批3个任务),并在批次间暂停等待审查。关键特性包括分批次执行、内置检查点和架构师审查机制,确保复杂系统实现的可控性。
requesting-code-review
设计该Skill可在完成任务、实现主要功能或合并代码前自动调度代码审查子代理,确保实现符合需求和计划。它支持通过指定git SHA范围进行精准的代码变更审查,帮助开发者在关键节点及时发现潜在问题。核心原则是"早审查、勤审查",适用于开发流程的各个关键阶段。
connect-mcp-server
设计这个Skill指导开发者如何将MCP服务器连接到Claude Code,支持HTTP、stdio和SSE三种传输协议。它涵盖了从安装配置到认证安全的完整流程,适用于集成GitHub、Notion、数据库等外部服务。当开发者需要添加集成、配置外部工具或提及MCP相关功能时,这个Skill能提供实用的操作指南。
web-cli-teleport
设计该Skill帮助开发者根据任务特性选择Claude Code的Web或CLI界面,并指导如何在两种环境间无缝迁移会话。它能分析任务复杂度、迭代需求等要素,推荐最优工作界面和工作流。关键特性包括会话状态管理、环境切换指导和上下文优化建议。
