executing-plans

Execute implementation plans in batches with mandatory review checkpoints.

10|Updated Dec 15, 2014
One-click install
npx skills add https://github.com/baleen37/dotfiles --skill executing-plans-baleen37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/baleen37/dotfiles/tree/main/modules/shared/config/claude/skills/executing-plans
Command: npx skills add https://github.com/baleen37/dotfiles --skill executing-plans-baleen37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementing complex plans can be overwhelming and risky without regular checkpoints. This skill provides a structured approach to execute implementation plans in controlled batches, with mandatory review checkpoints, ensuring quality and alignment with architectural goals.

Core Features & Use Cases

  • Batch Execution: Implements tasks in small, manageable batches (default: first 3 tasks) for focused progress.
  • Review Checkpoints: Automatically reports progress and verification output after each batch, prompting for human feedback.
  • Blocker Handling: Guides you to stop and ask for clarification immediately when encountering blockers, preventing guesswork.
  • Use Case: When given a multi-step plan to build a new feature, this skill will execute the first few tasks, report the results for your review, and then await your approval before proceeding to the next batch.

Quick Start

1. Load Plan: Read the plan file and create a TodoWrite list.

2. Execute Batch: Implement the first 3 tasks, marking each as in_progress/completed.

3. Report: Show implemented work and verification output.

Say: "Ready for feedback."

4. Continue: Apply feedback, execute next batch.

5. Complete Development: Use 'finishing-a-development-branch' skill.