executing-plans

Execute implementation plan batches with review checkpoints and blocker escalation.

60|9|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/mvschwarz/openrig --skill executing-plans-mvschwarz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/mvschwarz/openrig/tree/main/packages/daemon/specs/agents/shared/skills/process/executing-plans
Command: npx skills add https://github.com/mvschwarz/openrig --skill executing-plans-mvschwarz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates guided execution of a written implementation plan in controlled batches with review checkpoints.

Core Features & Use Cases

  • Batch execution with checkpoints for architect review between batches.
  • Load, execute, verify, and report on plan tasks with structured progression.
  • Escalate blockers and continue or adjust plan batches until completion; integrate with finishing-a-development-branch for finalization.

Quick Start

Load the plan file, review it for questions, and begin executing the first batch.

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 in batches with review checkpoints?

Executing a development plan in batches requires loading the written plan file, completing tasks in controlled groups, and performing verifications at each review checkpoint before proceeding to the next batch.

What is the best way to manage blockers during complex development task execution?

Managing blockers during development execution involves detecting impediments during batch processing, escalating them for architect review, and adjusting the remaining plan batches to ensure structured progression until completion.

How do I automate guided execution and verification of a written plan?

Automating guided execution loads a plan file, sequentially executes batched tasks, performs automated verifications, records structured outcomes, and reports progress to ensure complex development tasks proceed correctly.

Does batch execution work with git-worktrees for isolated development plan verification?

Batch execution supports complex development workflows utilizing git-worktrees by allowing isolated task verification within controlled batches, ensuring each checkpoint review evaluates changes before merging or escalating blockers.

When should I escalate blockers instead of continuing plan execution?

You should escalate blockers during batch execution when a task cannot be completed or verified, prompting an architect review to adjust the plan before attempting the next batch of development tasks.

What happens after completing all execution batches in a development plan?

After completing all execution batches and passing final verifications, the workflow integrates with follow-on sub-skills like finishing-a-development-branch to finalize the implementation, record outcomes, and close the plan.