| name | patent-new |
| description | Use when the user invokes /patent-new or asks to 新建专利项目. |
/patent-new
Follow AGENTS.md and execute this oh-my-patent slash-command workflow in the current workspace.
Command: /patent-new
Description
Create a new patent project.
Usage
/patent-new <topic>
Parameters
topic: The patent topic/title (required)
Behavior
- Scans existing projects directory for next sequence number
- Creates project directory:
projects/{NN}-{topic_slug}/
- Initializes
.patent/state.json with stage INIT
- Creates
references/ subdirectory
- Returns project creation confirmation
Example
/patent-new 基于区块链的跨境支付隐私保护方法
Output
Project created: projects/01-blockchain-crossborder-payment
State initialized: INIT stage