Superpowers Skills

13 posts

  • What is SKILL - Getting Started with Superpowers Skills

    2026-01-22

    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

    2026-01-24

    Install Superpowers Skills, verify success, experience your first Skill

  • Step 2: Build a Feature

    2026-01-24

    Walk through a complete development workflow with Superpowers Skills

  • Step 3: All Skills Overview

    2026-01-24

    Complete overview of all Superpowers Skills built-in Skills

  • Core Superpowers Skills Overview - A Workflow That Turns AI Into a Senior Engineer

    2026-06-14

    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

    2026-06-14

    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

    2026-06-14

    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

    2026-06-14

    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

    2026-06-14

    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

    2026-06-14

    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

    2026-06-14

    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

    2026-06-14

    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"

    2026-06-14

    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."