executing-plans

Load, validate, and batch-execute written plans with review checkpoints.

Updated Apr 16, 2014
One-click install
npx skills add https://github.com/minhhh/dotfiles --skill executing-plans-minhhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/minhhh/dotfiles/tree/main/ai/.ai/gemini-superpowers/skills/executing-plans
Command: npx skills add https://github.com/minhhh/dotfiles --skill executing-plans-minhhh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the execution of a written plan by loading, reviewing, and batching tasks for controlled deployment with review checkpoints.

Core Features & Use Cases

  • Batch execution with interim verifications and status tracking (in_progress, completed).
  • Critical plan review before starting execution; blockers prompt for human input.
  • Reporting after each batch, with ready-to-review outputs and optional integration into finishing-a-development-branch.

Quick Start

Provide a written plan file; I will load it, review it for gaps, execute the first three tasks in batches, and report outcomes for review.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a development plan in batches with review checkpoints?

Batch execution with review checkpoints involves loading a written plan, validating it for gaps, executing tasks in controlled groups, and reporting outcomes for human review before proceeding to the next batch.

What is a plan-based execution workflow with interim verifications?

A plan-based execution workflow with interim verifications is a staged process that loads a written plan, executes tasks in batches, and enforces status tracking with human review checkpoints between each batch to catch blockers.

How do I prepare a written plan for batch execution and status tracking?

Preparing a written plan for batch execution requires providing a clear plan file, which the system loads and critically reviews for gaps or blockers before preparing the tasks for stepwise execution and status tracking.

Does batch execution work without a detailed plan file?

Batch execution does not work without a detailed plan file; the workflow requires clear plan input to validate against gaps and prepare tasks for staged execution with review checkpoints.

What happens if the plan review identifies blockers before execution?

If the plan review identifies blockers before execution, the process prompts for human input to resolve the gaps, ensuring the plan is fully validated before any tasks are prepared for batch execution.

When should I not use a staged batch execution approach for my plan?

You should not use a staged batch execution approach when your project lacks a detailed written plan or does not require human review checkpoints, as the workflow enforces stepwise validation and interim reporting.