New to Claude Skills? Learn how to install them →

sickn33 on GitHub

Brainstorming Ideas Into Designs

Free

Transform vague concepts into validated designs through structured dialogue.

Get this skill

Free · Opens the source repo

What Brainstorming Ideas Into Designs does

The Brainstorming Ideas Into Designs skill is designed to facilitate the transformation of raw ideas into clear and validated designs and specifications before any implementation begins. This skill emphasizes the importance of structured dialogue and disciplined reasoning to avoid common pitfalls such as premature implementation, hidden assumptions, and misaligned solutions. By focusing on clarity and collaboration, it helps ensure that all stakeholders have a shared understanding of the project before moving forward.

The skill operates as a design facilitator and senior reviewer, strictly prohibiting any form of implementation, coding, or modification of behavior while active. This approach allows users to slow down the creative process just enough to ensure that the foundational elements of the design are well understood and agreed upon. It guides users through a series of structured steps, starting with an understanding of the current context, followed by a deep dive into the idea itself, and culminating in the exploration of viable design approaches.

Key aspects of the skill include the mandatory clarification of non-functional requirements, the maintenance of a decision log, and the emphasis on validating understanding before proceeding to design. This structured approach not only helps in documenting the design process but also aids in identifying and addressing potential risks and assumptions early on. Users are encouraged to explore alternatives and validate incrementally, ensuring that the final design is robust and well thought out.

This skill is particularly useful for teams engaged in complex projects where clarity and alignment are critical. It is ideal for designers, product managers, and developers who need to ensure that every aspect of a project is thoroughly vetted before implementation begins, thus reducing the risk of costly mistakes later in the development cycle.

When to use it

Use this skill when starting a new project or feature that requires clear specifications and validated designs before coding begins.

When not to use it

Avoid using this skill for tasks that require immediate implementation or when detailed environment-specific validation is already in place.

What you can build with it

Starting a New Product Design

Use this skill when initiating a new product design to ensure all team members have a shared understanding of goals and constraints.

Clarifying Project Requirements

Employ this skill to clarify project requirements and validate assumptions before any coding begins, reducing the risk of misalignment.

Facilitating Team Discussions

Utilize this skill during team discussions to guide structured dialogue and ensure that all voices are heard before moving forward.

How to install Brainstorming Ideas Into Designs

View source

1. Install with the skills CLI

npx skills add sickn33/agentic-awesome-skills/brainstorming --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by sickn33

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.

Frequently asked questions about Brainstorming Ideas Into Designs

Similar skills