executing-plans

Execute implementation plan tasks in batches with review checkpoints.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/diegogalmarini/EscriAR --skill executing-plans-diegogalmarini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/diegogalmarini/EscriAR/tree/main/.agent/skills/executing-plans
Command: npx skills add https://github.com/diegogalmarini/EscriAR --skill executing-plans-diegogalmarini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of pre-defined implementation plans by breaking them down into manageable batches with built-in review checkpoints, ensuring a structured and controlled development process.

Core Features & Use Cases

  • Batch Execution: Executes tasks from a plan in defined batches (defaulting to the first three).
  • Critical Review: Prompts for critical review of the plan before execution begins.
  • Checkpoint Reporting: Reports progress and verification results between batches for human feedback.
  • Use Case: When a detailed plan for refactoring a complex module is provided, this skill will execute the refactoring tasks in small, reviewable steps, allowing for course correction and feedback at each stage.

Quick Start

Use the executing-plans skill to execute the plan located in the file 'refactor_module.md'.

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?

To execute a development plan in batches with review checkpoints, use a structured task execution workflow that processes implementation steps in defined groups and pauses for human feedback. This approach defaults to processing the first three tasks before stopping for review.

What is batched task execution for code implementation?

Batched task execution for code implementation is a development workflow process that breaks down a written plan into manageable groups. It processes tasks iteratively, reporting progress and verification results between batches to allow course correction during refactoring or module development.

Does executing-plans require a pre-written implementation plan file?

Yes, this workflow requires a pre-written implementation plan file. You must provide a detailed plan document, such as a markdown file containing refactoring steps and verifications, before initiating the batched execution and review checkpoint process.

Can I integrate task execution with git worktrees and development branch workflows?

Yes, you can integrate task execution with git worktrees and development branch workflows. The batched execution process is designed to adhere to plan steps and verifications while integrating with required workflow skills like git worktrees and finishing development branches.

What is the best way to manage iterative development workflow with human feedback?

The best way to manage iterative development workflow with human feedback is to process plan tasks in small reviewable batches with mandatory checkpoints. Reporting progress and verification results between batches ensures structured control and allows course correction at each stage.