executing-plans

Load written plans, review them, and execute tasks in batches with checkpoints.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill executing-plans-leonardoteodoroo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/leonardoteodoroo/amino-advanced/tree/main/.agent/skills/executing-plans
Command: npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill executing-plans-leonardoteodoroo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When teams have a written implementation plan, this Skill orchestrates its execution in controlled batches with review checkpoints, reducing misalignment and risk of scope creep.

Core Features & Use Cases

  • Batch-driven execution: load plan, execute in defined batches, and pause for architect review between batches.
  • Verifications and status tracking: mark tasks as in_progress and completed, surface verifications, and pause where needed.
  • Integration-ready: designed to interoperate with planning and development-context skills for a smooth handoff.

Quick Start

Load a written plan, review it, and begin executing tasks in batches with 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 development plan in batches with checkpoints?

To execute a development plan in batches, load the written plan, review it critically, and process tasks in defined stages. The workflow pauses between batches for architect review, ensuring controlled execution and reducing scope creep before proceeding.

What is batch-driven plan execution in software development?

Batch-driven plan execution is a workflow approach that orchestrates implementation by processing tasks in controlled groups. It includes status tracking and verification steps, pausing for human review between batches to reduce misalignment and risk.

Can I pause plan execution automatically when a blocker is encountered?

Yes, the plan execution workflow supports blocker-driven pauses. During batch processing, the system tracks task status and will pause execution when blockers are surfaced, requiring resolution before continuing to the next batch.

Do I need a written plan before starting batch execution?

Yes, you need a written implementation plan to start batch execution. The workflow requires loading an existing plan to review critically and batch tasks, making it suitable for projects requiring staged implementation with human checkpoints.

How does status tracking work during batch plan execution?

Status tracking works by marking tasks as in_progress and completed throughout the batch execution workflow. It surfaces verifications during the process and pauses execution where needed, ensuring clear visibility into plan progress.