patent-new · git:20260616.86d0eb3 · 2026-06-16 · sha256 5328366cd82c1f34
patent-new git:20260616.86d0eb3A
Immutable. This exact content is served forever at /api/v1/blob/5328366cd82c1f34.
---
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
1. Scans existing projects directory for next sequence number
2. Creates project directory: `projects/{NN}-{topic_slug}/`
3. Initializes `.patent/state.json` with stage INIT
4. Creates `references/` subdirectory
5. Returns project creation confirmation
## Example
```
/patent-new 基于区块链的跨境支付隐私保护方法
```
## Output
```
Project created: projects/01-blockchain-crossborder-payment
State initialized: INIT stage
```