brainstorming

brainstorming is a skill for Claude Code, Codex from Insajin/autopus-adk. It costs 16 tokens per session (477 once invoked), scanned A, original, MIT.

A structured idea-generation and selection workflow. It uses methods such as SCAMPER, “How Might We” questions, Crazy 8s, ICE scoring, and voting to move from many ideas to a short list.

In plain words
What is it for?
Use it to generate product or problem-solving ideas, score them, select priorities, and document a recommended direction.
Why use it?
It gives brainstorming a repeatable process so ideas are explored broadly and then compared using impact, confidence, and ease of execution.

Skill for Claude CodeCodex

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

Good fit Use it to generate product or problem-solving ideas, score them, select priorities, and document a recommended direction.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/insajin/autopus-adk/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 Insajin/autopus-adk --skill brainstorming
Clone the repo
git clone --depth 1 https://github.com/Insajin/autopus-adk

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/insajin/autopus-adk/brainstorming/github.svg)](https://agentmods.dev/skills/insajin/autopus-adk/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/insajin/autopus-adk/brainstorming"><img src="https://agentmods.dev/badge/skills/insajin/autopus-adk/brainstorming/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 brainstorming

Your own site · 80×15
<a href="https://agentmods.dev/skills/insajin/autopus-adk/brainstorming"><img src="https://agentmods.dev/badge/skills/insajin/autopus-adk/brainstorming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 477 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00016 $0.00477
Opus 5 $0.00008 $0.00238
Sonnet 5 $0.00003 $0.00095
Haiku 4.5 $0.00002 $0.00048

Measured 10d ago against content hash 2072d0759dce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 10d 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.

.omp/skills/brainstorming/SKILL.md · 64 lines

What it actually says

Brainstorming Skill

창의적인 아이디어를 발산하고 최적의 해결책을 탐색하는 스킬입니다.

브레인스토밍 기법

발산 단계 (Diverge)

아이디어의 수와 다양성을 극대화합니다:

  1. SCAMPER 기법

    • Substitute: 대체할 수 있는 것은?
    • Combine: 결합할 수 있는 것은?
    • Adapt: 적용/수정할 수 있는 것은?
    • Modify/Magnify: 변형하거나 확대할 수 있는 것은?
    • Put to other uses: 다른 용도로 활용할 수 있는 것은?
    • Eliminate: 제거할 수 있는 것은?
    • Reverse/Rearrange: 뒤집거나 재배열할 수 있는 것은?
  2. How Might We (HMW)

    • "어떻게 하면 [목표]를 달성할 수 있을까?"
  3. Crazy 8s

    • 8가지 서로 다른 접근 방식을 빠르게 스케치

수렴 단계 (Converge)

최선의 아이디어를 선별합니다:

  1. ICE 점수

    • Impact: 영향력 (1-10)
    • Confidence: 확신도 (1-10)
    • Ease: 실행 용이성 (1-10)
    • 점수 = (Impact × Confidence × Ease) / 100
  2. Dot Voting

    • 각 아이디어에 점수 부여
    • 상위 3개 선택

출력 형식

## 브레인스토밍 결과

### 생성된 아이디어 (N개)
1. [아이디어 1]
2. [아이디어 2]
...

### 선별된 최우선 아이디어
1. **[아이디어]** — ICE 점수: X
   - 장점: ...
   - 위험: ...

### 추천 방향
[최종 추천 및 근거]
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. 10d ago First seen · 64 lines · 16 tokens per session scan A 2072d0759dce

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository Insajin/autopus-adk (111 stars, last pushed yesterday), licensed MIT. It adds 16 tokens to every session and 477 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.

Related

Other skills, from other repositories

slack-gif-creator

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

saajunaid/caddis-plugin · 57 tokens

word-cloud

Generate beautiful word clouds — static or animated — from any input source. Handles text extraction from PDF, DOCX, XLSX, PPTX, HTML, CSV, TXT and produces production-ready components. Includes light/dark theming, sentiment/POS color coding, shape masking, and multiple animation modes.

saajunaid/caddis-plugin · 64 tokens

particle-art

Generate animated particle art React/Next.js components — zero dependencies, spring physics, CSS-variable theming, DPR-correct canvas, mouse interaction. Use when the user wants animated hero art, a living logo, a branded initial or monogram, a constellation background, or any "particles that form a shape". Triggers…

saajunaid/caddis-plugin · 252 tokens

algorithmic-art

Create browser-based visual art using p5.js — generative art, interactive visualizations, animations, 3D scenes (WebGL), audio-reactive visuals, and data visualizations. 7 production modes with export to HTML, PNG, GIF, MP4, SVG. Use for generative art, algorithmic art, flow fields, particle systems, creative coding…

saajunaid/caddis-plugin · 86 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. Use when the user asks to create a poster, piece of art, design, or other static visual piece. Creates original visual designs.

saajunaid/caddis-plugin · 45 tokens

image-enhancer

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

saajunaid/caddis-plugin · 38 tokens