executing-plans

Installation
SKILL.md

Executing Plans

Part of Agent Skills™ by googleadsagent.ai™

Description

Executing Plans takes a written plan and drives it through batch execution with human checkpoints, progress tracking, and rollback capability. The agent follows the plan step by step, verifying each step's success before proceeding, pausing at designated checkpoints for human confirmation, and maintaining the ability to reverse any step that fails.

Plans without disciplined execution degrade into wishful thinking. This skill enforces the contract: every step runs in order, every verification command must pass, and any failure halts forward progress until resolved. The agent tracks completion percentage, elapsed time, and remaining estimates, giving the human operator clear visibility into progress.

Rollback capability is built into the execution model. Before applying each step, the agent records the pre-change state. If a step fails verification, the agent can revert to the last known-good checkpoint automatically or present the human with options: retry, skip, modify, or abort.

Use When

  • A written plan exists and is approved for execution
  • Multi-file changes must be applied in a specific order
  • The user wants oversight at key decision points during execution
  • Changes carry risk and need rollback capability
  • Execution spans multiple sessions or agents
Related skills
Installs
9
GitHub Stars
7
First Seen
Apr 12, 2026