plan-execution-kit

Execute implementation plans across backends with independent verification.

9|Updated May 25, 2026
One-click install
npx skills add https://github.com/wzser/supermatrix --skill plan-execution-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-execution-kit
Source: https://github.com/wzser/supermatrix/tree/main/platform/skill-master/skills/plan-execution-kit
Command: npx skills add https://github.com/wzser/supermatrix --skill plan-execution-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires supermatrix, and includes scripts (resource) components.

What problem does it solve?

This Skill enables users to execute their written implementation plans, leveraging SuperMatrix's 4-mode supervisor loop for inline or subagent-driven execution, and providing independent verification across different backends.

Core Features & Use Cases

  • Plan Execution: Automates the execution of implementation plans, reusing YOLO's machinery without code duplication.
  • Cross-Backend Verification: Offers independent verification of tasks across different backends, such as Claude and Codex.
  • Batch Presets: Provides batch backend presets for "run every task on Codex" or "run every task on Claude".
  • Use Case: Ideal for users who have a landed plan and want to execute it across different backends, ensuring accuracy and completeness.

Quick Start

Run the command /new <backend> <name> to create a session, where <backend> is either 'claude' or 'codex', and <name> is the desired session name.

Frequently Asked Questions about plan-execution-kit

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

FAQPage Schema
How do I automate plan execution across different backends?

Automate plan execution across different backends by running the command `/new <backend> <name>` to create a session, which leverages SuperMatrix's supervisor loop to execute tasks.

Can I verify implementation plans independently using Claude and Codex?

Verify implementation plans independently using Claude and Codex by applying cross-backend verification, which checks task accuracy and completeness across different execution environments.

What is the best way to run every task in a plan on a specific backend?

Run every task in a plan on a specific backend by using batch backend presets, allowing you to execute all tasks uniformly on either Claude or Codex.

Do I need SuperMatrix to execute implementation plans with this approach?

SuperMatrix is required to execute implementation plans, as the plan execution relies on its 4-mode supervisor loop for inline or subagent-driven execution.

How does the supervisor loop work for task automation?

The supervisor loop drives task automation by managing inline or subagent-driven execution of written implementation plans, reusing YOLO's execution infrastructure without code duplication.

Are there limitations when reusing YOLO's plan execution infrastructure?

Reusing YOLO's plan execution infrastructure avoids code duplication but limits execution to the supported batch backend presets and the specific 4-mode supervisor loop provided by SuperMatrix.