executing-plans

Execute implementation plans in sequential batches with review checkpoints.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tyk-lab/my-ai-skill --skill executing-plans-tyk-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/tyk-lab/my-ai-skill/tree/main/skills/executing-plans
Command: npx skills add https://github.com/tyk-lab/my-ai-skill --skill executing-plans-tyk-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute a written implementation plan in a controlled, batch-based workflow with review checkpoints.

Core Features & Use Cases

  • Load and critically review a plan file
  • Execute tasks in defined batches with in-progress tracking and verifications
  • Generate batch reports and wait for feedback
  • Continue with next batches until completion
  • Safety guardrails to stop on blockers and escalate

Quick Start

Load your plan file and start executing the first batch of three tasks.

Frequently Asked Questions about executing-plans

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

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

Batch-based plan execution works by loading a written implementation plan, running sequential task batches, generating verification reports after each batch, and waiting for human feedback before proceeding to the next batch.

What is a batch-based workflow for plan execution?

A batch-based workflow for plan execution is a controlled process that runs implementation tasks in sequential groups, applies batch-level verifications, and requires explicit human feedback at review checkpoints before proceeding to the next batch.

How do I add safety guardrails to stop execution when blockers occur?

To stop execution on blockers, this Skill implements automated safety guardrails during batch execution that detect blocking issues, halt the workflow immediately, and escalate the problem for architect input before resuming.

Can I use git-worktrees for isolated batch execution of an implementation plan?

Yes, you can use git-worktrees for isolated batch execution. The Skill supports plan-driven tasks executed in sequential batches, allowing you to manage isolated development environments while maintaining batch-level verification and review checkpoints.

What is the best way to track progress during plan execution?

The best way to track progress during plan execution is through batch-level reports. This Skill generates detailed reports after each sequential batch, providing verifications and waiting for human feedback to ensure disciplined tracking and controlled continuation.