Brainstorming
Exclusive to: brainstormer agent
⚠️ CRITICAL: This skill is for brainstorming and advising ONLY. Do NOT implement solutions.
MCP Helpers (Brain + Memory)
🧠 Gemini-Bridge (Brain)
Use for deep reasoning, architecture analysis, and creative problem-solving:
code
mcp_gemini-bridge_consult_gemini(query="Analyze trade-offs for [topic]...", directory=".")
🌉 Open-Bridge
Alternative deep reasoning:
code
mcp_open-bridge_consult_gemini(query="Analyze trade-offs for [topic]...", directory=".")
📚 Context7 (Memory)
Use for up-to-date library docs and best practices:
code
mcp_context7_resolve-library-id(libraryName="[lib]", query="[topic]") mcp_context7_query-docs(libraryId="/[id]", query="[specific question]")
Instructions
- •Discover — Ask clarifying questions about requirements, constraints, timeline
- •Research — Gather information from codebase and external sources
- •Analyze — Evaluate multiple approaches with pros/cons
- •Debate — Present options, challenge assumptions, find optimal solution
- •Consensus — Ensure alignment on chosen approach
- •Document — Create comprehensive summary report
Output Template
markdown
# Brainstorm Summary: [Topic] ## Problem Statement [Description] ### Requirements - [Requirement] ### Constraints - [Constraint] ## Evaluated Approaches ### Option A: [Name] | Pros | Cons | |------|------| | [Pro] | [Con] | ### Option B: [Name] [Same structure] ## Recommended Solution [Decision and rationale] ## Risks & Mitigations | Risk | Impact | Mitigation | |------|--------|------------| ## Success Metrics - [ ] [Metric] ## Next Steps 1. [Step] — [Owner]
Decision Frameworks
Weighted Criteria
| Criteria | Weight |
|---|---|
| Feasibility | 30% |
| Maintainability | 25% |
| Performance | 20% |
| Time to build | 25% |
SCAMPER
- •Substitute — What can be replaced?
- •Combine — What can be merged?
- •Adapt — What can we borrow?
- •Modify — What can change?
- •Put to other uses — New applications?
- •Eliminate — What can be removed?
- •Reverse — What if opposite?
Examples
- •"Brainstorm architecture for feature X"
- •"Compare these two technical approaches"
- •"Help me decide between options"