Skip to content

cutd/claw-superpowers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superpowers for OpenClaw

An agentic software development methodology for AI coding agents, ported to OpenClaw's native skill format.

Based on obra/superpowers.

Skills (13)

Skill Description
brainstorming Collaborative design before implementation
writing-plans Create implementation plans from designs
executing-plans Execute plans with review checkpoints
subagent-driven-development Execute plans using parallel subagents
dispatching-parallel-agents Launch independent tasks in parallel
test-driven-development RED-GREEN-REFACTOR cycle enforcement
systematic-debugging 4-phase root cause analysis
verification-before-completion Evidence before assertions
code-review Requesting and receiving code reviews
using-git-worktrees Isolated workspace management
finishing-a-development-branch Branch completion and integration
writing-skills Creating new skills
using-superpowers Skill discovery and usage guide

Installation

Manual

Copy skills and hook to your OpenClaw workspace:

cp -r skills/* ~/.openclaw/skills/
cp -r hooks/openclaw ~/.openclaw/hooks/superpowers
openclaw hooks enable superpowers

Verify

openclaw status  # Should show skills loaded
openclaw hooks list  # Should show superpowers hook

Workflow

The 7-step superpowers workflow:

  1. Brainstorm — Design before implementation
  2. Plan — Write detailed implementation plan
  3. Execute — Implement plan with subagents or batches
  4. Test — TDD throughout (RED-GREEN-REFACTOR)
  5. Debug — Systematic root cause analysis when needed
  6. Review — Code review after each task
  7. Finish — Branch completion and integration

License

MIT

About

openclaw skill from https://github.com/obra/superpowers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors