MCP HubMCP Hub
스킬 목록으로 돌아가기

assess-ip-landscape

pjt222
업데이트됨 Yesterday
4 조회
17
2
17
GitHub에서 보기
디자인ai

정보

이 스킬은 특정 기술 도메인의 지식 재산권 환경을 분석하며, 특허 클러스터 분석과 경쟁사 포트폴리오 평가와 같은 작업을 수행합니다. R&D를 시작하거나 제품을 출시하기 전에 미개척 분야를 식별하고 사업 자유 운영(FTO) 위험을 평가하기 위해 설계되었습니다. 개발자는 이를 통해 특허 전략을 수립하고 예비 실사 조사를 수행하는 데 활용할 수 있습니다.

빠른 설치

Claude Code

추천
기본
npx skills add pjt222/agent-almanac -a claude-code
플러그인 명령대체
/plugin add https://github.com/pjt222/agent-almanac
Git 클론대체
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/assess-ip-landscape

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Assess IP Landscape

Map the intellectual property landscape for a technology area — identify patent clusters, white spaces, key players, and freedom-to-operate risks. Produces a strategic assessment that informs R&D direction, licensing decisions, and IP filing strategy.

When to Use

  • Before starting R&D in a new technology area (what's already claimed?)
  • Evaluating a market entry where incumbents have strong patent portfolios
  • Preparing for investment due diligence (IP asset assessment)
  • Informing a patent filing strategy (where to file, what to claim)
  • Assessing freedom-to-operate risk for a new product or feature
  • Monitoring competitor IP activity for strategic positioning

Inputs

  • Required: Technology domain or product area to assess
  • Required: Geographic scope (US, EU, global)
  • Optional: Specific competitors to focus on
  • Optional: Own patent portfolio (for gap analysis and FTO)
  • Optional: Time horizon (last 5 years, last 10 years, all time)
  • Optional: Classification codes (IPC, CPC) if known

Procedure

Step 1: Define the Search Scope

Establish the boundaries of the landscape analysis.

  1. Define the technology domain precisely:
    • Core technology area (e.g., "transformer-based language models" not "AI")
    • Adjacent areas to include (e.g., "attention mechanisms, tokenization, inference optimization")
    • Areas to explicitly exclude (e.g., "computer vision transformers" if focusing on NLP)
  2. Identify relevant classification codes:
    • IPC (International Patent Classification) — broad, used worldwide
    • CPC (Cooperative Patent Classification) — more specific, US/EU standard
    • Search WIPO's IPC publication or USPTO's CPC browser
  3. Define the geographic scope:
    • US (USPTO), EU (EPO), WIPO (PCT), specific national offices
    • Most analyses start with US + EU + PCT for broad coverage
  4. Set the time window:
    • Recent activity: last 3-5 years (current competitive landscape)
    • Full history: 10-20 years (mature technology areas)
    • Watch for expired patents that open up design space
  5. Document the scope as the Landscape Charter

Got: A clear, bounded scope that is specific enough to produce actionable results but broad enough to capture the relevant competitive landscape. Classification codes identified for systematic search.

If fail: If the technology domain is too broad (thousands of results), narrow by adding technical specificity or focusing on a specific application area. If too narrow (few results), broaden to adjacent technologies. The right scope yields 100-1000 patent families.

Step 2: Harvest Patent Data

Collect the patent data within the defined scope.

  1. Query patent databases using the Landscape Charter:
    • Free databases: Google Patents, USPTO PatFT/AppFT, Espacenet, WIPO Patentscope
    • Commercial databases: Orbit, PatSnap, Derwent, Lens.org (freemium)
    • Combine keyword search + classification codes for best coverage
  2. Build search queries systematically:
Query Construction:
+-------------------+------------------------------------------+
| Component         | Example                                  |
+-------------------+------------------------------------------+
| Core keywords     | "language model" OR "LLM" OR "GPT"       |
| Technical terms   | "attention mechanism" OR "transformer"    |
| Classification    | CPC: G06F40/*, G06N3/08                  |
| Date range        | filed:2019-2024                          |
| Assignee filter   | (optional) specific companies            |
+-------------------+------------------------------------------+
  1. Download results in structured format (CSV, JSON) including:
    • Patent/application number, title, abstract, filing date
    • Assignee/applicant, inventor(s)
    • Classification codes, citation data
    • Legal status (granted, pending, expired, abandoned)
  2. Deduplicate by patent family (group national filings of the same invention)
  3. Record the total patent family count and source databases

Got: A structured dataset of patent families within scope, deduplicated and timestamped. The dataset is the foundation for all subsequent analysis.

If fail: If database access is limited, Google Patents + Lens.org (free) provide good coverage. If the query returns too many results (>5000), add technical specificity. If too few (<50), broaden keywords or add classification codes.

Step 3: Analyze the Landscape

Map the patent clusters, key players, and trends.

  1. Cluster analysis: Group patents by sub-technology:
    • Use classification codes or keyword clustering to identify 5-10 sub-areas
    • Count patent families per cluster
    • Identify which clusters are growing (recent filing surges) vs. mature (flat or declining)
  2. Key player analysis: Identify the top 10 assignees by:
    • Total patent family count (portfolio breadth)
    • Recent filing rate (last 3 years — current activity)
    • Average citation count (patent quality proxy)
    • Geographic filing breadth (US-only vs. global filings)
  3. Trend analysis: Chart filing trends over the time window:
    • Overall filing volume by year
    • Filing volume by cluster by year
    • New entrants (assignees filing for the first time in the domain)
  4. Citation network: Identify the most-cited patents (foundational IP):
    • High forward citations = heavily relied upon by subsequent filings
    • These are likely blocking patents or essential prior art
  5. Produce the Landscape Map: clusters, players, trends, and key patents

Got: A clear picture of who owns what, where the activity is concentrated, and how the landscape is evolving. Key blocking patents identified. White spaces (areas with few filings) visible.

If fail: If the dataset is too small for meaningful clustering, combine clusters into broader groups. If one assignee dominates (>50% of filings), analyze their portfolio as a separate sub-landscape.

Step 4: Identify White Spaces and Risks

Extract strategic insights from the landscape.

  1. White space analysis (opportunities):
    • Technology areas within scope with few or no patent filings
    • Expired patent families where the design space has reopened
    • Active areas where only one player has filed (first-mover but no competition)
    • White spaces adjacent to growing clusters (next frontier)
  2. FTO risk screening (threats) — adapted from heal triage matrix:
    • Critical: Granted patents directly covering your planned product/feature
    • High: Pending applications likely to grant with relevant claims
    • Medium: Granted patents in adjacent areas that could be broadly interpreted
    • Low: Expired patents, narrow claims, or geographically irrelevant filings
  3. Competitive positioning:
    • Where does your portfolio (if any) sit relative to competitors?
    • Which competitors have blocking positions in your target areas?
    • Which competitors might be interested in cross-licensing?
  4. Produce the Strategic Assessment: white spaces, FTO risks, positioning, and recommendations

Got: Actionable strategic recommendations: where to file, what to avoid, who to watch, and what risks need detailed FTO analysis.

If fail: If FTO risks are identified, this screening is preliminary — it does NOT replace a formal FTO opinion from a patent attorney. Flag critical risks for legal review. If white spaces seem too good (a valuable area with no filings), verify the search scope didn't accidentally exclude relevant filings.

Step 5: Document and Recommend

Package the landscape assessment for decision-makers.

  1. Write the Landscape Report with sections:
    • Executive summary (1 page: key findings, top risks, main recommendations)
    • Scope and methodology (search terms, databases, date range)
    • Landscape overview (clusters, trends, key players with visualizations)
    • White space analysis (opportunities ranked by strategic value)
    • Risk assessment (FTO concerns ranked by severity)
    • Recommendations (filing strategy, licensing targets, monitoring alerts)
  2. Include supporting data:
    • Patent family list (structured, sortable)
    • Cluster map (visual)
    • Filing trend charts
    • Key patent summaries (top 10-20 most relevant patents)
  3. Set up ongoing monitoring:
    • Define alert queries for new filings in critical areas
    • Set review cadence (quarterly for active areas, annually for stable ones)

Got: A complete landscape report that enables strategic IP decisions. The report is evidence-based, clearly scoped, and actionable.

If fail: If the report is too large, produce the executive summary first and offer detailed sections on request. The executive summary should always stand alone as a decision document.

Validation Checklist

  • Landscape Charter defines scope, classification, geography, and time window
  • Patent dataset harvested from multiple databases and deduplicated
  • Clusters identified with filing counts and trend direction
  • Top 10 key players profiled with portfolio metrics
  • White spaces identified and ranked by strategic value
  • FTO risks screened and classified by severity
  • Key blocking patents identified with citation analysis
  • Recommendations are specific and actionable
  • Limitations acknowledged (screening vs. formal FTO opinion)
  • Monitoring alerts defined for ongoing landscape tracking

Pitfalls

  • Too broad a scope: "AI patents" is not a landscape — it's an ocean. Be specific about the technology and application
  • Single-database reliance: No single patent database has complete coverage. Use at least two sources
  • Ignoring patent families: Counting individual filings instead of families inflates the numbers. One invention filed in 10 countries is one patent family, not ten
  • Confusing applications with grants: A pending application is not an enforceable right. Distinguish between granted patents and published applications
  • White space misinterpretation: An empty area might mean "nobody tried" or "everybody tried and failed." Investigate before assuming opportunity
  • Landscape as legal opinion: This skill produces strategic intelligence, not legal advice. FTO risks flagged here need formal analysis by patent counsel

Related Skills

  • search-prior-art — Detailed prior art search for specific inventions or patent validity challenges
  • screen-trademark — Trademark conflict screening and distinctiveness analysis for the trademark side of IP landscapes
  • file-trademark — Trademark filing procedures for EUIPO, USPTO, and Madrid Protocol
  • security-audit-codebase — Risk assessment methodology parallels IP risk screening
  • review-research — Literature review skills apply to prior art analysis

GitHub 저장소

pjt222/agent-almanac
경로: i18n/caveman-lite/skills/assess-ip-landscape
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

연관 스킬

executing-plans

디자인

executing-plans 스킬은 검토 체크포인트가 포함된 통제된 배치로 실행할 완전한 구현 계획이 있을 때 사용합니다. 이 스킬은 계획을 불러와 비판적으로 검토한 후, 소규모 배치(기본값 3개 작업)로 작업을 실행하면서 각 배치 사이에 진행 상황을 아키텍트 검토를 위해 보고합니다. 이를 통해 내재된 품질 관리 체크포인트를 갖춘 체계적인 구현이 보장됩니다.

스킬 보기

requesting-code-review

디자인

이 스킬은 코드 변경 사항을 요구 사항에 따라 분석하기 위해 코드 리뷰어 하위 에이전트를 호출합니다. 작업 완료 후, 주요 기능 구현 후, 또는 메인 브랜치에 병합하기 전에 사용해야 합니다. 이 리뷰는 현재 구현체와 원래 계획을 비교하여 문제를 조기에 발견하는 데 도움이 됩니다.

스킬 보기

connect-mcp-server

디자인

이 스킬은 개발자들이 HTTP, stdio 또는 SSE 전송 방식을 통해 MCP 서버를 Claude Code에 연결하는 포괄적인 가이드를 제공합니다. GitHub, Notion 및 사용자 정의 API와 같은 외부 서비스를 통합하기 위한 설치, 구성, 인증 및 보안을 다룹니다. MCP 통합 설정, 외부 도구 구성 또는 Claude의 모델 컨텍스트 프로토콜 작업 시 활용하세요.

스킬 보기

web-cli-teleport

디자인

이 스킬은 작업 분석을 기반으로 개발자가 Claude Code 웹 인터페이스와 CLI 인터페이스 중 선택할 수 있도록 돕고, 두 환경 간 원활한 세션 텔레포트를 가능하게 합니다. 웹, CLI 또는 모바일 환경 전환 시 세션 상태와 컨텍스트를 관리하여 워크플로를 최적화합니다. 다양한 단계에서 서로 다른 도구가 필요한 복잡한 프로젝트에 사용하세요.

스킬 보기