gemini-superpowers
Structured planning, debugging, testing, and code review workflows
All Skills in This Repository (15)
Pure Emerald Level Indicatorsusing-git-worktrees
Create isolated Git worktrees with dependency installation and baseline testing.
test-driven-development
Enforce the Red-Green-Refactor cycle for software development tasks.
systematic-debugging
Investigate software defects through a four-phase root cause analysis methodology.
using-superpowers
Enforce systematic skill invocation before responding in the Gemini CLI.
dispatching-parallel-agents
Dispatch independent agents to fix distinct test failures concurrently.
executing-plans
Execute implementation plans in batched steps with mandatory review checkpoints.
finishing-a-development-branch
Verify tests and present merge, pull request, or discard options for a development branch.
brainstorming
Guides users through structured questions to refine ideas into detailed design documents.
writing-plans
Generate step-by-step implementation plans for software development tasks.
code-reviewer
Review completed code against project plans and coding standards.
requesting-code-review
Dispatch a subagent to analyze code changes against requirements and quality standards.
receiving-code-review
Verify code review feedback against codebase reality before implementation.
Frequently Asked Questions
FAQPage SchemaHow to install gemini-superpowers?โผ
Run `npx skills add barretstorck/gemini-superpowers --all -g -y` in your terminal to install all skills globally. Note this project is deprecated; the upstream obra/superpowers project now supports Gemini CLI directly.
What does gemini-superpowers do?โผ
It gives your coding agent structured workflows for brainstorming, planning, test-driven development, systematic debugging, and code review. Each skill is a tested protocol the agent follows to avoid common mistakes.
Is gemini-superpowers still maintained?โผ
No. The project is deprecated and archived because the original Superpowers project now supports Gemini CLI natively. Users are encouraged to install the official upstream extension instead.
How do the debugging and TDD skills work?โผ
The systematic-debugging skill forces root-cause investigation before any fix, while the TDD skill requires a failing test before any production code. Both include anti-rationalization rules so the agent cannot skip steps under time pressure.
Can I use these skills without coding experience?โผ
Basic familiarity with running a terminal and a coding agent is enough. Once installed, the skills activate automatically and guide the agent through each engineering workflow for you.
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