executing-plans

Execute written plans in controlled batches with review checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams execute a written plan in controlled batches, enabling critical review and safe progression.

Core Features & Use Cases

  • Batch execution with a fixed initial batch (default first 3 tasks) to reduce risk.
  • In-progress tracking, step-by-step follow-through, and verification between batches.
  • Reporting results for stakeholder review and continuing the plan with feedback.
  • Integration with related skills like using-git-worktrees, writing-plans, and finishing-a-development-branch to complete work.

Quick Start

Execute the provided plan in batches of 3 tasks, review after each batch, and report results for feedback.

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 project plan in batches with review checkpoints?

Batch plan execution works by loading a written plan, performing tasks in fixed batches of three, and conducting critical reviews between batches to verify results and gather stakeholder feedback before continuing.

What is the default batch size for step-by-step plan execution?

The default batch size for step-by-step plan execution is the first three tasks, reducing initial risk by enforcing batch verification and critical review before allowing progression to subsequent work.

How do workflow checkpoints handle blockers during task execution?

Workflow checkpoints handle blockers by stopping deterministic task execution immediately upon encountering an obstacle, allowing for critical review and stakeholder reporting before attempting to continue.

Can I integrate git worktrees with batch plan execution?

Batch plan execution integrates directly with using-git-worktrees, writing-plans, and finishing-a-development-branch to orchestrate deterministic task execution, manage code isolation, and complete branch work.

Does plan execution require a pre-written plan before starting?

Batch plan execution requires a pre-written plan as input because the workflow loads the existing plan document to orchestrate deterministic task execution, apply batch verification, and track step-by-step follow-through.