{
  "markdown": "# Plan Commands Extension for usage with Gemini CLI and Gemini 3 Pro models\nGemini CLI commands to create, refine, implement and deploy a plan\nAn AI-powered extension for [Gemini CLI](https://github.com/google-gemini/gemini-cli) that facilites creating, refining, implementing and deploying a plan through natural conversation.\n\n**Note:** The branch gemini-2-5 contains the previous set of instructions specific to 2.5 models\n\n## Available Commands\n* /plan:explain-project -  **Explore mode**. Interactively explains the codebase through guided discovery\n* /plan:new - **Plan mode**. Generates a plan for a feature based on a description\n* /plan:refine - **Refinement mode**. Refines an existing plan based on user feedback\n* /plan:impl - **Implementation mode**. Implements a plan for a feature based on a description\n* /plan:deploy - **Deployment mode**. Deploys the project to a target environment\n* /plan:validate - **Validate mode**. Validate that a plan has been fully implemented in the codebase\n* /review:review-code - Performs a **code review** on the specified code, providing feedback and suggestions\n* /refactor:simplify-code - **Simplifies and refines** code for clarity, consistency, and maintainability while preserving all functionality\n* /test:performance-tests - Generates a **load testing** script using the 'oha' library\n\n### Create new commands\n* /commands:create - Creates a **new Gemini CLI extension**\n\n## Available skills\n* plan-explorer: Expertise in interactively explaining the codebase. Use when the user asks to \"explain the project\", \"explore the code\", or \"how does this work\"\n* plan-author: Expertise in acting as a Staff Engineer to generate comprehensive implementation plans. Use when the user asks to \"plan a feature\", \"create a new plan\", or \"design an architecture\"\n* plan-refiner: Expertise in refining architectural plans based on user feedback or new requirements. Use when the user asks to \"update the plan\", \"change the plan\", or \"refine the strategy\"\n* plan-executor: Expertise in executing finalized architectural plans. Use when the user asks to \"implement the plan\", \"build the feature\", or \"execute the strategy\"\n* plan-deployer: Expertise in deploying the project to a target environment. Use when the user asks to \"deploy\", \"release\", or \"push to prod\"\n* plan-validator: Expertise in validating that the codebase matches a specific plan. Use when the user asks to \"validate the plan\", \"check implementation\", or \"audit the code\"\n* code-simplifier: Expertise in simplifying and refining code for clarity, consistency, and maintainability while preserving all functionality. Use when the user asks to \"simplify code\", \"refactor for clarity\", or \"clean up this file\"\n* database-analyst: Analyzes database schemas, migrations, ORM entities, and repository pattern across Java, Kotlin, and Python codebases. Identifies performance issues, N+1 queries, locking risks, normalization violations, and generates ERD documentation\n\n### Create new Skills\n* skills-creator: Expertise in authoring Agent Skills according to the open standard. Use when the user asks to \"create a skill\"\n\n## Prerequisites\nInstall the [Gemini CLI](https://github.com/google-gemini/gemini-cli)\n\n**Learn more about** [Gemini CLI Extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/index.md)!  \n\n## Extension Installation\nFrom your command line:\n\n```bash\ngemini extensions install https://github.com/ddobrin/gemini-plan-commands\n```\n\n## Extension validation\nValidate the extension from the command line:\n\n```bash\ngemini extensions validate\n```\n\n**Credits**: [@ddobrin](https://github.com/ddobrin), these commands have been copied from the [serverless production repository](https://github.com/GoogleCloudPlatform/serverless-production-readiness-java-gcp/tree/main/genai/quotes-llm/.gemini/commands)\n",
  "bytes": 3844,
  "sha": "572d0310ac56080f7c844a485ec9a53405378a8169453ec0ee0d2b4a0b2e4f2d",
  "repo_slug": "ddobrin/gemini-plan-commands",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_ddobrin_gemini_plan_commands_bb76aa79/readme"
}