using-superpowers

Enforce skill invocation before generating any AI response.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/466852675/TISHICIKU-2025 --skill using-superpowers-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/466852675/TISHICIKU-2025/tree/main/07-Skill%E5%BA%93/using-superpowers
Command: npx skills add https://github.com/466852675/TISHICIKU-2025 --skill using-superpowers-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that AI agents consistently use 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 skills when there's even a slight possibility they apply.
  • Structured Decision Flow: Provides a clear process for determining when and how to invoke skills.
  • Reduces Rationalization: Identifies and counters common AI thought patterns that lead to skipping skill usage.
  • Use Case: When a user asks a question that might be answerable by a specific skill (e.g., "Summarize this document"), the AI must first invoke the relevant summarization skill.

Quick Start

Always check if a skill applies to the current request before generating any 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 AI agent skill invocation before generating a response?

To enforce skill invocation before generating a response, apply a strict decision-making flow that prioritizes tool discovery and execution over immediate output for every conversational turn.

Why does my AI agent skip available tools and provide incomplete answers?

AI agents skip available tools due to rationalization patterns that bypass skill usage. Structured decision flows identify these thought patterns and mandate skill execution when applicable to prevent incomplete answers.

What is the best way to structure agent behavior for mandatory tool usage?

The best way to structure agent behavior for mandatory tool usage is implementing a structured decision flow that requires checking if a skill applies to the current request before generating any output.

Can I apply decision making workflows to every conversational turn in an agent?

Yes, you can apply decision making workflows to every conversational turn. The enforcement mechanism applies to all task executions, requiring strict adherence to skill discovery across the entire interaction.

Does mandatory skill invocation slow down agent task execution?

Mandatory skill invocation adds a discovery step to task execution but prevents premature responses. It requires checking if a skill applies before answering, which reduces errors and improves overall workflow accuracy.