SKILL·50B9B5

brainstorming

TechNickAI
Updated 1 month ago
7 views
20
4
20
View on GitHub
Otheraidesign

About

This Claude Skill helps developers collaboratively design solutions when requirements are unclear or multiple approaches exist. It guides you through exploring alternatives and validating design decisions before implementation. Use it for fuzzy problems needing structured brainstorming, not for clear-cut coding tasks.

Quick Install

Claude Code

Recommended
Primary
npx skills add TechNickAI/ai-coding-config -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/TechNickAI/ai-coding-config
Git CloneAlternative
git clone https://github.com/TechNickAI/ai-coding-config.git ~/.claude/skills/brainstorming

Copy and paste this command in Claude Code to install this skill

GitHub Repository

TechNickAI/ai-coding-config
Path: plugins/core/skills/brainstorming
0
ai-agentsai-codinganthropicclaude-codeclaude-code-marketplaceclaude-code-plugins
FAQ

Frequently asked questions

What is the brainstorming skill?

brainstorming is a Claude Skill by TechNickAI. Skills package instructions and resources that Claude loads on demand, so Claude can perform brainstorming-related tasks without extra prompting.

How do I install brainstorming?

Use the install commands on this page: add brainstorming to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does brainstorming belong to?

brainstorming is in the planning category, tagged ai and design.

Is brainstorming free to use?

Yes. brainstorming is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

brainstorm-synthesis
Other

This skill launches multiple AI agents with different perspectives on complex architectural problems, then synthesizes their approaches into a unified solution. It's ideal for hard decisions with multiple valid options where diverse viewpoints add value, implementing an "F-thread" fusion pattern. Developers should use it when needing collective analysis before committing to an approach.

View skill
design-decision-framework
Other

This skill provides a structured framework for evaluating three or more technical or architectural options to prevent impulsive decisions and reduce technical debt. It guides developers through a systematic process of collecting alternatives, defining weighted evaluation criteria, and analyzing trade-offs. Use it for major system changes, architecture decisions, or when team consensus is lacking.

View skill
brainstorm-synthesis
Other

This Claude Skill launches multiple AI agents with different perspectives on complex architectural problems, then synthesizes their approaches into a unified solution. It's ideal for hard decisions where multiple valid approaches exist and diverse viewpoints add value. Developers should use it when needing M-of-N synthesis or comparing trade-offs before committing to an implementation path.

View skill
blueprint
Other

Blueprint transforms a one-line project objective into a modular, step-by-step construction plan where each step contains its own self-contained context. This enables any coding agent in a fresh session to execute any step independently, without needing prior conversation history. It's designed for multi-session, multi-agent projects that require parallel execution or adversarial plan review.

View skill