superclaw-plan

Transform an approved spec into an executable plan for Claude Code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts a validated spec into a concrete, executable plan that Claude Code can implement, streamlining the handoff from specification to implementation.

Core Features & Use Cases

  • Plan generation: Claude Code explores the codebase and produces a detailed, task-based plan.
  • Review bridge: OpenClaw reviews the generated plan to ensure coverage and risk mitigation.
  • Execution readiness: Ensures plan is ready for execution with clear tasks, dependencies, and acceptance criteria.

Quick Start

Provide an approved spec; the Skill will orchestrate a Claude Code planning session and hand the plan to OpenClaw for review.

Frequently Asked Questions about superclaw-plan

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

FAQPage Schema
How do I turn an approved spec into a Claude Code plan?

To turn an approved spec into a Claude Code plan, you provide the validated specification to generate a concrete, task-based execution plan. The process orchestrates a Claude Code planning session that explores the codebase and produces detailed tasks with explicit code paths and tests.

What is code planning for Claude Code?

Code planning for Claude Code is the process of translating a validated specification into an executable plan with clear tasks, dependencies, and acceptance criteria. It enables Claude Code to explore the codebase and generate a structured task sequence ready for implementation.

Do I need an approved spec before generating an executable plan?

Yes, you need an approved spec before generating an executable plan. The planning phase requires a validated specification as its mandatory input to ensure the generated tasks, code paths, and tests accurately satisfy the project requirements.

How does OpenClaw review a generated code plan?

OpenClaw reviews a generated code plan by coordinating alignment and verification checks before execution. This review bridge ensures comprehensive coverage and risk mitigation by validating that the plan satisfies requirements and is ready for implementation across the codebase.

Does Claude Code planning support explicit code paths and tests?

Yes, Claude Code planning supports explicit code paths and tests by generating detailed tasks that include them. The planning process ensures execution readiness by mapping out clear dependencies and acceptance criteria for each specific code path and test.

What are the limitations of automated code planning?

Automated code planning requires a fully approved spec as input and cannot generate tasks from unvalidated ideas. The process is limited to Phase 2 planning and depends on OpenClaw reviews to pass before execution can safely proceed across the codebase.