superpowers-plus
Structured design, planning, TDD, and code review workflows
All Skills in This Repository (19)
Pure Emerald Level Indicatorsusing-git-worktrees
Set up isolated git worktrees for feature development across coding agents.
test-driven-development
Enforce red-green-refactor test-first development across coding tasks.
systematic-debugging
Enforce a 4-phase root cause investigation process for software debugging.
using-superpowers
Enforce mandatory workflow skill invocation across supported coding agent environments.
dispatching-parallel-agents
Dispatch parallel agents to investigate independent software issues concurrently.
writing-acceptance-criteria
Convert approved product specifications into structured acceptance criteria with pass/fail checks.
executing-plans
Execute pre-approved software implementation plans with per-task verification and blocker escalation.
finishing-a-development-branch
Verify tests pass before merging git branches or creating pull requests.
bootstrapping-repository-memory
Generate prioritized module cards, contract docs, and bootstrap reports for repositories.
acceptance-testing
Verify completed feature branches against predefined acceptance criteria before merging.
curating-repository-memory
Capture and organize durable technical insights into canonical repository memory documents.
brainstorming
Transform rough product ideas into approved design specifications through guided dialogue.
Frequently Asked Questions
FAQPage SchemaHow to install Superpowers Plus?โผ
Run `npx skills add xhyqaq/superpowers-plus --all -g -y` in your terminal to install all skills globally.
What does Superpowers Plus do?โผ
It forces your coding agent to follow a disciplined workflow: brainstorm a spec, write a plan, implement with test-driven development, review code, and verify results before claiming completion.
Which coding agents work with Superpowers Plus?โผ
It works with Claude Code, Codex, Cursor, OpenCode, and Gemini CLI, with dedicated install entry points for each platform.
How is Superpowers Plus different from upstream Superpowers?โผ
This fork adds repository memory, acceptance criteria testing, and lesson-distilling skills, plus unified install entry points and Chinese documentation.
Do I need to configure anything after installing?โผ
No. The skills trigger automatically when relevant, so your agent applies brainstorming, planning, and TDD without extra setup.
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