gemini_brainstorm
Generate creative ideas and solutions for any topic, including pros/cons and feasibility. Optionally read project context files to tailor ideas to your project.
Instructions
Generate creative ideas and solutions. Provides multiple ideas with pros/cons and feasibility assessment. Supports reading project context files to generate ideas that fit your project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of ideas to generate (default: 5) | |
| model | No | Gemini model to use (optional, default: gemini-3.1-pro-preview) | |
| style | No | Optional: Brainstorming style | |
| topic | Yes | Topic for brainstorming | |
| context | No | Optional: Additional context | |
| contextFiles | No | Paths to multiple context files (e.g., ["./README.md", "./docs/architecture.md"]) | |
| contextFilePath | No | Path to project context file (e.g., README.md, PRD.md). Ideas will be tailored to fit the project. |