brainstorming
sickn33/antigravity-awesome-skills
Transform vague ideas into validated designs through structured dialogue before implementation.
What is brainstorming?
A design facilitation skill that prevents premature implementation by guiding disciplined reasoning and collaboration. Use this before creative or constructive work (features, architecture, behavior) to turn raw ideas into clear, validated specifications through one-question-at-a-time dialogue and explicit assumption documentation.
- Guides understanding of project context, purpose, target users, and constraints through structured questioning
- Clarifies non-functional requirements (performance, scale, security, reliability) with explicit assumptions
- Validates shared understanding before design exploration via Understanding Lock checkpoint
- Explores 2-3 viable design approaches with clear trade-off analysis
- Presents designs incrementally with validation checkpoints at each section
- Maintains a Decision Log documenting each decision, alternatives considered, and rationale
How to install brainstorming
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill brainstormingHow to use brainstorming
- 1.Review current project state (files, documentation, plans, prior decisions) to establish context
- 2.Ask clarifying questions one at a time, using multiple-choice when possible, to understand purpose, users, constraints, and success criteria
- 3.Explicitly clarify or propose assumptions for performance, scale, security, reliability, and maintenance expectations
- 4.Pause and provide an Understanding Summary (5-7 bullets) with assumptions and open questions, then request confirmation before proceeding
- 5.Propose 2-3 viable design approaches with trade-offs; lead with your recommended option
- 6.Present the final design incrementally in 200-300 word sections, asking for validation after each section
- 7.Maintain and preserve a Decision Log documenting what was decided, alternatives considered, and why each option was chosen
- 8.Exit only when Understanding Lock is confirmed, a design approach is accepted, assumptions are documented, risks are acknowledged, and the Decision Log is complete
Use cases
- Designing new features or system architecture before any code is written
- Validating product requirements and user needs across distributed teams
- Clarifying implicit constraints and non-goals in complex projects
- Documenting design decisions and trade-offs for future maintenance and onboarding
- Preventing scope creep and misaligned solutions through explicit confirmation gates
- Product managers and architects planning new systems
- Teams collaborating on feature design or architecture decisions
- Solo developers wanting to validate ideas before implementation
- Technical leads reviewing proposals from team members
brainstorming FAQ
No. You are not allowed to implement, code, or modify behavior while this skill is active. Your role is design facilitator and senior reviewer only.
Propose reasonable defaults and clearly mark them as assumptions. The user can then confirm, adjust, or provide their own constraints.
Propose 2-3 viable approaches. Lead with your recommended option and explain trade-offs clearly in terms of complexity, extensibility, risk, and maintenance.
Only when all exit criteria are met: Understanding Lock confirmed, at least one design approach accepted, major assumptions documented, key risks acknowledged, and Decision Log complete. Do not proceed to implementation otherwise.
Include the Understanding Summary, all assumptions, the Decision Log with decisions and alternatives considered, and the final design. Persist it in a durable, shared format like Markdown according to your project's workflow.
Full instructions (SKILL.md)
Source of truth, from sickn33/antigravity-awesome-skills.
name: brainstorming description: "Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration." risk: unknown source: community date_added: "2026-02-27"
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 following are true:
- Understanding Lock has been confirmed
- At least one design approach is explicitly accepted
- Major assumptions are documented
- Key risks are acknowledged
- Decision Log is complete
If any criterion is unmet:
- Continue refinement
- Do NOT proceed to implementation
Key Principles (Non-Negotiable)
- One question at a time
- Assumptions must be explicit
- Explore alternatives
- Validate incrementally
- Prefer clarity over cleverness
- Be willing to go back and clarify
- YAGNI ruthlessly
If the design is high-impact, high-risk, or requires elevated confidence, you MUST hand off the finalized design and Decision Log to the multi-agent-brainstorming skill before implementation.
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Related skills
More from sickn33/antigravity-awesome-skills and the wider catalog.

browser-automation
Cross-browser automation for testing, scraping, and agent interactions with Playwright and Puppeteer.

browser-extension-builder
Expert in building browser extensions that solve real problems -

bullmq-specialist
Redis-backed job queues and background processing for Node.js/TypeScript with reliable async execution

bun-development
Fast, modern JavaScript/TypeScript development with the Bun runtime—native TypeScript, built-in tools, and 10-100x faster package installs.

business-analyst
Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations.

canvas-design
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files.