gemini-plan
Plan complex features and refactoring goals with structured, phased blueprints. Get dependency analysis and risk assessments without modifying code.
Instructions
Architectural and implementation planner powered by Gemini's deep reasoning. Generates structured, phased implementation blueprints, dependency analysis, and risk assessments without modifying code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The architectural task, complex feature, or refactoring goal to plan out. | |
| model | No | Gemini model to use (default: 'gemini-3.8-flash-high' or 'gemini-3.1-pro-high'). | |
| effort | No | Reasoning effort level (default: 'high'). Allocates deep thinking tokens for comprehensive plan design. | high |
| addDirs | No | Additional directories to add to workspace context. | |
| context | No | Additional context, constraints, or reference files (supports @file syntax). | |
| includeUsage | No | Include token metrics in the response. |