executing-plans

Execute implementation plans with task routing and verification checkpoints.

19|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bonnguyenitc/antigravity-superpowers --skill executing-plans-bonnguyenitc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/bonnguyenitc/antigravity-superpowers/tree/main/.agent/skills/executing-plans
Command: npx skills add https://github.com/bonnguyenitc/antigravity-superpowers --skill executing-plans-bonnguyenitc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of a written implementation plan by loading the plan, reviewing it critically, executing tasks, and performing verifications.

Core Features & Use Cases

  • Load and critically review a plan before execution
  • Execute tasks in order with domain-skill routing (e.g., frontend, backend)
  • Perform verifications after each task and finalize changes with guardrails
  • Support for isolated workspaces and blockers stopping the flow

Quick Start

Load the plan file, review it critically, and execute all tasks with verifications and blocker checks.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task execution from a written implementation plan?

To execute an implementation plan automatically, load the plan file, review it critically, route tasks to domain subagents, and perform verifications at each step to ensure safe, auditable delivery.

What is domain-skill routing in a development workflow?

Domain-skill routing assigns plan tasks to specialized subagents like frontend or backend developers, maintaining isolated workspaces and enforcing verification checks before allowing progression.

How do I add human checkpoints to an automated development workflow?

Implement human checkpoints by setting explicit stop conditions and blockers in the workflow, halting automated progression until a manual review is completed and verified.

Does the plan execution process require isolated workspaces?

Yes, executing plans safely requires isolated workspaces, typically set up via git worktree integration, to contain verifiable execution and prevent unreviewed changes from merging prematurely.

What happens when a verification fails during task execution?

When verification fails, explicit blocker checks halt the execution flow immediately, stopping task progression until the issue is resolved and passes manual guardrails.