| name | prior-art-search-wanshuiyin |
| title | Prior Art Search |
| description | Search patent databases and academic literature for prior art relevant to an invention. Use when user says "现有技术检索", "prior art search", "专利检索", "check patents", or wants to find relevant prior art. |
| author | wanshuiyin |
| author_url | https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/tree/main/skills/prior-art-search |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | ip |
| language | en |
Prior Art Search
Search patents and literature for prior art relevant to: $ARGUMENTS
Adapted from /research-lit for patent-specific searching.
Constants
MAX_PATENT_RESULTS = 20 — Maximum patent documents to analyze in detail
MAX_PAPER_RESULTS = 15 — Maximum academic papers to analyze in detail
SEARCH_YEARS = 10 — How many years back to search
PATENT_DATABASES = "google-patents, espacenet" — Patent databases to search
Inputs
Read the invention description from:
$ARGUMENTS if it contains technical details
patent/INVENTION_BRIEF.md if it exists
INVENTION_BRIEF.md if it exists at project root
Shared References
Load ../shared-references/prior-art-databases.md for search strategy templates and IPC/CPC classification guidance.
Workflow
Step 1: Extract Search Concepts
From the invention description, identify:
- Core inventive concept: The primary technical contribution (1-2 sentences)
- Technical problem: What problem it solves
- Key technical features: 4-6 specific technical elements that define the invention
- IPC/CPC classes: Predict relevant classification codes (e.g., G06N, G06F)
Step 2: Patent Search
For EACH search concept, search via:
Google Patents (via WebSearch):
WebSearch: "site:patents.google.com [keywords]"
WebSearch: "[keywords] patent"
- Try primary keywords + technical problem keywords
- Search in English regardless of target jurisdiction
- For CN inventions, also search Chinese keywords via WebSearch
Espacenet (via WebFetch):
- WebFetch worldwide.espacenet.com/search results for key queries
- Search by predicted IPC/CPC classes
Assignee/Inventor Search:
- If known companies/universities work in this area, search their patent portfolios
- WebSearch: "[assignee name] patent [technical area]"
For each potentially relevant patent found: