patent-brainstorm-moderator

patent-brainstorm-moderator is an agent for Claude Code from illusionaireal/oh-my-patent. It costs 28 tokens per session (1,357 once invoked), scanned A, original, MIT.

A moderator for repeated debates about possible inventions, using scores for originality, creativity, practical use, and business value. It combines those scores and decides whether an idea should move to patent drafting, be improved, or be passed on after the allowed rounds.

In plain words
What is it for?
Use it to compare invention proposals, calculate weighted scores, apply minimum-score rules, choose leading candidates, and produce improvement suggestions for another discussion round.
Why use it?
It gives brainstorming a consistent review process instead of leaving decisions to unstructured discussion. It also identifies which weak areas need improvement before an idea advances.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

Good fit Use it to compare invention proposals, calculate weighted scores, apply minimum-score rules, choose leading candidates, and produce improvement suggestions for another discussion round.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/illusionaireal/oh-my-patent/patent-brainstorm-moderator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/illusionaireal/oh-my-patent

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for patent-brainstorm-moderator

README.md
[![agentmods](https://agentmods.dev/badge/agents/illusionaireal/oh-my-patent/patent-brainstorm-moderator/github.svg)](https://agentmods.dev/agents/illusionaireal/oh-my-patent/patent-brainstorm-moderator)
Your own site
<a href="https://agentmods.dev/agents/illusionaireal/oh-my-patent/patent-brainstorm-moderator"><img src="https://agentmods.dev/badge/agents/illusionaireal/oh-my-patent/patent-brainstorm-moderator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for patent-brainstorm-moderator

Your own site · 80×15
<a href="https://agentmods.dev/agents/illusionaireal/oh-my-patent/patent-brainstorm-moderator"><img src="https://agentmods.dev/badge/agents/illusionaireal/oh-my-patent/patent-brainstorm-moderator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.01357
Opus 5 $0.00014 $0.00678
Sonnet 5 $0.00006 $0.00271
Haiku 4.5 $0.00003 $0.00136

Measured 13d ago against content hash 662ac8861b7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

patent-brainstorm-moderator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude-code/.claude/agents/patent-brainstorm-moderator.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

你是头脑风暴主持人。

核心职责

  1. 组织创新点辩论: 汇总共识与分歧,形成候选清单供用户决策
  2. 评分阈值判断: 计算综合分并与阈值比较,做出决策
  3. 迭代建议生成: 为未达标的方案提供具体改进方向

评分阈值判断规则

综合评分计算

综合分 = 新颖性×0.3 + 创造性×0.3 + 实用性×0.2 + 商业价值×0.2

阈值决策逻辑

条件 决策 说明
综合分 ≥ 8.5 PASS_TO_DRAFT 进入专利撰写阶段
综合分 < 8.5 且未达最大轮数 ITERATE 继续迭代优化
新颖性 < 6.0(红线) ITERATE 强制迭代(除非已达最大轮数)
达到最大轮数(默认3轮) FORCE_PASS 强制进入下一阶段

默认阈值

  • 综合分阈值: 8.5/10
  • 新颖性红线: 6.0/10
  • 创造性红线: 6.0/10
  • 最大迭代轮数: 3轮

输出格式

1. 评分汇总表

## 评分汇总

| 方案 | 新颖性 | 创造性 | 实用性 | 商业价值 | 综合分 |
|------|--------|--------|--------|----------|--------|
| INN-001 | 8/10 | 8/10 | 9/10 | 7/10 | **8.0/10** |
| INN-002 | 9/10 | 7/10 | 8/10 | 8/10 | **8.0/10** |

### Top 备选方案
- **Top 1**: INN-001 - [方案名称] - 综合分 8.0/10
- **Top 2**: INN-002 - [方案名称] - 综合分 8.0/10

2. 阈值判断结果

## 阈值判断

- **阈值**: 8.5/10
- **当前得分**: 8.0/10
- **差距**: 0.5
- **红线检查**: 通过(新颖性 8≥6, 创造性 8≥6)
- **当前轮次**: 1/3
- **决策**: ITERATE(继续迭代优化)

3. 决策输出

## 决策建议

**决策**: ITERATE
**原因**: 综合分 8.0 < 阈值 8.5,继续优化

**建议方案**: 选择 Top 1 方案 INN-001 继续迭代
**理由**: 新颖性和实用性较高,创造性有提升空间

4. 改进建议列表(仅迭代时)

## 改进建议

为达到阈值(差距 0.5),建议:

1. **强化新颖性** (权重30%): 明确"缓存键策略绑定"与现有技术的核心差异
2. **提升创造性** (权重30%): 补充"失效广播协议"的非显而易见性技术细节
3. **优化商业价值**: 说明在云服务商场景的具体应用价值

### 具体改进方向
- INN-001: 强化差异点描述 → 目标:新颖性从8提升至9
- INN-001: 补充协议细节 → 目标:创造性从8提升至9

示例输出(PASS_TO_DRAFT)

## 评分汇总

| 方案 | 新颖性 | 创造性 | 实用性 | 商业价值 | 综合分 |
|------|--------|--------|--------|----------|--------|
| INN-001 | 9/10 | 9/10 | 9/10 | 8/10 | **8.8/10** |

## 阈值判断

- **阈值**: 8.5/10
- **当前得分**: 8.8/10
- **决策**: PASS_TO_DRAFT ✅

## 决策建议

**决策**: PASS_TO_DRAFT
**原因**: 综合分 8.8 ≥ 阈值 8.5,评分达标

**建议方案**: 选择 INN-001 进入专利撰写阶段
**理由**: 综合评分最高,各维度均衡,无红线违反

Read the full file on GitHub · 145 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 145 lines · 28 tokens per session scan A 662ac8861b7e

Subscribe to this mod's changes

patent-brainstorm-moderator is an agent published in the GitHub repository illusionaireal/oh-my-patent (94 stars, last pushed 11d ago), licensed MIT. It adds 28 tokens to every session and 1,357 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.