Use when user wants to enable or disable the full Superpowers development workflow
This skill provides a simple on/off switch to control whether the full Superpowers development workflow is activated. When enabled, all Superpowers skills will be automatically invoked according to their triggering conditions. When disabled, the agent works in a more direct, ad-hoc manner.
| Command | Action |
|---|---|
/superpowers on | Enable Superpowers workflow |
/superpowers off | Disable Superpowers workflow |
/superpowers status | Show current status |
The agent will:
The agent will announce: "🔛 Superpowers mode ENABLED - using full development workflow"
The agent will work more directly:
The agent will announce: "🔕 Superpowers mode DISABLED - using direct workflow"
| Mode | Trigger | Workflow |
|---|---|---|
| ON | /superpowers on | Full Superpowers workflow |
| OFF | /superpowers off | Direct ad-hoc workflow |
| Status | /superpowers status | Show current mode |
This skill sets a session state that affects all other Superpowers skills:
The default state is ON (Superpowers enabled) unless the user explicitly turns it off.
User instructions always take precedence - if the user gives explicit directions, those override the mode setting.