executing-plans

Execute implementation plans in batches with review checkpoints and verification gates.

9|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/DmitriyPolukhin/antigravity-superpower --skill executing-plans-dmitriypolukhin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/DmitriyPolukhin/antigravity-superpower/tree/main/modules/executing-plans
Command: npx skills add https://github.com/DmitriyPolukhin/antigravity-superpower --skill executing-plans-dmitriypolukhin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably turn a written implementation plan into delivered changes by enforcing structured execution, verification, and periodic review checkpoints instead of ad-hoc coding.

Core Features & Use Cases

  • Plan review gatekeeping: Reads an implementation plan and critically validates it before writing anything, escalating concerns to your human partner when needed.
  • Batch execution with architect checkpoints: Executes a default first batch (3 tasks) step-by-step, reports what was implemented, and pauses for feedback before continuing.
  • TDD-aligned verification workflow: Runs verifications specified in the plan for each task and stops immediately when blockers or repeated verification failures occur.
  • Finishing step handoff: After all tasks complete and verify, it routes to superpowers:finishing-a-development-branch to finalize with additional checks and an options-driven execution choice.

Quick Start

Tell Antigravity to execute your saved implementation plan using the executing-plans skill, and ensure it stops to request clarification when the plan is unclear or verification fails.

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 batches with verification gates?

Executing an implementation plan in batches converts written tasks into delivered changes by processing three tasks step-by-step, running specified verifications, and pausing for architect review before continuing to the next batch.

What is the best way to ensure TDD-aligned verification during code implementation?

TDD-aligned verification during code implementation runs the verifications specified in your plan for each task and immediately stops execution when blockers or repeated verification failures occur.

How do I add review checkpoints to my code execution workflow?

Adding review checkpoints to code execution workflows involves processing a default first batch of three tasks, reporting what was implemented, and triggering a Ready for feedback pause to support iterative alignment.

Can I use git worktrees with a batch execution workflow for plan implementation?

Git worktrees support batch execution workflows by isolating staged implementation plan tasks, allowing step-accurate task execution and verification gates to run independently before finalizing verified work.

What happens after all implementation tasks complete and verify successfully?

After all implementation tasks complete and verify successfully, the workflow routes to a finishing process to finalize the development branch with additional checks and an options-driven execution choice.

Does plan execution stop if the implementation plan has unclear or missing requirements?

Plan execution critically validates the implementation plan before writing any code and escalates concerns to your human partner, stopping to request clarification when the plan is unclear or verification fails.