using-superpowers

star 6

Introduction to the Superpowers skills system. Learn how to use this set of development workflow skills. Use when first encountering superpowers or needing to understand the overall process.

yywmrz By yywmrz schedule Updated 1/14/2026

name: using-superpowers description: Introduction to the Superpowers skills system. Learn how to use this set of development workflow skills. Use when first encountering superpowers or needing to understand the overall process.

Using Superpowers Skill

Superpowers is a complete software development workflow built on composable skills.

Skills List

๐Ÿง  Planning

  • brainstorming - Brainstorming, requirements clarification, solution design
  • writing-plans - Write detailed implementation plans

๐Ÿงช Testing

  • test-driven-development - RED-GREEN-REFACTOR test-driven development

๐Ÿ” Debugging

  • systematic-debugging - Systematic 4-phase debugging
  • verification-before-completion - Thorough verification before completion

๐Ÿ‘€ Collaboration

  • code-review - Code review checklist

๐Ÿ“ Meta Skills

  • writing-skills - How to create new skills
  • using-superpowers - This skill, system introduction

Basic Workflow

1. brainstorming
   โ†“ Requirements clear
2. writing-plans
   โ†“ Plan approved
3. test-driven-development
   โ†“ Code written
4. code-review
   โ†“ Review passed
5. verification-before-completion
   โ†“ Verification complete

Skill Trigger Mechanism

Agent uses skills through Progressive Disclosure:

  1. Discovery: Scans all skill names and descriptions
  2. Activation: When task matches description, loads full SKILL.md
  3. Application: Incorporates skill instructions into reasoning process

Installation Locations

  • Project Level: .agent/skills/
  • Global Level: ~/.gemini/antigravity/skills/

Best Practices

  • Let Agent automatically choose appropriate skills
  • No manual invocation needed, skills trigger automatically based on context
  • If skill doesn't trigger, check if description is clear enough
Install via CLI
npx skills add https://github.com/yywmrz/antigravity-superpowers --skill using-superpowers
Repository Details
star Stars 6
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator