China Patent Skill
中国专利 Skill 未来与实践项目:构建可追溯的研发专利工作台
用案件清单、证据图谱、图稿计划、复核门和 Obsidian 设计一个可回放实践项目。

What you will learn
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
Before you start
- 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.
Key takeaways
- 案件清单把生成变成可审计过程。
- 图稿和来源应版本化。
- 治理可以从记录逐步走向强制。
项目目标
构建一个只处理脱敏案件的工作台:输入材料、类型和技术主题,输出带来源、图稿计划、版本和复核人的交底包与解读包。
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.
Decision guide
| Criterion | Option A | Option 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 |
Implementation steps
- 1
定义案件、证据、图稿和复核字段。
- 2
加入脱敏和离线 fixture。
- 3
实现来源、版本和导出 parity。
- 4
逐步启用 advisory/enforced 门。
Copy-ready example
case:
type: invention
materials_sha256: <hash>
points: [P1, P2]
prior_art_refs: [CNIPA-...]
figure_plan: figure_plan.yaml
reviewer: <patent-agent>
release: holdFrequently asked questions
需要 Three.js 图谱吗?
不需要;先保证可访问的 Markdown、SVG 和 Obsidian Canvas,再按真实需求增加交互。
如何保护未来项目中的原始材料?
原始材料放在受控存储,仓库只提交脱敏 fixture、哈希和清单。
Sources
- Patent Disclosure Skill README (captured 2026-08-31)Source checked 2026-08-31
- patent-disclosure-skill repositorySource checked 2026-08-31