executing-plans

Execute implementation plans in batches with review checkpoints between stages.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/dwalleck/kiro-starter-kit --skill executing-plans-dwalleck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/dwalleck/kiro-starter-kit/tree/main/.kiro/skills/executing-plans
Command: npx skills add https://github.com/dwalleck/kiro-starter-kit --skill executing-plans-dwalleck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the execution of pre-written implementation plans by breaking them down into manageable batches, ensuring critical review checkpoints are met between stages.

Core Features & Use Cases

  • Batch Execution: Implements tasks in predefined, bite-sized batches (defaulting to the first three).
  • Checkpoint Reviews: Pauses execution after each batch to report progress and await feedback before proceeding.
  • Error Handling: Provides clear guidance on when to stop execution and seek help for blockers or unclear instructions.
  • Use Case: Implementing a complex feature by following a detailed technical plan, ensuring each part is reviewed by an architect before moving to the next.

Quick Start

Use the executing-plans skill to implement the first batch of tasks from the provided plan.

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

Batch execution of a development plan breaks implementation into predefined groups, defaulting to three tasks, and pauses after each batch for mandatory review feedback before proceeding.

What is the best way to manage iterative development workflows with mandatory progress reviews?

Iterative development workflows use checkpoint reviews to pause execution after each batch, report progress, and await architect feedback to ensure critical review stages are met.

Do I need git worktrees to manage batched task execution for complex features?

Git worktrees are required for batched task execution, as the workflow integrates with them to manage iterative development alongside a separate skill for final branch completion.

Can I integrate plan execution with a separate skill for final branch completion?

Plan execution requires integration with a separate skill to handle final branch completion, ensuring the batched implementation workflow concludes with proper branch merging and cleanup.

When should I stop plan execution if I encounter blockers or unclear instructions?

You should stop plan execution immediately upon encountering blockers or unclear instructions, as the workflow provides clear guidance to halt and seek help rather than proceeding incorrectly.