gemini-plan-commands
Plan, implement, validate, and deploy software features
All Skills in This Repository (10)
Pure Emerald Level Indicatorsplan-author
Generate implementation plans with analysis, checklists, and testing strategy.
plan-executor
Execute architectural plans into atomic, testable code changes with verification.
plan-auditor
Validate codebase implementation against a defined plan via static analysis.
plan-validator
Validate a codebase against a plan using static analysis.
database-analyst
Analyze database interactions, schemas, and migrations for performance issues and design flaws.
plan-deployer
Validate prerequisites, build artifacts, and deploy projects to target environments.
skill-author
Create standardized Agent Skills with SKILL.md and YAML frontmatter.
plan-refiner
Refine architectural plans by applying user feedback to Markdown documents.
code-simplifier
Simplify JavaScript and TypeScript code without altering behavior or outputs.
plan-explorer
Explain codebases by detailing architecture, data flows, and key components.
Frequently Asked Questions
FAQPage SchemaHow to install gemini-plan-commands?βΌ
Run `npx skills add ddobrin/gemini-plan-commands --all -g -y` in your terminal to install all skills in this suite globally.
How to turn a feature idea into working code?βΌ
Use the plan-author skill to generate a detailed implementation plan, then let plan-executor build it step by step with verification after each change.
How to check if code matches the original plan?βΌ
The plan-validator skill audits your codebase against the plan's success criteria and produces an evidence-based report with file and line references.
Does it work with Gemini CLI?βΌ
Yes. It is built as a Gemini CLI extension with slash commands like /plan:new, /plan:impl, and /plan:deploy, and the skills follow the open SKILL.md standard.
Can it review database performance issues?βΌ
Yes. The database-analyst skill detects N+1 queries, locking risks, and normalization problems across Java, Kotlin, and Python projects, and generates ERD diagrams.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core