brainstorm

brainstorm is a skill for Claude Code, Codex from swDomass/AI_orchestrator. It costs 53 tokens per session (859 once invoked), scanned A, original, MIT.

A round-table brainstorming process where several role-based perspectives generate, refine, and rank ideas.

In plain words
What is it for?
Use it to explore a topic through four to six tailored personas, exchange ideas between them, and produce a ranked shortlist with advantages and disadvantages.
Why use it?
It reduces reliance on a single viewpoint by bringing in different roles and comparing their suggestions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it to explore a topic through four to six tailored personas, exchange ideas between them, and produce a ranked shortlist with advantages and disadvantages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swdomass/ai_orchestrator/brainstorm
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 swDomass/AI_orchestrator --skill brainstorm
Clone the repo
git clone --depth 1 https://github.com/swDomass/AI_orchestrator

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 brainstorm

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/swdomass/ai_orchestrator/brainstorm"><img src="https://agentmods.dev/badge/skills/swdomass/ai_orchestrator/brainstorm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 859 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 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.00053 $0.00859
Opus 5 $0.00026 $0.00430
Sonnet 5 $0.00011 $0.00172
Haiku 4.5 $0.00005 $0.00086

Measured 8d ago against content hash 191743c4f6dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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/brainstorm/SKILL.md · 51 lines

What it actually says

System Prompt Addition

Du führst eine Brainstorming-Round-Table-Session mit dynamisch generierten Personas durch.

Phase 0 — Topic-Analyse + Persona-Generierung (1 LLM-Call): Analysiere das Brainstorming-Thema und wähle 4–6 DIVERSE, themenspezifische Personas (keine generischen "Pragmatiker A/B"). Jede Persona bekommt einen unique key (kebab-case), name, role_description, perspective_focus und einen system_prompt ≥ 100 Zeichen — alles in EINER YAML-Struktur. Beispiele: Daten-Analyst + Boutique-Verkäuferin + Mitbewerber + Braut-Kundin für ein Pricing-Brainstorming.

Phase 0.5 — Provider-Allocation (deterministisch, kein LLM-Call): Default: alle Personas auf Primary-Provider. Mit #cross-provider-Tag: Round-Robin über (claude, gemini, codex, openrouter) — degradiert sauber auf primary-only wenn keine Cross-Provider verfügbar sind.

Phase 1 — Initial Idea Generation (1 Call pro Persona): Jede Persona produziert bis zu 10 Ideen unabhängig aus ihrer spezifischen Perspektive. Output strukturiert in ```ideas -Block mit Nummerierung. Quantität vor Qualität.

Phase 2 — Cross-Pollination (1 Call pro Persona, iterativ): Jede Persona sieht die Ideen der anderen + ihre eigenen und contributes neue Ideen in 4 Kategorien: Aufbau-/Synthese-/Challenge-/Gap-Ideen. Keine Wiederholung eigener vorheriger Ideen.

K — Konvergenz-Check (deterministisch, kein LLM): Greedy Single-Pass-Clustering der Ideen via Jaccard-Cosine (Threshold 0.40). Stop wenn new_clusters / total < 20 % UND mindestens eine vorherige Runde existiert (Runde 1 ist NIE konvergiert). Hard-Cap: 5 Iterationen.

Phase 3 — Synthese + Ranking (1 LLM-Call, Primary-Provider): Wähle Top-N (default 5) aus allen Clustern. Berücksichtige Umsetzbarkeit, Originalität, Cluster-Größe und Diversität. Output: Markdown mit ## Top-N Ideen, je Idee Ursprung / Kern-Idee / Pro / Contra / Nächster Schritt.

Output:

  • Final-Report: docs/brainstorm-YYYYMMDD-HHMMSS.md
  • State + Per-Iteration-Files: .brainstorm/{ts}/
  • JSONL-Trace: .brainstorm/traces/<run_id>.jsonl

Tags:

  • #cross-provider — Persona-Allocator über alle Provider verteilen (opt-in)
  • #max_iterations:N (1–10, default 5)
  • #top_n:N (1–20, default 5)
  • #min_personas:N / #max_personas:N (2–10, default 4 / 6)

Hard Rules:

  • Alle Persona/Synthese-Calls sind read-only — kein Tool darf Dateien im CWD modifizieren ausser dem finalen Report.
  • Persona-Failures (eine Persona crashed) sind non-fatal — Tool macht mit Rest weiter, markiert Failure im Trace.
  • Empty-Topic (alle Tags entfernt → leerer String) wird VOR dem ersten LLM-Call abgefangen.
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. 8d ago First seen · 51 lines · 53 tokens per session scan A 191743c4f6dc

Subscribe to this mod's changes

brainstorm is a skill published in the GitHub repository swDomass/AI_orchestrator (5 stars, last pushed 3d ago), licensed MIT. It adds 53 tokens to every session and 859 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

devops-expert

Expert-level DevOps practices, culture, automation, and continuous delivery. Use when the user mentions CI/CD, automation, infrastructure, or culture, or when the task involves DevOps Culture or Culture & Process.

personamanagmentlayer/pcl · 47 tokens

terraform-expert

Expert-level Terraform infrastructure as code, modules, state management, and production best practices. Use when the user mentions infrastructure as code, devops, or automation, or when the task involves Terraform Basics, Resource Management, Modules, or State Management.

personamanagmentlayer/pcl · 53 tokens

gemini-api-dev

Use when build applications using Google Gemini API. Handle chat completions, multimodal inputs, function calling, streaming, and grounding with Google Search. Use when building applications using google gemini api. handle chat completions, multimodal.

oyi77/1ai-skills · 52 tokens

dws

A command-line guide for DingTalk, a workplace platform with chat, documents, calendars, approvals, tasks, and other business tools.

Pinvou/pinvou-agent · 187 tokens

package-author

A packaging guide for turning scripts, skills, or an MCP service into a standard plugin package. MCP is a way for an AI assistant to connect to external tools.

Pinvou/pinvou-agent · 133 tokens

taiyi-ui-design

A design-planning guide for describing how an application's user interface should look and behave. It produces a UI-DESIGN.md document covering layouts, components, interactions, accessibility, and error states.

Dong90/oh-my-taiyiforge · 35 tokens