Search Prior Art
Conduct a structured prior art search to find publications, patents, products, or disclosures that predate a 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 to Use
- Evaluating whether an invention is novel and non-obvious before filing a patent application
- Challenging the validity of an existing patent by finding prior art the examiner missed
- Supporting a freedom-to-operate analysis by finding prior art that limits a blocking patent's scope
- Documenting a defensive publication to prevent others from patenting a concept
- Responding to a patent office action that questions novelty or obviousness
Inputs
- Required: Invention description (what it does, how it works, what problem it solves)
- Required: Search purpose (patentability, invalidity, FTO, defensive)
- Required: Critical date (filing date of the patent application, or invention date for prior art)
- Optional: Known related patents or publications
- Optional: Technology classification codes (IPC, CPC)
- Optional: Key inventors or companies in the field
Procedure
Step 1: Decompose the Invention into Searchable Elements
Break the invention into its constituent technical features.
- Read the invention description (or patent claims if searching against an existing patent)
- Extract the essential elements — each independent technical feature:
- What components does it have?
- What steps does the process follow?
- What technical effect does it achieve?
- What problem does it solve and how?
- Identify the novel combination — what makes this different from the known art:
- Is it a new element added to known elements?
- Is it a new combination of known elements?
- Is it a known element applied in a new field?
- Generate search terms for each element:
- Technical terms, synonyms, and abbreviations
- Broader and narrower terms (hierarchy)
- Alternative descriptions of the same concept
- Document the Search Map: elements, terms, and 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: A complete decomposition with search terms for each element. The novel combination is identified — this is what the search must either find (to invalidate) or confirm is absent (to support novelty).
If fail: With invention too abstract to decompose, ask for a more specific description. With unclear claims, focus on the 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 technology area
- Search multiple databases:
- Google Patents: Good for full-text search, free, large corpus
- USPTO PatFT/AppFT: US patents and applications, official source
- Espacenet: European patents, excellent classification search
- WIPO Patentscope: PCT applications, global coverage
- Apply date filters:
- Prior art must predate the 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 the novel combination
- Classify results by relevance:
- X reference: Discloses the invention alone (anticipation)
- Y reference: Discloses key elements, combinable with other references (obviousness)
- A reference: Background art, defines the general state of the art
Got: A classified list of patent references mapped to the invention's elements. X references (if found) are showstoppers for novelty. Y references are the building blocks for obviousness arguments.
If fail: With no relevant patent art found, this does not mean the invention is novel — non-patent literature (Step 3) may contain the critical reference. Absence in one database does not mean absence everywhere.
Step 3: Search Non-Patent Literature
Search academic papers, products, open source, and other non-patent disclosures.
- Academic literature:
- Google Scholar, arXiv, IEEE Xplore, ACM Digital Library
- Search using the same terms from Step 1
- Conference papers and workshop proceedings often predate patent filings
- Products and commercial disclosures:
- Product documentation, user manuals, marketing materials
- Internet Archive (Wayback Machine) for date-verified web content
- Trade publications and press releases
- Open source and code:
- GitHub, GitLab — search for implementations of the technical features
- README files, documentation, and 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 the publication date is before the 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 the patent search. Academic papers and open-source code are often the most powerful prior art because they tend to describe technical details more explicitly than patents.
If fail: With sparse non-patent literature, the technology may be primarily developed in corporate R&D (patent-heavy). Shift emphasis to patent literature and focus on the combination-based obviousness argument.
Step 4: Analyze and Map Results
Evaluate how the collected prior art relates to the invention.
- Create a 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 is anticipated (not novel)
- If no → invention may be novel (proceed to obviousness)
- Assess obviousness: Can a small number of references (2-3) be combined to cover all elements?
- Is there motivation to combine? (would a skilled person see a reason to combine these?)
- Do the references teach away from the combination? (suggest it would not work?)
- For FTO searches: Does the prior art narrow the blocking patent's claims?
- Prior art that overlaps with the blocking patent's claims limits their enforceable scope
- Document the analysis clearly with citation to specific passages
Got: A clear claim chart showing which elements are covered by which references, with an assessment of novelty and obviousness. Each mapping cites specific passages or figures in the references.
If fail: If the claim chart shows gaps (elements not found in any prior art), those gaps represent the potentially novel aspects. Focus follow-up searches on those specific gaps.
Step 5: Document and Deliver
Package the search results for their intended use.
- Write the Prior Art Search Report:
- Purpose and scope of the 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, and FTO implications
- Limitations and recommendations for further search
- Organize references:
- Sorted by relevance (X references first, then Y, then A)
- Each reference with full bibliographic data and access link
- Key passages highlighted or extracted
- Recommendations based on 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: A complete, well-organized search report that directly supports the intended decision. References are accessible and analysis is traceable.
If fail: With inconclusive search (no strong X or Y references, but some relevant background), state the conclusion clearly: "No anticipatory art found; closest art addresses elements A and B but not C. Recommend filing with claims emphasizing element C." Inconclusive is a valid and useful result.
Validation Checklist
Pitfalls
- Keyword tunnel vision: Searching only exact terms misses synonyms and alternative descriptions. Use the term hierarchy from Step 1
- Patent-only search: Non-patent literature (papers, products, code) is often more explicit than patents. Don't skip Step 3
- Date carelessness: Prior art must predate the critical date. A brilliant reference from one day after the filing date is worthless
- Ignoring foreign language art: Major inventions may first appear in Chinese, Japanese, Korean, or German patent literature. Machine translation makes these searchable
- Confirmation bias: Searching to confirm novelty rather than searching to find invalidating art. The best search tries hardest to find the closest art
- Stopping too early: The first few results are rarely the best. Iterate search terms based on what early results reveal about the field's vocabulary
Related Skills
assess-ip-landscape — Broader landscape mapping that contextualizes specific prior art searches
screen-trademark — Trademark-specific conflict screening (different databases, different legal framework than patent prior art)
file-trademark — Trademark filing procedures for when screening is complete
review-research — Literature review methodology overlaps significantly with prior art search
security-audit-codebase — Systematic search methodology parallels (thoroughness, documentation, reproducibility)
1---2name: search-prior-art3description: Search for prior art relevant to a specific invention or patent claim. Covers patent literature, non-patent literature (academic papers, products, open source), defensive publications, and standard-essential patents. Use when evaluating whether an invention is novel and non-obvious before filing, challenging the validity of an existing patent, supporting a freedom-to- operate analysis, documenting a defensive publication, or responding to a patent office action questioning novelty or obviousness.4license: MIT5---67# Search Prior Art89Conduct a structured prior art search to find publications, patents, products, or disclosures that predate a 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?).1011## When to Use1213- Evaluating whether an invention is novel and non-obvious before filing a patent application14- Challenging the validity of an existing patent by finding prior art the examiner missed15- Supporting a freedom-to-operate analysis by finding prior art that limits a blocking patent's scope16- Documenting a defensive publication to prevent others from patenting a concept17- Responding to a patent office action that questions novelty or obviousness1819## Inputs2021- **Required**: Invention description (what it does, how it works, what problem it solves)22- **Required**: Search purpose (patentability, invalidity, FTO, defensive)23- **Required**: Critical date (filing date of the patent application, or invention date for prior art)24- **Optional**: Known related patents or publications25- **Optional**: Technology classification codes (IPC, CPC)26- **Optional**: Key inventors or companies in the field2728## Procedure2930### Step 1: Decompose the Invention into Searchable Elements3132Break the invention into its constituent technical features.33341. Read the invention description (or patent claims if searching against an existing patent)352. Extract the **essential elements** — each independent technical feature:36 - What components does it have?37 - What steps does the process follow?38 - What technical effect does it achieve?39 - What problem does it solve and how?403. Identify the **novel combination** — what makes this different from the known art:41 - Is it a new element added to known elements?42 - Is it a new combination of known elements?43 - Is it a known element applied in a new field?444. Generate search terms for each element:45 - Technical terms, synonyms, and abbreviations46 - Broader and narrower terms (hierarchy)47 - Alternative descriptions of the same concept485. Document the **Search Map**: elements, terms, and relationships4950```51Search Map Example:52+------------------+-----------------------------------+-----------+53| Element | Search Terms | Priority |54+------------------+-----------------------------------+-----------+55| Attention layer | attention mechanism, self- | High |56| | attention, multi-head attention | |57| Sparse routing | mixture of experts, sparse MoE, | High |58| | top-k routing, expert selection | |59| Training method | knowledge distillation, teacher- | Medium |60| | student, progressive training | |61+------------------+-----------------------------------+-----------+62```6364**Got:** A complete decomposition with search terms for each element. The novel combination is identified — this is what the search must either find (to invalidate) or confirm is absent (to support novelty).6566**If fail:** With invention too abstract to decompose, ask for a more specific description. With unclear claims, focus on the broadest reasonable interpretation of each claim element.6768### Step 2: Search Patent Literature6970Search patent databases systematically.71721. Construct queries combining element terms:73 - Search each element individually first (broad)74 - Then combine elements to find closer art (narrow)75 - Use classification codes to filter by technology area762. Search multiple databases:77 - **Google Patents**: Good for full-text search, free, large corpus78 - **USPTO PatFT/AppFT**: US patents and applications, official source79 - **Espacenet**: European patents, excellent classification search80 - **WIPO Patentscope**: PCT applications, global coverage813. Apply date filters:82 - Prior art must predate the **critical date** (filing date or priority date)83 - Include publications up to 1 year before filing (grace period varies by jurisdiction)844. For each relevant result, record:85 - Document number, title, filing date, publication date86 - Which elements it discloses (map to Search Map)87 - Whether it discloses the novel combination885. Classify results by relevance:89 - **X reference**: Discloses the invention alone (anticipation)90 - **Y reference**: Discloses key elements, combinable with other references (obviousness)91 - **A reference**: Background art, defines the general state of the art9293**Got:** A classified list of patent references mapped to the invention's elements. X references (if found) are showstoppers for novelty. Y references are the building blocks for obviousness arguments.9495**If fail:** With no relevant patent art found, this does not mean the invention is novel — non-patent literature (Step 3) may contain the critical reference. Absence in one database does not mean absence everywhere.9697### Step 3: Search Non-Patent Literature9899Search academic papers, products, open source, and other non-patent disclosures.1001011. **Academic literature**:102 - Google Scholar, arXiv, IEEE Xplore, ACM Digital Library103 - Search using the same terms from Step 1104 - Conference papers and workshop proceedings often predate patent filings1052. **Products and commercial disclosures**:106 - Product documentation, user manuals, marketing materials107 - Internet Archive (Wayback Machine) for date-verified web content108 - Trade publications and press releases1093. **Open source and code**:110 - GitHub, GitLab — search for implementations of the technical features111 - README files, documentation, and commit histories for date evidence112 - Software releases with version dates1134. **Standards and specifications**:114 - IEEE, IETF (RFCs), W3C, ISO standards115 - Standards-essential patents must be disclosed; search standard bodies' IP databases1165. **Defensive publications**:117 - IBM Technical Disclosure Bulletin118 - Research Disclosure journal119 - IP.com Prior Art Database1206. For each result, verify the **publication date** is before the critical date:121 - Web pages: use Wayback Machine for date evidence122 - Software: use release dates or commit timestamps123 - Papers: use publication date, not submission date124125**Got:** Non-patent references that complement the patent search. Academic papers and open-source code are often the most powerful prior art because they tend to describe technical details more explicitly than patents.126127**If fail:** With sparse non-patent literature, the technology may be primarily developed in corporate R&D (patent-heavy). Shift emphasis to patent literature and focus on the combination-based obviousness argument.128129### Step 4: Analyze and Map Results130131Evaluate how the collected prior art relates to the invention.1321331. Create a **claim chart** mapping prior art to invention elements:134135```136Claim Element vs. Prior Art Matrix:137+------------------+--------+--------+--------+--------+138| Element | Ref #1 | Ref #2 | Ref #3 | Ref #4 |139+------------------+--------+--------+--------+--------+140| Element A | X | X | | X |141| Element B | | X | X | |142| Element C | X | | X | |143| Novel combo A+B+C| | | | |144+------------------+--------+--------+--------+--------+145X = element disclosed in this reference146```1471482. Assess **novelty**: Does any single reference disclose all elements?149 - If yes → invention is anticipated (not novel)150 - If no → invention may be novel (proceed to obviousness)1513. Assess **obviousness**: Can a small number of references (2-3) be combined to cover all elements?152 - Is there motivation to combine? (would a skilled person see a reason to combine these?)153 - Do the references teach away from the combination? (suggest it would not work?)1544. For **FTO searches**: Does the prior art narrow the blocking patent's claims?155 - Prior art that overlaps with the blocking patent's claims limits their enforceable scope1565. Document the analysis clearly with citation to specific passages157158**Got:** A clear claim chart showing which elements are covered by which references, with an assessment of novelty and obviousness. Each mapping cites specific passages or figures in the references.159160**If fail:** If the claim chart shows gaps (elements not found in any prior art), those gaps represent the potentially novel aspects. Focus follow-up searches on those specific gaps.161162### Step 5: Document and Deliver163164Package the search results for their intended use.1651661. Write the **Prior Art Search Report**:167 - Purpose and scope of the search168 - Search methodology (databases, queries, date ranges)169 - Results summary (number of references found, classification breakdown)170 - Top references with detailed analysis (claim charts)171 - Assessment: novelty, obviousness, and FTO implications172 - Limitations and recommendations for further search1732. Organize references:174 - Sorted by relevance (X references first, then Y, then A)175 - Each reference with full bibliographic data and access link176 - Key passages highlighted or extracted1773. Recommendations based on search purpose:178 - **Patentability**: File/don't file, suggested claim scope based on prior art gaps179 - **Invalidity**: Strongest combination of references, suggested legal argument180 - **FTO**: Risk level, design-around opportunities, licensing considerations181 - **Defensive**: Whether to publish as defensive disclosure based on white space found182183**Got:** A complete, well-organized search report that directly supports the intended decision. References are accessible and analysis is traceable.184185**If fail:** With inconclusive search (no strong X or Y references, but some relevant background), state the conclusion clearly: "No anticipatory art found; closest art addresses elements A and B but not C. Recommend filing with claims emphasizing element C." Inconclusive is a valid and useful result.186187## Validation Checklist188189- [ ] Invention decomposed into distinct searchable elements190- [ ] Novel combination explicitly identified191- [ ] Patent databases searched (minimum 2 databases)192- [ ] Non-patent literature searched (academic + products + open source)193- [ ] All references predate the critical date (dates verified)194- [ ] Claim chart maps elements to references with passage citations195- [ ] Novelty and obviousness assessed with reasoning196- [ ] Results classified by relevance (X, Y, A references)197- [ ] Report includes methodology, limitations, and recommendations198- [ ] Search is reproducible (queries and databases documented)199200## Pitfalls201202- **Keyword tunnel vision**: Searching only exact terms misses synonyms and alternative descriptions. Use the term hierarchy from Step 1203- **Patent-only search**: Non-patent literature (papers, products, code) is often more explicit than patents. Don't skip Step 3204- **Date carelessness**: Prior art must predate the critical date. A brilliant reference from one day after the filing date is worthless205- **Ignoring foreign language art**: Major inventions may first appear in Chinese, Japanese, Korean, or German patent literature. Machine translation makes these searchable206- **Confirmation bias**: Searching to confirm novelty rather than searching to find invalidating art. The best search tries hardest to find the closest art207- **Stopping too early**: The first few results are rarely the best. Iterate search terms based on what early results reveal about the field's vocabulary208209## Related Skills210211- `assess-ip-landscape` — Broader landscape mapping that contextualizes specific prior art searches212- `screen-trademark` — Trademark-specific conflict screening (different databases, different legal framework than patent prior art)213- `file-trademark` — Trademark filing procedures for when screening is complete214- `review-research` — Literature review methodology overlaps significantly with prior art search215- `security-audit-codebase` — Systematic search methodology parallels (thoroughness, documentation, reproducibility)