II.
LibraryProcess overview
Reference · livelib-process:legal--patent-filing-prosecution
patent-filing-prosecution overview
Patent Filing and Prosecution - Invention disclosure capture, patentability assessment, application drafting, and prosecution management workflow.
Attributes
displayName
patent-filing-prosecution
description
Patent Filing and Prosecution - Invention disclosure capture, patentability assessment,
application drafting, and prosecution management workflow.
libraryPath
library/specializations/domains/business/legal/patent-filing-prosecution.js
specialization
legal
references
- - USPTO Patent Process: https://www.uspto.gov/patents/basics - Patent It Yourself: https://www.nolo.com/products/patent-it-yourself-pat.html - AIPLA Resources: https://www.aipla.org/
example
const result = await orchestrate('specializations/domains/business/legal/patent-filing-prosecution', {
inventionDisclosure: {
title: 'AI-Powered Contract Analysis System',
inventors: ['John Smith', 'Jane Doe'],
description: 'A system for automated contract analysis using machine learning',
filingDeadline: '2024-06-01'
},
action: 'full-cycle',
outputDir: 'patent-filings'
});
usesAgents
- ip-specialist
Outgoing edges
lib_applies_to_domain1
- domain:legal·DomainLegal
lib_belongs_to_specialization2
- specialization:legal-compliance·SpecializationLegal & Compliance
- specialization:legal·SpecializationLegal
lib_implements_workflow2
- workflow:contract-lifecycle·WorkflowContract Lifecycle
- workflow:compliance-audit·WorkflowCompliance Audit
lib_involves_role2
- role:legal-counsel·RoleLegal Counsel
- role:compliance-officer·RoleCompliance Officer
lib_requires_skill_area2
- skill-area:financial-regulation·SkillAreaFinancial Regulation
- skill-area:compliance-automation·SkillAreaCompliance Automation
Incoming edges
None.