using-superpowers

Enforce Skill tool invocation and checklist-driven workflows before responding.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures agents always check for and invoke applicable Skills before taking any action or asking clarifying questions, preventing undisciplined or inconsistent behavior and keeping task execution aligned with documented workflows.

Core Features & Use Cases

  • Mandatory skill invocation: Forces a Skill tool call whenever there is even a small chance a Skill applies, ensuring the agent follows authoritative instructions.
  • Workflow enforcement: Provides priority rules (process before implementation), checklist-driven task creation, and red flags to stop rationalizing skipped steps.
  • Use Case: When a user asks to "add feature X", the agent invokes brainstorming and then relevant implementation skills, creates TaskList items, and follows the exact checklist to completion.

Quick Start

Invoke the using-superpowers skill before responding to determine applicable workflows and follow its checklist.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce a skill-first workflow in conversational AI sessions?

To enforce a skill-first workflow, you must require explicit Skill tool calls before producing any response, loading SKILL.md as the authoritative instruction source to ensure all task execution aligns with documented checklists.

What is mandatory skill invocation and how does it work?

Mandatory skill invocation forces a Skill tool call whenever there is even a small chance a Skill applies, preventing undisciplined behavior by ensuring the agent checks for and follows authoritative instructions before taking action.

How do I apply checklist-driven task creation when planning feature implementation?

Apply checklist-driven task creation by invoking relevant brainstorming and implementation skills, generating TaskList items, and following the exact execution checklist to completion before writing any implementation code.

Can I use priority rules to stop agents from rationalizing skipped workflow steps?

Yes, you can use priority rules that mandate process before implementation and set red flags to stop rationalizing skipped steps, ensuring task execution remains aligned with documented workflows.

Does this workflow enforcement work for debugging and repository exploration tasks?

Yes, workflow enforcement applies to conversational AI sessions that begin tasks like debugging, repository exploration, brainstorming, or implementation planning, requiring applicable skill checks before any clarifying questions are asked.