executing-plans

Execute implementation plans in batches with review checkpoints.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/MMXC/openclaw-back --skill executing-plans-mmxc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/MMXC/openclaw-back/tree/main/skills/superpowers/skills/executing-plans
Command: npx skills add https://github.com/MMXC/openclaw-back --skill executing-plans-mmxc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of pre-defined implementation plans, ensuring tasks are completed systematically with built-in review checkpoints.

Core Features & Use Cases

  • Batch Execution: Executes tasks in manageable batches, defaulting to the first three tasks.
  • Critical Review: Prompts for critical review of the plan before execution begins.
  • Checkpoint Reporting: Reports progress and verification results after each batch for feedback.
  • Use Case: A developer has a detailed plan to refactor a module. This Skill can be used to execute the plan step-by-step, allowing for code reviews and adjustments between batches of changes.

Quick Start

Use the executing-plans skill to implement the plan outlined in the attached file 'refactor_plan.md'.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate the execution of a written implementation plan?

To automate implementation plan execution, this Skill processes tasks in manageable batches, defaulting to the first three. It pauses between batches to report progress and verification results, ensuring systematic completion with built-in review checkpoints.

What is the best way to manage development workflow tasks in batches?

Managing development workflow tasks in batches is handled by executing up to three tasks at a time. The Skill runs in a separate session, pauses for critical code review after each batch, and waits for feedback before proceeding to the next set of tasks.

Can I use git worktrees to execute refactoring plans step-by-step?

Yes, you can execute refactoring plans step-by-step using git worktrees. The Skill integrates with git worktrees and finishing development branch skills, allowing you to review code changes and adjust the plan between execution batches.

Does task execution require a critical review before starting?

Yes, task execution requires a critical review. Before executing the written implementation plan begins, the Skill prompts for a critical review of the plan to ensure all steps are verified and ready for systematic batch execution.

How do I report progress and verify results during task automation?

To report progress and verify results during task automation, the Skill utilizes checkpoint reporting. After completing a batch of tasks, it generates a report detailing verification results and waits for your review feedback before continuing.

When should I not use automated batch execution for development workflows?

You should not use automated batch execution when a development workflow lacks a detailed, pre-defined implementation plan. The Skill requires an existing written plan to execute tasks systematically and manage verification checkpoints between batches.