
Using Superpowers
- 39 installs
- 16 repo stars
- Updated November 20, 2025
- jackspace/claudeskillz
Establish mandatory workflows for finding and using skills, including invoking skills before announcing them and following brainstorming before coding.
About
This meta skill establishes baseline workflows for how an agent should discover and use skills across a conversation. A developer uses it to enforce skill-first behavior, brainstorming-before-coding, and TodoWrite checklists.
- Requires using the Skill tool before announcing skill usage
- Enforces brainstorming before coding and checklist-driven todos
Using Superpowers by the numbers
- 39 all-time installs (skills.sh)
- Ranked #372 of 781 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jackspace/claudeskillz --skill using-superpowersAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 39 |
|---|---|
| repo stars | ★ 16 |
| Last updated | November 20, 2025 |
| Repository | jackspace/claudeskillz ↗ |
What it does
Establish mandatory workflows for finding and using skills, including invoking skills before announcing them and following brainstorming before coding.
Files
<EXTREMELY-IMPORTANT> If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST read the skill.
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.
This is not negotiable. This is not optional. You cannot rationalize your way out of this. </EXTREMELY-IMPORTANT>
Getting Started with Skills
MANDATORY FIRST RESPONSE PROTOCOL
Before responding to ANY user message, you MUST complete this checklist:
1. ☐ List available skills in your mind 2. ☐ Ask yourself: "Does ANY skill match this request?" 3. ☐ If yes → Use the Skill tool to read and run the skill file 4. ☐ Announce which skill you're using 5. ☐ Follow the skill exactly
Responding WITHOUT completing this checklist = automatic failure.
Critical Rules
1. Follow mandatory workflows. Brainstorming before coding. Check for relevant skills before ANY task.
2. Execute skills with the Skill tool
Common Rationalizations That Mean You're About To Fail
If you catch yourself thinking ANY of these thoughts, STOP. You are rationalizing. Check for and use the skill.
- "This is just a simple question" → WRONG. Questions are tasks. Check for skills.
- "I can check git/files quickly" → WRONG. Files don't have conversation context. Check for skills.
- "Let me gather information first" → WRONG. Skills tell you HOW to gather information. Check for skills.
- "This doesn't need a formal skill" → WRONG. If a skill exists for it, use it.
- "I remember this skill" → WRONG. Skills evolve. Run the current version.
- "This doesn't count as a task" → WRONG. If you're taking action, it's a task. Check for skills.
- "The skill is overkill for this" → WRONG. Skills exist because simple things become complex. Use it.
- "I'll just do this one thing first" → WRONG. Check for skills BEFORE doing anything.
Why: Skills document proven techniques that save time and prevent mistakes. Not using available skills means repeating solved problems and making known errors.
If a skill for your task exists, you must use it or you will fail at your task.
Skills with Checklists
If a skill has a checklist, YOU MUST create TodoWrite todos for EACH item.
Don't:
- Work through checklist mentally
- Skip creating todos "to save time"
- Batch multiple items into one todo
- Mark complete without doing them
Why: Checklists without TodoWrite tracking = steps get skipped. Every time. The overhead of TodoWrite is tiny compared to the cost of missing steps.
Announcing Skill Usage
Before using a skill, announce that you are using it. "I'm using [Skill Name] to [what you're doing]."
Examples:
- "I'm using the brainstorming skill to refine your idea into a design."
- "I'm using the test-driven-development skill to implement this feature."
Why: Transparency helps your human partner understand your process and catch errors early. It also confirms you actually read the skill.
About these skills
Many skills contain rigid rules (TDD, debugging, verification). Follow them exactly. Don't adapt away the discipline.
Some skills are flexible patterns (architecture, naming). Adapt core principles to your context.
The skill itself tells you which type it is.
Instructions ≠ Permission to Skip Workflows
Your human partner's specific instructions describe WHAT to do, not HOW.
"Add X", "Fix Y" = the goal, NOT permission to skip brainstorming, TDD, or RED-GREEN-REFACTOR.
Red flags: "Instruction was specific" • "Seems simple" • "Workflow is overkill"
Why: Specific instructions mean clear requirements, which is when workflows matter MOST. Skipping process on "simple" tasks is how simple tasks become complex problems.
Summary
Starting any task: 1. If relevant skill exists → Use the skill 3. Announce you're using it 4. Follow what it says
Skill has checklist? TodoWrite for every item.
Finding a relevant skill = mandatory to read and use it. Not optional.
{
"sections": {
"Instructions ≠ Permission to Skip Workflows": "Your human partner's specific instructions describe WHAT to do, not HOW.\r\n\r\n\"Add X\", \"Fix Y\" = the goal, NOT permission to skip brainstorming, TDD, or RED-GREEN-REFACTOR.\r\n\r\n**Red flags:** \"Instruction was specific\" • \"Seems simple\" • \"Workflow is overkill\"\r\n\r\n**Why:** Specific instructions mean clear requirements, which is when workflows matter MOST. Skipping process on \"simple\" tasks is how simple tasks become complex problems.",
"Common Rationalizations That Mean You're About To Fail": "If you catch yourself thinking ANY of these thoughts, STOP. You are rationalizing. Check for and use the skill.\r\n\r\n- \"This is just a simple question\" → WRONG. Questions are tasks. Check for skills.\r\n- \"I can check git/files quickly\" → WRONG. Files don't have conversation context. Check for skills.\r\n- \"Let me gather information first\" → WRONG. Skills tell you HOW to gather information. Check for skills.\r\n- \"This doesn't need a formal skill\" → WRONG. If a skill exists for it, use it.\r\n- \"I remember this skill\" → WRONG. Skills evolve. Run the current version.\r\n- \"This doesn't count as a task\" → WRONG. If you're taking action, it's a task. Check for skills.\r\n- \"The skill is overkill for this\" → WRONG. Skills exist because simple things become complex. Use it.\r\n- \"I'll just do this one thing first\" → WRONG. Check for skills BEFORE doing anything.\r\n\r\n**Why:** Skills document proven techniques that save time and prevent mistakes. Not using available skills means repeating solved problems and making known errors.\r\n\r\nIf a skill for your task exists, you must use it or you will fail at your task.",
"Critical Rules": "1. **Follow mandatory workflows.** Brainstorming before coding. Check for relevant skills before ANY task.\r\n\r\n2. Execute skills with the Skill tool",
"Skills with Checklists": "If a skill has a checklist, YOU MUST create TodoWrite todos for EACH item.\r\n\r\n**Don't:**\r\n- Work through checklist mentally\r\n- Skip creating todos \"to save time\"\r\n- Batch multiple items into one todo\r\n- Mark complete without doing them\r\n\r\n**Why:** Checklists without TodoWrite tracking = steps get skipped. Every time. The overhead of TodoWrite is tiny compared to the cost of missing steps.",
"MANDATORY FIRST RESPONSE PROTOCOL": "Before responding to ANY user message, you MUST complete this checklist:\r\n\r\n1. ☐ List available skills in your mind\r\n2. ☐ Ask yourself: \"Does ANY skill match this request?\"\r\n3. ☐ If yes → Use the Skill tool to read and run the skill file\r\n4. ☐ Announce which skill you're using\r\n5. ☐ Follow the skill exactly\r\n\r\n**Responding WITHOUT completing this checklist = automatic failure.**",
"Announcing Skill Usage": "**Many skills contain rigid rules (TDD, debugging, verification).** Follow them exactly. Don't adapt away the discipline.\r\n\r\n**Some skills are flexible patterns (architecture, naming).** Adapt core principles to your context.\r\n\r\nThe skill itself tells you which type it is.",
"Summary": "**Starting any task:**\r\n1. If relevant skill exists → Use the skill\r\n3. Announce you're using it\r\n4. Follow what it says\r\n\r\n**Skill has checklist?** TodoWrite for every item.\r\n\r\n**Finding a relevant skill = mandatory to read and use it. Not optional.**"
},
"content": "Before using a skill, announce that you are using it.\r\n\"I'm using [Skill Name] to [what you're doing].\"\r\n\r\n**Examples:**\r\n- \"I'm using the brainstorming skill to refine your idea into a design.\"\r\n- \"I'm using the test-driven-development skill to implement this feature.\"\r\n\r\n**Why:** Transparency helps your human partner understand your process and catch errors early. It also confirms you actually read the skill.",
"id": "using-superpowers_obra",
"name": "using-superpowers",
"description": "Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists"
}---
name: using-superpowers
description: Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
---
<EXTREMELY-IMPORTANT>
If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST read the skill.
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.
This is not negotiable. This is not optional. You cannot rationalize your way out of this.
</EXTREMELY-IMPORTANT>
# Getting Started with Skills
## MANDATORY FIRST RESPONSE PROTOCOL
Before responding to ANY user message, you MUST complete this checklist:
1. ☐ List available skills in your mind
2. ☐ Ask yourself: "Does ANY skill match this request?"
3. ☐ If yes → Use the Skill tool to read and run the skill file
4. ☐ Announce which skill you're using
5. ☐ Follow the skill exactly
**Responding WITHOUT completing this checklist = automatic failure.**
## Critical Rules
1. **Follow mandatory workflows.** Brainstorming before coding. Check for relevant skills before ANY task.
2. Execute skills with the Skill tool
## Common Rationalizations That Mean You're About To Fail
If you catch yourself thinking ANY of these thoughts, STOP. You are rationalizing. Check for and use the skill.
- "This is just a simple question" → WRONG. Questions are tasks. Check for skills.
- "I can check git/files quickly" → WRONG. Files don't have conversation context. Check for skills.
- "Let me gather information first" → WRONG. Skills tell you HOW to gather information. Check for skills.
- "This doesn't need a formal skill" → WRONG. If a skill exists for it, use it.
- "I remember this skill" → WRONG. Skills evolve. Run the current version.
- "This doesn't count as a task" → WRONG. If you're taking action, it's a task. Check for skills.
- "The skill is overkill for this" → WRONG. Skills exist because simple things become complex. Use it.
- "I'll just do this one thing first" → WRONG. Check for skills BEFORE doing anything.
**Why:** Skills document proven techniques that save time and prevent mistakes. Not using available skills means repeating solved problems and making known errors.
If a skill for your task exists, you must use it or you will fail at your task.
## Skills with Checklists
If a skill has a checklist, YOU MUST create TodoWrite todos for EACH item.
**Don't:**
- Work through checklist mentally
- Skip creating todos "to save time"
- Batch multiple items into one todo
- Mark complete without doing them
**Why:** Checklists without TodoWrite tracking = steps get skipped. Every time. The overhead of TodoWrite is tiny compared to the cost of missing steps.
## Announcing Skill Usage
Before using a skill, announce that you are using it.
"I'm using [Skill Name] to [what you're doing]."
**Examples:**
- "I'm using the brainstorming skill to refine your idea into a design."
- "I'm using the test-driven-development skill to implement this feature."
**Why:** Transparency helps your human partner understand your process and catch errors early. It also confirms you actually read the skill.
# About these skills
**Many skills contain rigid rules (TDD, debugging, verification).** Follow them exactly. Don't adapt away the discipline.
**Some skills are flexible patterns (architecture, naming).** Adapt core principles to your context.
The skill itself tells you which type it is.
## Instructions ≠ Permission to Skip Workflows
Your human partner's specific instructions describe WHAT to do, not HOW.
"Add X", "Fix Y" = the goal, NOT permission to skip brainstorming, TDD, or RED-GREEN-REFACTOR.
**Red flags:** "Instruction was specific" • "Seems simple" • "Workflow is overkill"
**Why:** Specific instructions mean clear requirements, which is when workflows matter MOST. Skipping process on "simple" tasks is how simple tasks become complex problems.
## Summary
**Starting any task:**
1. If relevant skill exists → Use the skill
3. Announce you're using it
4. Follow what it says
**Skill has checklist?** TodoWrite for every item.
**Finding a relevant skill = mandatory to read and use it. Not optional.**