executing-plans

Execute implementation plan tasks in batches with human review checkpoints.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/TavokAI/Tavok --skill executing-plans-tavokai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/TavokAI/Tavok/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/TavokAI/Tavok --skill executing-plans-tavokai

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 allowing for human oversight.

Core Features & Use Cases

  • Batch Execution: Executes tasks from a plan in defined batches (defaulting to three tasks).
  • Review Checkpoints: Pauses execution after each batch for human review and feedback.
  • Verification: Ensures each task is verified as specified in the plan.
  • Use Case: Implementing a complex software feature by following a detailed plan, with a senior engineer reviewing progress and code after each set of tasks is completed.

Quick Start

Use the executing-plans skill to execute the first batch of tasks from the provided implementation 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 an implementation plan with human review checkpoints?

Executing an implementation plan with human review checkpoints involves processing tasks in defined batches and pausing after each batch for feedback. This skill breaks plans into increments, defaulting to three tasks, and waits for verification before proceeding.

What is batched execution for software development workflows?

Batched execution in a software development workflow is completing tasks in grouped increments rather than all at once. It ensures step-by-step execution and verification, allowing senior engineers to review code progress between each set of completed tasks.

How do I integrate task management execution with git worktrees?

Integrating task management execution with git worktrees allows isolated development lifecycle management. This skill executes plan batches within git worktrees and connects to a finishing-a-development-branch skill to complete the workflow.

Can I adjust the default batch size of three tasks during plan execution?

Adjusting the default batch size of three tasks during plan execution allows customized review frequency. The skill defaults to three tasks per batch but requires mandatory human review and verification at each checkpoint before proceeding.

Does agile task execution require a pre-defined implementation plan to start?

Agile task execution requires a pre-defined written implementation plan to start. The skill reads the provided plan, executes tasks in batches, and verifies each task as specified before pausing for critical human review and feedback.

Why use batched increments with checkpoints for complex software features?

Using batched increments with checkpoints for complex software features ensures thoroughness and allows human oversight. Breaking down detailed plans into manageable batches with mandatory review prevents errors and maintains code quality throughout development.