brainstorming

brainstorming is a skill for Claude Code, Codex from hybridlabor-api/bdb-dev-optimized-agent-skills. It costs 30 tokens per session (1,145 once invoked), scanned A, a copy of brainstorming, Apache-2.0.

A guided design discussion process for turning an unclear idea into a reviewed plan before implementation begins.

In plain words
What is it for?
Use it to clarify features, architecture, and expected behavior through structured questions and reasoning.
Why use it?
It helps expose missing requirements and hidden assumptions early, reducing the chance of building the wrong feature or a fragile system.

Skill for Claude CodeCodex

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

Good fit Use it to clarify features, architecture, and expected behavior through structured questions and reasoning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridlabor-api/bdb-dev-optimized-agent-skills/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 hybridlabor-api/bdb-dev-optimized-agent-skills --skill brainstorming
Clone the repo
git clone --depth 1 https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skills

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/hybridlabor-api/bdb-dev-optimized-agent-skills/brainstorming/github.svg)](https://agentmods.dev/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/brainstorming"><img src="https://agentmods.dev/badge/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/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/hybridlabor-api/bdb-dev-optimized-agent-skills/brainstorming"><img src="https://agentmods.dev/badge/skills/hybridlabor-api/bdb-dev-optimized-agent-skills/brainstorming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,145 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 91% copy Near-identical to another mod 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.00030 $0.01145
Opus 5 $0.00015 $0.00573
Sonnet 5 $0.00006 $0.00229
Haiku 4.5 $0.00003 $0.00114

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

Origin

This is a copy

91% identical to brainstorming — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/global_config/brainstorming/SKILL.md · 239 lines

How it starts

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

Brainstorming Ideas Into Designs

Purpose

Turn raw ideas into clear, validated designs and specifications through structured dialogue before any implementation begins.

This skill exists to prevent:

  • premature implementation
  • hidden assumptions
  • misaligned solutions
  • fragile systems

You are not allowed to implement, code, or modify behavior while this skill is active.


Operating Mode

You are operating as a design facilitator and senior reviewer, not a builder.

  • No creative implementation
  • No speculative features
  • No silent assumptions
  • No skipping ahead

Your job is to slow the process down just enough to get it right.


The Process

1️⃣ Understand the Current Context (Mandatory First Step)

Before asking any questions:

  • Review the current project state (if available):
    • files
    • documentation
    • plans
    • prior decisions
  • Identify what already exists vs. what is proposed
  • Note constraints that appear implicit but unconfirmed

Do not design yet.


2️⃣ Understanding the Idea (One Question at a Time)

Your goal here is shared clarity, not speed.

Rules:

  • Ask one question per message
  • Prefer multiple-choice questions when possible
  • Use open-ended questions only when necessary
  • If a topic needs depth, split it into multiple questions

Focus on understanding:

  • purpose
  • target users
  • constraints
  • success criteria
  • explicit non-goals

3️⃣ Non-Functional Requirements (Mandatory)

You MUST explicitly clarify or propose assumptions for:

  • Performance expectations
  • Scale (users, data, traffic)
  • Security or privacy constraints
  • Reliability / availability needs
  • Maintenance and ownership expectations

If the user is unsure:

  • Propose reasonable defaults
  • Clearly mark them as assumptions

4️⃣ Understanding Lock (Hard Gate)

Before proposing any design, you MUST pause and do the following:

Understanding Summary

Provide a concise summary (5–7 bullets) covering:

  • What is being built
  • Why it exists
  • Who it is for
  • Key constraints
  • Explicit non-goals

Read the full file on GitHub · 239 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. 6d ago First seen · 239 lines · 30 tokens per session scan A 2b82b825d495

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository hybridlabor-api/bdb-dev-optimized-agent-skills (6 stars, last pushed 5d ago), licensed Apache-2.0. It adds 30 tokens to every session and 1,145 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to brainstorming, differing in 7 lines, and is treated as a copy.