Add design plan for patent/IP governance commands#568
Open
tractorjuice wants to merge 2 commits into
Open
Conversation
Proposes three MCP-backed, three-tier commands modelled on /arckit.tenders: - /arckit.patents (PATS) — prior-art landscape & IP-ownership concentration - /arckit.fto (FTO) — freedom-to-operate / risk, UPC-aware - /arckit.patentability (PNOV) — novelty vs closest prior art Shared arckit-patents MCP gateway (EPO OPS / European Patent Register incl. UPC opt-out, PatentsView, Lens), one shared reader, shared handoff schema. FTO rubric and template account for the Unified Patent Court regime: unitary vs classical EP, opt-out status, long-arm jurisdiction (BSH, Dyson v Dreame), provisional injunctions and bifurcation. Design only — no command implementation yet. https://claude.ai/code/session_01VpCuFM54vh66a9kbYEa2qH
Reflects decision to ship as a standalone marketplace overlay rather than part of core arckit. Documents the architectural tension: existing overlays are minimal (commands/recipes/templates only) — agents, schemas, and MCP servers currently live only in core. Recommends Option A (self-contained plugin shipping its own agents/schemas/.mcp.json), with a one-time converter change to discover agents/schemas outside core; Option B (hybrid) noted as fallback. Updates file inventory, build order (new Phase 0.5), and the docs/marketplace update checklist; core command count stays 73. https://claude.ai/code/session_01VpCuFM54vh66a9kbYEa2qH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposes three MCP-backed, three-tier commands modelled on /arckit.tenders:
Shared arckit-patents MCP gateway (EPO OPS / European Patent Register incl.
UPC opt-out, PatentsView, Lens), one shared reader, shared handoff schema.
FTO rubric and template account for the Unified Patent Court regime: unitary
vs classical EP, opt-out status, long-arm jurisdiction (BSH, Dyson v Dreame),
provisional injunctions and bifurcation.
Design only — no command implementation yet.
https://claude.ai/code/session_01VpCuFM54vh66a9kbYEa2qH