A stripped-down fork of obra/superpowers focused on skill authoring.
This fork removes the full development workflow (TDD enforcement, code review, plan execution, git worktrees, etc.) and keeps only the skills for creating and testing new skills.
For the full superpowers experience, see the original repository.
- writing-skills - Guide for creating effective skills using TDD principles. Includes Anthropic's official best practices.
- brainstorming - Refine rough ideas into designs through Socratic questioning.
- testing-skills-with-subagents - Validate skills work under pressure using RED-GREEN-REFACTOR with subagents.
/superpowers:brainstorm- Start a brainstorming session
# Add marketplace (if not already added)
/plugin marketplace add obra/superpowers-marketplace
# Install this fork instead of the original
/plugin install superpowers@superpowers-marketplaceOr install directly from this repo if you've forked it.
MIT License - see LICENSE file for details
Original superpowers by Jesse Vincent. See the original repo for the full workflow.