brainstorming

Guide teams through structured design exploration to document design options.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/xxipv6/claudeSandBox --skill brainstorming-xxipv6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brainstorming
Source: https://github.com/xxipv6/claudeSandBox/tree/main/claudeCode-none/claude_arm64/workspace/.claude/skills/brainstorming
Command: npx skills add https://github.com/xxipv6/claudeSandBox --skill brainstorming-xxipv6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design exploration provides a disciplined process to surface multiple design options before proceeding with implementation, reducing rework and architecture drift.

Core Features & Use Cases

  • Structured exploration: identifies context, constraints, and success criteria; generates multiple design options.
  • Decision framing: prompts clarifying questions and structured trade-offs.
  • Documentation readiness: produces design artifacts and guides for planners.

Quick Start

Trigger brainstorming to explore 2-3 design options for a feature and document the chosen approach.

Frequently Asked Questions about brainstorming

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

FAQPage Schema
How do I explore multiple design options before implementation?

Structured design exploration surfaces multiple design options by identifying context, constraints, and success criteria before implementation. It generates 2-3 distinct approaches to reduce rework and architecture drift.

What is the best way to document architectural decisions for a multi-module codebase?

Documenting architectural decisions requires a disciplined brainstorming process that frames structured trade-offs and clarifying questions. This yields documented design artifacts and guides for planners before implementation.

How do I structure feature ideation for complex refactoring tasks?

Feature ideation for complex refactors relies on structured design exploration. It prompts clarifying questions to frame decisions and generates multiple design options to ensure innovative solutions are surfaced and documented.

Can I use structured brainstorming for architecture planning across multiple modules?

Yes, structured brainstorming applies directly to architecture planning across multi-module codebases. It guides teams through feature ideation and complex refactors by framing trade-offs to yield a documented design.

Why does architecture drift happen and how can design exploration prevent it?

Architecture drift happens when implementation proceeds without disciplined design exploration. Generating multiple design options and documenting the chosen approach beforehand reduces rework and prevents drift.