ddobrinddobrinCommunityΒ·10 Agent Skills Included

gemini-plan-commands

Plan, implement, validate, and deploy software features

Generates structured implementation plans, executes them step by step, and validates code against the original specification. Eliminates vague feature requests, untracked coding changes, and manual deployment guesswork. Includes code review, refactoring, database analysis, and load testing commands to complete the full development workflow faster.
npx skills add ddobrin/gemini-plan-commands --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→