One-click install
npx skills add https://github.com/aaddrick/claude-pipeline --skill executing-plans-aaddrick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/aaddrick/claude-pipeline/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/aaddrick/claude-pipeline --skill executing-plans-aaddrick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the execution of a written implementation plan in a dedicated session, enabling controlled progress with review checkpoints between batches.

Core Features & Use Cases

  • Batch-driven execution: Implement tasks in defined batches, pausing for architect or partner review between batches.
  • Plan loading and validation: Load a plan file, validate its structure, and surface questions or gaps before execution.
  • Progress reporting and verification: Provide status updates and verification outputs after each batch, and log feedback for subsequent iterations.

Quick Start

Use the executing-plans skill to load your plan file and begin batch execution with review checkpoints. Provide the plan path to start, then follow the prompts to execute, verify, and report between batches.

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 review checkpoints?

To execute an implementation plan in batches, load a plan file into a dedicated session and process defined task groups sequentially, pausing for human validation and status reporting between each batch before proceeding to the next steps.

What is batch-driven plan execution and when do I need it?

Batch-driven plan execution is a project management process where implementation steps are grouped and executed sequentially with mandatory review checkpoints. You need it when a project requires controlled progress, status reporting, and human validation between task groups.

How do I load and validate a plan file before starting development?

To load and validate a plan file, provide the plan path to the session, which then parses the file structure and surfaces any questions or gaps before execution begins, ensuring the plan is complete and ready for batch processing.

Can I adapt implementation steps based on feedback during plan execution?

Yes, you can adapt implementation steps based on feedback during plan execution. The process logs feedback and verification outputs after each batch, allowing subsequent iterations to adjust to the review input before continuing development.

Does batch execution work with a development branch workflow?

Yes, batch execution integrates with a development branch workflow by invoking finishing-a-development-branch to complete development. It applies to projects that require batch execution, status reporting, and human validation within a dedicated session.

What are the limitations of executing a written plan without checkpoints?

Executing a plan without checkpoints removes the ability to perform human validation and review progress between batches. This bypasses status reporting and verification outputs, increasing the risk of uncontrolled errors going unnoticed across subsequent development steps.