executing-plans

Execute development plans in batches with review checkpoints between tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves chaotic plan execution by batching tasks and enforcing review checkpoints.

Core Features & Use Cases

  • Batch execution with a default of three tasks per batch to maintain momentum and visibility
  • Critical review and blockers handling before starting each batch
  • Clear reporting between batches and a seamless transition to the final development branch

Quick Start

Load a saved plan file, review it, then begin executing the first batch according to the plan.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is batched plan execution in software development?

Batched plan execution groups development tasks into fixed sets, defaulting to three tasks per batch. This workflow enforces review checkpoints and verifications after each batch to prevent chaotic execution and maintain progress visibility.

How do I execute a development plan in batches with review checkpoints?

Load a saved plan file, review it for blockers, execute the first batch of three tasks, perform verifications, and repeat for subsequent batches until complete. Critical review and blocker handling are enforced before starting each batch.

Why does my development workflow feel chaotic when executing a large plan?

Large plans feel chaotic when tasks are executed without staged reviews or batching. Enforcing batch-based execution with three tasks per batch and performing verifications after each batch solves this by creating clear reporting and checkpointed progress.

Can I adjust the default batch size of three tasks per batch?

The default batch size is three tasks per batch to maintain momentum and visibility. The skill enforces this batch-based execution structure to ensure critical reviews and verifications occur at consistent intervals during development.

What happens after completing the final batch of a development plan?

After completing the final batch and its verifications, the workflow uses the finishing-a-development-branch flow. This provides a seamless transition to finalize the development branch and conclude the staged review process.

Do I need a saved plan file before starting batch execution?

Yes, you need a saved plan file to start. The quick start process requires loading a saved plan file, reviewing it, and then beginning to execute the first batch according to the plan's defined tasks.