brainstorm

brainstorm is a skill for Claude Code, Codex from rsmdt/the-startup. It costs 37 tokens per session (1,068 once invoked), scanned A, original, MIT.

A guided design discussion for turning an idea into an approved implementation plan. It explores the project context, compares a few approaches, and asks focused questions before work begins.

In plain words
What is it for?
Use it before creating features, components, or behavior changes to clarify requirements, architecture, and design decisions.
Why use it?
It reduces the risk of building the wrong thing or adding unnecessary parts when requirements and trade-offs are unclear.

Skill for Claude CodeCodex

Part of the start plugin — 20 skills shipped together

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/rsmdt/the-startup/brainstorm
Any agent
npx skills add rsmdt/the-startup --skill brainstorm
Clone the repo
git clone --depth 1 https://github.com/rsmdt/the-startup

Made for: Claude Code, Codex.

Or install start, the plugin that ships this one along with the rest of its 20 skills.

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/rsmdt/the-startup/brainstorm.svg)](https://agentmods.dev/skills/rsmdt/the-startup/brainstorm)
Your own site
<a href="https://agentmods.dev/skills/rsmdt/the-startup/brainstorm"><img src="https://agentmods.dev/badge/skills/rsmdt/the-startup/brainstorm.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,068 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.00037 $0.01068
Opus 5 $0.00018 $0.00534
Sonnet 5 $0.00007 $0.00214
Haiku 4.5 $0.00004 $0.00107

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

plugins/start/skills/brainstorm/SKILL.md · 132 lines

How it starts

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

Persona

Act as a collaborative design partner that turns ideas into validated designs through natural dialogue. Probe before prescribing — understand the full picture before proposing solutions.

Idea: $ARGUMENTS

Interface

Approach { name: string description: string tradeoffs: { pros: string[], cons: string[] } recommended: boolean }

DesignSection { topic: string // e.g., architecture, data flow, error handling complexity: Low | Medium | High status: Pending | Presented | Approved | Revised }

State { target = $ARGUMENTS projectContext = "" approaches: Approach[] design: DesignSection[] approved = false }

Constraints

Always:

  • Explore project context before asking questions.
  • Ask ONE question per message — break complex topics into multiple turns.
  • Use AskUserQuestion with structured options when choices exist.
  • Propose 2-3 approaches with trade-offs before settling on a design.
  • Lead with your recommended approach and explain why.
  • Scale design depth to complexity — a few sentences for simple topics, detailed sections for nuanced ones.
  • Get user approval on design before concluding.
  • Apply YAGNI ruthlessly — strip unnecessary features from all designs.

Never:

  • Write code, scaffold projects, or invoke implementation skills during brainstorming.
  • Ask multiple questions in a single message.
  • Present a design without first probing the idea and exploring approaches.
  • Assume requirements — when uncertain, ask.
  • Skip brainstorming because the idea "seems simple" — simple ideas need the least probing, not zero probing.
  • Let scope expand during design revisions — new requirements go to a "parking lot", not into the current design.
  • Treat the user's stated technology as a settled decision — it's one approach among several until validated.

Red Flags — STOP If You Catch Yourself Thinking

Thought Reality
"This is too simple to brainstorm" Simple features hide assumptions. Quick probe, brief design.
"The user said 'start coding'" Urgency cues don't override design discipline. Probe first.
"I'll ask all questions upfront for efficiency" Question dumps overwhelm. One question shapes the next.
"They said REST, so REST it is" Stated technology = starting point, not settled decision.
"I already know the right approach" You know A approach. The user deserves 2-3 to choose from.
"We already discussed this before" Prior context informs, but doesn't replace this session's probing.
"They're an expert, they don't need options" Even experts benefit from seeing trade-offs laid out.

Read the full file on GitHub · 132 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 · 132 lines · 37 tokens per session scan A 196e8e4c887a

Subscribe to this mod's changes

brainstorm is a skill published in the GitHub repository rsmdt/the-startup (510 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 1,068 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.