using-superpowers

Invoke relevant skills before responding to any user interaction.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that AI agents always consider and invoke relevant tools before responding or taking action, preventing premature or incorrect task execution.

Core Features & Use Cases

  • Mandatory Skill Invocation: Enforces the use of skills for any task where there's a possibility of skill applicability.
  • Structured Workflow: Guides the AI through a decision process to identify and use the correct skill.
  • Use Case: When a user asks "How do I plan a new feature?", this skill ensures the AI first checks for and invokes the 'brainstorming' skill before attempting to provide an answer.

Quick Start

Always invoke relevant skills before responding to the user.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure AI agents invoke relevant skills before generating a response?

To ensure AI agents invoke relevant skills before generating a response, implement a mandatory skill invocation protocol that forces the agent to check for and use applicable skills before acting. This prevents premature or incorrect task execution by enforcing a structured, tool-augmented workflow.

Why does my AI agent respond to tasks without using available workflow skills?

An AI agent responds without using available workflow skills because it lacks a strict invocation protocol enforcing tool use before action. Implementing a mandatory skill check ensures the agent identifies and applies relevant process skills before generating any output, preventing unstructured responses.

How to set up a structured AI workflow that prioritizes process skills over implementation skills?

Set up a structured AI workflow by establishing a decision process that mandates checking for applicable skills before acting. The system must prioritize invoking process skills over implementation skills when multiple apply, guiding the agent through a tool-augmented decision tree.

What is mandatory skill invocation in AI agent workflows?

Mandatory skill invocation in AI agent workflows is a protocol requiring agents to identify and call relevant skills before responding or performing actions. It solves the problem of premature task execution by enforcing a structured decision process for any user interaction.

When do I need to enforce skill invocation protocols for AI agents?

You need to enforce skill invocation protocols for AI agents whenever there is a possibility of skill applicability for a user's request. This applies to all user interactions to maintain a structured workflow, such as triggering a brainstorming skill before answering feature planning questions.