From claude-patent-creator-standalone
Drafts complete utility patent application: prior art search, claims, specification, diagrams, compliance check; outputs markdown+SVG filing package.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-patent-creator-standalone:create-patentThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Create Patent Application Orchestrates the complete patent application drafting process using autonomous subagents. ## What This Command Does Orchestrates the complete patent application creation process: 1. **Prior Art Search** (15-30 min) 2. **Claims Drafting** (30-60 min) 3. **Specification Writing** (60-120 min) 4. **Diagrams Generation** (15-30 min) 5. **Compliance Checking** (15-20 min) 6. **Final Assembly** (10-15 min) **Estimated Time**: 2.5-4.5 hours for complete utility patent application > **Note:** Time estimates are approximate. Actual duration depends on invention comp...
Orchestrates the complete patent application drafting process using autonomous subagents.
Orchestrates the complete patent application creation process:
Estimated Time: 2.5-4.5 hours for complete utility patent application
Note: Time estimates are approximate. Actual duration depends on invention complexity, search depth, and system load. These are not guarantees.
I'll interview you about your invention:
I'll use the Patent Researcher agent to:
Deliverable: Prior art search report with patentability assessment
I'll use the Patent Drafter agent to:
Deliverable: Complete claims section (20-25 claims)
I'll use the Patent Drafter agent to:
Deliverable: Complete specification (20-50 pages)
I'll use the Patent Illustrator agent to:
Deliverable: 3-10 patent figures (SVG/PNG/PDF)
I'll validate the application:
Deliverable: Compliance report + fixes
IMPORTANT: Read skills/setup-assistant/filing-reference.md before generating any filing instructions. Do NOT estimate fee amounts from memory -- direct the user to the live USPTO fee schedule. All filing is through Patent Center (not EFS-Web). Spec/claims/abstract must be DOCX format for filing (this workflow outputs markdown; conversion is a manual post-step).
I'll create the draft package:
Package Validation (hard-fail / soft-fail):
Before declaring the draft complete, validate the output package:
Hard-fail conditions (must be resolved before marking drafting complete):
Soft-fail conditions (warn the user, do not block completion):
The final status message MUST distinguish between "drafting complete" and "filing-ready":
Deliverable: Draft filing package (markdown + SVG) with validation report
All files will be organized as:
patent-application-[date]/
├── 01-research/
│ ├── invention-disclosure.md
│ ├── prior-art-search-report.md
│ └── patentability-assessment.md
├── 02-claims/
│ ├── claims-draft.md
│ └── claims-final.md
├── 03-specification/
│ └── specification-full.md
├── 04-figures/
│ ├── fig1-[description].svg
│ ├── fig2-[description].svg
│ ├── fig3-[description].svg
│ └── figures-description.md
├── 05-compliance/
│ ├── claims-compliance.md
│ ├── spec-compliance.md
│ └── formalities-check.md
└── 06-filing-package/
├── filing-checklist.md
├── ids-list.md
└── validation-report.md
Note: Title and abstract are included within
specification-full.md. Compliance analysis is in05-compliance/. DOCX and PDF versions are not produced by this workflow -- convert markdown to DOCX and SVG to PDF as manual post-steps before filing through Patent Center.
Before running this command:
MPEP Index Built:
/setup-patent-system first (one-time)cd ${CLAUDE_PLUGIN_ROOT} && python mcp_server/server.py --rebuild-indexBigQuery Configured (for patent search):
gcloud auth application-default loginGOOGLE_CLOUD_PROJECT=your-project-idGraphviz Installed (for diagrams):
choco install graphvizsudo apt install graphvizbrew install graphvizYou can customize the process:
Type of Application:
Scope:
Prior Art Depth:
Execution Mode:
/create-patent
> I'll guide you through creating a patent application.
>
> What type of application?
> 1. Provisional (faster, lighter requirements)
> 2. Utility (complete draft, formal requirements)
>
> [Select option]
>
> Tell me about your invention...
> [You describe your invention]
>
> [I'll proceed through all 7 steps...]
A complete draft patent application package in markdown and SVG format, including:
After this workflow completes, the following steps remain before filing:
npx claudepluginhub robthepcguy/claude-patent-creator --plugin claude-patent-creator-standalone/prior-artRuns structured prior art search for an invention description using Espacenet, producing a report with queries, top patents, novelty assessment, and recommendations.
/grantTransforms research ideas into compelling, fundable grant proposals. Provide research-topic, draft-aims, or funding-agency arguments.
/spw-archDesigns technical architecture for single-person workflow suites based on provided system or application requirements.
/spw-prdGenerates a Product Requirements Document (PRD) from a product idea or requirements using the product-manager agent for single-person workflows.
/research-idea-to-specTransforms an idea (text or markdown file) into a draft specification document by performing multi-source web and GitHub research to gather prior art and best practices, then outputs a structured spec file.
/isd-generateOrchestrates sequential generation of 5 ISD research plan chapters (3->1->2->4->5) from integrated input file, producing markdown docs, image prompts, and verification files in output directories.