Skip to main content

Slash command: Run Superpowers Plan

Posted on

Prerequisites

Superpowers is an agentic skills framework & software development methodology that works.

https://github.com/obra/superpowers

Content

run-plan.mdmd
---
description: Execute a plan via Superpowers (subagent-driven, no commits)
argument-hint: [path to plan file]
allowed-tools: Read, Glob, Grep, Edit, Write, TodoWrite, Task, Bash(git status:*), Bash(git diff:*)
---

Use the Superpowers execute-plan skill to implement this plan file: $ARGUMENTS

Follow the Superpowers workflow:

- Subagent-driven execution
- Run the code-reviewer agent on each batch (implementation vs plan, coding standards, architecture)
- TDD where applicable — tests fail first, then implement, then refactor
- Lint and format after changes

Constraints:

- Work directly on the main branch
- Do NOT commit any changes

When finished, give me a report of what you did, including review findings and any follow-ups.