brainstorming

brainstorming is a skill for Claude Code, Codex from woodfishhhh/EZ_math_model. It costs 38 tokens per session (370 once invoked), scanned A, original, MIT.

A structured idea-generation step for choosing a mathematical or analytical model when the right approach is unclear. It compares several candidate approaches before one is selected.

In plain words
What is it for?
Use it to produce three to five candidate models, compare their trade-offs, and give the main and backup choices for the modeling plan.
Why use it?
It helps resolve problems that do not fit a simple decision guide or that combine several subject areas.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to produce three to five candidate models, compare their trade-offs…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/woodfishhhh/ez_math_model/brainstorming
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.

Any agent
npx skills add woodfishhhh/EZ_math_model --skill brainstorming
Clone the repo
git clone --depth 1 https://github.com/woodfishhhh/EZ_math_model

Made for: Claude Code, Codex.

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 brainstorming

README.md
[![agentmods](https://agentmods.dev/badge/skills/woodfishhhh/ez_math_model/brainstorming.svg)](https://agentmods.dev/skills/woodfishhhh/ez_math_model/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/woodfishhhh/ez_math_model/brainstorming"><img src="https://agentmods.dev/badge/skills/woodfishhhh/ez_math_model/brainstorming.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 370 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.00038 $0.00370
Opus 5 $0.00019 $0.00185
Sonnet 5 $0.00008 $0.00074
Haiku 4.5 $0.00004 $0.00037

Measured 7d ago against content hash 85ea90f31d06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

brainstorming 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 7d 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.

skills/ez-math-model/tools/brainstorming/SKILL.md · 41 lines

What it actually says

brainstorming — 建模方案发散入口

何时使用

  • pipeline 02 modeling 跑完决策树后仍无法确定主模型。
  • 题目跨多个领域,单一速查表不能匹配。
  • writer 找不到理论表述或引用角度时,可偶尔用于发散。

调用方式

优先加载宿主 brainstorming skill。输入:

  • intake.json
  • problem.md
  • 算法库 README 或模型速查表

要求输出 3-5 个候选方案、优劣对比、推荐主选与备选。

与 modeler 的衔接

brainstorming 输出不直接写入 modeling_plan.md。modeler 必须把候选方案回填到模型选择段,说明为什么选主方案、为什么放弃备选。

失败诊断

情况 处理
宿主 skill 未安装 modeler 自行列出 2 个候选并标记 fallback
候选方案过多 强制收敛到 top 3,再回到决策树
输出偏离题面 只保留与目标函数、数据约束直接相关的方案

边界

  • 不替代 modeler 的最终决策。
  • 不调用外部检索;文献检索交给 paper-searchscholar
  • 不延伸到 coder 阶段。
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. 7d ago First seen · 41 lines · 38 tokens per session scan A 85ea90f31d06

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository woodfishhhh/EZ_math_model (40 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 370 once invoked, about $0.0002 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.