brainstorming
This skill provides detailed process knowledge for effective brainstorming sessions that clarify WHAT to build before diving into HOW to build it.
Works with
3
total installs
3
this week
13.4K
GitHub stars
0
upvotes
Install Skill
Run in your terminal
3
installs
3
this week
13.4K
stars
Installation Guide
How to use brainstorming on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your machine
- ›Node.js 16+ with npm — verify with
node --version - ›Active project directory where you want to add
brainstorming
Run the install command
Execute the skills CLI command in your project's root directory to begin installation:
Fetches brainstorming from everyinc/compound-engineering-plugin and configures it for Cursor.
Select Cursor when prompted
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate brainstorming. Access via /brainstorming in your agent's command palette.
Security Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Documentation
Brainstorming
This skill provides detailed process knowledge for effective brainstorming sessions that clarify WHAT to build before diving into HOW to build it.
When to Use This Skill
Brainstorming is valuable when:
- Requirements are unclear or ambiguous
- Multiple approaches could solve the problem
- Trade-offs need to be explored with the user
- The user hasn't fully articulated what they want
- The feature scope needs refinement
Brainstorming can be skipped when:
- Requirements are explicit and detailed
- The user knows exactly what they want
- The task is a straightforward bug fix or well-defined change
Core Process
Phase 0: Assess Requirement Clarity
Before diving into questions, assess whether brainstorming is needed.
Signals that requirements are clear:
- User provided specific acceptance criteria
- User referenced existing patterns to follow
- User described exact behavior expected
- Scope is constrained and well-defined
Signals that brainstorming is needed:
- User used vague terms ("make it better", "add something like")
- Multiple reasonable interpretations exist
- Trade-offs haven't been discussed
- User seems unsure about the approach
If requirements are clear, suggest: "Your requirements seem clear. Consider proceeding directly to planning or implementation."
Phase 1: Understand the Idea
Ask questions one at a time to understand the user's intent. Avoid overwhelming with multiple questions.
Question Techniques:
-
Prefer multiple choice when natural options exist
- Good: "Should the notification be: (a) email only, (b) in-app only, or (c) both?"
- Avoid: "How should users be notified?"
-
Start broad, then narrow
- First: What is the core purpose?
- Then: Who are the users?
- Finally: What constraints exist?
-
Validate assumptions explicitly
- "I'm assuming users will be logged in. Is that correct?"
-
Ask about success criteria early
- "How will you know this feature is working well?"
Key Topics to Explore:
| Topic | Example Questions |
|---|---|
| Purpose | What problem does this solve? What's the motivation? |
| Users | Who uses this? What's their context? |
| Constraints | Any technical limitations? Timeline? Dependencies? |
| Success | How will you measure success? What's the happy path? |
| Edge Cases | What shouldn't happen? Any error states to consider? |
| Existing Patterns | Are there similar features in the codebase to follow? |
Exit Condition: Continue until the idea is clear OR user says "proceed" or "let's move on"
Phase 2: Explore Approaches
After understanding the idea, propose 2-3 concrete approaches.
Structure for Each Approach:
### Approach A: [Name]
[2-3 sentence description]
**Pros:**
- [Benefit 1]
- [Benefit 2]
**Cons:**
- [Drawback 1]
- [Drawback 2]
**Best when:** [Circumstances where this approach shines]
Guidelines:
- Lead with a recommendation and explain why
- Be honest about trade-offs
- Consider YAGNI—simpler is usually better
- Reference codebase patterns when relevant
Phase 3: Capture the Design
Summarize key decisions in a structured format.
Design Doc Structure:
---
date: YYYY-MM-DD
topic: <kebab-case-topic>
---
# <Topic Title>
## What We're Building
[Concise description—1-2 paragraphs max]
## Why This Approach
[Brief explanation of approaches considered and why this one was chosen]
## Key Decisions
- [Decision 1]: [Rationale]
- [Decision 2]: [Rationale]
## Open Questions
- [Any unresolved questions for the planning phase]
## Next Steps
→ `/ce:plan` for implementation details
Output Location: docs/brainstorms/YYYY-MM-DD-<topic>-brainstorm.md
Phase 4: Handoff
Present clear options for what to do next:
- Proceed to planning → Run
/ce:plan - Refine further → Continue exploring the design
- Done for now → User will return later
YAGNI Principles
During brainstorming, actively resist complexity:
- Don't design for hypothetical future requirements
- Choose the simplest approach that solves the stated problem
- Prefer boring, proven patterns over clever solutions
- Ask "Do we really need this?" when complexity emerges
- Defer decisions that don't need to be made now
Incremental Validation
Keep sections short—200-300 words maximum. After each section of output, pause to validate understanding:
- "Does this match what you had in mind?"
- "Any adjustments before we continue?"
- "Is this the direction you want to go?"
This prevents wasted effort on misaligned designs.
Anti-Patterns to Avoid
| Anti-Pattern | Better Approach |
|---|---|
| Asking 5 questions at once | Ask one at a time |
| Jumping to implementation details | Stay focused on WHAT, not HOW |
| Proposing overly complex solutions | Start simple, add complexity only if needed |
| Ignoring existing codebase patterns | Research what exists first |
| Making assumptions without validating | State assumptions explicitly and confirm |
| Creating lengthy design documents | Keep it concise—details go in the plan |
Integration with Planning
Brainstorming answers WHAT to build:
- Requirements and acceptance criteria
- Chosen approach and rationale
- Key decisions and trade-offs
Planning answers HOW to build it:
- Implementation steps and file changes
- Technical details and code patterns
- Testing strategy and verification
When brainstorm output exists, /ce:plan should detect it and use it as input, skipping its own idea refinement phase.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases
Task Automation & Efficiency
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Knowledge Enhancement
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Quality Improvement
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Implementation Guide
Prerequisites
- ›Claude Desktop or compatible AI client with skill support
- ›Clear understanding of task or problem to solve
- ›Willingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Steps
- 1Install skill using provided installation command
- 2Test with simple use case relevant to your work
- 3Evaluate output quality and relevance
- 4Iterate on prompts to improve results
- 5Integrate into regular workflow if valuable
Common Pitfalls
- ⚠Expecting perfect results without iteration
- ⚠Not providing enough context in prompts
- ⚠Using skill for tasks outside its intended scope
- ⚠Accepting outputs without review and validation
Best Practices
✓ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
✗ Don't
- −Don't use without understanding skill limitations
- −Don't skip validation of outputs
- −Don't share sensitive information in prompts
- −Don't expect skill to replace human judgment
💡 Pro Tips
- ★Be specific about desired format and style
- ★Ask for multiple options to choose from
- ★Request explanations to understand reasoning
- ★Combine AI efficiency with human expertise
When to Use This
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
Learning Path
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Related Skills
brainstorming
9sickn33/antigravity-awesome-skills
product-brainstorming
4anthropics/knowledge-work-plugins
ml-paper-writing
66davila7/claude-code-templates
beautiful-mermaid
23intellectronica/agent-skills
llm-council
22am-will/codex-skills
blockchain-developer
10sickn33/antigravity-awesome-skills
Reviews
- FFatima Abebe★★★★★Dec 20, 2024
brainstorming has been reliable in day-to-day use. Documentation quality is above average for community skills.
- IIsabella Singh★★★★★Dec 16, 2024
Useful defaults in brainstorming — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- HHassan Tandon★★★★★Dec 8, 2024
We added brainstorming from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- KKwame Kapoor★★★★★Nov 27, 2024
Useful defaults in brainstorming — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- AAarav Abbas★★★★★Nov 19, 2024
brainstorming reduced setup friction for our internal harness; good balance of opinion and flexibility.
- IIshan Flores★★★★★Nov 15, 2024
I recommend brainstorming for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- KKabir Khan★★★★★Nov 11, 2024
Solid pick for teams standardizing on skills: brainstorming is focused, and the summary matches what you get after install.
- HHassan Farah★★★★★Nov 7, 2024
We added brainstorming from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- LLi Jackson★★★★★Nov 7, 2024
I recommend brainstorming for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- HHassan Liu★★★★★Oct 26, 2024
Solid pick for teams standardizing on skills: brainstorming is focused, and the summary matches what you get after install.
showing 1-10 of 70
Discussion
Comments — not star reviews- No comments yet — start the thread.