Superpowers Skills
-
What is SKILL - Getting Started with Superpowers Skills
Understanding the Skill concept in AI coding assistants, and how it transforms AI from a "smart helper" into a "professional engineer"
-
Step 1 - Install Superpowers Skills in 5 Minutes
Install Superpowers Skills, verify success, experience your first Skill
-
Step 2: Build a Feature
Walk through a complete development workflow with Superpowers Skills
-
Step 3: All Skills Overview
Complete overview of all Superpowers Skills built-in Skills
-
Core Superpowers Skills Overview - A Workflow That Turns AI Into a Senior Engineer
Superpowers Skills' eight core skills aren't isolated — they form a complete workflow: think it through -> isolate -> plan -> execute -> gate. This page ties them all together with a recommended learning order.
-
01. Talk It Through Before You Build
Superpowers Skills' brainstorming skill turns fuzzy requirements into a validated design through one-question-at-a-time dialogue. Demonstrated with a real "add a loyalty-points feature" scenario.
-
02. Make AI Write the Implementation Plan Before Coding
Superpowers Skills' writing-plans skill breaks a task into 2-5 minute steps written as a plan document, assuming a zero-context executor. Demonstrated with an "export the monthly statement to Excel" scenario.
-
03. Write the Test First, Then the Code
Superpowers Skills' test-driven-development skill uses an "iron law + anti-excuse table" to force a failing test before any implementation. Demonstrated with an edge-heavy "shipping-fee function" scenario.
-
04. Stop Fixing Bugs by Guessing
Superpowers Skills' systematic-debugging skill forces you to find the root cause before any fix, and to question the architecture after 3 failed attempts. Demonstrated with a "paid but order not updated" intermittent bug.
-
05. Give Every Task Its Own Room
Superpowers Skills' using-git-worktrees skill creates isolated worktrees via a fixed directory-selection and safety-verification flow. Demonstrated with a "feature half-done, urgent prod bug" scenario.
-
06. Let AI Bring a Team of Helpers
Superpowers Skills' subagent-driven-development skill dispatches a fresh subagent per task with a two-stage review (spec compliance + code quality). Demonstrated with a "build a coupon system" scenario.
-
07. The Full Loop of Request, Review, Receive
Superpowers Skills builds a review loop from requesting/receiving-code-review plus a code-reviewer subagent. Demonstrated with a "coupon redeem feature up for review" scenario.
-
08. No "It Should Be Fine Now"
Superpowers Skills' verification-before-completion skill requires running the verification command and reading the output before any completion claim. Demonstrated with an AI claiming "the login timeout is fixed."