using-superpowers

Evaluate incoming user requests against relevant skills before responding.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/cill-i-am/task-tracker --skill using-superpowers-cill-i-am
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/cill-i-am/task-tracker/tree/main/.agents/skills/using-superpowers
Command: npx skills add https://github.com/cill-i-am/task-tracker --skill using-superpowers-cill-i-am

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that every conversation begins with a defined skill discovery and mandatory invocation process, reducing response drift and ensuring appropriate tool use.

Core Features & Use Cases

  • Enforces pre-activation skill checks before any response
  • Guides how to access and apply skills in diverse platforms
  • Improves consistency in clarifying questions and task routing

Quick Start

Invoke the Skill tool at the very start of every conversation to determine applicability 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 mandatory skill invocation at the start of every conversational AI chat?

You can enforce mandatory skill invocation by setting up pre-activation skill checks that evaluate every user request against relevant skills before generating a response. This ensures the conversational AI platform applies the correct tool use and reduces response drift.

What is skill discovery in conversational AI and when do I need it?

Skill discovery in conversational AI is the process of evaluating user requests against available skills before responding. You need it when you want to improve consistency in clarifying questions and ensure appropriate task routing across diverse platforms.

How do I set up a SKILL.md entrypoint with YAML frontmatter for skill invocation?

To set up skill invocation, create a SKILL.md file with YAML frontmatter containing the name and description of your skill. This serves as the entrypoint that enables the system to load optional resources on demand and evaluate applicability.

Can I use pre-activation skill checks across different conversational AI platforms?

Yes, pre-activation skill checks apply across diverse conversational AI platforms. They guide how to access and apply skills universally, ensuring any user request is evaluated for relevant skills before task execution or clarifying questions.

Why does my conversational AI response drift without upfront skill discovery?

Response drift occurs because without upfront skill discovery, the conversational AI lacks mandatory invocation checks to route tasks correctly. Setting up skill usage at the start of every chat ensures appropriate tool use and prevents inconsistent responses.

Are there limitations to using mandatory skill invocation for every chat message?

Using mandatory skill invocation requires an SKILL.md entrypoint with YAML frontmatter for every conversation start. Optional resources load on demand, but the pre-activation check process must execute before any response or clarifying questions are generated.