claims-draftinglisted
Install: claude install-skill wookat/ai-research-skills
> **Fallback(本整合包补充)**:若 `mcp__codex__codex` 不可用,跳过外部跨模型评审步骤并在产物中注明 "External review skipped",或改按本包 `cross-model-review` 协议用零上下文新线程替代。本 skill 其余步骤照常执行,不得因缺少评审器而失败。
# 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.6-sol` — 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
1. `patent/INVENTION_DISCLOSURE.md` — structured invention with core/supporting/optional features
2. `patent/PRIOR_ART_REPORT.md` — prior art to avoid
3. `patent/NOVELTY_ASSESSMENT.md` — novelty analysis with suggested amendments
4. 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.