KS
Killer-Skills

brainstorming — brainstorming AI agent skill brainstorming AI agent skill, how to use brainstorming for design, brainstorming vs direct implementation, pre development requirements gathering, brainstorming skill setup guide, what is brainstorming in AI agents, collaborative design specification generator, AI agent hard-gate skill

Verified
v1.0.0
GitHub

About this Skill

Perfect for Design-First Agents requiring comprehensive requirement analysis before implementation. Brainstorming is an AI Agent Skill that facilitates a structured, collaborative dialogue to explore user intent and project requirements. It acts as a mandatory hard-gate to generate and get approval on a complete design specification before any code is written or implementation actions are taken.

Features

Enforces a mandatory pre-implementation hard-gate to prevent premature coding
Refines ideas through iterative, natural collaborative dialogue
Generates complete technical designs and specifications from initial concepts
Explicitly withholds all implementation skills (e.g., coding, scaffolding) until design approval

# Core Topics

obra obra
[71.9k]
[5546]
Updated: 3/6/2026

Quality Score

Top 5%
68
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add obra/superpowers/brainstorming

Agent Capability Analysis

The brainstorming MCP Server by obra is an open-source Categories.official integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for brainstorming AI agent skill, how to use brainstorming for design, brainstorming vs direct implementation.

Ideal Agent Persona

Perfect for Design-First Agents requiring comprehensive requirement analysis before implementation.

Core Value

Enforces a hard-gated design process that prevents premature implementation by systematically exploring user intent, requirements, and design specifications through natural collaborative dialogue. Ensures full design approval before any code generation or project scaffolding occurs.

Capabilities Granted for brainstorming MCP Server

Refining vague concepts into detailed specifications
Conducting comprehensive requirement analysis
Creating implementation-ready design documents
Validating user intent before development

! Prerequisites & Limits

  • Requires full design approval before implementation
  • Mandatory sequential questioning approach
  • No code generation until final design presentation
Project
SKILL.md
4.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Brainstorming Ideas Into Designs

Overview

Help turn ideas into fully formed designs and specs through natural collaborative dialogue.

Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval.

<HARD-GATE> Do NOT invoke any implementation skill, write any code, scaffold any project, or take any implementation action until you have presented a design and the user has approved it. This applies to EVERY project regardless of perceived simplicity. </HARD-GATE>

Anti-Pattern: "This Is Too Simple To Need A Design"

Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are where unexamined assumptions cause the most wasted work. The design can be short (a few sentences for truly simple projects), but you MUST present it and get approval.

Checklist

You MUST create a task for each of these items and complete them in order:

  1. Explore project context — check files, docs, recent commits
  2. Ask clarifying questions — one at a time, understand purpose/constraints/success criteria
  3. Propose 2-3 approaches — with trade-offs and your recommendation
  4. Present design — in sections scaled to their complexity, get user approval after each section
  5. Write design doc — save to docs/plans/YYYY-MM-DD-<topic>-design.md and commit
  6. Transition to implementation — invoke writing-plans skill to create implementation plan

Process Flow

dot
1digraph brainstorming { 2 "Explore project context" [shape=box]; 3 "Ask clarifying questions" [shape=box]; 4 "Propose 2-3 approaches" [shape=box]; 5 "Present design sections" [shape=box]; 6 "User approves design?" [shape=diamond]; 7 "Write design doc" [shape=box]; 8 "Invoke writing-plans skill" [shape=doublecircle]; 9 10 "Explore project context" -> "Ask clarifying questions"; 11 "Ask clarifying questions" -> "Propose 2-3 approaches"; 12 "Propose 2-3 approaches" -> "Present design sections"; 13 "Present design sections" -> "User approves design?"; 14 "User approves design?" -> "Present design sections" [label="no, revise"]; 15 "User approves design?" -> "Write design doc" [label="yes"]; 16 "Write design doc" -> "Invoke writing-plans skill"; 17}

The terminal state is invoking writing-plans. Do NOT invoke frontend-design, mcp-builder, or any other implementation skill. The ONLY skill you invoke after brainstorming is writing-plans.

The Process

Understanding the idea:

  • Check out the current project state first (files, docs, recent commits)
  • Ask questions one at a time to refine the idea
  • Prefer multiple choice questions when possible, but open-ended is fine too
  • Only one question per message - if a topic needs more exploration, break it into multiple questions
  • Focus on understanding: purpose, constraints, success criteria

Exploring approaches:

  • Propose 2-3 different approaches with trade-offs
  • Present options conversationally with your recommendation and reasoning
  • Lead with your recommended option and explain why

Presenting the design:

  • Once you believe you understand what you're building, present the design
  • Scale each section to its complexity: a few sentences if straightforward, up to 200-300 words if nuanced
  • Ask after each section whether it looks right so far
  • Cover: architecture, components, data flow, error handling, testing
  • Be ready to go back and clarify if something doesn't make sense

After the Design

Documentation:

  • Write the validated design to docs/plans/YYYY-MM-DD-<topic>-design.md
  • Use elements-of-style:writing-clearly-and-concisely skill if available
  • Commit the design document to git

Implementation:

  • Invoke the writing-plans skill to create a detailed implementation plan
  • Do NOT invoke any other skill. writing-plans is the next step.

Key Principles

  • One question at a time - Don't overwhelm with multiple questions
  • Multiple choice preferred - Easier to answer than open-ended when possible
  • YAGNI ruthlessly - Remove unnecessary features from all designs
  • Explore alternatives - Always propose 2-3 approaches before settling
  • Incremental validation - Present design, get approval before moving on
  • Be flexible - Go back and clarify when something doesn't make sense

Related Skills

Looking for an alternative to brainstorming or building a Categories.official AI Agent? Explore these related open-source MCP Servers.

View All

flags

Logo of facebook
facebook

flags is a feature flag management system that enables developers to check flag states, compare channels, and debug feature behavior differences across release channels.

243.6k
0
Design

extract-errors

Logo of facebook
facebook

extract-errors is a skill that assists in extracting and managing error codes in React applications using yarn extract-errors command.

243.6k
0
Design

fix

Logo of facebook
facebook

fix is a technical skill that resolves lint errors, formatting issues, and ensures code quality in declarative, frontend, and UI projects

243.6k
0
Design

flow

Logo of facebook
facebook

Flow is a type checking system for JavaScript, used to validate React code and ensure consistency across applications

243.6k
0
Design