obra / Superpowers
Author of Superpowers, a widely used set of agent workflow skills.
GitHub →obra / Superpowers · Productivity
brainstorming forces a design-and-approval gate before implementation. Install with npx skills add obra/superpowers --skill brainstorming.
obra / Superpowers · Productivity
writing-plans produces file-level implementation plans with tests, commands, and commits. Install with npx skills add obra/superpowers --skill writing-plans.
obra / Superpowers · Development
test-driven-development enforces red-green-refactor: no production code without a failing test first. Install with npx skills add obra/superpowers --skill test-driven-development.
obra / Superpowers · Development
systematic-debugging stops guess-and-patch: gather evidence, form a hypothesis, then fix. Install with npx skills add obra/superpowers --skill systematic-debugging.
obra / Superpowers · Productivity
executing-plans walks a saved implementation plan task-by-task with checkpoints. Install with npx skills add obra/superpowers --skill executing-plans.
obra / Superpowers · Productivity
dispatching-parallel-agents is for 2+ independent tasks with no shared state. Install with npx skills add obra/superpowers --skill dispatching-parallel-agents.
obra / Superpowers · Development
subagent-driven-development runs each plan task in a fresh subagent, then reviews. Install with npx skills add obra/superpowers --skill subagent-driven-development.
obra / Superpowers · Development
verification-before-completion requires evidence before any success claim. Install with npx skills add obra/superpowers --skill verification-before-completion.
obra / Superpowers · Development
requesting-code-review is for the moment work looks done and needs a hard look. Install with npx skills add obra/superpowers --skill requesting-code-review.
obra / Superpowers · Development
receiving-code-review verifies feedback before implementing it. Install with npx skills add obra/superpowers --skill receiving-code-review.
obra / Superpowers · Development
using-git-worktrees sets up an isolated workspace for plan execution. Install with npx skills add obra/superpowers --skill using-git-worktrees.
obra / Superpowers · Development
finishing-a-development-branch covers merge vs PR vs cleanup once implementation is done. Install with npx skills add obra/superpowers --skill finishing-a-development-branch.