Core Skills

9 posts

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

    2026-06-14

    superpowers' 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.

  • Turn Vague Ideas into a Buildable Design

    2026-06-14

    superpowers' 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.

  • Make AI Write the Implementation Plan Before Coding

    2026-06-14

    superpowers' 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.

  • Write the Test First, Then the Code

    2026-06-14

    superpowers' 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.

  • Stop Fixing Bugs by Guessing

    2026-06-14

    superpowers' 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.

  • Give Every Feature Its Own Isolated Workspace

    2026-06-14

    superpowers' 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.

  • Drive Development with Subagents

    2026-06-14

    superpowers' 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.

  • The Full Loop of Request, Review, Receive

    2026-06-14

    superpowers builds a review loop from requesting/receiving-code-review plus a code-reviewer subagent. Demonstrated with a "coupon redeem feature up for review" scenario.

  • No "It Should Be Fine Now"

    2026-06-14

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