brainstorming

brainstorming is a skill for Claude Code, Codex from omergocmen/vibe-coder-kit. It costs 0 tokens per session (1,470 once invoked), scanned A, original, MIT.

A question-led guide for refining an idea or problem before building a solution.

In plain words
What is it for?
Use it to shape a product idea, feature, or system into an agreed problem statement and clear requirements.
Why use it?
It exposes unclear goals, assumptions, scope, users, and success measures before implementation begins.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/omergocmen/vibe-coder-kit/brainstorming
Any agent
npx skills add omergocmen/vibe-coder-kit --skill brainstorming
Clone the repo
git clone --depth 1 https://github.com/omergocmen/vibe-coder-kit

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/omergocmen/vibe-coder-kit/brainstorming.svg)](https://agentmods.dev/skills/omergocmen/vibe-coder-kit/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/omergocmen/vibe-coder-kit/brainstorming"><img src="https://agentmods.dev/badge/skills/omergocmen/vibe-coder-kit/brainstorming.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.01470
Opus 5 $0.00000 $0.00735
Sonnet 5 $0.00000 $0.00294
Haiku 4.5 $0.00000 $0.00147

Measured 3d ago against content hash 50d25bc5f352, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d 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.

.agent/skills/brainstorming/SKILL.md · 159 lines

How it starts

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


name: brainstorming description: > Socratic design refinement skill. Rather than jumping to solutions, this skill asks targeted questions to clarify the problem, challenge assumptions, define scope, and surface the real need. Turns "what should we build?" into a crisp, agreed-upon problem statement with success criteria.

Brainstorming Skill — Socratic Design Refinement

Felsefe

İyi çözümler iyi sorulardan gelir. Bu skill bir cevap üretmez — doğru soruları sormak için bir çerçeve sunar. Bir fikrin %80'i ilk ifade edilişinde eksiktir. Bu eksikliği kodu yazarken değil, düşünürken bulmak gerekir.

"If I had an hour to solve a problem, I'd spend 55 minutes thinking about the problem and 5 minutes thinking about solutions." — Einstein


Süreç

Aşama 1: Problemi Dinle

Kullanıcı veya ekip fikri ifade eder. Hemen çözüm önerme. Önce şu soruları sor:

🎯 Problem Netliği
  • Bu özelliği/sistemi neden yapıyoruz? Hangi acıyı çözüyor?
  • Bu olmadan ne oluyor? Şu an insanlar bu ihtiyacı nasıl karşılıyor?
  • Kim için yapıyoruz? Bu kişilerin bugünkü günlük rutini nasıl?
📏 Kapsam Sınırları
  • Bu projenin kesinlikle kapsam içinde olduğu şeyler neler?
  • Kesinlikle kapsam dışında olduğu şeyler neler?
  • "Sonra ekleriz" dediklerimiz neler? (bunları şimdi tanımla, sonra tartışma)
⚡ Kısıtlar
  • Zaman kısıtı var mı? Sabit bir deadline var mı?
  • Teknik kısıt var mı? (mevcut stack, bütçe, ekip kapasitesi)
  • Düzenleyici veya yasal kısıt var mı?

Read the full file on GitHub · 159 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. 3d ago First seen · 159 lines · 0 tokens per session scan A 50d25bc5f352

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository omergocmen/vibe-coder-kit (91 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,470 tokens. 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

tdd

Use for every coding task. Enforce strict TDD workflow: activate Serena, investigate first, clarify+confirm requirements, write per-task REQUIREMENTS.md in .requirements/ /, verify APIs via web search, then implement in tiny test-verified steps.

Shelpuk-AI-Technology-Consulting/agent-skill-tdd · 59 tokens

electron-desktop-builder

Converts a web app (Express, React, Vite, Next.js) into an Electron desktop app. Use when starting a new Electron project from an existing web app, when setting up electron-builder for the first time, when creating main.ts/preload.ts boilerplate, when generating icon assets, or when configuring NSIS installers.…

smartbrainactivity/electron-desktop-builder · 109 tokens

ai-skill-auditor

A universal, dependency-free Node.js tool to statically audit AI Skills and local agents for malicious patterns.

smartbrainactivity/smartbrain-skill-auditor · 28 tokens

design

Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini or Atlas Cloud AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social…

nextlevelbuilder/ui-ux-pro-max-skill · 144 tokens

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…

nextlevelbuilder/ui-ux-pro-max-skill · 90 tokens

brand

Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

nextlevelbuilder/ui-ux-pro-max-skill · 35 tokens