OpenClaw-Superpowers: A Native Port of Jesse Vincent's Superpowers Framework Without Claude Code Dependency

Jesse Vincent's superpowers framework is a structured approach to AI-assisted development that is plan-first, test-driven, and includes a two-stage review loop. Existing ClawHub bridges for it are thin proxies that route Claude Code skill invocations through the gateway—they work but don't feel native. Now, a Reddit user has ported it from scratch for OpenClaw, removing the Claude Code dependency entirely.
Key Details
- Native commands: The port uses
sessions_spawnfor agent dispatch andupdate_planfor task tracking. - Three dedicated agents: The workflow is wired together by a coding orchestrator, an implementer, and a reviewer. The main session simply delegates—it does not manage any of the inner loop.
- README for agents, not humans: The README is written primarily for OpenClaw agents to follow. The idea is that you clone the repo and ask your assistant to set it up for you. It walks through a Q&A (model choices, branch completion strategy, review intensity) before touching anything.
- License: MIT.
Feedback is welcome, especially from those who have used the original superpowers and have opinions on what may be wrong in this port.
📖 Read the full source: r/openclaw
👀 See Also

boxBot: An Open-Source Smart Speaker Powered by Claude and Hailo AI
A developer built a smart speaker named boxBot using Claude for agent-driven hardware control, Raspberry Pi, Hailo AI accelerator, and custom SDK—open-sourced on GitHub.

Autonomous coding workflow ships 163K lines overnight using Claude Code
A developer built an autonomous workflow that completed 72 tasks overnight, generating 163,643 lines of code and 6,400+ passing tests with an 85% first-attempt success rate.

OutClaw: GUI Installer and Manager for OpenClaw in Docker
OutClaw is a free, open-source application that installs and manages OpenClaw instances inside Docker containers. It provides a step-by-step GUI for setup, configuration, and connection to AI providers and chat channels without using the command line.

Multi-operator Claude Code: Hub-based architecture for multi-agent sessions
A hub-based setup for Claude Code enables multiple people to attach to the same session, route subtasks across repos, and run headless agents in Docker containers.