executing-plans

Execute implementation plans in batches with verification and review checkpoints.

115|54|Updated May 25, 2026
One-click install
npx skills add https://github.com/totvs/engpro-advpl-tlpp-skills --skill executing-plans-totvs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/totvs/engpro-advpl-tlpp-skills/tree/main/skills/superpowers/executing-plans
Command: npx skills add https://github.com/totvs/engpro-advpl-tlpp-skills --skill executing-plans-totvs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning a written implementation plan into reliable, checkpointed execution without skipping verifications or review gates.

Core Features & Use Cases

  • Batch execution with checkpoints: Executes work in batches (default first 3 tasks) and reports implemented changes for review between batches.
  • Critical plan review before work starts: Forces a careful review step that can halt execution and request human input if the plan has gaps or concerns.
  • Deterministic task execution guidance: Instructs the agent to follow plan step granularity, run specified verifications, and keep status consistent (in_progress/completed).

Use case: You and an AI have a detailed ADVPL/TLPP change plan; you want the AI to implement only a small batch, run the required checks, and then wait for your approval before continuing.

Quick Start

Use the executing-plans skill to implement the attached implementation plan in small batches with verification and review checkpoints.

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 multi-step implementation plan with review checkpoints?

Plan execution with review checkpoints works by processing tasks in small batches, defaulting to the first three steps, running verifications, and pausing for architect approval before resuming.

What is batch processing in workflow orchestration for software engineering?

Batch processing in workflow orchestration is executing a subset of planned engineering tasks sequentially, verifying completion, and stopping for human review before continuing to ensure incremental and safe implementation.

How do I implement ADVPL and TLPP changes incrementally with verification?

To implement ADVPL and TLPP changes incrementally, you execute a written plan in batches, run specified verifications after each task, and wait for explicit feedback before proceeding to the next batch.

Can I halt workflow orchestration if a plan has gaps or verification fails repeatedly?

Yes, workflow orchestration forces a critical pre-execution plan review that can halt execution to request human input, and it explicitly stops on blockers or repeated verification failures during task implementation.

When do I need checkpointed plan execution for my engineering workflow?

You need checkpointed plan execution when managing multi-step engineering workflows where tasks must be implemented incrementally, verified against strict criteria, and resumed only after receiving explicit human feedback.