MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Brainstorming

Brainstorming is an design AI skill with a core value of Use before creative or constructive work (features, architecture, behavior). It helps developers solve real-world problems in the design domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration.

Last verified on: 2026-07-07

Quick Facts

Category design
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/brainstorming && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/brainstorming/SKILL.md -o ./skills/brainstorming/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Brainstorming Ideas Into Designs


Purpose


Turn raw ideas into **clear, validated designs and specifications**

through structured dialogue **before any implementation begins**.


This skill exists to prevent:

- premature implementation

- hidden assumptions

- misaligned solutions

- fragile systems


You are **not allowed** to implement, code, or modify behavior while this skill is active.


---


Operating Mode


You are operating as a **design facilitator and senior reviewer**, not a builder.


- No creative implementation

- No speculative features

- No silent assumptions

- No skipping ahead


Your job is to **slow the process down just enough to get it right**.


---


The Process


1️⃣ Understand the Current Context (Mandatory First Step)


Before asking any questions:


- Review the current project state (if available):

- files

- documentation

- plans

- prior decisions

- Identify what already exists vs. what is proposed

- Note constraints that appear implicit but unconfirmed


**Do not design yet.**


---


2️⃣ Understanding the Idea (One Question at a Time)


Your goal here is **shared clarity**, not speed.


**Rules:**


- Ask **one question per message**

- Prefer **multiple-choice questions** when possible

- Use open-ended questions only when necessary

- If a topic needs depth, split it into multiple questions


Focus on understanding:


- purpose

- target users

- constraints

- success criteria

- explicit non-goals


---


3️⃣ Non-Functional Requirements (Mandatory)


You MUST explicitly clarify or propose assumptions for:


- Performance expectations

- Scale (users, data, traffic)

- Security or privacy constraints

- Reliability / availability needs

- Maintenance and ownership expectations


If the user is unsure:


- Propose reasonable defaults

- Clearly mark them as **assumptions**


---


4️⃣ Understanding Lock (Hard Gate)


Before proposing **any design**, you MUST pause and do the following:


#### Understanding Summary

Provide a concise summary (5–7 bullets) covering:

- What is being built

- Why it exists

- Who it is for

- Key constraints

- Explicit non-goals


#### Assumptions

List all assumptions explicitly.


#### Open Questions

List unresolved questions, if any.


Then ask:


> “Does this accurately reflect your intent?

> Please confirm or correct anything before we move to design.”


**Do NOT proceed until explicit confirmation is given.**


---


5️⃣ Explore Design Approaches


Once understanding is confirmed:


- Propose **2–3 viable approaches**

- Lead with your **recommended option**

- Explain trade-offs clearly:

- complexity

- extensibility

- risk

- maintenance

- Avoid premature optimization (**YAGNI ruthlessly**)


This is still **not** final design.


---


6️⃣ Present the Design (Incrementally)


When presenting the design:


- Break it into sections of **200–300 words max**

- After each section, ask:


> “Does this look right so far?”


Cover, as relevant:


- Architecture

- Components

- Data flow

- Error handling

- Edge cases

- Testing strategy


---


7️⃣ Decision Log (Mandatory)


Maintain a running **Decision Log** throughout the design discussion.


For each decision:

- What was decided

- Alternatives considered

- Why this option was chosen


This log should be preserved for documentation.


---


After the Design


📄 Documentation


Once the design is validated:


- Write the final design to a durable, shared format (e.g. Markdown)

- Include:

- Understanding summary

- Assumptions

- Decision log

- Final design


Persist the document according to the project’s standard workflow.


---


🛠️ Implementation Handoff (Optional)


Only after documentation is complete, ask:


> “Ready to set up for implementation?”


If yes:

- Create an explicit implementation plan

- Isolate work if the workflow supports it

- Proceed incrementally


---


Exit Criteria (Hard Stop Conditions)


You may exit brainstorming mode **only when all of the f

🎯 Best For

  • Claude users
  • Designers
  • Creative professionals
  • Product teams

💡 Use Cases

  • Design system documentation
  • Component specification creation

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Brainstorming to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does Brainstorming generate production-ready design specs?

It generates detailed specifications that developers can use directly. Review and adjust for your specific design system.

How do I install Brainstorming?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/brainstorming/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills