executing-plans

Execute implementation plans in batches with review checkpoints.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill executing-plans-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40obra/executing-plans
Command: npx skills add https://github.com/northseadl/skillwisp --skill executing-plans-northseadl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of pre-defined implementation plans by breaking them down into manageable batches with critical review checkpoints, ensuring thoroughness and alignment with architectural goals.

Core Features & Use Cases

  • Batch Execution: Processes tasks from a plan in defined batches (defaulting to three tasks).
  • Checkpoint Reviews: Pauses execution after each batch for human review and feedback.
  • Verification: Ensures each task is verified according to the plan's specifications.
  • Use Case: When you have a detailed technical plan for a new feature, use this Skill to execute it step-by-step, allowing for regular feedback and course correction from your lead engineer.

Quick Start

Use the executing-plans skill to execute the first batch of tasks from the plan file.

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 with checkpoints for iterative development?

Executing an implementation plan with checkpoints involves processing tasks in defined batches and pausing for mandatory human review and feedback after each batch, ensuring iterative development maintains alignment with architectural goals.

What is batched task execution in a development workflow?

Batched task execution is a development workflow mechanism that processes tasks from a written plan in defined groups, defaulting to three tasks per batch. It pauses execution after each batch to facilitate critical review and verification.

Do I need git worktrees to use batched execution for code review?

Yes, you need git worktrees to use batched execution for code review. The batched execution workflow requires integration with git worktrees and a plan-writing skill to ensure comprehensive workflow management during iterative development.

How do I manage task verification during step-by-step plan execution?

To manage task verification during step-by-step plan execution, the workflow ensures each task is verified according to the plan's specifications during the mandatory review checkpoints between batches.

When should I use checkpoint reviews instead of running tasks continuously?

You should use checkpoint reviews instead of running tasks continuously when executing detailed technical plans for new features. Checkpoints allow regular feedback and course correction from your lead engineer between batches.