using-superpowers

Enforce pre-response Skill invocation by loading guidance from SKILL.md.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/CodingHeader/MySkills --skill using-superpowers-codingheader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/CodingHeader/MySkills/tree/main/skills/using-superpowers
Command: npx skills add https://github.com/CodingHeader/MySkills --skill using-superpowers-codingheader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables safe and guided interactions by enforcing Skill invocation before any response.

Core Features & Use Cases

  • Enforces pre-response Skill invocation for all user inputs to confirm applicability.
  • Provides a deterministic workflow that loads guidance from the Skill manifest and directs the subsequent steps.
  • Ideal for scenarios requiring strict adherence to Skill usage protocols, such as debugging, planning, and complex dialogues.

Quick Start

Invoke the Skill tool at the start of every interaction to load the Skill guidance before answering.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce pre-response skill invocation for uncertain user intents?

Pre-response skill invocation is enforced by loading guidance from the SKILL.md manifest before generating any response, ensuring safe and deterministic workflows.

What is the best way to apply structured skill guidance before answering complex queries?

Applying structured skill guidance requires invoking the skill tool at the start of an interaction to load deterministic workflows and safety protocols into the context.

Why do I need pre-response skill invocation for debugging and planning tasks?

Pre-response skill invocation is needed for debugging and planning to prevent missing skill-driven guidance and to strictly adhere to required usage protocols.

Are there limitations to enforcing strict pre-response workflows across all conversations?

The limitation of strict pre-response workflows is the overhead of invoking the skill tool for every input, even when user intent is highly certain or a single skill clearly applies.

Does the skill invocation workflow support on-demand expansion of references and scripts?

Yes, the skill invocation workflow supports on-demand expansion of references, scripts, and assets if present, allowing deeper exploration after the initial guidance is loaded.