brainstorming

brainstorming is a skill for Claude Code, Codex from LucasSantana-Dev/sharekit. It costs 41 tokens per session (443 once invoked), scanned A, original, MIT.

A guided conversation for turning an early idea into an agreed design before coding begins. It asks questions, compares approaches, and records the approved plan.

In plain words
What is it for?
Use it to explore a feature, clarify requirements, compare two or three designs, and document the chosen approach. It then prepares a plan for implementation.
Why use it?
It prevents coding the wrong solution or adding features nobody needs. You get agreement on the structure, data flow, errors, and testing first.

Skill for Claude CodeCodex

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/lucassantana-dev/sharekit/brainstorming
Any agent
npx skills add LucasSantana-Dev/sharekit --skill brainstorming
Clone the repo
git clone --depth 1 https://github.com/LucasSantana-Dev/sharekit

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/lucassantana-dev/sharekit/brainstorming.svg)](https://agentmods.dev/skills/lucassantana-dev/sharekit/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/lucassantana-dev/sharekit/brainstorming"><img src="https://agentmods.dev/badge/skills/lucassantana-dev/sharekit/brainstorming.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 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.00041 $0.00443
Opus 5 $0.00020 $0.00221
Sonnet 5 $0.00008 $0.00089
Haiku 4.5 $0.00004 $0.00044

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

sharekit-profile/.claude/skills/brainstorming/SKILL.md · 67 lines

What it actually says

Brainstorming Ideas Into Designs

Help turn ideas into fully formed designs through natural collaborative dialogue.

Hard Gate

Do NOT write any code or take any implementation action until a design is presented and the user approves it.

Process

1. Explore Context

  • Check current project state (files, docs, recent commits)
  • Understand existing architecture

2. Ask Clarifying Questions

  • One question at a time
  • Prefer multiple choice when possible
  • Focus on: purpose, constraints, success criteria

3. Propose Approaches

  • Present 2-3 different approaches with trade-offs
  • Lead with your recommendation and reasoning

4. Present Design

  • Scale each section to its complexity
  • Ask after each section whether it looks right
  • Cover: architecture, components, data flow, error handling, testing

5. Document

  • Write validated design to docs/plans/YYYY-MM-DD-<topic>-design.md
  • Commit the design document

6. Transition to Implementation

  • Create an implementation plan (use plan skill)

Key Principles

  • One question at a time — Don't overwhelm
  • YAGNI ruthlessly — Remove unnecessary features
  • Explore alternatives — Always propose 2-3 approaches
  • Incremental validation — Present design, get approval
  • Be flexible — Go back and clarify when needed

Outputs / Evidence

  • Return the concrete deliverable requested, the main decisions made, and any unresolved constraints.

Failure / Stop Conditions

  • Stop if key prerequisites are missing or the request changes scope enough that the current workflow no longer fits.
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 · 67 lines · 41 tokens per session scan A d5c82c4eb4e0

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository LucasSantana-Dev/sharekit (1 stars, last pushed 3d ago), licensed MIT. It adds 41 tokens to every session and 443 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-31.

Related

Other skills, from other repositories

prpm-development

Use when developing PRPM (Prompt Package Manager) - comprehensive knowledge base covering architecture, format conversion, package types, collections, quality standards, testing, and deployment.

pr-pm/prpm · 36 tokens

creating-cursor-rules-skill

Expert guidance for creating effective Cursor IDE rules with best practices, patterns, and examples.

pr-pm/prpm · 24 tokens

creating-opencode-plugins

Use when creating OpenCode plugins that hook into command, file, LSP, message, permission, server, session, todo, tool, or TUI events - provides plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript event-driven modules.

pr-pm/prpm · 59 tokens

thoroughness

Use when implementing complex multi-step tasks, fixing critical bugs, or when quality and completeness matter more than speed - ensures comprehensive implementation without shortcuts through systematic analysis, implementation, and verification phases.

pr-pm/prpm · 40 tokens

Cursor rules for Convex development with best practices

Skill "Cursor rules for Convex development with best practices" from AmariahAK/atlarix-skills, covering cursor rules for convex development with best practices, when to use this skill, source, convex guidelines and function guidelines.

AmariahAK/atlarix-skills · 9 tokens

Cursor rules for setting up email-to-Telegram forwarding via Cloudflare Email Ro

Cursor rules for setting up email-to-Telegram forwarding via Cloudflare Email Routing and Workers using the mail2tg CLI.

AmariahAK/atlarix-skills · 16 tokens