using-superpowers

Invoke relevant skills before generating responses or taking actions.

4|1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/rm2thaddeus/Aitor_Skills --skill using-superpowers-rm2thaddeus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/rm2thaddeus/Aitor_Skills/tree/main/using-superpowers
Command: npx skills add https://github.com/rm2thaddeus/Aitor_Skills --skill using-superpowers-rm2thaddeus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that AI agents consistently leverage available tools and skills before attempting to answer questions or perform tasks, preventing premature or incorrect responses.

Core Features & Use Cases

  • Mandatory Skill Invocation: Enforces the use of the Skill tool whenever there's even a slight possibility a skill might be relevant.
  • Structured Decision-Making: Provides a clear flow for deciding when and how to invoke skills, including prioritizing skill types and handling multiple applicable skills.
  • Use Case: When a user asks a question that could potentially be answered by a skill (e.g., "How do I debug this code?"), this Skill ensures the AI first invokes a relevant debugging skill before attempting to answer directly.

Quick Start

Use the Skill tool to find and execute the most relevant skill for the current task.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I make sure an LLM agent invokes a skill before responding?

You can enforce mandatory skill invocation by applying a protocol that requires the AI agent to query the Skill tool for relevant skills before generating any direct response or taking action.

Why does my AI agent give premature responses instead of using available skills?

AI agents give premature responses without a mandatory skill invocation protocol. Enforcing strict adherence to skill discovery and execution guidelines prevents the agent from answering before checking applicable skills.

How do I structure agent workflow to handle multiple applicable skills?

You structure the agent workflow by implementing a clear decision-making flow that prioritizes skill types and handles multiple applicable skills before the agent generates any response or takes action.

When should an AI agent use the Skill tool for workflow automation?

An AI agent should use the Skill tool for workflow automation whenever there is even a slight possibility a skill might be relevant, applying this strict invocation protocol to all conversational turns.

Can I enforce skill discovery across all conversational turns?

Yes, you can enforce skill discovery across all conversational turns by requiring adherence to the Skill tool's invocation and processing guidelines, ensuring the agent consistently leverages available tools before answering.