using-superpowers

Enforce Skill tool invocation before any user-visible response.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk --skill using-superpowers-leexb-wp21-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk/tree/main/.cursor/skills/skills-main/skills-main/skills/using-superpowers
Command: npx skills add https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk --skill using-superpowers-leexb-wp21-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents the assistant from responding before checking whether a relevant “superpowers” skill should be invoked, reducing workflow errors and missed procedural requirements.

Core Features & Use Cases

  • Mandatory Skill Invocation Gate: Enforces invoking the Skill tool whenever there is even a 1% chance a skill applies, including before clarifying questions or other responses.
  • Skill Priority and Override Rules: Establishes how superpowers skills interact with user instructions and the default system prompt, ensuring deterministic precedence handling.
  • Cross-Platform Skill Access Guidance: Provides environment-specific instructions for Claude Code, Copilot CLI, and Gemini CLI so the workflow is consistent across tooling.

Quick Start

When starting a new conversation, invoke the using-superpowers skill before writing any response to confirm the correct skill-driven process.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce mandatory skill invocation before generating a response?

Skill priority rules define deterministic precedence by establishing how multiple skills interact with user instructions and the default system prompt. This ensures deterministic precedence handling, clarifying which skill overrides another during complex prompt orchestration.

Does prompt orchestration work consistently across Claude Code, Copilot CLI, and Gemini CLI?

Yes, cross-platform skill access guidance provides environment-specific instructions for Claude Code, Copilot CLI, and Gemini CLI. This ensures workflow compliance and consistent skill-driven orchestration across different tooling environments.

Why does my assistant skip workflow compliance and respond before checking applicable skills?

An assistant skips workflow compliance when it lacks a mandatory skill invocation gate for conversation starts and clarifying-question moments. Forcing the Skill tool to activate before any response prevents these workflow errors and missed procedural requirements.

How do I override default system prompts using priority rules in skill orchestration?

You can override default system prompts by applying skill priority rules that establish deterministic precedence handling between skills and system instructions. This mechanism ensures user instructions and skill flows interact with deterministic precedence.