brainstorming

brainstorming is a skill for Claude Code, Codex from hashgraph-online/awesome-codex-plugins. It costs 55 tokens per session (861 once invoked), scanned A, original, Apache-2.0.

A guided brainstorming process that explores several solutions before choosing one. It compares options by user experience, engineering effort, business value, and risk, then records the decision and next steps.

In plain words
What is it for?
Use it for technical choices, architecture, product strategy, or user-experience decisions where several approaches could work.
Why use it?
It helps prevent a team from fixating on the first idea and makes assumptions, trade-offs, and rejected options visible.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for gstack. Also seen: built for gstack.

Good fit Use it for technical choices, architecture, product strategy, or user-experience decisions where several approaches could work.

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

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/hashgraph-online/awesome-codex-plugins/brainstorming.svg)](https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/brainstorming"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/brainstorming.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 861 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.00055 $0.00861
Opus 5 $0.00028 $0.00430
Sonnet 5 $0.00011 $0.00172
Haiku 4.5 $0.00006 $0.00086

Measured 3d ago against content hash a3df3add27a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 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/Colin4k1024/tsp/skills/brainstorming/SKILL.md · 75 lines

What it actually says

Brainstorming

用途

  • 把"直接跳到实现方案"改成"先发散探索、再收敛锁定"。
  • 适合技术选型、架构方向、产品策略、用户体验方案等需要创造性思考的场景。
  • 避免团队因锚定效应只看到第一个想到的方案。

默认做法

1. 框定问题

  • 用一句话描述要解决的核心问题。
  • 明确约束条件(时间、技术栈、团队能力、合规要求)。
  • 明确成功标准:什么样的方案是"好方案"。

2. 发散阶段

  • 产出至少 3 个差异化方案,每个方案包含:

    • 一句话概述:方案的核心思路
    • 关键假设:该方案依赖哪些前提
    • 优势:这个方案比其他方案好在哪
    • 风险:可能出什么问题
    • 成本估算:时间/人力/基础设施的粗略评估
  • 强制对比维度(来自 gstack multi-perspective 方法论):

    • 用户视角:哪个方案用户体验最好?
    • 工程视角:哪个方案最容易维护和扩展?
    • 商业视角:哪个方案 ROI 最高?
    • 风险视角:哪个方案最不容易出问题?

3. 分块展示(来自 gstack chunked design)

  • 复杂方案不要一口气全部展示,而是分层递进:
    • 第一块:核心架构和关键决策(最高层)
    • 第二块:模块拆分和接口设计(结构层)
    • 第三块:技术细节和实现路径(执行层)
    • 每块展示后暂停,等用户确认方向再展开下一层
    • 用户可以在任意一层要求调整或切换方案

4. 收敛阶段

  • 基于讨论结论,形成推荐方案的结构化输出:
    • 推荐方案及原因
    • 被排除的方案及排除原因
    • 关键假设和待验证项
    • 下一步行动建议

5. 产出

  • 若用于 /team-plan 前置:产出写入 docs/artifacts/{slug}/brainstorm.md
  • 若用于独立探索:产出写入对话上下文,由用户决定是否持久化
  • 若产出涉及架构级决策:建议同步写入 ADR

触发信号

  • 用户说"我们讨论一下方案"、"有哪些选择"、"brainstorm"、"头脑风暴"。
  • /team-intakediscuss-phase 识别出存在多条可行技术路线。
  • architect 在方案设计阶段需要对比多个选项。
  • 技术选型、框架选择、产品策略等需要创造性探索的场景。

配套约束

  1. 不替代正式决策:brainstorming 产出是输入,最终决策由 tech-leadarchitect/team-plan 或 ADR 中锁定。
  2. 时间控制:单次 brainstorming 控制在 3-5 个方案以内,避免无限发散。
  3. 独立性:brainstorming 可以独立调用,不依赖 /team-* 链路。
  4. 对话友好:分块展示模式应在每块结束后给用户反馈点,不要一次性输出整个方案。
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 · 75 lines · 55 tokens per session scan A a3df3add27a1

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (947 stars, last pushed yesterday), licensed Apache-2.0. It adds 55 tokens to every session and 861 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-09-05.

Related

Other skills, from other repositories

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

sprr

Single PR reviewer for awesome-quant. Use when the user asks to review, validate, comment on, label, close, or merge one specific pull request that adds README.md entries. Triggers include "sprr", "review PR", "check PR", and "validate contribution".

wilsonfreitas/awesome-quant · 60 tokens

bprr

Bulk PR reviewer for awesome-quant. Use when the user asks to review all open PRs, review unreviewed PRs, bulk review, or mentions "bprr". Reviews open PRs lacking the reviewed label and presents a summary before any merge/comment/label action.

wilsonfreitas/awesome-quant · 61 tokens

drawio-reconstruction

Reconstructs reference images into high-fidelity, editable Draw.io files with rendered previews: native Draw.io elements carry text and structure, SVG covers simple icons that match the reference, and cropped or transparent PNGs preserve complex visuals. Use when the user wants a diagram image, research figure…

HKUSTDial/Supervisor-Skills · 102 tokens

benchmark-paper-template

Structures Benchmark and Evaluation papers using the five-pillar framework (Research Gap, Construction Pipeline, Evaluation Framework, Empirical Findings, optional Companion Method). Returns a completeness audit, a six-part Introduction logic chain, a Section 2-7 skeleton, and a pre-submission checklist. Use when…

HKUSTDial/Supervisor-Skills · 96 tokens

reverse-engineering-android-malware-with-jadx

Reverse engineers malicious Android APK files using JADX decompiler to analyze Java/Kotlin source code, identify malicious functionality including data theft, C2 communication, privilege escalation, and overlay attacks. Examines manifest permissions, receivers, services, and native libraries. Activates for requests…

adriannoes/awesome-agentic-ai · 82 tokens