brainstorming

brainstorming is a skill for Claude Code, Codex from andreaswasita/copilot-agents-dojo. It costs 14 tokens per session (1,054 once invoked), scanned A, original, MIT.

A planning workflow that turns a vague software idea into a written design before coding begins. It uses questions and compares possible approaches before asking for approval.

In plain words
What is it for?
Use it to clarify a new feature, choose between architectures, or rethink a failed approach. It can save the approved design in a project file.
Why use it?
It helps resolve unclear or conflicting requirements early, before time is spent implementing the wrong solution.

Skill for Claude CodeCodex

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

Good fit Use it to clarify a new feature, choose between architectures, or rethink a failed approach. It can save the approved design in a project file.

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

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/andreaswasita/copilot-agents-dojo/brainstorming/github.svg)](https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/brainstorming"><img src="https://agentmods.dev/badge/skills/andreaswasita/copilot-agents-dojo/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/andreaswasita/copilot-agents-dojo/brainstorming"><img src="https://agentmods.dev/badge/skills/andreaswasita/copilot-agents-dojo/brainstorming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,054 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.00014 $0.01054
Opus 5 $0.00007 $0.00527
Sonnet 5 $0.00003 $0.00211
Haiku 4.5 $0.00001 $0.00105

Measured 10d ago against content hash e929435a67df, 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.

skills/brainstorming/SKILL.md · 135 lines

How it starts

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

Brainstorming Skill

Turns a vague request into an approved design through focused Socratic questioning and tradeoff-honest alternatives. Does NOT permit any code to be written until the user has explicitly approved the design.

When to Use

  • User describes a new feature or project.
  • Requirements are unclear, conflicting, or ambiguous.
  • An architectural decision needs to be made.
  • Re-designing after a failed or rejected approach.
  • User says "I want to build…", "let's make…", or "new feature".
  • NOT when the user explicitly asks to skip design and prototype.

Prerequisites

  • The edit tool to save the approved design.
  • The ask_user tool to gather clarifications without spamming prose.
  • A target file for the design (typically tasks/todo.md or docs/design.md).
  • The user is actually available to respond — no design loops with a phantom user.

How to Run

1. Ask 3–5 Socratic questions to surface the real problem.
2. Present 2–3 alternative approaches with honest tradeoffs.
3. Recommend ONE with reasoning.
4. Walk the design in chunks: overview → architecture → data → API → edges.
5. Get explicit approval ("approved", "go", "ship it") before saving.
6. Save the approved design. Hand off to `executing-plans`.

Quick Reference

Question shape Why it matters
What problem are we solving? Forces the "why", not just the "what"
Who is this for? Persona, scale, constraints
What does success look like? Measurable outcome, not vibes
What are the constraints? Time, stack, existing systems, team
What have you already tried? Avoid re-inventing failed approaches
Design chunk Length
Overview 1 paragraph
Architecture 5–10 lines + diagram if useful
Data model Table or list
API / interface Endpoint or function signatures
Edge cases Bullet list

Procedure

Step 1: Socratic Questions (3–5 max)

Use the ask_user tool. Ask focused questions one at a time. Stop at five. More than five feels like interrogation.

Read the full file on GitHub · 135 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. 10d ago First seen · 135 lines · 14 tokens per session scan A e929435a67df

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository andreaswasita/copilot-agents-dojo (52 stars, last pushed 2d ago), licensed MIT. It adds 14 tokens to every session and 1,054 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

accessibility

Use when making a web UI conform to WCAG 2.2 Level AA — axe-core or Lighthouse a11y violations, keyboard operability, focus management, ARIA roles/names/live regions, contrast, tap-target size. NOT palette or visual intent (that is design), NOT test-runner setup (that is testing-web), NOT LCP/page-speed (that is…

ericrisco/rsc-harness · 86 tokens

brand-identity

Use when a project needs its visual foundation built or consolidated into one system: logo brief, color system in HEX/RGB/CMYK/OKLCH with proven AA contrast, type system, usage rules, and an exported W3C design-tokens.json that later skills consume. NOT the applied UI pixels (that is design), NOT the words or tone…

ericrisco/rsc-harness · 83 tokens

plan

Use when an approved, clarified spec must become a technical blueprint before any code — the SDD phase between clarify and tasks: architecture, contracts, data flow, testing strategy, sequencing and risks, at structure altitude, never framework syntax. NOT the what/why spec (that is specify), NOT the ambiguity sweep…

ericrisco/rsc-harness · 95 tokens

design-dna

Use when a design has won and its look must survive: codify it into a permanent style skill with measured ratios, bans and tests that can fail, then build new pieces in that exact look. Fires on 'turn this into a skill', 'keep the same style', 'my output drifted'. NOT finding the winner (that is design-loop), NOT the…

ericrisco/rsc-harness · 86 tokens

design-loop

Use when something must be built well and there is a real reference it should beat: turn what makes the reference good into measured mechanisms, then run a builder and three fresh-context critics until all three pass. Fires on 'design loop', 'make it as good as ', 'it looks generic'. NOT keeping an already-won look…

ericrisco/rsc-harness · 79 tokens

motion-craft

Use when an interface moves and the movement has to feel right — durations and easing, what must never animate, fixing motion that reads sluggish, cheap or janky, and reduced-motion. Web and native. NOT the visual system (that is design), NOT the graded critique (that is design-loop).

ericrisco/rsc-harness · 67 tokens