Skip to content

Process 2: Patent Detection & Portfolio Update

Process 2: Patent Detection & Portfolio Update

Part of: Feature Development Protocol


Overview

Trigger: Feature design complete (architectural phase) Owner: Legal + Engineering Lead Timeline: Within 5 days of feature architecture approval


Step 2A: Patent Detection (2 days)

Analysis Checklist

  1. Novel Algorithm/Data Structure?

    • Is there a unique algorithm, query optimization, or storage technique?
    • Example: “Quantum-inspired query optimization using simulated annealing”
  2. System Architecture Innovation?

    • Does the feature introduce a novel distributed system pattern?
    • Example: “Multi-master CRDT replication with QUIC protocol”
  3. Performance Breakthrough?

    • Does the feature achieve 2x+ performance vs. state-of-the-art?
    • Example: “Git-style branching with 555μs creation (58x faster)”
  4. Unique Integration/Workflow?

    • Is there a novel way of combining existing technologies?
    • Example: “WASM-based stored procedures with auto-sandboxing”
  5. Machine Learning Innovation?

    • Novel ML model, training method, or inference optimization?
    • Example: “Federated learning with differential privacy guarantees”

Patent Confidence Scoring

  • 90-100%: Clear novelty, zero prior art found (file immediately)
  • 70-89%: Strong novelty, limited prior art (file provisional)
  • 50-69%: Moderate novelty, some prior art (defensive publication)
  • <50%: Low novelty, significant prior art (trade secret or skip)

Step 2B: Update Patent Portfolio (1 day)

Update PATENT_PORTFOLIO.md

### [Version]: [Feature Name]
- **Confidence**: [Percentage]% (based on prior art research)
- **Value**: $[Min]-$[Max]M (market analysis)
- **Status**: [Proposed | Provisional | Non-Provisional | Granted]
- **Key Claims**:
1. [Claim 1]
2. [Claim 2]
3. [Claim 3]
- **Prior Art**: [Summary of competitive landscape]
- **Filing Strategy**: [US | EU | China | PCT]
- **Priority**: [P0 (immediate) | P1 (6 months) | P2 (12 months)]

Update docs/analysis/COMPREHENSIVE_PATENT_RESEARCH_REPORT.md

IMPORTANT: This file is 28,000 words. Use Edit tool to append to existing sections, NOT Write (which would overwrite).

Append to relevant version section:

#### [Feature ID]: [Feature Name] [Confidence Score]
**Innovation Description**: [2-3 sentence summary]
**Technical Differentiation**:
- **Claim 1**: [Unique aspect 1]
- **Claim 2**: [Unique aspect 2]
- **Claim 3**: [Unique aspect 3]
**Prior Art Research**:
- Google Patents: [Search results summary]
- USPTO: [Search results summary]
- Academic Papers: [arXiv, IEEE, ACM searches]
- Competitor Analysis:
- Neon: [Comparison]
- Supabase: [Comparison]
- PlanetScale: [Comparison]
- AWS Aurora: [Comparison]
- Snowflake: [Comparison]
**Patentability Confidence**: [Percentage]%
**Justification**: [Why this confidence score? What makes it novel?]
**Estimated Value**: $[Min]-$[Max]M
- **Market Size**: [TAM for this feature]
- **Licensing Potential**: [$/year per customer]
- **Competitive Moat**: [Duration in years]
**Filing Recommendation**: [Immediate | Provisional | Defensive Publication | Trade Secret]

Completion Checklist

  • Patent detected and scored (0-100%)
  • PATENT_PORTFOLIO.md updated with new entry
  • COMPREHENSIVE_PATENT_RESEARCH_REPORT.md appended (use Edit, not Write!)
  • Prior art research documented with sources
  • Estimated value calculated
  • Legal review scheduled

Navigation: ← Previous: Process 1 | Back to Index | Next: Process 3 →