中国专利 Skill
中国专利 Skill 未来与项目:可追溯研发专利工作台
用案件清单、证据图谱、复核门和版本设计实践项目。

你将学会
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
开始前需要
- Basic Git and command-line usage
- Comfort reading a project README
You can explain the project, run its documented first step, and decide what to verify before adopting it.
先看结论
- 案件清单把生成变成可审计过程。
- 图稿和来源应版本化。
- 治理可以从记录逐步走向强制。
项目目标
工作台保存材料哈希、专利点、查询、图稿计划、修订和审核决定,并从 trace-only 逐步升级到证据与脱敏强制门。
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
证据清单
保存材料哈希、候选点、CNIPA 查询、权要/说明书/附图引用、figure_plan、生成版本、修订对话、审核决定和删除日期。
渐进治理
先 trace-only 保存轨迹,再 advisory 提示缺证据,最后 enforced 阻止未脱敏、无来源或未复核的导出。Markdown/SVG 是规范,图谱交互仅作辅助。
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
如何选择
| 比较维度 | 方案 A | 方案 B |
|---|---|---|
| Best when | You need predictable behavior and easy auditing | You need adaptive optimization and have reliable telemetry |
| Main risk | May leave performance on the table | Can become difficult to explain or debug |
实施步骤
- 1
定义案件、证据、图稿和复核字段。
- 2
加入脱敏和离线 fixture。
- 3
实现来源、版本和导出 parity。
- 4
逐步启用 advisory/enforced 门。
可复制示例
case:
type: invention
materials_sha256: <hash>
points: [P1, P2]
prior_art_refs: [CNIPA-...]
figure_plan: figure_plan.yaml
reviewer: <patent-agent>
release: hold常见问题
需要 Three.js 图谱吗?
不需要;先保证可访问的 Markdown、SVG 和 Obsidian Canvas,再按真实需求增加交互。
如何保护未来项目中的原始材料?
原始材料放在受控存储,仓库只提交脱敏 fixture、哈希和清单。
资料来源
- Patent Disclosure Skill README (captured 2026-08-31)来源核查 2026-08-31
- patent-disclosure-skill repository来源核查 2026-08-31