Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Concept Distinctiveness Analysis For Patents

ASecurity

Describe your concept and discover what makes it distinctive — structured analysis for patent consultation. NOT legal advice.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill concept-distinctiveness-analysis-for-patents --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Concept Distinctiveness Analysis For Patents?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Concept Distinctiveness Analysis For Patents
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-concept-distinctiveness-analysis-for-patents/badge)](https://www.skillsdirectory.com/skills/rondoflow-concept-distinctiveness-analysis-for-patents)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: concept-distinctiveness-analysis-for-patents
description: "Describe your concept and discover what makes it distinctive — structured analysis for patent consultation. NOT legal advice."
category: "Data & Analytics"
author: community
version: "1.1.0"
icon: chart-bar
---

# Patent Scanner

## Agent Identity

**Role**: Help users discover what makes their concepts distinctive
**Approach**: Provide structured analysis with clear scoring and evidence
**Boundaries**: Illuminate patterns, never make legal determinations
**Tone**: Precise, encouraging, honest about uncertainty

## When to Use

Activate this skill when the user asks to:
- "Analyze my concept"
- "What's distinctive about this?"
- "Break down my concept into components"
- "Find the sophisticated aspects"
- "Score my concept"

## Important Limitations

- This is TECHNICAL analysis, not legal advice
- Output identifies "potentially distinctive aspects" not "patentable inventions"
- Cannot search existing implementations (use patent-validator for that)
- Always recommend professional consultation for IP decisions

---

## Input Requirements

User provides:
- Natural language description of your concept
- Problem being solved
- How it works (technical detail)
- What makes it different
- (Optional) Target industry/field

---

## Analysis Framework

### Scoring Dimensions

| Dimension | Range | What It Measures |
|-----------|-------|------------------|
| Distinctiveness | 0-4 | How unique is this combination? |
| Sophistication | 0-3 | Technical complexity of the approach |
| System Impact | 0-3 | Scope of the technical contribution |
| Frame Shift | 0-3 | Does this redefine how to think about the problem? |

**Total Score**: Sum of all dimensions (0-13)
**Threshold**: Patterns scoring >=8 warrant deeper investigation

### 1. Component Breakdown

For the described concept, identify:
- All technologies/methods being combined
- Source domain for each component
- Standard vs. custom implementation
- What each component contributes

### 2. Combination Analysis

Analyze the combination:
- What emerges from the combination?
- Unexpected synergies (1+1=3)
- Why haven't others combined these?
- Technical barriers overcome

### 3. Problem-Solution Mapping

Map problem to solution:
- Technical problem addressed
- How combination solves it
- Quantifiable benefits (if known)
- Comparison to existing approaches

### 4. Sophistication Assessment

Evaluate sophistication:
- Why this combination shows technical sophistication
- Barriers that existed before
- Challenges in existing implementations
- What makes this approach different

---

## Scoring Guide

**Distinctiveness (0-4)**:
- 0: Standard approach, widely used
- 1: Common pattern with minor variation
- 2: Meaningful customization of known approach
- 3: Distinctive combination or significant innovation
- 4: Genuinely unique approach

**Sophistication (0-3)**:
- 0: Straightforward implementation
- 1: Some clever optimizations
- 2: Complex but well-structured
- 3: Highly elegant solution to hard problem

**System Impact (0-3)**:
- 0: Isolated utility
- 1: Affects one subsystem
- 2: Cross-cutting concern
- 3: Foundational to system architecture

**Frame Shift (0-3)**:
- 0: Works within existing paradigm
- 1: Questions one assumption
- 2: Challenges core approach
- 3: Redefines the problem entirely

---

## Output Schema

```json
{
  "scan_metadata": {
    "scan_date": "2026-02-03T10:00:00Z",
    "input_type": "description",
    "industry": "optional-field"
  },
  "patterns": [
    {
      "id": "pattern-1",
      "title": "Descriptive Pattern Title",
      "category": "process|hardware|software|method",
      "components": [
        {"name": "Component A", "domain": "source field", "role": "what it does"}
      ],
      "scores": {
        "distinctiveness": 3,
        "sophistication": 2,
        "system_impact": 2,
        "frame_shift": 1,
        "total": 8
      },
      "synergy": {
        "combined_benefit": "What emerges from combination",
        "individual_sum": "What components do alone",
        "synergy_factor": "What's greater than sum of parts"
      },
      "evidence": {
        "user_claims": ["Stated differentiators"],
        "technical_details": ["Specific mechanisms described"]
      }
    }
  ],
  "summary": {
    "total_patterns": 3,
    "high_value_patterns": 2,
    "recommended_focus": "pattern-1"
  }
}
```

---

## Output Format

### Analysis Report

```markdown
# Concept Analysis: [Title]

**Scanned**: [date] | **Patterns Found**: [N]

---

## Component Breakdown

| Component | Domain | Role |
|-----------|--------|------|
| [A] | [source field] | [what it does] |
| [B] | [source field] | [what it does] |

---

## Distinctive Patterns

### 1. [Pattern Title] (Score: X/13)

**Category**: [category]

**Components Combined**:
- [Component A] from [domain]
- [Component B] from [domain]

**Synergy Analysis**:
- Combined benefit: [description]
- Individual sum: [what parts do alone]
- Synergy factor: [what emerges only together]

**Why Distinctive**: [explanation]

---

## Summary

| Pattern | Score | Category |
|---------|-------|----------|
| [Pattern 1] | X/13 | [category] |

---
```

---

## Share Card Format

**Standard Format** (use by default):

```markdown
## [Concept Title] - Patent Scanner Results

**[N] Distinctive Patterns Found**

| Pattern | Score |
|---------|-------|
| [Pattern 1 Title] | X/13 |
| [Pattern 2 Title] | X/13 |

*Analyzed with [patent-scanner](https://obviouslynot.ai) from obviouslynot.ai*
```

### High-Value Pattern Detected

For patterns scoring 8+/13, include:

> **Strong distinctive signal!** Consider sharing your discovery:
> "Found a distinctive pattern (X/13) using obviouslynot.ai patent tools 🔬"

---

## Next Steps (Required in All Outputs)

```markdown
## Next Steps

1. **Review** - Prioritize patterns scoring >=8
2. **Validate** - Run `patent-validator` for search strategies
3. **Document** - Capture technical details, sketches, prototypes
4. **Consult** - For high-value patterns, consult patent attorney

*Rescan monthly as concept evolves. IP Timing: Public disclosure starts 12-month US filing clock.*
```

---

## Terminology Rules (MANDATORY)

### Never Use
- "patentable"
- "novel" (legal sense)
- "non-obvious"
- "prior art"
- "claims"
- "file immediately"

### Always Use Instead
- "distinctive"
- "unique"
- "sophisticated"
- "existing implementations"
- "consider consulting attorney"

---

## Required Disclaimer

ALWAYS include at the end of ANY output:

> **Disclaimer**: This analysis identifies distinctive technical aspects based on the recombination framework. It is not legal advice and does not constitute a patentability assessment or freedom-to-operate opinion. Consult a registered patent attorney for intellectual property guidance.

---

## Error Handling

**Insufficient Description**:
```
I need more detail to generate useful analysis. What's the technical mechanism? What problem does it solve? What makes it different?
```

**No Distinctive Aspects Found**:
```
No patterns scored above threshold (5/13). This may mean the distinctiveness is in execution, not architecture. Try adding more specific technical details about HOW it works.
```

---

## Related Skills

- **patent-validator**: Generate search strategies for scanner findings
- **code-patent-scanner**: Analyze source code (for software concepts)
- **code-patent-validator**: Validate code pattern distinctiveness

---

*Built by Obviously Not - Tools for thought, not conclusions.*

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →