executing-plans

Execute implementation plans in Antigravity single-flow mode with batch checkpoints.

1|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill executing-plans-xianmingyao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/xianmingyao/openclaw-CaySon/tree/main/.agent/skills/executing-plans
Command: npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill executing-plans-xianmingyao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated execution of a written plan in Antigravity single-flow mode, ensuring disciplined progress with batch checkpoints and structured reviews between batches.

Core Features & Use Cases

  • Load a formal plan file, perform a critical review, and execute tasks in batches with clear progress reporting.
  • Maintain batch boundaries with in_progress and completed statuses, enabling periodic feedback and risk management.
  • Integrate with related skills for plan creation, workspace setup, and development-branch completion.

Quick Start

Load the plan file, review it for concerns, and begin the first batch execution as described.

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 written implementation plan in batches with checkpoints?

Batch execution of a written implementation plan is automated by loading the file, performing a critical review, and processing tasks in controlled batches. Checkpoints and architecture reviews are enforced between batches to ensure disciplined progress.

How does batch execution with in_progress and completed statuses work?

Batch execution tracks tasks by assigning in_progress and completed statuses within defined batch boundaries. This enables periodic feedback, structured progress reporting, and risk management before advancing to the next batch of tasks.

Does this plan execution workflow require a specific single-flow mode?

Yes, automated plan execution runs in Antigravity single-flow mode. This mode ensures the workflow loads the plan, validates it, executes batch tasks sequentially, and produces a final report without parallel branching.

Can I integrate git workspace setup and branch completion with batch task execution?

Yes, batch task execution interfaces directly with related skills for git workspace setup and finishing a development branch. This integration creates a continuous workflow from plan loading through architecture review to final branch completion.

What is the best way to perform a critical review before executing a development plan?

The best way to perform a critical review is to load the formal plan file into the batch execution workflow, which validates the plan and identifies concerns before initiating the first batch of implementation tasks.

Why do I need architecture review points between batches when executing a project plan?

Architecture review points are needed between batches to manage risk and verify structural integrity. They enforce periodic feedback and critical checkpoints before continuing with subsequent project plan execution tasks.