executing-plans

Executes implementation plans in small verified batches with review checkpoints.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/jmduea/emotiv-cortex-rs --skill executing-plans-jmduea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/jmduea/emotiv-cortex-rs/tree/main/.github/skills/executing-plans
Command: npx skills add https://github.com/jmduea/emotiv-cortex-rs --skill executing-plans-jmduea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a written implementation plan into reliable, checkpointed execution, reducing risk by batching work, verifying results, and pausing for review when needed.

Core Features & Use Cases

  • Plan Loading & Critical Review: Reads a plan, flags gaps or uncertainties, and seeks clarification before any changes.
  • Batch Execution with Verification: Processes tasks in small batches (default three), marks progress states, and runs required checks.
  • Review Checkpoints & Continuation: Reports outcomes and waits for feedback before proceeding; stops on blockers or repeated failures.
  • Integration: Uses isolated git worktrees, ties into plan-writing and finishing-branch workflows for end-to-end delivery.
  • Use Case: Implement a multi-step feature across a codebase where each step includes tests and verification, pausing after each batch for architect review.

Quick Start

Use the executing-plans skill to load my plan file, execute the first three tasks with their verifications, and report back for feedback.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan in small verified batches?

To execute an implementation plan in verified batches, load the plan file, process tasks in groups of three, run required checks, and pause for review feedback before continuing to the next batch.

What is review-driven batch execution in software development?

Review-driven batch execution is a workflow that processes implementation tasks in small isolated groups, runs verification checks, and waits for approval or clarification before proceeding to the next batch.

How do I handle blockers and failures during plan execution?

During plan execution, the workflow pauses automatically when encountering blockers or repeated verification failures, reports the outcomes, and waits for user feedback before attempting to proceed.

Does this batch execution workflow work with git worktrees?

Yes, this batch execution workflow integrates with git worktrees to isolate changes, tying into plan-writing and finishing-branch procedures for end-to-end staged delivery.

Do I need a written implementation plan before starting batch execution?

Yes, you need a written implementation plan file to start, as the workflow performs a critical review of the plan, flags gaps or uncertainties, and seeks clarification before making any changes.

What is the best way to track progress state during staged plan execution?

The best way to track progress state during staged plan execution is to process tasks in small batches that mark progress states, run verifications, and report outcomes at review checkpoints before continuing.