using-superpowers

작성자: obra

대화를 시작할 때 사용 - 스킬을 찾고 사용하는 방법을 설정하며, 명확한 질문을 포함한 모든 응답 전에 스킬 도구 호출이 필요합니다.

npx skills add https://github.com/obra/superpowers --skill using-superpowers
If you were dispatched as a subagent to execute a specific task, ignore this skill. If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.

IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.

This is not negotiable. You cannot rationalize your way out of this.

The Rule

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.

Before entering plan mode: if you haven't already brainstormed, invoke the brainstorming skill first.

Then announce "Using [skill] to [purpose]" and follow the skill exactly. If it has a checklist, create a todo per item.

Skill Priority

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

  • "Let's build X" → superpowers:brainstorming first, then implementation skills.
  • "Fix this bug" → superpowers:systematic-debugging first, then domain skills.

Red Flags

These thoughts mean STOP—you're rationalizing:

ThoughtReality
"This is just a simple question"Questions are tasks. Check for skills.
"I need more context first"Skill check comes BEFORE clarifying questions.
"Let me explore the codebase first"Skills tell you HOW to explore. Check first.
"I can check git/files quickly"Files lack conversation context. Check for skills.
"Let me gather information first"Skills tell you HOW to gather information.
"This doesn't need a formal skill"If a skill exists, use it.
"I remember this skill"Skills evolve. Read current version.
"This doesn't count as a task"Action = task. Check for skills.
"The skill is overkill"Simple things become complex. Use it.
"I'll just do this one thing first"Check BEFORE doing anything.
"This feels productive"Undisciplined action wastes time. Skills prevent this.
"I know what that means"Knowing the concept ≠ using the skill. Invoke it.

Platform Adaptation

If your harness appears here, read its reference file for special instructions:

  • Codex: references/codex-tools.md
  • Pi: references/pi-tools.md
  • Antigravity: references/antigravity-tools.md

User Instructions

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

obra의 다른 스킬

brainstorming
obra
창의적인 작업(기능 생성, 구성 요소 구축, 기능 추가, 동작 수정)을 수행하기 전에 반드시 사용해야 합니다. 구현 전에 사용자 의도, 요구 사항 및 설계를 탐색합니다.
creativeresearchdesign
systematic-debugging
obra
버그, 테스트 실패, 예상치 못한 동작을 발견했을 때, 수정을 제안하기 전에 사용하세요
developmenttestingcode-review
writing-plans
obra
멀티스텝 작업을 위한 명세나 요구사항이 있을 때, 코드를 건드리기 전에 사용하세요.
developmentproject-management
requesting-code-review
obra
작업 완료, 주요 기능 구현 시, 또는 병합 전에 요구 사항을 충족하는지 확인할 때 사용합니다.
developmentcode-review
test-driven-development
obra
기능 구현이나 버그 수정 시, 구현 코드를 작성하기 전에 사용
developmenttestingcode-review
executing-plans
obra
별도 세션에서 검토 체크포인트와 함께 실행할 서면 구현 계획이 있을 때 사용합니다.
developmentproject-managementcode-review
verification-before-completion
obra
작업 완료, 수정 완료, 또는 통과를 주장하기 전, 커밋이나 PR을 생성하기 전에 사용 - 성공을 주장하기 전에 검증 명령을 실행하고 출력을 확인해야 함; 주장보다 항상 증거가 우선
testingcode-reviewdevelopment
subagent-driven-development
obra
현재 세션에서 독립적인 작업을 포함한 구현 계획을 실행할 때 사용합니다.
developmentproject-management