{
  "markdown": "# Patent Intelligence Plugin\n\nAn AI-powered productivity plugin for IP law teams, designed for [Cowork](https://claude.com/product/cowork). Automates patentability assessments, prior art searches, and invention feature mapping — all configurable to your organization's specific workflows and preferences.\n\n> **Disclaimer:** This plugin assists with patent workflows but does not provide legal advice. All analysis should be reviewed by a registered patent attorney or agent before being relied upon. AI-generated analysis should not be used as a substitute for professional legal judgment.\n\n## Target Personas\n\n- **Patent Counsel** — Patentability evaluations, prior art landscape analysis, prosecution support\n- **Patent Agents** — Prior art search execution, feature mapping, report preparation\n- **Inventors & R&D Teams** — Invention disclosure submission, preliminary patentability feedback\n- **IP Portfolio Managers** — Portfolio gap analysis, technology landscape monitoring\n\n## Installation\n\n```\nclaude plugins add FluidityIQ/patent-intelligence-plugin\n```\n\n## Quick Start\n\n### 1. Install the plugin\n\n```\nclaude plugins add FluidityIQ/patent-intelligence-plugin\n```\n\n### 2. Configure your Patent Search MCP\n\nThe plugin requires a patent search MCP server that provides semantic search and patent details retrieval. Configure the connection in `.mcp.json` at the plugin root. Authentication is handled automatically via OAuth (auto-discovery); for org-wide or CI deployments using an API key instead, see [CONNECTORS.md](CONNECTORS.md) for the API key configuration.\n\n### 3. Configure your settings (optional)\n\nCreate a local settings file to define your organization's preferences. In your project's `.claude/` directory, create a `patent-intelligence.local.md` file:\n\n```markdown\n# FluidityIQ Patent Intelligence Plugin Settings\n\n## Report Branding\n- Organization: [Your Organization Name]\n- Matter numbering convention: [e.g., PAT-2026-001]\n- Default privilege marking: PRIVILEGED AND CONFIDENTIAL — ATTORNEY WORK PRODUCT\n\n## Search Preferences\n- Default jurisdiction focus: US, EP, WO, CN, JP, KR\n- Minimum search rounds: 3\n- Result threshold: 20-30 results per round\n\n## Review Workflow\n- Reports route to: [Patent Counsel Name/Email]\n- Required sign-off: [Senior Counsel / IP Committee]\n- Escalation path: [For anticipatory references or complex combinations]\n\n## Technology Focus Areas\n- Priority fields: [e.g., semiconductor, biologics, wireless]\n- Internal portfolio: [Reference to internal patent database or tracking system]\n- Competitive landscape: [Key competitors to monitor]\n```\n\n### 4. Connect your tools\n\nThe plugin requires the patent search MCP (FluidityIQ Patents MCP). See [CONNECTORS.md](CONNECTORS.md) for configuration.\n\n## Commands\n\n### `/patent-intelligence:assess-patentability` — Patentability Assessment\n\nConduct a full patentability assessment for an invention or idea. Gathers invention details, searches patent prior art via semantic search, maps features against references, and produces a structured report.\n\n```\n/patent-intelligence:assess-patentability\n```\n\nAccepts: invention description, Invention Disclosure Form, pasted text, or file upload. The command walks through a structured workflow:\n\n1. **Intake** — Gather invention details and identify the point of novelty\n2. **Search** — Multi-round semantic patent search with terminology refinement\n3. **Classify** — Categorize references as Anticipatory, Combinable, or Background\n4. **Map** — Build feature coverage matrix with specific citations\n5. **Analyze** — Evaluate novelty and non-obviousness\n6. **Report** — Generate the structured Patentability Assessment Report\n7. **Recommend** — Suggest next steps based on findings\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| `patentability` | Semantic patent search, prior art classification, feature coverage mapping, novelty and non-obviousness analysis, structured report generation |\n\n## Example Workflows\n\n### Patentability Assessment for a New Invention\n\n1. Inventor describes their idea or uploads an Invention Disclosure Form\n2. Run `/patent-intelligence:assess-patentability`\n3. Provide context: technology field, known prior art, key features believed to be novel\n4. The skill runs 3-4 rounds of semantic patent search, harvesting terminology along the way\n5. References are classified (Anticipatory / Combinable / Background) and mapped against invention features\n6. Receive a structured report with feature coverage matrix, novelty analysis, and non-obviousness assessment\n7. Route the report to patent counsel for review and filing decision\n\n### Quick Prior Art Check for an Idea\n\n1. Describe the idea in a few sentences\n2. Run `/patent-intelligence:assess-patentability`\n3. The skill identifies the point of novelty and runs a focused search\n4. Get a rapid assessment of whether similar patents exist and what features overlap\n5. Decide whether to invest in a full invention disclosure\n\n### Portfolio Gap Analysis\n\n1. Describe a technology area your team is working in\n2. Run `/patent-intelligence:assess-patentability` for each inventive concept\n3. Compare feature coverage matrices across assessments\n4. Identify unprotected innovations and prioritize filing\n\n## MCP Integration\n\n> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](CONNECTORS.md).\n\nThe plugin connects to tools through MCP (Model Context Protocol) servers. The patent search MCP (FluidityIQ Patents MCP) is **required**:\n\n| Category | Purpose |\n|----------|---------|\n| Patent search | Semantic prior art search, patent document retrieval |\n\nSemantic search (`search_patents`) takes an optional **`assignee`** for company-scoped landscape search. Put the company in `assignee` and keep `query` as the technical topic (e.g. wireless charging + Apple). Omit `assignee` for a world prior-art / patentability search. Details: [CONNECTORS.md](CONNECTORS.md).\n\n## Customization\n\n### Local Settings\n\nYour settings file (`patent-intelligence.local.md`) controls:\n\n- **Report branding**: Organization name, matter numbering, privilege markings\n- **Search preferences**: Jurisdiction focus, search depth, result thresholds\n- **Review workflow**: Routing, sign-offs, escalation paths\n- **Technology focus**: Priority fields, competitive landscape, internal portfolio references\n\n### Report Output\n\nThe Patentability Assessment Report follows a structured template:\n\n1. **Executive Summary** — Key findings in 2-3 sentences\n2. **Feature Coverage Matrix** — Visual mapping of features vs. references\n3. **Invention Summary** — Technical field, problem, solution, key features\n4. **Prior Art References** — Categorized reference table with detailed descriptions\n5. **Novelty Analysis** — Anticipation assessment per reference\n6. **Non-Obviousness Analysis** — Combination analysis with motivation assessment\n7. **Search Methodology** — Search strategy, rounds executed, tools used\n8. **Limitations** — Patent-only scope, 18-month window, semantic search constraints\n\n### Reference Classification\n\nReferences follow a three-tier classification:\n\n| Category | Meaning | Action |\n|----------|---------|--------|\n| **Anticipatory** | Discloses all key features — threatens novelty | Detailed mapping, immediate flag, design-around analysis |\n| **Combinable** | Discloses some features — may threaten non-obviousness | Feature gap analysis, combination assessment |\n| **Background** | Provides context, no direct threat | Landscape awareness |\n\n## File Structure\n\n```\npatent-intelligence-plugin/\n├── .claude-plugin/plugin.json\n├── .mcp.json\n├── README.md\n├── CONNECTORS.md\n├── SECURITY.md\n├── LICENSE\n├── commands/\n│   └── assess-patentability.md\n└── skills/\n    └── patentability/\n        └── SKILL.md\n```\n\n## Roadmap\n\nFuture skills planned for the Patent Intelligence Plugin:\n\n| Skill | Description | Status |\n|-------|-------------|--------|\n| `patentability` | Patent prior art search and assessment | Available |\n| `npl-search` | Non-patent literature search (journals, conferences, standards) | Planned |\n| `fto-search` | Freedom-to-operate / right-to-practice analysis | Planned |\n| `invalidity-search` | Patent invalidity and inter partes review support | Planned |\n| `portfolio-analysis` | Patent portfolio gap analysis and landscaping | Planned |\n| `claim-drafting` | Claim drafting assistance from invention disclosures | Planned |\n\n## Support\n\n- **GitHub Issues:** [Report bugs or request features](https://github.com/FluidityIQ/patent-intelligence-plugin/issues)\n- **Email:** support@fluidityiq.com\n\n## Privacy\n\nThis plugin sends invention descriptions and semantic search queries to the Patent Search MCP (FluidityIQ Patents MCP at `https://patents.fluidityiq.ai/mcp`) for prior art search and patent retrieval. No other conversation data is transmitted. For full details on data collection, use, and retention, see the [FluidityIQ Privacy Policy](https://www.fluidityiq.com/privacy-policy).\n\n## Terms of Service\n\nFor more details, see the [FluidityIQ Terms of Service](https://www.fluidityiq.com/terms-of-service).\n\n## License\n\nMIT — see [LICENSE](LICENSE) for details.\n",
  "bytes": 9159,
  "sha": "dd8f0bbe0e1335476ad1020d8ecb9db2e81161ec3fe423a587970917defd1cb3",
  "repo_slug": "fluidityiq/patent-intelligence-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_fluidityiq_patent_intelligence_plugin_fl_52e6a807/readme"
}