Skip to content

ddobrin/gemini-plan-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plan Commands Extension for usage with Gemini CLI and Gemini 3 Pro models

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

Available Commands

  • /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

Prerequisites

Install the Gemini CLI

Learn more about Gemini CLI Extensions!

Extension Installation

From your command line:

gemini extensions install https://github.com/ddobrin/gemini-plan-commands

Extension validation

Validate the extension from the command line:

gemini extensions validate

Credits: @ddobrin, these commands have been copied from the serverless production repository

About

Gemini CLI commands to create, refine, implement and deploy a plan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published