superclaw-execute

Execute approved Claude Code plans with per-task reviews and verification.

9|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/liuzeming-yuxi/SuperClaw --skill superclaw-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superclaw-execute
Source: https://github.com/liuzeming-yuxi/SuperClaw/tree/main/skills/execute
Command: npx skills add https://github.com/liuzeming-yuxi/SuperClaw --skill superclaw-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables OpenClaw to initiate Claude Code autonomous execution of an approved plan, replacing manual micro-management with a streamlined workflow that auto-triggers verification after completion.

Core Features & Use Cases

  • Autonomous task execution using subagent-driven-development to read and execute an approved plan.
  • Per-task automated reviews (spec compliance and code quality) after each task.
  • Supports both Subagent mode and Inline mode, with built-in recovery and status tracking via hooks and logs.

Quick Start

Start execution by loading an approved plan and running superclaw:execute to let Claude Code autonomously execute the plan.

Frequently Asked Questions about superclaw-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Code plan execution without manual micro-management?

Autonomous Claude Code plan execution replaces manual micro-management by using subagent-driven-development to process an approved plan.md, automatically handling per-task execution, reviews, and status transitions.

What are the prerequisites for autonomous execution of an approved Claude Code plan?

Autonomous execution requires an existing approved plan.md, a selected execution mode, and the SuperClaw tool to enforce post-execution verification via hooks and generate result reports.

Can I run automated task reviews for spec compliance after each execution step?

Automated task reviews for spec compliance and code quality run after each task execution step, ensuring the autonomous workflow maintains standards throughout the plan execution lifecycle.

Does autonomous plan execution support both subagent mode and inline mode?

Autonomous plan execution supports both subagent mode and inline mode, providing built-in recovery and status tracking via hooks and logs for reliable task processing.

Why does plan execution require post-execution verification via hooks?

Post-execution verification via hooks enforces validation and triggers result reporting after autonomous execution completes, ensuring the executed plan meets compliance standards before the workflow finishes.