using-superpowers

Enforce skill invocation before generating any AI response.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill using-superpowers-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/superpowers-using-superpowers
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill using-superpowers-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that AI agents consistently leverage available tools and skills before attempting to answer a user's request, preventing premature or incomplete responses.

Core Features & Use Cases

  • Mandatory Skill Invocation: Enforces the use of relevant skills, even with a low probability of applicability.
  • Structured Workflow: Provides a clear decision tree for when and how to invoke skills.
  • Use Case: When a user asks a question that could potentially be answered by a skill (e.g., "Summarize this document"), the AI must first invoke the relevant summarization skill before generating any response.

Quick Start

Always invoke any potentially relevant skill before generating a response.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce skill invocation before an AI agent generates a response?

To enforce skill invocation before an AI agent responds, apply a strict skill-first protocol that requires checking and triggering relevant tools before any conversational turn or task execution occurs.

Why does my AI agent bypass external tools and provide incomplete answers?

An AI agent bypasses external tools and provides incomplete answers when it lacks a mandatory skill invocation protocol, causing it to generate premature responses instead of querying relevant knowledge bases first.

What is a skill-first protocol in AI agent workflows?

A skill-first protocol in AI agent workflows is a decision tree mechanism that forces the system to invoke potentially relevant skills and retrieve external information before attempting to generate any final response.

Can I make tool use mandatory even when the probability of applicability is low?

Yes, you can make tool use mandatory even with low applicability probability by enforcing a strict workflow protocol that requires the AI agent to always invoke potentially relevant external skills before responding.

How to structure an AI workflow to prevent premature responses to user requests?

To structure an AI workflow and prevent premature responses, implement a mandatory invocation protocol that forces the agent to execute a decision tree and query all relevant skills before generating any output.

When do I need a mandatory skill invocation protocol for task execution?

You need a mandatory skill invocation protocol for task execution whenever a user request could potentially be answered by external tools or knowledge bases, ensuring comprehensive information retrieval before action.