ip-portfolio
Full IP management pipeline for intellectual property portfolio management where an agent team collaborates to generate IP status analysis, patent/trademark/copyright mapping, renewal schedules, license strategies, and protection strategy reports. Use this skill for requests such as 'manage IP portfolio', 'patent portfolio analysis', 'trademark management', 'develop IP strategy', 'patent renewal schedule', 'license strategy', 'IP protection strategy', 'intellectual property status analysis', 'create a patent map', 'trade secret management', and other intellectual property management tasks. Also supports analysis of specific IP types (patents/trademarks/copyrights) or updating existing portfolios. However, actual patent application drafting (use patent-drafter skill), patent office electronic filing, legal opinion writing, and litigation representation are outside the scope of this skill.
Best use case
ip-portfolio is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Full IP management pipeline for intellectual property portfolio management where an agent team collaborates to generate IP status analysis, patent/trademark/copyright mapping, renewal schedules, license strategies, and protection strategy reports. Use this skill for requests such as 'manage IP portfolio', 'patent portfolio analysis', 'trademark management', 'develop IP strategy', 'patent renewal schedule', 'license strategy', 'IP protection strategy', 'intellectual property status analysis', 'create a patent map', 'trade secret management', and other intellectual property management tasks. Also supports analysis of specific IP types (patents/trademarks/copyrights) or updating existing portfolios. However, actual patent application drafting (use patent-drafter skill), patent office electronic filing, legal opinion writing, and litigation representation are outside the scope of this skill.
Teams using ip-portfolio should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ip-portfolio/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ip-portfolio Compares
| Feature / Agent | ip-portfolio | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Full IP management pipeline for intellectual property portfolio management where an agent team collaborates to generate IP status analysis, patent/trademark/copyright mapping, renewal schedules, license strategies, and protection strategy reports. Use this skill for requests such as 'manage IP portfolio', 'patent portfolio analysis', 'trademark management', 'develop IP strategy', 'patent renewal schedule', 'license strategy', 'IP protection strategy', 'intellectual property status analysis', 'create a patent map', 'trade secret management', and other intellectual property management tasks. Also supports analysis of specific IP types (patents/trademarks/copyrights) or updating existing portfolios. However, actual patent application drafting (use patent-drafter skill), patent office electronic filing, legal opinion writing, and litigation representation are outside the scope of this skill.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# IP Portfolio — Intellectual Property Portfolio Management Full Pipeline
An agent team collaborates to generate IP status analysis, asset mapping, renewal schedules, license strategies, and protection strategy reports.
## Execution Mode
**Agent Team** — 5 members communicate directly via SendMessage and cross-validate each other's work.
## Agent Roster
| Agent | File | Role | Type |
|-------|------|------|------|
| ip-analyst | `.claude/agents/ip-analyst.md` | IP status assessment, value evaluation, portfolio mapping | general-purpose |
| patent-mapper | `.claude/agents/patent-mapper.md` | Patent/trademark/copyright classification, rights scope mapping | general-purpose |
| renewal-scheduler | `.claude/agents/renewal-scheduler.md` | Renewal deadlines, cost calculation, retention/abandonment | general-purpose |
| license-strategist | `.claude/agents/license-strategist.md` | Monetization, cross-licensing, open source | general-purpose |
| protection-advisor | `.claude/agents/protection-advisor.md` | Infringement response, defense strategy, protection report | general-purpose |
## Workflow
### Phase 1: Preparation (Performed Directly by Orchestrator)
1. Extract from user input:
- **Company Information**: Company name, industry, size
- **IP Information** (optional): IP list, registration numbers, filing status
- **Areas of Interest** (optional): Specific technology domains, specific IP types
- **Objectives** (optional): Monetization, enhanced protection, cost optimization, dispute preparedness
- **Existing Materials** (optional): IP register, license agreements, dispute history
2. Create the `_workspace/` directory at the project root
3. Organize the input and save it as `_workspace/00_input.md`
4. If existing files are provided, copy them to `_workspace/` and use as reference materials
5. **Determine the execution mode** based on the scope of the request
### Phase 2: Team Assembly and Execution
| Order | Task | Owner | Dependencies | Deliverable |
|-------|------|-------|-------------|-------------|
| 1 | IP Status Analysis | analyst | None | `_workspace/01_ip_analysis.md` |
| 2 | IP Asset Mapping | mapper | Task 1 | `_workspace/02_ip_map.md` |
| 3a | Renewal Schedule | scheduler | Tasks 1, 2 | `_workspace/03_renewal_schedule.md` |
| 3b | License Strategy | license | Tasks 1, 2 | `_workspace/04_license_strategy.md` |
| 4 | Protection Strategy Report | protection | Tasks 1, 2, 3a, 3b | `_workspace/05_protection_report.md` |
| 5 | Integrated Review | orchestrator | All | `_workspace/06_review_report.md` |
Tasks 3a (Renewal) and 3b (License) run **in parallel**. Both depend only on Tasks 1 and 2.
**Inter-Agent Communication Flow:**
- analyst completes -> delivers inventory and classification to mapper, ratings to scheduler, monetization candidates to license, core IP and threats to protection
- mapper completes -> delivers registration/expiration dates to scheduler, rights scope to license, claims analysis to protection
- scheduler <-> license: Cross-verify which abandonment candidates are still licensable
- protection synthesizes everything into the final protection strategy
### Phase 3: Integration and Final Deliverables
1. Verify consistency across all files in `_workspace/`
2. Detect discrepancies across valuation, renewal strategy, licensing, and protection
3. Generate the integrated review report
4. Report the final summary to the user
## Execution Modes by Scope
| User Request Pattern | Execution Mode | Agents Deployed |
|---------------------|---------------|-----------------|
| "Manage my IP portfolio" | **Full Pipeline** | All 5 agents |
| "Analyze patent status" | **Analysis Mode** | analyst + mapper |
| "Organize IP renewal schedule" | **Renewal Mode** | analyst + mapper + scheduler |
| "Develop a licensing strategy" | **License Mode** | analyst + license |
| "Develop IP protection strategy" | **Protection Mode** | analyst + mapper + protection |
| "Build a management system for this IP list" + list | **Custom Mode** | Relevant agents |
**Using Existing Files**: When the user provides IP registers, existing analysis reports, etc., copy them to `_workspace/` and use as reference materials.
## Data Transfer Protocol
| Strategy | Method | Purpose |
|----------|--------|---------|
| File-Based | `_workspace/` directory | Store and share main deliverables |
| Message-Based | SendMessage | Real-time key information delivery, cross-verification |
| Task-Based | TaskCreate/TaskUpdate | Progress tracking, dependency management |
File naming convention: `{order}_{deliverable}.{extension}`
## Error Handling
| Error Type | Strategy |
|-----------|----------|
| IP list not provided | Collect via company name search on public KIPRIS/USPTO databases |
| Web search failure | Work with user-provided information only, note "Data limitations" |
| Foreign IP information unavailable | Prioritize domestic IP analysis, tag with "Foreign verification needed" |
| Agent failure | Retry once -> if still fails, proceed without that deliverable |
| Valuation-protection strategy mismatch | Detected in cross-validation -> request corrections (up to 2 rounds) |
## Test Scenarios
### Normal Flow
**Prompt**: "Analyze our company's (IT firm, 50 patents, 20 trademarks) IP portfolio and build a management system"
**Expected Results**:
- Analysis: 50-patent + 20-trademark inventory, technology domain distribution, value ratings
- Mapping: IPC classification, family relationships, technology-product matrix
- Renewal: 12-month calendar, annual costs, retention/abandonment recommendations
- License: B/C-tier IP monetization strategy, royalty terms
- Protection: Infringement monitoring system, defensive filing plan, trade secret management
### Specific Area Flow
**Prompt**: "Organize our patent renewal schedule, and sort out which to keep and which to abandon"
**Expected Results**:
- analyst performs lightweight value assessment
- mapper organizes registration/expiration dates
- scheduler produces renewal calendar + retention/abandonment recommendations
### Error Flow
**Prompt**: "Manage our IP, but I don't have an IP list. Company name is XX Tech"
**Expected Results**:
- analyst searches KIPRIS for "XX Tech" as applicant
- Builds portfolio from publicly available patents/trademarks only
- Notes "Non-public IP not included — available for update upon internal list provision"
## Agent Extension Skills
| Extension Skill | Path | Target Agent | Role |
|----------------|------|-------------|------|
| patent-valuation | `.claude/skills/patent-valuation/skill.md` | ip-analyst, license-strategist | Three valuation approaches, royalty benchmarks, patent strength |
| ip-landscape-analysis | `.claude/skills/ip-landscape-analysis/skill.md` | patent-mapper, protection-advisor | Patent maps, gap analysis, FTO, IP strategy |Related Skills
sustainability-audit
Full audit pipeline for ESG/sustainability where an agent team collaborates to generate environmental, social, and governance assessments along with an integrated report and improvement plan. Use this skill for requests such as 'run an ESG audit', 'write a sustainability report', 'ESG assessment', 'carbon emissions calculation', 'ESG rating diagnosis', 'governance review', 'social responsibility assessment', 'GRI report', 'TCFD disclosure', 'ESG improvement plan', and other ESG/sustainability tasks. Also supports assessment of specific pillars (E/S/G) only or improving existing reports. However, actual on-site audit execution, third-party verification certificate issuance, ESG rating agency score changes, and carbon credit trading are outside the scope of this skill.
materiality-assessment
ESG materiality assessment matrix. Referenced by the esg-reporter and improvement-planner agents when evaluating ESG issue materiality and setting priorities. Use for 'materiality assessment', 'importance analysis', or 'Materiality Matrix' requests. Stakeholder surveys and external certification are out of scope.
ghg-protocol
GHG Protocol detailed guide. Referenced by the environmental-analyst agent when calculating and reporting greenhouse gas emissions. Use for 'GHG Protocol', 'carbon emissions', 'Scope 1/2/3', or 'carbon footprint' requests. Carbon credit trading and CDM project execution are out of scope.
citation-standards
Academic citation and reference standards guide. Referenced by the paper-writer and submission-preparer agents when composing citations and references. Use for 'citation format', 'APA', or 'references' requests. Original paper retrieval and professional database access are out of scope.
academic-paper
Full research pipeline for academic paper writing where an agent team collaborates to generate research design, experiment protocols, analysis, manuscript writing, and submission preparation. Use this skill for requests such as 'write an academic paper', 'research paper writing', 'help me write a paper', 'design a study', 'run statistical analysis', 'prepare journal submission', 'manuscript writing', 'research methodology design', 'hypothesis testing', 'academic writing', and other academic research paper tasks. Also supports analysis, rewriting, and submission preparation when existing data or drafts are available. However, actual data collection execution, official IRB submission, journal system login and upload, and running actual statistical software are outside the scope of this skill.
product-copy-formulas
Product copy formula library. Referenced by the detail-page-writer and marketing-manager agents when writing purchase-driving copy. Use for 'product copy', 'marketing copy', or 'ad copy' requests. Ad placement and design mockup creation are out of scope.
ecommerce-launcher
Full launch pipeline for e-commerce products where an agent team collaborates to generate product planning, detail pages, pricing strategy, marketing, and CS setup all at once. Use this skill for requests such as 'launch an e-commerce product', 'prepare a product launch', 'register a product on Naver Smart Store', 'launch on Coupang', 'create a detail page', 'develop a pricing strategy', 'create a marketing plan', 'launch prep', 'product planning brief', 'e-commerce CS manual', and other e-commerce product launch tasks. Also supports supplementing pricing/marketing/CS even when existing briefs or detail pages are provided. However, actual platform API integration (automated product registration), payment system development, logistics system integration, and real-time order management are outside the scope of this skill.
conversion-optimization
Purchase conversion optimization framework. Referenced by the detail-page-writer and pricing-strategist agents when designing detail pages and pricing with a conversion focus. Use for 'conversion rate optimization', 'CRO', or 'purchase psychology' requests. A/B testing tool setup and funnel automation are out of scope.
real-estate-analyst
Real estate investment analysis pipeline. An agent team collaborates to produce market research, location analysis, profitability analysis, risk assessment, and investment reports. Use this skill for requests such as 'analyze this real estate', 'apartment investment analysis', 'studio apartment yield', 'real estate market research', 'location analysis', 'real estate investment report', 'buy vs lease', 'reconstruction investment analysis', 'commercial property yield analysis', and other general real estate investment analysis tasks. Actual purchase contracts, brokerage services, interior design, and property management are outside the scope of this skill.
location-scoring
Location scoring scorecard. Referenced by the location-analyst agent for systematic real estate location evaluation. Use for requests involving 'location analysis', 'location assessment', or 'commercial area analysis'. On-site inspections and surveying are out of scope.
cap-rate-calculator
Real estate yield calculator. Reference formulas and models used by the profitability-analyst agent for quantitative investment return analysis. Use for requests involving 'Cap Rate', 'yield analysis', 'DCF', or 'cash flow analysis'. Tax advisory and loan underwriting are out of scope.
vendor-scoring
Vendor evaluation scorecard framework. Referenced by vendor-comparator and evaluation-designer agents when systematically comparing and evaluating vendors. Used for 'vendor evaluation', 'supplier comparison', 'bid evaluation' requests. Note: posting bid announcements and executing contracts are out of scope.