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

✍️ OpenClawRadar📅 Published: May 16, 2026🔗 Source
OpenClaw-Superpowers: A Native Port of Jesse Vincent's Superpowers Framework Without Claude Code Dependency
Ad

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.

Ad

Key Details

  • Native commands: The port uses sessions_spawn for agent dispatch and update_plan for 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

Ad

👀 See Also