using-superpawers

Select the governing SuperPawers skill for new tasks before action.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/BubbleBuffer/superpawers --skill using-superpawers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpawers
Source: https://github.com/BubbleBuffer/superpawers/tree/main/skills/using-superpawers
Command: npx skills add https://github.com/BubbleBuffer/superpawers --skill using-superpawers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deciding which SuperPawers skill should govern a new task is essential to ensure the correct workflow and avoid drift. This skill provides a clear routing decision before any action, preventing misapplied or conflicting prompts.

Core Features & Use Cases

  • Skill-gating: Surfacing and selecting the most appropriate governing skill (e.g., brainstorming, planning, subagent-driven development) at task start.
  • Consistent onboarding: Ensures all tasks begin with a consistent workflow path and loading of the chosen subagent.
  • Use Case: When starting work on a new feature or responding to a task with ambiguous guidance, load the recommended skill first to set the execution context.

Quick Start

Load the recommended governing skill via the skill routing mechanism before taking any action.

Frequently Asked Questions about using-superpawers

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

FAQPage Schema
How do I select the right governing skill when starting a new coding task?

To select the right governing skill at task initiation, use a skill-gating mechanism that evaluates the task type and provides a prioritized entry-point mapping before any action is taken. This ensures the correct workflow is applied.

What is skill-gating in subagent-driven development workflows?

Skill-gating in subagent-driven development is the process of surfacing and choosing the most appropriate governing skill, such as brainstorming or planning, at task start to ensure consistent onboarding and prevent workflow drift.

How do I prevent workflow drift when responding to tasks with ambiguous guidance?

Preventing workflow drift with ambiguous tasks requires loading a recommended governing skill first to set the execution context. This provides a clear routing decision and consistent workflow path before any subagent action begins.

When should I use a workflow routing mechanism for feature development versus bug fixes?

Use workflow routing for feature development, bug fixes, and code reviews whenever a task lacks explicit guiding instructions. It applies at task initiation to ensure the selected subagent is loaded before any action.

Does skill selection need to happen before loading subagents for a code review?

Skill selection must happen before loading subagents for a code review. This skill-gating step ensures the correct workflow is applied and prevents misapplied or conflicting prompts during the review process.

What are the limitations of using a governing skill for task initiation?

A limitation of using a governing skill for task initiation is that it strictly requires loading the selected skill before taking any action. Tasks with pre-defined, explicit guiding skills may bypass this routing mechanism entirely.