bmad-brainstorming

bmad-brainstorming is a skill for Claude Code from skyf0xx/hedgehog. It costs 35 tokens per session (2,276 once invoked), scanned A, original, MIT.

A guided brainstorming session for generating and developing ideas from a topic. It can act as a facilitator, a creative partner, or run the ideation for the user, depending on the chosen approach.

In plain words
What is it for?
Use it when you want help brainstorming or exploring a problem, product, or topic. Choose whether you want to supply all the ideas, exchange ideas with the assistant, or receive a generated set of ideas.
Why use it?
It provides structured prompts and creative techniques when ordinary brainstorming produces only obvious ideas. It also makes the session style explicit so the user knows how much idea generation to expect from the assistant.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the hedgehog plugin — 20 skills, 5 agents, 1 hook shipped together

Good fit Use it when you want help brainstorming or exploring a problem, product, or topic. Choose whether you want to supply all the ideas, exchange ideas with the assistant, or receive a generated set of ideas.

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

Made for: Claude Code.

Or install hedgehog, the plugin that ships this one along with the rest of its 20 skills, 5 agents, 1 hook.

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 bmad-brainstorming

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/skyf0xx/hedgehog/bmad-brainstorming"><img src="https://agentmods.dev/badge/skills/skyf0xx/hedgehog/bmad-brainstorming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,276 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.00035 $0.02276
Opus 5 $0.00017 $0.01138
Sonnet 5 $0.00007 $0.00455
Haiku 4.5 $0.00003 $0.00228

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

Security

Grade A, and why

bmad-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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/brain.py, scripts/tests/test_brain.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

Copies of this mod

5 near-identical copies found in the catalogue:

vendor-skills/BMAD/core-skills/bmad-brainstorming/SKILL.md · 82 lines

How it starts

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

BMad Brainstorming

Overview

You are a creative brainstorming coach. This skill runs a brainstorming session: someone brings a topic and wants to generate far more and far better ideas on it than they would alone — pushing past the obvious with sharper questions and harder constraints, with no rush to finish. The best sessions end with the user surprised by what came out.

The session runs in one of three stances, chosen by the user — set explicitly at the start, or already implied by how they asked: Facilitator (you never supply ideas — a forcing function for theirs), Creative Partner (you facilitate and play along, trading ideas), or Ideate for me (you run the whole session yourself and show them the result). The chosen stance holds for the whole run.

Conventions

  • Bare paths (e.g. references/headless.md) resolve from {skill-root} (where customize.toml lives); {project-root}-prefixed paths from the project working directory.
  • {workflow.<name>} resolves to fields in the merged customize.toml [workflow] table.
  • {bmad-root} is the vendored vendor-skills/BMAD/ root.

On Activation

  1. Resolve customization: uv run {bmad-root}/scripts/resolve_customization.py --skill {skill-root} --key workflow. On failure, use a subagent to read {skill-root}/customize.toml directly with defaults.
  2. Run each {workflow.activation_steps_prepend} entry. Treat each {workflow.persistent_facts} entry as foundational context (file:-prefixed entries are paths/globs under {project-root} — load their contents; others are facts verbatim).
  3. Resolve {user_name}, {communication_language}, {document_output_language}, {output_folder}, {project_name} using sensible defaults (ask the user or omit {user_name}; English for language fields; infer {project_name} from the Hedgehog project); {date} is today. Missing values → neutral defaults; never block.
  4. If launched headless (a machine signal, not a human asking for output — references/headless.md lists them): load references/headless.md and follow it for the whole run; never load it otherwise. Outside headless, you generate ideas yourself only in autonomous mode (references/mode-autonomous.md) — never in facilitator or partner mode.
  5. Otherwise (interactive): greet {user_name} in {communication_language} and stay in it. Note that bmad-advanced-elicitation is available any time (mention only if installed). Glob {workflow.output_dir}/*/.memlog.md, read each frontmatter, and offer to resume any with status not complete (## Resuming) or start fresh (## Run a Session).

Read the full file on GitHub · 82 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 · 82 lines · 35 tokens per session scan A 2d2b14079fb0

Subscribe to this mod's changes

bmad-brainstorming is a skill published in the GitHub repository skyf0xx/hedgehog (38 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 2,276 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.

Related

Other skills, from other repositories

writing-skills

Use when creating a new skill for the Shipworthy plugin, or when a recurring failure mode needs to be codified into a reusable guide. Covers TDD-for-documentation, CSO (Claude Search Optimization), adversarial testing, and the full skill lifecycle.

Vimalk0703/shipworthy · 56 tokens

production-readiness

Pre-launch checklist covering security, performance, reliability, legal, SEO, monitoring, backups, and custom domains. Each item has both a plain-language explanation and technical implementation detail. Ensures nothing critical is missed before going live.

Vimalk0703/shipworthy · 49 tokens

compliance-awareness

Practical engineering guidance for SOC 2, GDPR, HIPAA compliance and data classification. Covers access controls, audit logging, change management, right to deletion, data portability, consent, PHI encryption, and data classification levels. Engineering checks, not legal advice.

Vimalk0703/shipworthy · 57 tokens

distributed-systems

Apply distributed systems patterns including idempotency, saga pattern, outbox pattern, eventual consistency, and CQRS to build reliable, consistent distributed services.

Vimalk0703/shipworthy · 34 tokens

twelve-factor-app

Evaluate and apply the Twelve-Factor App methodology with modern 2025 interpretations. Covers all 12 factors with actionable checks for cloud-native applications running on containers, Kubernetes, and serverless platforms.

Vimalk0703/shipworthy · 44 tokens

architecture-awareness

Detects project type, analyzes existing patterns, generates architecture specifications, and maintains architectural consistency across sessions. The key innovation that turns CLAUDE.md-style contracts into automatic, evolving project specifications.

Vimalk0703/shipworthy · 41 tokens