brainstorming

Guide structured design exploration with one-question-at-a-time clarification and documented spec approval.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/selrai-company/claude-workshop-kit --skill brainstorming-selrai-company
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brainstorming
Source: https://github.com/selrai-company/claude-workshop-kit/tree/main/skills/brainstorming
Command: npx skills add https://github.com/selrai-company/claude-workshop-kit --skill brainstorming-selrai-company

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents premature implementation by guiding teams to understand user intent, constraints, and success criteria before writing code or scaffolding projects. It reduces wasted work from unexamined assumptions, ensures scope is appropriate, and creates a clear approval gate for moving from idea to implementation.

Core Features & Use Cases

  • Guided discovery: Explore project context, check files and docs, and ask one clarifying question at a time to refine requirements.
  • Approach comparison and recommendation: Propose 2–3 approaches with trade-offs and lead with a recommended option.
  • Design gating and documentation: Present the design in scoped sections, get user approval, write a committed spec file, run a spec-review loop, and only then transition to implementation planning.
  • Use case: Turning a stakeholder request for a "quick UI tweak" into a scoped design, trade-off analysis, and a committed spec that prevents accidental overwork or wrong-architecture choices.

Quick Start

Ask the assistant to "Help me design a feature to add a saved-searches panel to our dashboard, start by exploring the project context and asking one clarifying question."

Frequently Asked Questions about brainstorming

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clarify feature requirements before implementation begins?

Clarifying feature requirements before implementation involves guided discovery to explore project context, asking one question at a time to understand user intent, constraints, and success criteria. This structured design exploration prevents premature implementation and reduces wasted work from unexamined assumptions.

What is the best way to compare architectural approaches for a UI feature?

Comparing architectural approaches for a UI feature is handled by proposing 2–3 design options with explicit trade-offs, led by a recommended option. This ensures scope is appropriate and prevents accidental overwork or wrong-architecture choices before development.

How do I create a design spec and get approval before writing code?

Creating a design spec requires presenting scoped design sections to stakeholders, securing user approval, writing a committed spec file, and running a spec-review loop. This documented spec creation creates a clear approval gate for moving from idea to implementation planning.

Can I scope a small configuration update without triggering a full architecture change?

Scoping a small configuration update without a full architecture change is supported through structured design exploration. It applies to small configuration updates where clarifying requirements and trade-offs ensures the design scope remains appropriate and contained.

When should I not use structured brainstorming for feature design?

Structured brainstorming for feature design should not be used when implementation requirements are already fully specified and approved. This process specifically targets projects needing user-research, trade-off analysis, and a gated transition to implementation planning.

Does this design exploration process work for UI/UX decisions and stakeholder requests?

Design exploration works for UI/UX decisions and stakeholder requests by turning a request like a quick UI tweak into a scoped design. It applies user-research and specification creation to ensure the final architecture choices match actual requirements.