Skip to content
Automation
Skill

/assess-patent-legal-status

Classify observed patent/legal status and flag uncertainty or jurisdiction dependence.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill assess-patent-legal-status --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/assess-patent-legal-status

Context preview

The summary Claude sees to decide when to auto-load this skill.

Classify observed patent/legal status and flag uncertainty or jurisdiction dependence.

SKILL.md

assess-patent-legal-status.SKILL.md
name: assess-patent-legal-status
description: "Classify observed patent/legal status and flag uncertainty or jurisdiction dependence."

assess-patent-legal-status

Purpose

Classify observed patent status by jurisdiction and observation date while preserving uncertainty and source dependence.

Input contract

required: [patent_record, jurisdiction, observation_date, status_sources]
optional: [family_events, prosecution_events]
constraints: [status is an observation tied to dated sources, not an undated legal inference]

Procedure

1. Normalize application, publication, grant, lapse, expiration, and abandonment events. 2. Align events to jurisdiction and observation date. 3. Reconcile conflicting source observations and preserve the disagreement. 4. Emit status, confidence, and unresolved legal-status questions.

Output contract

produces: [status_timeline, jurisdiction_status, source_reconciliation, status_uncertainties]
delta_fields: [findings, evidence_updates, uncertainties, open_questions]

Quality gates

  • Every status is dated and jurisdiction-scoped.
  • Conflicts retain both source records and a reconciliation note.

Failure and counterexamples

Do not infer current validity from a filing event alone or transfer one jurisdiction's status to another.

Provenance map

  • `resolved: knowledge-acquisition-legal-status-assessment`
Read more
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
2h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine