executing-plans

Execute implementation plans in reviewable batches with feedback checkpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Theopsguide/claude-agents --skill executing-plans-theopsguide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Theopsguide/claude-agents/tree/main/plugins/development-workflow/skills/executing-plans
Command: npx skills add https://github.com/Theopsguide/claude-agents --skill executing-plans-theopsguide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework for executing complex implementation plans, breaking them down into manageable batches with review checkpoints. This prevents errors from cascading, ensures alignment with the plan, and allows for iterative feedback, making development more controlled and efficient.

Core Features & Use Cases

  • Batch Execution: Implement tasks in small, reviewable batches (default: 3 tasks).
  • Critical Review: Pause between batches for human partner feedback, ensuring alignment.
  • Structured Reporting: Clearly show implemented work and verification output for each batch.
  • Blocker Handling: Explicit guidance on when to stop, ask for help, and avoid guessing when encountering issues.
  • Use Case: Implement a large feature from a detailed plan. Instead of building everything at once, execute the first few tasks, get feedback, and then proceed, ensuring the work stays on track and meets expectations.

Quick Start

Example: Executing a batch of tasks

(Assuming you have a plan document)

Task 1: Implement user authentication endpoint

Task 2: Write unit tests for authentication service

Task 3: Integrate authentication with API Gateway

After completing Task 1, 2, and 3:

Report:

- Implemented user authentication endpoint

- Wrote unit tests for authentication service (all passing)

- Integrated authentication with API Gateway

Ready for feedback.