一键导入
brainstormer
// Generate brainstorm ideas from multiple thinking frameworks and perspectives. Use when the user asks to brainstorm, ideate, explore options, think through a problem, generate alternatives, or needs creative input on any topic.
// Generate brainstorm ideas from multiple thinking frameworks and perspectives. Use when the user asks to brainstorm, ideate, explore options, think through a problem, generate alternatives, or needs creative input on any topic.
Orchestrate multiple skills through a phased workflow to solve problems, generate ideas, create plans, or build software. Use when the user asks to coordinate roles, run a full workflow, or when a task benefits from brainstorming, challenging, planning, and implementing in sequence.
Aggressively challenge solutions, implementations, designs, and ideas by finding potential issues across performance, UX, security, bugs, scalability, maintainability, and edge cases. Use when the user asks to challenge, critique, stress-test, poke holes in, or review code, architecture, or ideas.
Analyze UI and UX for usability improvements across web, mobile, and CLI interfaces. Suggest and implement changes to make things easier to use and understand. Use when the user asks to review UI/UX, improve usability, simplify an interface, audit accessibility, or optimize user flows.
Create step-by-step plans for solving problems, debugging issues, building features, or architecting complex solutions. Always includes pros/cons analysis and risk consideration. Use when the user asks to plan, create a roadmap, break down a task, design an approach, outline steps, or needs a structured path forward.
Review code changes from git commit history for quality, security, and adherence to codebase patterns. Use when the user asks to review commits, review code changes, review git history, or perform a code review on recent changes.
Write unit tests for code changes across multiple stacks including JavaScript/TypeScript (Jest, Vitest), React (Testing Library), PHP (PHPUnit), Python (pytest), Django (TestCase), Hono.js, Express.js, and Flutter (Dart). Use when the user asks to write tests, add test coverage, create unit tests, or when making code changes that need test coverage. Automatically suggests tests for new or modified code.
| name | brainstormer |
| description | Generate brainstorm ideas from multiple thinking frameworks and perspectives. Use when the user asks to brainstorm, ideate, explore options, think through a problem, generate alternatives, or needs creative input on any topic. |
Generate diverse ideas by applying structured thinking frameworks to any problem. Each framework forces a different angle, reducing blind spots and expanding the solution space.
When the user asks to brainstorm:
Break the problem down to its fundamental truths. Remove all assumptions. Rebuild from scratch.
Apply each lens to the existing solution or concept:
Ask "How would we make this fail?" or "What's the opposite of what we want?" Then invert those answers into solutions.
Find a solved problem in a different domain that shares structural similarities. Map the solution back.
Deliberately add or remove constraints to shift thinking:
Ask "why" repeatedly to drill to root cause, then brainstorm solutions at the deepest level.
Consider the problem through the eyes of different stakeholders:
| Problem Type | Recommended Frameworks |
|---|---|
| New feature / greenfield | First Principles, Analogy Transfer, Stakeholder Perspectives |
| Improve existing solution | SCAMPER, Constraint Manipulation, Stakeholder Perspectives |
| Debugging / incident | Five Whys, Reverse Thinking, Constraint Manipulation |
| Architecture / design | First Principles, Reverse Thinking, Analogy Transfer |
| Stuck / no ideas | Constraint Manipulation, SCAMPER, Reverse Thinking |
| Strategy / prioritization | Stakeholder Perspectives, First Principles, Constraint Manipulation |
Present ideas grouped by framework in this structure:
## Brainstorm: [Problem Statement]
### [Framework Name]
| # | Idea | Rationale | Effort | Impact |
|---|------|-----------|--------|--------|
| 1 | ... | ... | Low/Med/High | Low/Med/High |
| 2 | ... | ... | Low/Med/High | Low/Med/High |
### [Next Framework Name]
| # | Idea | Rationale | Effort | Impact |
|---|------|-----------|--------|--------|
| 1 | ... | ... | Low/Med/High | Low/Med/High |
---
### Top Picks
The strongest ideas across all frameworks, with brief justification:
1. **[Idea]** - Why this stands out
2. **[Idea]** - Why this stands out
3. **[Idea]** - Why this stands out