Gemini CLI commands to create, refine, implement and deploy a plan An AI-powered extension for Gemini CLI that facilites creating, refining, implementing and deploying a plan through natural conversation.
Note: The branch gemini-2-5 contains the previous set of instructions specific to 2.5 models
- /plan:explain-project - Explore mode. Interactively explains the codebase through guided discovery
- /plan:new - Plan mode. Generates a plan for a feature based on a description
- /plan:refine - Refinement mode. Refines an existing plan based on user feedback
- /plan:impl - Implementation mode. Implements a plan for a feature based on a description
- /plan:deploy - Deployment mode. Deploys the project to a target environment
- /plan:validate - Validate mode. Validate that a plan has been fully implemented in the codebase
- /review:review-code - Performs a code review on the specified code, providing feedback and suggestions
Install the Gemini CLI
Learn more about Gemini CLI Extensions!
From your command line:
gemini extensions install https://github.com/ddobrin/gemini-plan-commandsValidate the extension from the command line:
gemini extensions validateCredits: @ddobrin, these commands have been copied from the serverless production repository