patent-novelty-check
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePatent Novelty and Non-Obviousness Check
专利新颖性与非显而易见性检查
Assess patentability of: $ARGUMENTS
Adapted from for patent legal standards. Research novelty is NOT the same as patent novelty.
/novelty-check评估以下内容的可专利性:$ARGUMENTS
本流程改编自,适配专利法律标准。学术研究新颖性与专利新颖性并非同一概念。
/novelty-checkConstants
常量
- — Model used via Codex MCP for cross-model examiner verification
REVIEWER_MODEL = gpt-5.4 - — Always use legal patentability standard, not research contribution standard
NOVELTY_STANDARD = patent
- — 通过Codex MCP调用的模型,用于跨模型审查员验证
REVIEWER_MODEL = gpt-5.4 - — 始终采用法定可专利性标准,而非学术贡献标准
NOVELTY_STANDARD = patent
Inputs
输入项
- Invention description from
$ARGUMENTS - (output of
patent/PRIOR_ART_REPORT.md)/prior-art-search - if exists
patent/INVENTION_BRIEF.md
- 来自的发明描述
$ARGUMENTS - (
patent/PRIOR_ART_REPORT.md的输出结果)/prior-art-search - 若存在则使用
patent/INVENTION_BRIEF.md
Shared References
共享参考资料
Load for novelty/non-obviousness standards.
Load for 102/103 analysis framework.
../shared-references/patent-writing-principles.md../shared-references/patent-format-us.md加载以获取新颖性/非显而易见性标准。
加载以获取102/103分析框架。
../shared-references/patent-writing-principles.md../shared-references/patent-format-us.mdWorkflow
工作流程
Step 1: Define Claim Elements
步骤1:界定权利要求要素
From the invention description, extract the key claim elements that would define the invention's scope:
- List the technical features that make the invention novel
- Identify which features are known from prior art vs. inventive
- Draft preliminary claim language for 2-3 independent claims (method + system)
从发明描述中提取定义发明保护范围的关键权利要求要素:
- 列出使发明具备新颖性的技术特征
- 区分哪些特征属于现有技术、哪些属于创造性特征
- 草拟2-3项独立权利要求的初步表述(方法类+系统类)
Step 2: Anticipation Analysis (Novelty)
步骤2:抵触申请分析(新颖性)
For each preliminary claim, test against EACH prior art reference in :
PRIOR_ART_REPORT.mdSingle-reference test: Does any single reference disclose ALL claim elements?
| Claim Element | Ref 1 | Ref 2 | Ref 3 | ... |
|---|---|---|---|---|
| Feature A | Yes/No + evidence | |||
| Feature B | Yes/No + evidence | |||
| Feature C | Yes/No + evidence | |||
| Feature D | Yes/No + evidence |
Verdict per reference:
- ANTICIPATED: One reference discloses every element → claim is not novel
- NOT ANTICIPATED: At least one element missing from every single reference → claim is novel
针对每项初步权利要求,对照中的每一份现有技术文献进行测试:
PRIOR_ART_REPORT.md单文献测试:是否存在某一份文献披露了权利要求的全部要素?
| 权利要求要素 | 文献1 | 文献2 | 文献3 | ... |
|---|---|---|---|---|
| 特征A | 是/否 + 证据 | |||
| 特征B | 是/否 + 证据 | |||
| 特征C | 是/否 + 证据 | |||
| 特征D | 是/否 + 证据 |
每份文献的结论:
- 已抵触:某一份文献披露了所有要素 → 权利要求不具备新颖性
- 未抵触:所有单篇文献均至少缺失一项要素 → 权利要求具备新颖性
Step 3: Obviousness Analysis (Inventive Step)
步骤3:显而易见性分析(创造性步骤)
If the invention is novel (passes Step 2), test for obviousness:
Two/three-reference combination test: Can 2-3 references be combined to render the claim obvious?
For each combination of the top references:
- Primary reference: Which reference is closest to the claimed invention?
- Secondary reference(s): Which reference(s) teach the missing element(s)?
- Motivation to combine: Would a POSITA have reason to combine these references?
- Explicit suggestion in the references themselves?
- Same field, same problem?
- Common design incentive?
- Known technique for improving similar devices?
Format as a matrix:
| Combination | Primary | Secondary | Missing Elements | Motivation to Combine | Obvious? |
|---|---|---|---|---|---|
| Ref1 + Ref2 | Ref1 | Ref2 | Feature D | Same field, similar problem | Yes/No |
若发明通过步骤2具备新颖性,则进行显而易见性测试:
双/三文献组合测试:是否可通过组合2-3份文献使权利要求成为显而易见的?
针对排名靠前的文献组合:
- 主文献:哪份文献与所主张的发明最接近?
- 辅助文献:哪份文献披露了缺失的要素?
- 组合动机:本领域普通技术人员(POSITA)是否有理由组合这些文献?
- 文献本身是否有明确的组合建议?
- 是否属于同一领域、解决相同问题?
- 是否存在通用设计激励?
- 是否有用于改进类似设备的已知技术?
以矩阵形式呈现:
| 组合方式 | 主文献 | 辅助文献 | 缺失要素 | 组合动机 | 是否显而易见? |
|---|---|---|---|---|---|
| 文献1 + 文献2 | 文献1 | 文献2 | 特征D | 同一领域,相似问题 | 是/否 |
Step 4: Cross-Model Examiner Verification
步骤4:跨模型审查员验证
Call via with xhigh reasoning:
REVIEWER_MODELmcp__codex__codexmcp__codex__codex:
config: {"model_reasoning_effort": "xhigh"}
prompt: |
You are a senior patent examiner at the [USPTO/CNIPA/EPO].
Examine the following invention for patentability.
INVENTION: [invention description + preliminary claims]
PRIOR ART: [prior art references with key teachings]
Please analyze:
1. Anticipation (novelty): Does any single reference anticipate any claim?
2. Obviousness: Can any combination of references render claims obvious?
3. Claim scope: Are the claims broad enough to be valuable?
4. Recommended amendments if any claim is rejected.
Be rigorous and cite specific references.通过调用,启用超高推理强度:
mcp__codex__codexREVIEWER_MODELmcp__codex__codex:
config: {"model_reasoning_effort": "xhigh"}
prompt: |
You are a senior patent examiner at the [USPTO/CNIPA/EPO].
Examine the following invention for patentability.
INVENTION: [invention description + preliminary claims]
PRIOR ART: [prior art references with key teachings]
Please analyze:
1. Anticipation (novelty): Does any single reference anticipate any claim?
2. Obviousness: Can any combination of references render claims obvious?
3. Claim scope: Are the claims broad enough to be valuable?
4. Recommended amendments if any claim is rejected.
Be rigorous and cite specific references.Step 5: Jurisdiction-Specific Assessment
步骤5:针对特定司法管辖区的评估
For each target jurisdiction, provide a patentability assessment:
Under 35 USC 102/103 (US):
- Novelty: PASS / FAIL (cite specific reference if fail)
- Non-obviousness: PASS / FAIL (cite combination if fail)
Under Article 22 CN Patent Law (CN):
- 新颖性 (Novelty): 通过 / 未通过
- 创造性 (Inventive Step): 通过 / 未通过
Under Article 54/56 EPC (EP):
- Novelty: PASS / FAIL
- Inventive step: PASS / FAIL (problem-solution approach)
针对每个目标司法管辖区提供可专利性评估:
依据美国35 USC 102/103条款:
- 新颖性:通过 / 不通过(若不通过请引用具体文献)
- 非显而易见性:通过 / 不通过(若不通过请引用组合文献)
依据中国专利法第22条:
- 新颖性 (Novelty): 通过 / 未通过
- 创造性 (Inventive Step): 通过 / 未通过
依据欧洲专利公约(EPC)第54/56条:
- 新颖性:通过 / 不通过
- 创造性:通过 / 不通过(采用问题-解决方案法分析)
Step 6: Output
步骤6:输出结果
Write :
patent/NOVELTY_ASSESSMENT.mdmarkdown
undefined生成文件:
patent/NOVELTY_ASSESSMENT.mdmarkdown
undefinedPatentability Assessment
可专利性评估
Invention Summary
发明摘要
[description]
[描述内容]
Overall Assessment
总体评估
[PATENTABLE / PATENTABLE WITH AMENDMENTS / NOT PATENTABLE]
[具备可专利性 / 修改后具备可专利性 / 不具备可专利性]
Anticipation Analysis
抵触申请分析
[claim-by-claim matrix against each reference]
[针对每份文献的逐权利要求分析矩阵]
Obviousness Analysis
显而易见性分析
[combination analysis with motivation to combine]
[含组合动机的组合分析内容]
Cross-Model Examiner Review
跨模型审查员评审意见
[summary of GPT-5.4 examiner feedback]
[GPT-5.4审查员反馈摘要]
Recommended Claim Amendments
推荐的权利要求修改方案
[If claims need modification to overcome prior art, suggest specific amendments]
[若权利要求需修改以规避现有技术,请提出具体修改建议]
Risk Factors
风险因素
[What could cause rejection during actual prosecution?]
undefined[实际审查过程中可能导致驳回的因素]
undefinedKey Rules
核心规则
- Patent novelty is absolute: any public disclosure before the priority date counts as prior art, worldwide.
- Research novelty ("has anyone published this?") is NOT the same as patent novelty ("does any single reference teach every claim element?").
- Obviousness requires BOTH: (1) a combination of references AND (2) a motivation to combine them.
- Never assume the invention is patentable just because no identical patent exists.
- The assessment is advisory only -- actual prosecution may reveal different prior art.
- If is not available, skip cross-model examiner review and note it in the output.
mcp__codex__codex
- 专利新颖性是绝对的:优先权日之前的任何公开披露,无论地域,均视为现有技术。
- 学术研究新颖性(“是否有人发表过该内容?”)与专利新颖性(“是否存在某份文献披露了权利要求的全部要素?”)并非同一概念。
- 判定显而易见性需同时满足:(1) 存在可组合的文献 (2) 具备组合动机。
- 绝不能因未检索到完全相同的专利,就默认发明具备可专利性。
- 本评估仅为参考意见——实际审查过程中可能会发现其他现有技术。
- 若无法调用,则跳过跨模型审查员评审环节,并在输出结果中注明。
mcp__codex__codex