Skills · Coding

Using Superpowers

Unverified30/40

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

Originally by obra · MIT

Claude CodePartialHas SKILL.md but declares no allowed-tools — Claude Code will ask for permission each time
CursorPartialPlain prose you can paste in — but no Cursor rules file
CodexPartialPlain prose you can paste in — but no AGENTS.md
Gemini CLIPartialPlain prose you can paste in
CopilotPartialPlain prose you can paste in — but no Copilot instructions file
npx agentalley add using-superpowers

This command does not work yet — the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

The whole source

No sign-in, no blur, nothing truncated
using-superpowers/SKILL.md64 lines3.0 KBRawView on GitHub
Frontmatter — 2 properties
nameusing-superpowers
descriptionUse when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
1---
2name: using-superpowers
3description: Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
4---A5No allowed-tools declared — no way to tell what this skill may touch
5 
6<SUBAGENT-STOP>
7If you were dispatched as a subagent to execute a specific task, ignore this skill.
8</SUBAGENT-STOP>
9 
10<EXTREMELY-IMPORTANT>
11If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.
12 
13IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.
14 
15This is not negotiable. You cannot rationalize your way out of this.
16</EXTREMELY-IMPORTANT>
17 
18## The Rule
19 
20**Invoke relevant or requested skills BEFORE any response or action** — including clarifying questions, exploring the codebase, or checking files. If it turns out wrong for the situation, you don't have to use it.
21 
22**Before entering plan mode:** if you haven't already brainstormed, invoke the brainstorming skill first.
23 
24Then announce "Using [skill] to [purpose]" and follow the skill exactly. If it has a checklist, create a todo per item.
25 
26## Skill Priority
27 
28When multiple skills apply, process skills come first — they set the approach, then implementation skills (frontend-design, etc.) carry it out. Brainstorming and systematic-debugging are Superpowers' most common process skills, but the rule holds for any of them.
29 
30- "Let's build X" → superpowers:brainstorming first, then implementation skills.
31- "Fix this bug" → superpowers:systematic-debugging first, then domain skills.
32 
33## Red Flags
34 
35These thoughts mean STOP—you're rationalizing:
36 
37| Thought | Reality |
38|---------|---------|
39| "This is just a simple question" | Questions are tasks. Check for skills. |
40| "I need more context first" | Skill check comes BEFORE clarifying questions. |
41| "Let me explore the codebase first" | Skills tell you HOW to explore. Check first. |
42| "I can check git/files quickly" | Files lack conversation context. Check for skills. |
43| "Let me gather information first" | Skills tell you HOW to gather information. |
44| "This doesn't need a formal skill" | If a skill exists, use it. |
45| "I remember this skill" | Skills evolve. Read current version. |
46| "This doesn't count as a task" | Action = task. Check for skills. |
47| "The skill is overkill" | Simple things become complex. Use it. |
48| "I'll just do this one thing first" | Check BEFORE doing anything. |
49| "This feels productive" | Undisciplined action wastes time. Skills prevent this. |
50| "I know what that means" | Knowing the concept ≠ using the skill. Invoke it. |
51 
52## Platform Adaptation
53 
54If your harness appears here, read its reference file for special instructions:
55 
56- Codex: `references/codex-tools.md`
57- Pi: `references/pi-tools.md`
58- Antigravity: `references/antigravity-tools.md`
59- Hermes Agent: `references/hermes-tools.md`
60 
61## User Instructions
62 
63User instructions (CLAUDE.md, AGENTS.md, GEMINI.md, etc, direct requests) take precedence over skills, which in turn override default behavior. Only skip skill workflows or instructions when your human partner has explicitly told you to.
64 

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty — and we leave it empty rather than invent one.

Alternatives

Also in Coding