brainstorm

brainstorm is a skill for Claude Code from qkitzero/kage-bunshin. It costs 44 tokens per session (767 once invoked), scanned A, original, MIT.

A guided brainstorming workflow that has separate idea-generation and critical-analysis agents discuss a topic over multiple rounds.

In plain words
What is it for?
Use it to generate and assess ideas, optionally using related notes from a separate notebook repository.
Why use it?
It helps produce a wider range of ideas and then examine their risks, feasibility, and weaknesses.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to generate and assess ideas, optionally using related notes from a separate notebook repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qkitzero/kage-bunshin/brainstorm
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 qkitzero/kage-bunshin --skill brainstorm
Clone the repo
git clone --depth 1 https://github.com/qkitzero/kage-bunshin

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 brainstorm

README.md
[![agentmods](https://agentmods.dev/badge/skills/qkitzero/kage-bunshin/brainstorm/github.svg)](https://agentmods.dev/skills/qkitzero/kage-bunshin/brainstorm)
Your own site
<a href="https://agentmods.dev/skills/qkitzero/kage-bunshin/brainstorm"><img src="https://agentmods.dev/badge/skills/qkitzero/kage-bunshin/brainstorm/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 brainstorm

Your own site · 80×15
<a href="https://agentmods.dev/skills/qkitzero/kage-bunshin/brainstorm"><img src="https://agentmods.dev/badge/skills/qkitzero/kage-bunshin/brainstorm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 767 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.00044 $0.00767
Opus 5 $0.00022 $0.00383
Sonnet 5 $0.00009 $0.00153
Haiku 4.5 $0.00004 $0.00077

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

Security

Grade A, and why

brainstorm 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 11d 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.

.claude/skills/brainstorm/SKILL.md · 98 lines

How it starts

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

Brainstorm Skill

A workflow that creates an Agent Team of Ideator and Analyst to perform iterative idea divergence and convergence through multi-round discussion.

Workflow

Step 1: Understand the Theme

Accurately understand the theme, challenge, or problem presented by the user. If ambiguous, confirm the following before proceeding:

  • Target domain (business, technology, creative, etc.)
  • Constraints (budget, timeline, tech stack, etc.)
  • Required granularity of deliverables

Step 2: Retrieve Past Notebook Context

If NOTEBOOK_PATH is set, search for past entries related to the user's theme:

  1. Grep $NOTEBOOK_PATH/ideas/ for keywords from the theme (searching title, tags, and body)
  2. Read up to 3 matching entries (frontmatter + first 200 characters of body)
  3. Include the retrieved content as context when creating the team

Skip this step if zero matches or NOTEBOOK_PATH is not set.

Step 3: Create Agent Team

Create a team with the following teammates using their agent definitions from .claude/agents/:

Teammates:

  • ideator — generates creative ideas
  • analyst — evaluates and challenges ideas

Team instructions:

Theme: [User's theme]
[Past Notebook context if found]

Collaboration protocol:
1. Ideator generates 5-7 ideas with summary, rationale, and impact assessment
2. Analyst evaluates each idea (Feasibility, Impact, Novelty, Risk on 1-5 scale) and provides improvement suggestions
3. Ideator refines weak ideas based on Analyst's feedback, may propose new ideas inspired by the critique
4. Analyst re-evaluates the refined ideas
5. Continue iterating until both agree on a final ranked list (aim for 2-3 rounds)

Rules:
- Output language: Use the language specified by OUTPUT_LANGUAGE env var. If not set, match the user's language (default: English)
- If NOTEBOOK_PATH is set: Ideator saves final ideas to $NOTEBOOK_PATH/ideas/, Analyst saves evaluation to $NOTEBOOK_PATH/reviews/
- Each agent writes its own deliverables with structured frontmatter

Read the full file on GitHub · 98 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. 11d ago First seen · 98 lines · 44 tokens per session scan A c5f1bf17274b

Subscribe to this mod's changes

brainstorm is a skill published in the GitHub repository qkitzero/kage-bunshin (1 stars, last pushed 4mo ago), licensed MIT. It adds 44 tokens to every session and 767 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-31.

Related

Other skills, from other repositories

independent-review-loop

Independent review loop run before delivery in code work. An independent reviewer (Codex, or fresh Codex-style subagents) reads the whole PR against the approved outcome; the lead fixes in-scope functional findings and re-reviews until none remain. Its differentiator is independence and exhaustiveness — a reviewer…

DheerG/swarms · 114 tokens

writing-style

Structural pattern analysis for writing-mode review. Performs paragraph-level decomposition and pattern aggregation. Invoked by the team lead during editorial review.

DheerG/swarms · 29 tokens

code-mode

Code mode operational spec for the team lead. Returns lead identity, facilitator identity, mode-specific rules, suggest-members guidance, and phase arc for code-mode teams.

DheerG/swarms · 35 tokens

writing-mode

Writing mode operational spec for the team lead. Returns lead identity, facilitator identity, ownership boundaries, editorial baseline, suggest-members guidance, and phase arc for writing-mode teams.

DheerG/swarms · 37 tokens

triage-mode

Triage mode operational spec for the team lead. Returns lead identity, facilitator identity, mode-specific rules, suggest-members guidance, and phase arc for triage teams that diagnose an issue without changing it.

DheerG/swarms · 44 tokens

gate-presentation

Returns the frozen gate constants — question, header, option labels and descriptions, digest field-list, and preview content — for every catalog gate. Invoked by the team lead fresh on arrival at each gate and on pulse re-emissions, in the same turn as the render. The transport contract, three renders, partition rule…

DheerG/swarms · 81 tokens