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

Skills Creator Tool for OpenClaw Helps Developers Package Workflows
Tools

Skills Creator Tool for OpenClaw Helps Developers Package Workflows

A developer created a skill called skills-creator that guides users through creating quality skills for OpenClaw, addressing common pitfalls like vague descriptions and documentation-like instructions. It's available on ClawHub and provides a design-driven approach with description formulas, checklists, and complexity tiers.

OpenClawRadar
Free Claude Session Optimizer: Token Estimator, Prompt Compressor, and Session Planner
Tools

Free Claude Session Optimizer: Token Estimator, Prompt Compressor, and Session Planner

A developer has built a free, no-sign-up tool to help manage Claude's usage limits with three features: a token estimator to preview prompt consumption, a prompt compressor that reduces prompts 40-60% by removing filler phrases, and a session planner that groups tasks to minimize context reloading.

OpenClawRadar
adamsreview: A Multi-Stage PR Review Plugin for Claude Code with Parallel Agents and Auto-Fix Loop
Tools

adamsreview: A Multi-Stage PR Review Plugin for Claude Code with Parallel Agents and Auto-Fix Loop

adamsreview is a Claude Code plugin that runs deeper, multi-stage PR reviews using parallel sub-agents, validation passes, persistent JSON state, and an optional ensemble review via Codex CLI and PR bot comments.

OpenClawRadar
LM Studio parser bugs break Qwen3.5 tool calling and reasoning
Tools

LM Studio parser bugs break Qwen3.5 tool calling and reasoning

LM Studio's server parser has three interacting bugs that silently break tool calling, corrupt reasoning output, and make models appear worse than they are. The issues affect reasoning models like Qwen3.5 and DeepSeek-R1, with one bug reported over a year ago still unresolved.

OpenClawRadar