executing-plans

Execute written implementation plans in batches with checkpoint reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a written implementation plan into a safe, repeatable execution workflow that runs tasks in batches and pauses for human review, preventing unchecked changes and reducing integration risk.

Core Features & Use Cases

  • Batched Execution with Checkpoints: Run a small default batch (first three tasks) then report results for feedback before continuing.
  • Strict Verification and Safety Rules: Mark tasks as in_progress/completed, run specified verifications, and stop for human input on blockers or repeated failures.
  • Integration with Workflow Skills: Works alongside git worktrees and branch-finishing workflows to ensure isolated development and safe completion.
  • Use Case: Implement a feature branch by following a step-by-step plan, executing steps exactly, verifying tests, and requesting architect review between batches.

Quick Start

Use the executing-plans skill to load the plan file, run the first three tasks as a batch following each step and verifications exactly, then report results and await 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 an implementation plan in batches with review checkpoints?

Batch execution with review checkpoints is managed by loading a plan file, running a small default batch of tasks, and pausing execution to report results for human feedback before proceeding. This approach prevents unchecked changes and reduces integration risk.

What is the safest way to follow a step-by-step feature implementation plan?

The safest way to follow a step-by-step plan is to execute tasks exactly as written, mark task statuses, run specified verifications, and stop immediately for human input when encountering blockers or repeated verification failures.

Can I integrate git worktree setup into my plan execution workflow?

Git worktree setup can be integrated into the plan execution workflow by invoking required sub-skills during task processing, ensuring isolated development and safe branch finishing upon completion of the verified work outputs.

Does batch execution support pausing for architect review between tasks?

Batch execution supports pausing for architect review by running a default batch of the first three tasks, reporting the verification results, and awaiting explicit human feedback before continuing with the next batch.

When should I stop plan execution to handle repeated verification failures?

You should stop plan execution to handle repeated verification failures when a specified verification check fails multiple times, triggering the strict safety rule to pause execution and request human input to resolve the blocker.