Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Brainstorming

ASecurity

Generate and explore ideas effectively. Use when starting new projects, solving problems, or exploring solutions. Covers ideation techniques and divergent thinking.

34 stars
0 votes
0 copies
1 views
Added 9/22/2026
databasessql

Works with

cli

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add nguyenhuuca/assessment --skill brainstorming --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Brainstorming?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Brainstorming
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/nguyenhuuca-brainstorming/badge)](https://www.skillsdirectory.com/skills/nguyenhuuca-brainstorming)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: brainstorming
description: Generate and explore ideas effectively. Use when starting new projects, solving problems, or exploring solutions. Covers ideation techniques and divergent thinking.
allowed-tools: Read, Write, Glob, Grep
---

# Brainstorming

## Principles

1. **Quantity over quality**: Generate many ideas first
2. **No judgment**: Defer criticism until later
3. **Build on ideas**: Combine and extend
4. **Wild ideas welcome**: Encourage creativity

## Techniques

### Mind Mapping
Start with central concept, branch out associations.

```
                    ┌── Mobile App
                    │
         ┌── UI ────┼── Web App
         │          │
         │          └── CLI
         │
Product ─┼── Features ── [list features]
         │
         │          ┌── PostgreSQL
         └── Data ──┤
                    └── Redis
```

### SCAMPER
- **S**ubstitute: What can be replaced?
- **C**ombine: What can be merged?
- **A**dapt: What can be borrowed from elsewhere?
- **M**odify: What can be changed?
- **P**ut to other uses: Different applications?
- **E**liminate: What can be removed?
- **R**everse: What if we flip it?

### How Might We (HMW)
Reframe problems as opportunities.

```
Problem: Users abandon signup
HMW: How might we make signup feel rewarding?
HMW: How might we reduce signup friction?
HMW: How might we show value before signup?
```

### Crazy 8s
1. Fold paper into 8 sections
2. 8 ideas in 8 minutes
3. One idea per section
4. Sketch or write

## Idea Evaluation

After brainstorming, evaluate ideas:

| Idea | Impact | Effort | Risk | Priority |
|------|--------|--------|------|----------|
| Idea 1 | High | Low | Low | Do First |
| Idea 2 | High | High | Med | Plan |
| Idea 3 | Low | Low | Low | Maybe |

## Diverge → Converge

1. **Diverge**: Generate many ideas (no filter)
2. **Organize**: Group similar ideas
3. **Converge**: Select best ideas to pursue

Attribution

nguyenhuucanguyenhuuca
View sourceMore from nguyenhuuca →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Mysql Best Practices

MySQL development best practices for schema design, query optimization, and database administration

2481 votes

Clickhouse Io

ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。

2456590 votes

Postgres Patterns

基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。

2456590 votes

Jpa Patterns

Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。

2456590 votes

Postgresql

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

458250 votes
View all in databases →