executing-plans

Execute implementation plans in batches with mandatory review checkpoints.

7|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/ftzi/livespec --skill executing-plans-ftzi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/ftzi/livespec/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/ftzi/livespec --skill executing-plans-ftzi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of pre-defined implementation plans, ensuring tasks are completed systematically with critical review points.

Core Features & Use Cases

  • Batch Execution: Executes tasks in manageable batches to allow for review and feedback.
  • Checkpoint Reviews: Pauses execution between batches for architect or human review.
  • Verification: Includes running specified verifications after each task.
  • Use Case: Implementing a complex feature where each step needs to be validated before proceeding to the next, ensuring the overall architecture remains sound.

Quick Start

Use the executing-plans skill to load and begin executing the plan located at /path/to/implementation/plan.md.

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 step by step with review checkpoints?

To execute an implementation plan with review checkpoints, you load a pre-defined plan file and run it in manageable batches. The execution pauses between batches to allow for human review and feedback before proceeding to the next tasks.

What is batched task execution for development workflows?

Batched task execution breaks down complex code implementation plans into smaller, manageable steps. It systematically completes development tasks by running specified verifications after each step and reporting progress for mandatory architect review between batches.

Can I integrate plan execution with git worktrees and development branches?

Yes, structured plan execution integrates directly with git worktrees and finishing development branch skills. This allows you to systematically complete code implementation tasks while managing your development workflow and branch state effectively.

How do verification checkpoints work during code implementation?

Verification checkpoints run specified checks after completing each task within a batch. The execution pauses after the batch finishes, reporting progress to ensure the overall architecture remains sound before a human review triggers the next batch.

Do I need a written implementation plan before starting batch execution?

Yes, you need a pre-defined written implementation plan file to start batch execution. The Skill automates the systematic completion of development tasks by loading and executing the plan located at a specified path.