How this skill is triggered — by the user, by Claude, or both
Slash command
/using-superpowers:using-superpowersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
"If a skill exists for your task, you MUST use it. No exceptions. No rationalizations."
Skills encode proven solutions. Ignoring them means repeating solved problems.
Before ANY action, complete this mental checklist:
□ What skills might apply here?
□ Have I checked the skill registry?
□ Did I read the CURRENT version (not memory)?
□ Am I following it exactly?
If a relevant skill exists → USE IT.
"I'm using [Skill Name] to [what you're doing]."
If a skill has a checklist → Create todos for EACH item. Don't work through checklists mentally. Track them.
User says "Fix X" → That's the WHAT, not the HOW. Still follow brainstorming, TDD, verification workflows.
| Category | When to Use |
|---|---|
| Checkers | Before assumptions, before actions |
| Collaboration | Planning, brainstorming, executing plans |
| Debugging | When something's broken |
| Problem-Solving | When stuck |
| Testing | TDD, test design |
| Meta | Writing/improving skills |
Starting a feature → brainstorming → writing-plans → executing-plans
Something broken → systematic-debugging or root-cause-tracing
About to assume → assumption-checker
About to modify → pre-action-verifier
Claiming done → verification-before-completion
| Thought | Reality |
|---|---|
| "I remember this skill" | Skills evolve. Read current version. |
| "This doesn't need a skill" | If skill exists, use it. |
| "Let me just do this first" | Check skills BEFORE anything. |
| "This is simple" | Simple tasks become complex. Use skills. |
Before taking action, the checker agents validate:
assumption-checker → Are you guessing?context-validator → Do you have enough context?intent-clarifier → Is the request clear?pre-action-verifier → Are prerequisites met?fact-checker → Are your claims about code accurate?These checkers are strict mode - they halt and ask rather than proceeding.
npx claudepluginhub a-ariff/ariff-claude-plugins --plugin using-superpowersMandates skill invocation before any response if even 1% relevant, including clarifications. Guides accessing and using skills via Skill tool in Claude Code.
Establishes skill invocation protocol: auto-activates at conversation start to ensure relevant skills are loaded before any response, including clarifying questions.
Enforces skill invocation at conversation start, requiring skills to be loaded before any response. Use for all sessions to ensure proper skill usage.