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

Exploring Mistral Voxtral Realtime 4B in Pure C for Speech-to-Text
Voxtral.c offers a pure C implementation for Mistral AI's Voxtral Realtime 4B speech-to-text model, eliminating dependencies beyond the C standard library.

Agent Safehouse: macOS-native sandboxing for local AI coding agents
Agent Safehouse is a macOS-native sandboxing tool that prevents local AI agents from accessing files outside your project directory using kernel-level enforcement. It's a single shell script with no dependencies that works with Claude Code, Codex, OpenCode, Amp, Gemini CLI, Aider, Goose, Auggie, Pi, Cursor Agent, Cline, Kilo, Code Droid, and other agents.

CRMy: Open Source CRM and Customer Context Engine for OpenClaw
CRMy is an open source CRM and Customer Context Engine built specifically for OpenClaw agents. It includes a complete CLI, OpenClaw plugin with 12 CRM tools, PostgreSQL backend, and self-hosted deployment with two commands.

Utilyze: Open-Source GPU Monitor That Measures Real Compute Throughput, Not Just Kernel Activity
Utilyze samples hardware performance counters to report compute and memory throughput relative to theoretical limits, exposing that dashboards showing 100% utilization may have only 1-10% real throughput.