using-superpowers

Prioritize and invoke relevant skills before generating responses or taking actions.

9|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/AetherCore-Dev/ag402 --skill using-superpowers-aethercore-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/AetherCore-Dev/ag402/tree/main/.claude/skills/using-superpowers
Command: npx skills add https://github.com/AetherCore-Dev/ag402 --skill using-superpowers-aethercore-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that AI agents correctly identify and utilize available tools (skills) before responding, preventing errors and improving task execution by prioritizing explicit instructions and skill invocation.

Core Features & Use Cases

  • Mandatory Skill Invocation: Guarantees that relevant skills are considered and invoked before any other action or response, even for simple queries.
  • Instruction Hierarchy: Clearly defines the priority of user instructions, superpowers skills, and default system prompts.
  • Use Case: When asked to "write a Python script to sort a list," the AI must first check if a skill related to Python scripting or list manipulation exists and invoke it, rather than immediately generating code.

Quick Start

Always invoke any potentially relevant skill before responding to a user request.

Frequently Asked Questions about using-superpowers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ensure an AI agent invokes relevant skills before generating a response?

To ensure AI agents invoke relevant skills before generating responses, establish a mandatory instruction hierarchy that prioritizes skill execution over default system behavior for all conversational turns and task executions.

What is the instruction hierarchy for AI agent tool use and prompt engineering?

The instruction hierarchy for AI agent tool use prioritizes explicit user instructions first, followed by relevant skill execution, and finally default system prompts to prevent errors and ensure proper tool invocation.

How to prioritize AI skills and instructions before taking actions?

Prioritize AI skills by requiring the agent to check and invoke any potentially relevant skill using the Skill tool before responding to user requests, overriding immediate default code generation or text output.

Why does my AI agent skip tool use and generate immediate responses?

An AI agent skips tool use and generates immediate responses when a mandatory instruction hierarchy is missing, failing to enforce the rule that relevant skills must be considered and invoked before any other action.

Do I need to define an instruction hierarchy for simple AI workflow queries?

Yes, you need to define an instruction hierarchy for simple AI workflow queries because mandatory skill invocation applies to all conversational turns, guaranteeing relevant tools are checked even for straightforward tasks.

What's the best way to structure AI agent workflows for instruction following?

The best way to structure AI agent workflows for instruction following is applying a consistent hierarchy across all task executions, ensuring the Skill tool is always checked before generating responses or taking actions.