using-superpowers

Force Skill tool invocation before any response when a skill might apply.

4|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jordanhindo/Turtlez --skill using-superpowers-jordanhindo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/jordanhindo/Turtlez/tree/main/.claude/skills/using-superpowers
Command: npx skills add https://github.com/jordanhindo/Turtlez --skill using-superpowers-jordanhindo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents the agent from skipping required workflow instructions by ensuring the appropriate Skill is invoked before any response or action, even when the request seems small or ambiguous.

Core Features & Use Cases

  • Mandatory pre-check before responding: Forces a Skill tool invocation before any reply, including clarifying questions, whenever there is even a 1% chance a Skill applies.
  • Skill-first exploration workflow: Avoids direct file/code exploration for Skill behavior by requiring that Skill files never be read via the Read tool.
  • Instruction-following discipline: Defines how to use the invoked Skill content exactly, with optional checklist-based execution when present.
  • Use-case fit: Useful at the start of any conversation or task, especially when deciding between multiple possible workflows (e.g., debugging vs. implementation).

Quick Start

Invoke the Skill tool for using-superpowers and follow its instructions exactly before sending any message back 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 enforce workflow discipline before an agent responds to a task?

You can enforce workflow discipline by requiring a pre-response Skill tool invocation before generating any reply. This guarantees the agent checks applicable skills first and follows their instructions exactly to completion.

Why is my agent skipping required workflow instructions during conversations?

Agents skip required workflow instructions when they attempt direct exploration or ask clarification questions without checking skills first. Forcing a mandatory Skill tool invocation before responding closes this gap.

What is the best way to ensure agentic prompting follows a skill-first workflow?

The best way to ensure a skill-first workflow is to mandate invoking the Skill tool before any response and prohibit reading Skill files directly via the Read tool. The agent must then follow the invoked Skill content to completion.

How do I prevent an agent from reading skill files directly during task execution?

Prevent direct file reading by enforcing a rule where Skill files are never accessed via the Read tool. Instead, the agent must invoke the Skill tool dynamically to load context and apply the required workflow guidance.

When should I force a skill invocation check before responding to a user?

Force a skill invocation check at the start of any conversation or task, and whenever there is even a one percent chance a Skill applies. This prevents unguided exploration and premature clarification questions.

Does workflow enforcement apply when deciding between debugging and implementation tasks?

Yes, workflow enforcement applies when deciding between debugging and implementation tasks. Forcing a pre-response Skill invocation ensures the agent loads the correct context and selects the proper workflow before acting.