Claims Drafting: The Core Patent Skill
Draft patent claims based on: $ARGUMENTS
This is the most critical skill in the patent pipeline. Claims define the legal scope of protection -- everything else (specification, figures, abstract) exists to support and enable the claims.
Constants
REVIEWER_MODEL = gpt-5.4 — External examiner for claim quality review
MAX_CLAIM_REVISION_ROUNDS = 3 — Maximum revision iterations
CLAIM_STYLE = "auto" — US (Jepson or open), EP (two-part mandatory), CN (two-part), auto (detect from jurisdiction)
MIN_INDEPENDENT_CLAIMS = 2 — Typically method + system. For utility model (实用新型): apparatus/device only, NO method claims.
MAX_TOTAL_CLAIMS = 20 — Practical limit (USPTO includes 20 in base fee)
PATENT_TYPE = "invention" — invention (发明专利) or utility_model (实用新型, apparatus claims only)
Inputs
patent/INVENTION_DISCLOSURE.md — structured invention with core/supporting/optional features
patent/PRIOR_ART_REPORT.md — prior art to avoid
patent/NOVELTY_ASSESSMENT.md — novelty analysis with suggested amendments
- Target jurisdiction from invention disclosure or
$ARGUMENTS
Shared References
Load ../shared-references/patent-writing-principles.md for claim drafting principles, antecedent basis rules, and common pitfalls.
Load ../shared-references/patent-format-cn.md for CN claim format (其特征在于).
Load ../shared-references/patent-format-us.md for US claim format (comprising, means-plus-function).
Load ../shared-references/patent-format-ep.md for EP two-part form (characterised in that).
Workflow
Step 1: Determine Claim Style and Patent Type
Based on patent type and jurisdiction:
If PATENT_TYPE = utility_model (实用新型):
- CN jurisdiction ONLY
- Apparatus/device claims ONLY — no method, no product-by-process
MIN_INDEPENDENT_CLAIMS = 1 (single apparatus claim is sufficient)
- Claim format: "1. 一种[主题],其特征在于,包括:[组件描述]。"
Based on target jurisdiction:
| Jurisdiction |
Claim Style |
Characterising Phrase |
Preamble Format |
| CN |
Two-part (两部式) |
其特征在于 |
一种...的方法/装置,包括: |
| US |
Open (preferred) |
comprising |
A method for..., comprising: |
| EP |
Two-part (mandatory) |
characterised in that |
A method for..., comprising [known], characterised in that [inventive] |
| ALL |
Draft CN + US + EP |
All of the above |
All of the above |
Step 2: Draft Independent Claims
CRITICAL — Claims numbering (CN format):
- Claims must be numbered 1, 2, 3, ... continuously without gaps
- Independent and dependent claims are INTERMIXED in final numbering
- Do NOT group independent claims separately from dependent claims
- Example correct: Claim 1 (independent, product), Claim 2 (depends on 1), Claim 3 (depends on 1), Claim 4 (independent, method), Claim 5 (depends on 4)...
- Example WRONG: Claim 1 (independent), Claim 5 (independent), Claim 8 (independent), then Claim 2, 3, 4, 6, 7, 9, 10 as dependents
CRITICAL — No empirical content in claims:
- Claims describe ONLY structural features or method steps
- Do NOT include signal characteristics, detection principles, measurement results
- WRONG: "产生负脉冲信号" / "谐振频率下降" — these are results, not features
- RIGHT: "所述开口谐振环的开口处形成用于检测通过流体中颗粒物的间隙传感区域"
For each claim category identified in INVENTION_DISCLOSURE.md:
Method Claim (broadest):
- Start with preamble identifying the category and purpose
- List the core inventive features (from the "Core Inventive Concept" section)
- Include enough known features for context (but not more than necessary)
- Use open transition ("comprising" / "包括")
- Each element should be separated by semicolons or on separate lines
- Apply jurisdiction-specific format:
- CN: 前序部分 + "其特征在于" + 特征部分
- US: Preamble + "comprising:" + elements
- EP: Preamble + known features + "characterised in that" + inventive features
System/Apparatus Claim:
- Mirror the method claim in structural form
- Each method step becomes a "module configured to..." or "component for..."
- Same hierarchy of known vs. inventive features
Quality checks for each independent claim:
Step 3: Draft Dependent Claims
For each independent claim, draft 5-10 dependent claims that:
- Narrow the core inventive features: Specific implementations, parameters, ranges
- Cover preferred embodiments: Features from the specification's detailed description
- Provide fallback positions: If the independent claim is rejected, these narrower claims may survive
- Cover alternatives: Different ways to achieve the same inventive result
Dependent claim format:
- CN: "根据权利要求X所述的[主题],其特征在于,所述[特征]具体为..."
- US: "The [method/system] of claim X, wherein the [element] comprises [limitation]."
- EP: "The [method/system] according to claim X, characterised in that [limitation]."
Rules for dependent claims:
- Each must add at least one meaningful limitation
- Must reference a prior claim by number
- Must not merely repeat the parent claim
- Should not be cumulative (each claim should be independently useful as a fallback)
- Multiple dependent claims (US: only "or" references, not "and")
Step 4: Claim-to-Specification Mapping
Create a preliminary mapping to verify enablement:
| Claim Element |
Must be described in specification |
Reference numeral |
| [element 1] |
Yes/No |
[numeral] |
| [element 2] |
Yes/No |
[numeral] |
If any element lacks specification support, add it to the specification requirements.
Step 5: Cross-Model Examiner Review
Call REVIEWER_MODEL via mcp__codex__codex with xhigh reasoning:
mcp__codex__codex:
config: {"model_reasoning_effort": "xhigh"}
prompt: |
You are a senior patent examiner at the [USPTO/CNIPA/EPO].
Review the following patent claims for quality and patentability.
CLAIMS: [all claims]
PRIOR ART: [prior art references from PRIOR_ART_REPORT.md]
INVENTION: [summary from INVENTION_DISCLOSURE.md]
Analyze each claim for:
1. Clarity (35 USC 112(b) / Art 84 EPC): Are terms definite?
2. Written description support: Does the spec support all claim scope?
3. Anticipation (102/Art 54): Would any single reference anticipate?
4. Obviousness (103/Art 56): Would any combination render obvious?
5. Claim scope: Are independent claims broad enough to be valuable?
6. Dependent claims: Do they provide meaningful fallback positions?
7. Antecedent basis: Any issues with "a"/"the" usage?
8. Indefinite terms: Any functional/result language issues?
For each issue found, provide:
- The specific claim number and element
- The problem (cite statute/rule)
- A suggested fix
Provide an overall PATENTABILITY SCORE: 1-10.
Step 6: Revision Loop
If the examiner review identifies issues:
- Address all CRITICAL issues (anticipation, obviousness, indefiniteness)
- Address MAJOR issues (scope too narrow, missing support, weak fallbacks)
- Consider MINOR issues (antecedent basis, formatting)
- Re-submit to examiner for round 2 (use
mcp__codex__codex with threadId)
- Repeat up to
MAX_CLAIM_REVISION_ROUNDS times
Step 7: Output
Write patent/CLAIMS.md:
## Patent Claims
### Independent Claims
#### Claim 1 — Method
[formatted claim text]
#### Claim X — System/Apparatus
[formatted claim text]
### Dependent Claims
#### Claim 2 (depends on 1)
[formatted claim text]
#### Claim 3 (depends on 1)
[formatted claim text]
...
### Claims Summary Table
| Claim | Type | Depends On | Key Limitation | Prior Art Avoidance |
|-------|------|-----------|----------------|---------------------|
| 1 | Method | — | [core inventive features] | [what makes it novel over prior art] |
| 2 | Method | 1 | [narrowing] | [additional distinguishing] |
| X | System | — | [mirrors claim 1] | [same as claim 1] |
...
### Examiner Review Summary
[Key findings and how they were addressed]
Key Rules
- Claims are the single most important part of the patent. Everything else supports them.
- Draft independent claims first, then dependent claims.
- Independent claims must be broadest defensible scope over prior art -- not broader, not narrower.
- Each dependent claim should be independently useful as a fallback position.
- Antecedent basis is mandatory: "a processor" first, "the processor" thereafter.
- Use "comprising" (open) unless there is a specific reason for "consisting of" (closed).
- Never include result-to-be-achieved language in claims ("configured to achieve high accuracy").
- Never fabricate claim language -- every element must come from the actual invention.
- If drafting for ALL jurisdictions, produce separate claim sets for CN, US, and EP.
- If
mcp__codex__codex is not available, skip cross-model examiner review and note it in the output.
1---2name: claims-drafting3description: Draft patent claims for an invention. Use when user says "撰写权利要求", "draft claims", "写权利要求书", "claim drafting", or wants to create patent claims. The core skill of the patent pipeline.4---56# Claims Drafting: The Core Patent Skill78Draft patent claims based on: **$ARGUMENTS**910This is the most critical skill in the patent pipeline. Claims define the legal scope of protection -- everything else (specification, figures, abstract) exists to support and enable the claims.1112## Constants1314- `REVIEWER_MODEL = gpt-5.4` — External examiner for claim quality review15- `MAX_CLAIM_REVISION_ROUNDS = 3` — Maximum revision iterations16- `CLAIM_STYLE = "auto"` — `US` (Jepson or open), `EP` (two-part mandatory), `CN` (two-part), `auto` (detect from jurisdiction)17- `MIN_INDEPENDENT_CLAIMS = 2` — Typically method + system. For utility model (实用新型): apparatus/device only, NO method claims.18- `MAX_TOTAL_CLAIMS = 20` — Practical limit (USPTO includes 20 in base fee)19- `PATENT_TYPE = "invention"` — `invention` (发明专利) or `utility_model` (实用新型, apparatus claims only)2021## Inputs22231. `patent/INVENTION_DISCLOSURE.md` — structured invention with core/supporting/optional features242. `patent/PRIOR_ART_REPORT.md` — prior art to avoid253. `patent/NOVELTY_ASSESSMENT.md` — novelty analysis with suggested amendments264. Target jurisdiction from invention disclosure or `$ARGUMENTS`2728## Shared References2930Load `../shared-references/patent-writing-principles.md` for claim drafting principles, antecedent basis rules, and common pitfalls.31Load `../shared-references/patent-format-cn.md` for CN claim format (其特征在于).32Load `../shared-references/patent-format-us.md` for US claim format (comprising, means-plus-function).33Load `../shared-references/patent-format-ep.md` for EP two-part form (characterised in that).3435## Workflow3637### Step 1: Determine Claim Style and Patent Type3839Based on patent type and jurisdiction:4041**If `PATENT_TYPE = utility_model` (实用新型)**:42- CN jurisdiction ONLY43- Apparatus/device claims ONLY — no method, no product-by-process44- `MIN_INDEPENDENT_CLAIMS = 1` (single apparatus claim is sufficient)45- Claim format: "1. 一种[主题],其特征在于,包括:[组件描述]。"4647Based on target jurisdiction:4849| Jurisdiction | Claim Style | Characterising Phrase | Preamble Format |50|-------------|------------|----------------------|-----------------|51| CN | Two-part (两部式) | 其特征在于 | 一种...的方法/装置,包括: |52| US | Open (preferred) | comprising | A method for..., comprising: |53| EP | Two-part (mandatory) | characterised in that | A method for..., comprising [known], characterised in that [inventive] |54| ALL | Draft CN + US + EP | All of the above | All of the above |5556### Step 2: Draft Independent Claims5758**CRITICAL — Claims numbering (CN format):**59- Claims must be numbered 1, 2, 3, ... continuously without gaps60- Independent and dependent claims are INTERMIXED in final numbering61- Do NOT group independent claims separately from dependent claims62- Example correct: Claim 1 (independent, product), Claim 2 (depends on 1), Claim 3 (depends on 1), Claim 4 (independent, method), Claim 5 (depends on 4)...63- Example WRONG: Claim 1 (independent), Claim 5 (independent), Claim 8 (independent), then Claim 2, 3, 4, 6, 7, 9, 10 as dependents6465**CRITICAL — No empirical content in claims:**66- Claims describe ONLY structural features or method steps67- Do NOT include signal characteristics, detection principles, measurement results68- WRONG: "产生负脉冲信号" / "谐振频率下降" — these are results, not features69- RIGHT: "所述开口谐振环的开口处形成用于检测通过流体中颗粒物的间隙传感区域"7071For each claim category identified in INVENTION_DISCLOSURE.md:7273**Method Claim (broadest)**:741. Start with preamble identifying the category and purpose752. List the core inventive features (from the "Core Inventive Concept" section)763. Include enough known features for context (but not more than necessary)774. Use open transition ("comprising" / "包括")785. Each element should be separated by semicolons or on separate lines796. Apply jurisdiction-specific format:80 - CN: 前序部分 + "其特征在于" + 特征部分81 - US: Preamble + "comprising:" + elements82 - EP: Preamble + known features + "characterised in that" + inventive features8384**System/Apparatus Claim**:851. Mirror the method claim in structural form862. Each method step becomes a "module configured to..." or "component for..."873. Same hierarchy of known vs. inventive features8889**Quality checks for each independent claim**:90- [ ] Single sentence (US/EP) or properly structured (CN)91- [ ] Antecedent basis: "a" first, "the" thereafter for each element92- [ ] No relative terms without definition93- [ ] No result-to-be-achieved limitations94- [ ] Transitional phrase is appropriate (open preferred)95- [ ] Preamble does not import unnecessary limitations96- [ ] Each element is necessary for patentability97- [ ] Claim scope is broadest defensible over prior art9899### Step 3: Draft Dependent Claims100101For each independent claim, draft 5-10 dependent claims that:1021031. **Narrow the core inventive features**: Specific implementations, parameters, ranges1042. **Cover preferred embodiments**: Features from the specification's detailed description1053. **Provide fallback positions**: If the independent claim is rejected, these narrower claims may survive1064. **Cover alternatives**: Different ways to achieve the same inventive result107108**Dependent claim format**:109- CN: "根据权利要求X所述的[主题],其特征在于,所述[特征]具体为..."110- US: "The [method/system] of claim X, wherein the [element] comprises [limitation]."111- EP: "The [method/system] according to claim X, characterised in that [limitation]."112113**Rules for dependent claims**:114- Each must add at least one meaningful limitation115- Must reference a prior claim by number116- Must not merely repeat the parent claim117- Should not be cumulative (each claim should be independently useful as a fallback)118- Multiple dependent claims (US: only "or" references, not "and")119120### Step 4: Claim-to-Specification Mapping121122Create a preliminary mapping to verify enablement:123124| Claim Element | Must be described in specification | Reference numeral |125|---------------|-----------------------------------|-------------------|126| [element 1] | Yes/No | [numeral] |127| [element 2] | Yes/No | [numeral] |128129If any element lacks specification support, add it to the specification requirements.130131### Step 5: Cross-Model Examiner Review132133Call `REVIEWER_MODEL` via `mcp__codex__codex` with xhigh reasoning:134135```136mcp__codex__codex:137 config: {"model_reasoning_effort": "xhigh"}138 prompt: |139 You are a senior patent examiner at the [USPTO/CNIPA/EPO].140 Review the following patent claims for quality and patentability.141142 CLAIMS: [all claims]143144 PRIOR ART: [prior art references from PRIOR_ART_REPORT.md]145146 INVENTION: [summary from INVENTION_DISCLOSURE.md]147148 Analyze each claim for:149 1. Clarity (35 USC 112(b) / Art 84 EPC): Are terms definite?150 2. Written description support: Does the spec support all claim scope?151 3. Anticipation (102/Art 54): Would any single reference anticipate?152 4. Obviousness (103/Art 56): Would any combination render obvious?153 5. Claim scope: Are independent claims broad enough to be valuable?154 6. Dependent claims: Do they provide meaningful fallback positions?155 7. Antecedent basis: Any issues with "a"/"the" usage?156 8. Indefinite terms: Any functional/result language issues?157158 For each issue found, provide:159 - The specific claim number and element160 - The problem (cite statute/rule)161 - A suggested fix162163 Provide an overall PATENTABILITY SCORE: 1-10.164```165166### Step 6: Revision Loop167168If the examiner review identifies issues:1691701. Address all CRITICAL issues (anticipation, obviousness, indefiniteness)1712. Address MAJOR issues (scope too narrow, missing support, weak fallbacks)1723. Consider MINOR issues (antecedent basis, formatting)1734. Re-submit to examiner for round 2 (use `mcp__codex__codex` with threadId)1745. Repeat up to `MAX_CLAIM_REVISION_ROUNDS` times175176### Step 7: Output177178Write `patent/CLAIMS.md`:179180```markdown181## Patent Claims182183### Independent Claims184185#### Claim 1 — Method186[formatted claim text]187188#### Claim X — System/Apparatus189[formatted claim text]190191### Dependent Claims192193#### Claim 2 (depends on 1)194[formatted claim text]195196#### Claim 3 (depends on 1)197[formatted claim text]198...199200### Claims Summary Table201202| Claim | Type | Depends On | Key Limitation | Prior Art Avoidance |203|-------|------|-----------|----------------|---------------------|204| 1 | Method | — | [core inventive features] | [what makes it novel over prior art] |205| 2 | Method | 1 | [narrowing] | [additional distinguishing] |206| X | System | — | [mirrors claim 1] | [same as claim 1] |207...208209### Examiner Review Summary210[Key findings and how they were addressed]211```212213## Key Rules214215- Claims are the single most important part of the patent. Everything else supports them.216- Draft independent claims first, then dependent claims.217- Independent claims must be broadest defensible scope over prior art -- not broader, not narrower.218- Each dependent claim should be independently useful as a fallback position.219- Antecedent basis is mandatory: "a processor" first, "the processor" thereafter.220- Use "comprising" (open) unless there is a specific reason for "consisting of" (closed).221- Never include result-to-be-achieved language in claims ("configured to achieve high accuracy").222- Never fabricate claim language -- every element must come from the actual invention.223- If drafting for ALL jurisdictions, produce separate claim sets for CN, US, and EP.224- If `mcp__codex__codex` is not available, skip cross-model examiner review and note it in the output.